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

Home -> Community -> Usenet -> c.d.o.misc -> Linking with g++

Linking with g++

From: Cuervo <member_at_dbforums.com>
Date: Mon, 02 Dec 2002 14:57:28 +0000
Message-ID: <2113648.1038841048@dbforums.com>

I working with OCCI and I try to link the OCCI examples and get this error message:

/usr/ccs/bin/ld: Unsatisfied symbols:

   oracle::occi::SQLException::SQLException[in-charge](oracle::occi::SQLException     const&)(first referenced in occidml.o) (code)    oracle::occi::Environment::createEnvironment(oracle::occi::Environment::    Mode, void*, void* (*)(void*, unsigned long), void* (*)(void*,    void*, unsigned long), void (*)(void*, void*))(first referenced in    occidml.o) (code)
   oracle::occi::Environment::terminateEnvironment(oracle::occi::Enviro-    nment*)(first referenced in occidml.o) (code)    oracle::occi::SQLException::~SQLException [in-charge]()(first    referenced in occidml.o) (code)
   oracle::occi::SQLException::getErrorCode() const(first referenced in    occidml.o) (code)
   oracle::occi::SQLException::getMessage() const(first referenced in    occidml.o) (code)
collect2: ld returned 1 exit status

Anyone can help me because I just include the occi.h and the error returns.
Thanks

--
Posted via http://dbforums.com
Received on Mon Dec 02 2002 - 08:57:28 CST

Original text of this message

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