Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> compiling demo occi
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'
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
![]() |
![]() |