Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> What should I link this with ?
Hi!
I'm trying to get information from an oracle database using C with OCI Calls. Can someone tell me what I I have to link to in order not to get messages like the following?
/tmp/cc56Q0Hp.o(.text+0x30d): undefined reference to `OCIStmtExecute'
/tmp/cc56Q0Hp.o(.text+0x383): undefined reference to `OCIHandleAlloc'
/tmp/cc56Q0Hp.o(.text+0x3d2): undefined reference to `OCIStmtPrepare'
/tmp/cc56Q0Hp.o(.text+0x413): undefined reference to `OCIStmtPrepare'
/tmp/cc56Q0Hp.o(.text+0x45e): undefined reference to `OCIBindByName'
/tmp/cc56Q0Hp.o(.text+0x4ae): undefined reference to `OCIBindByName'
I'm using Oracle for Linux and gcc.
Could someone help me?
Thanks :)
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Jun 30 2000 - 00:00:00 CDT
![]() |
![]() |