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 -> compiling demo occi

compiling demo occi

From: dv <dv03feb_at_yahoo.com>
Date: 18 Feb 2003 15:31:36 -0800
Message-ID: <28ecb261.0302181531.318de3e6@posting.google.com>


env: oracle9.i, redhat8.0
demos come from oracle installation.
where

make -f demo_rdbms.mk demos              #passed but 
make -f demo_rdbms.mk occidemos          #get following msg(error)
occiclob.o:undefined reference to 'typeinfo for oracle::occi::SQLException'
.
.
.

occiclob.o: undefined reference to
'oracle::occi::Environment::createEnvironment(..)'
...

compling other single demo gets same err. in the cpp files, there are #include <iostream.h>
#include <occi.h>
using oracle::occi
using std
...

and include directories and lib directories seem fine. what are possible reasons for these?

TIA dv Received on Tue Feb 18 2003 - 17:31:36 CST

Original text of this message

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