If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Oracle OCI Kdevelop problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-04, 05:52
mauro mauro is offline
Registered User
 
Join Date: Mar 2004
Posts: 2
Oracle OCI Kdevelop problem

Hi all
i tried to compiling a demo code to connect from C to oracle database.
using gcc command line i can compile the code
here is the command:
"gcc -I/home/mauro/OraHome1/rdbms/demo -I/home/mauro/OraHome1/rdbms/public -L/home/mauro/OraHome1/lib -lclntsh -lwtc9 -o mio6 cdemo1.c
"

using kdevelop i cannot compile the same code (imported in the project)
beacause it fails detecting OCI function ( exlog)

leave me this message

/home/mauro/Projects/orlc2/orlc2/main.c:108: undefined reference to `olog'

waht can i do?

thanks in advance

Mauro
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On