Operating System - HP-UX
1834417 Members
1553 Online
110067 Solutions
New Discussion

Re: Unresolved symbols while running a C++ executables compiled with the Shared library of Source Pro

 
muthukumar_3
Occasional Contributor

Unresolved symbols while running a C++ executables compiled with the Shared library of Source Pro

Hi All,

My C++ program using Source Pro libraries. I am able to created teh execuatble and when I am running my executable its creating some Unresolved symbol and end up in CORE. Please see the below error message :

"/usr/lib/dld.sl: Unresolved symbol: typeid__XTQ2_4__rw14__rw_exception_ (data)
from /opt/rogue/rw_buildspace/lib/libtls7715d.sl
/usr/lib/dld.sl: Unresolved symbol: _C_sync_with_stdio__Q2_3std8ios_base (data)
from /opt/rogue/rw_buildspace/lib/libtls7715d.sl
/usr/lib/dld.sl: Unresolved symbol: __rw_std_streams__4__rw (data) from /opt/ro
gue/rw_buildspace/lib/libtls7715d.sl
/usr/lib/dld.sl: Unresolved symbol: _C_index__Q2_3std8ios_base (data) from /opt
/rogue/rw_buildspace/lib/libtls7715d.sl
Abort(coredump"

Can any one give me the solution for this problem.
My Mail-id : kumar_vp@yahoo.com

Thanks,
Muthukumar


1 REPLY 1
Stanimir
Trusted Contributor

Re: Unresolved symbols while running a C++ executables compiled with the Shared library of Source Pro

Hi!
Here is problem with mixed ANSI and
non-ANSI mode of compilation.Make
sure all is compilated and linked with aCC+
with +AA option /all vise versa - all is compiled without it/.
Rgrds