Displaying 1 result from an estimated 1 matches for "sys_include".
Did you mean:
smf_include
2002 Aug 16
1
Summary:ROracle error
...aths. Look for the one which is similar to
the one above.
Note that Oracle is only certified for gcc 2.95 or before. RH 7.3 comes
installed with 2.96. You will have to copy gcc 2.95 from another machine
which has it
3> make sure the pcscfg.cfg file under $ORACLE_HOME/precomp/admin looks
like
sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-redhat-li
nux/egcs-2.91.66/include,/usr/include)
include=($ORACLE_HOME/precomp/public)
include=($ORACLE_HOME/rdbms/demo)
include=($ORACLE_HOME/network/public)
include=($ORACLE_HOME/plsql/public)
ltype=short
The 2nd path in the sys_include should b...