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

Home -> Community -> Usenet -> c.d.o.tools -> What should I link this with ?

What should I link this with ?

From: <meistern999999_at_my-deja.com>
Date: 2000/06/30
Message-ID: <8jij9h$hh6$1@nnrp2.deja.com>#1/1

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

Original text of this message

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