Aloha, I have installed Oracle Pro C/C++ 8.1.7 on RH 7.3. However I cannot compile even sample programs that come with the download.
My pcscfg.cfg file in $ORACLE_HOME/precomp/admin/pcscfg.cfg looks as follows: sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-redhat-li nux/2.96/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 I get error message Pro*C/C++: Release 8.1.7.0.0 - Production on Fri Aug 9 16:06:51 2002 (c) Copyright 2000 Oracle Corporation. All rights reserved. System default option values taken from: /home/oracle/OraHome1/precomp/admin/pcscfg.cfg Error at line 36, column 10 in file /usr/lib/R/include/S.h #include <stddef.h> .........1 PCC-S-02015, unable to open include file Error at line 33, column 10 in file /usr/include/stdlib.h #include <stddef.h> .........1 PCC-S-02015, unable to open include file Syntax error at line 133, column 15, file /usr/include/stdlib.h: Error at line 133, column 15 in file /usr/include/stdlib.h extern size_t __ctype_get_mb_cur_max (void) __THROW; ..............1 PCC-S-02201, Encountered the symbol "__ctype_get_mb_cur_max" when expecting one of the following: ; , = ( [ The symbol ";" was substituted for "__ctype_get_mb_cur_max" to continue. & on & on Oracle's website lists a bunch of ways to get around this problem-- all related to changing the sys_include. I have tried various combinations of the sys_include, all causing slightly different errors. Each time a different set of file is not able to be included or found. Can somebody give me some pointers on how to proceed with this.... Thanks, Vikram
