Well I've come up with the config solution to the Pro*C configuration on
SuSE 10 and Oracle 10g. Just in case someone runs into this issue in
the future...
[pcscfg.cfg]
sys_include=(/home/oracle/product/10.2.0/precomp/public,/usr/include,/usr/lib/gcc/i586-suse-linux/4.0.2/include,/usr/include,
/usr/lib/gcc/i586-suse-linux/4.0.2/include,/usr/include)
include=(/home/oracle/product/10.2.0/precomp/public)
include=(/home/oracle/product/10.2.0/rdbms/demo)
include=(/home/oracle/product/10.2.0/network/lib)
include=(/home/oracle/product/10.2.0/plsql/include)
ltype=none
I've also had to change a header file...
[/usr/include/linux/compiler.h]
Package: glibc-devel-2.3.5-40
Line: 29
/* # define __builtin_warning(x, y...) (1) */
# define __builtin_warning(x, y) (1)
The compiler was barfing on the ... which frigged everything
after that. Incidently it caused the Pro*C compiler to seg
fault.
Cheers!
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting