Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

compiling demos occi

387026Feb 18 2003 — edited Mar 7 2003
oracle9i, redhat8.0, demos come from database installation

make -f demo_rdbms.mk demos #passed but
make -f demo_rdbms.mk occidemos #failed with following message
...
occiclob.o: undefined reference to 'typeinfo for oracle::occi::SQLException'
.
.
.
occiclob.o: undefined reference to 'oracle::occi::Environment::createEnvironment(..)'
...

compiling single demo gets similar err. include directories and lib path seem fine
in all *.cpp files, there are:
#include <iostream.h> // or <iostream>
#include <occi.h>
using namespace oracle::occi
using namespace std
...

Any clues on throubleshooting?

Many thanks

XY


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2003
Added on Feb 18 2003
2 comments
223 views