Help reqd for linking error ( Pro*C on LINUX) [message #121331] |
Fri, 27 May 2005 11:52 |
Newbie1
Messages: 5 Registered: September 2004
|
Junior Member |
|
|
Hi,
I have a C application and a oracle library on LINUX.Using GCC 3.2.3 for compilation.I was able to build the oracle library without any issues.But while compiling the C application, i am getting a linking error:
/opt/oracle/product/9.2.0/lib/libclient9.a(kgupd0.o)(.text+0x282): In function `kgupdpg':
: undefined reference to `__ctype_b'
I am not sure as what this error is about.
Can somebody please suggest me a solution?
Thanks
|
|
|