Re: OCCI question
Date: Sun, 23 Feb 2003 16:52:06 +0100
Message-ID: <3E58EE26.5040108_at_netscape.net>
dave wrote:
> env: oracle9i, redhat8.0
> I'm linking a demo(comes from original database installation) occi source
> file(occiclob.cpp) with both demo_rdbms.mk or g++ directly, here is the
> command(libocci.so is under /opt/oracle/products/9.2/lib/):
> g++ -L/opt/oracle/products/9.2/lib/ -L/opt/oracle/products/9.2/rdbms/lib/ -o
> occiclob occiclob.o -locci -lclntsh -ldl -lm
>
> and get following error message:
> occiclob.o:undefined reference to 'typeinfo for
> oracle::occi::SQLException'
> ...
> occiclob.o: undefined reference to
> 'oracle::occi::Environment::createEnvironment(..)'
> ...
>
> Any clues on troubleshooting
>
> TIA
>
> dave
>
>
versions, please... 9i R1 or 2? binutils, gcc, kernel?
--
Regards, Frank van Bortel
Received on Sun Feb 23 2003 - 16:52:06 CET