Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Pro*C library libsql8.a not found
Hello,
I have just started using Oracle's Pro*C on a Sun and am compiling a simple program. The compiler is giving me
Undefined symbol
in file
sqlglm
sqlcxt
I used 'nm' to discover that these functions are in oracle_home/lib/libsql8.a ... I have tried linking to this file every way I can: -lsql8, putting the whole filename explicitly in the 'gcc' command, copying the file to the same directory. Still the linker does not recognize these functions.
Any ideas what am I doing wrong?
Thanks,
Jared
--
Jared MacDonald
Tallan, Inc.
www.tallan.com
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Jan 12 2000 - 17:04:45 CST
![]() |
![]() |