Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Linker warnings on Pro*C output

Linker warnings on Pro*C output

From: Marek Tomczyk <un55_at_rzstud2.rz.uni-karlsruhe.de>
Date: 1997/06/13
Message-ID: <5nrrd6$5l8@rzstud2.rz.uni-karlsruhe.de>#1/1

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



Marek.Tomczyk_at_stud.uni-karlsruhe.de
<a href="http://www.uni-karlsruhe.de/~Marek.Tomczyk/">Marek Tomczyk</a> Received on Fri Jun 13 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US