Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-06522: undefined symbols error
I have a c++ program that is called from a c program. There is an
oracle library calling the c program. The c++ library uses extern "C"
so it can be called from the c program. It runs fine from an
executable on the command line, but oracle cannot resolve t he c++
symbols. I know this is a problem with making the c++ library, but
don't know what it is.
Any ideas? Received on Fri Oct 29 2004 - 18:27:03 CDT