dhananjayh
Programmer
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
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