Re: Problems using Oracle libraries from HP shared library

From: Marc Sabatella <marc_at_sde.hp.com>
Date: 14 Dec 1994 23:50:49 GMT
Message-ID: <3co0cp$9vt_at_tadpole.fc.hp.com>


You might also try the linker "-E" option. Just because a symbol shows up in an "nm" listing doesn't mean it is available to dld; the run time symbol table is stored elsewhere. "-E" tells the linker to include everything in the run time symbol table rather than just what it thinks might be necessary. Again, this should not be necessary in this case, but it may work around your problem.

I have no idea what the $RESERVED means in this context, and agree it looks suspicious.

--

Marc Sabatella
marc_at_sde.hp.com
--

All opinions expressed herein are my personal ones and do not necessarily reflect those of HP or anyone else. Received on Thu Dec 15 1994 - 00:50:49 CET

Original text of this message