Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while linking c++ code in solaris

Status
Not open for further replies.

dhananjayh

Programmer
Oct 8, 2003
1
FR
Folks, am using an opensource software with almost 40 libraries and corresponding headers.
After successful compilation, am trying to link using appropriate library files. But its giving linking error as follows ->
Undefined first referenced
symbol in file
oaDDException type_info node new.o
c::c(N6, (int0_t)) ./lib/liboaDB.so
__1cG__CrunGex_get6F_pv_ ./lib/liboaDB.so
__1cG__CrunKvector_con6FpvIIpF1_vp2_v_ ./lib/liboaDB.so

....... and so on.

If I try to use "nm" to list the library files, it reveals that these functions are UNDEF in the corresponding libs. Do you know in which library these functions would be defined??
It would be great help to me if u can make the way out.

Thanks in advance
Dhananjay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top