occi link error,urgent, help! [message #94297] |
Wed, 07 July 2004 11:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jiang
Messages: 1 Registered: July 2004
|
Junior Member |
|
|
I am using occi and oracle on hpux11.0 , when i try to link my
program with occi, it report the following error.
Anyone can tell me how to solve the problem?
Thanks in advance!
aCC db.o mea.o Service.o Server.o Socket.o MEAService.o AckEventService.o Worker.o Notification.o AppEnv.o Queue.o utils.o config.o iniparser.o dictionary.o strlib.o -o mea -L/usr/local/lib -L/usr/lib -L/opt/OV/lib -L/opt/oracle/product/9.2.0/lib32 -L/opt/oracle/product/9.2.0/rdbms/lib32 -lpthread -lopcsv_r -lnspsv -lopcdb -lnsl -locci -lclntsh `cat /opt/oracle/product/9.2.0/lib/sysliblist` -lm
/usr/ccs/bin/ld: Unsatisfied symbols:
std::__rw_exception::_C_assign(const char *,unsigned long) (first referenced in db.o) (code)
static _HPMutexWrapper::lock(void *) (first referenced in db.o) (code)
Class tables [[Vtable]] dependent on key function: "std::exception::~exception()" (first referenced in db.o) (data)
typeid<std::exception> (first referenced in db.o) (data)
_HPMutexWrapper::init() (first referenced in db.o) (code)
std::exception::~exception() (first referenced in db.o) (code)
std::__rw_exception::_C_vformat(int,double *) (first referenced in db.o) (code)
_HPMutexWrapper::~_HPMutexWrapper() (first referenced in db.o) (code)
static _HPMutexWrapper::unlock(void *) (first referenced in db.o) (code)
std::basic_string<char,std::char_traits<char>,std::allocator<char>>::__nullref (first referenced in db.o) (data)
*** Error exit code 1
|
|
|
|