Re: ProC library link errors?

From: <twod_at_not.valid>
Date: 1997/11/20
Message-ID: <652b16$4ck$1_at_vnetnews.value.net>#1/1


Jonathan fernald (jonathan_fernald_at_idx.com) wrote:
: So the krmx.o module of the Oracle libclient library needs some
: externals. My guess is that I need another library, but what/where?
 

: Anyone else have a suggestion?

Man 'nm'.

Write a shell script that looks in all of the libraries in $ORACLE_HOME/lib for the missing symbols. A simple loop construct should suffice.

Here's the output of a straight nm piped through grep on a Solaris 2.5.1 box:

bash$ nm *.a | grep pbbfset

[75]    |        16|      68|FUNC |GLOB |0    |11     |pbbfset
[47]    |         0|       0|NOTY |GLOB |0    |UNDEF  |pbbfset 

IAP

--
I am using anti-spam measures, please replace 'not.valid' with 'value.net'
Received on Thu Nov 20 1997 - 00:00:00 CET

Original text of this message