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

Home -> Community -> Usenet -> c.d.o.server -> Oracle Pro*C library libsql8.a not found

Oracle Pro*C library libsql8.a not found

From: Jared MacDonald <jdm42_at_my-deja.com>
Date: Wed, 12 Jan 2000 23:04:45 GMT
Message-ID: <85j1a2$pm0$1@nnrp1.deja.com>


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

Original text of this message

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