| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Linker warnings on Pro*C output
After linking of files that have been first precompiled by Pro*C Release 2.1.2.0.0 and then compiled using gcc (various versions) I always get some strange warnings:
/bin/ld:
Warning: Linking some objects which contain exception information sections
and some which do not. This may cause fatal runtime exception handling problems (last obj encountered without exceptions was /usr/local/lib/gcc-lib/alpha-dec-osf3.2/2.6.3/libgcc.a).
This happens after the following command:
gcc -I/oracle/oracle/sqllib/public/ -o ./ud_anwChkURL
-L/oracle/oracle/precomp/lib -L/oracle/oracle/lib ./sock.o ./list.o
./ud_anwChkURL.o -lsql -lsqlnet -lsqlnet -lsqlnet -lsqlnet -lpls -lnlsrtl3
-lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lsql /oracle/oracle/lib/osntab.o
-lsqlnet -lora -lsqlnet -lora -lpls -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3
-lm -lrt -lm -lxti -lrt -lm -lxti `cat /oracle/oracle/rdbms/lib/sysliblist`
The operating system is OSF1 V3.2 on a DEC-Alpha
One friend of mine suggested that this warning may be caused by some libraries being compiled from C++-source and some from plain C-source. All my files are plain ANSI-C files BTW.
Is this warning to be taken seriously? I do have some runtime problems with my programs but don't nail them on this warning yet.
Are any of the Oracle/Pro*C libraries compiled with C++??
Any input welcome.
-Marek
![]() |
![]() |