relocation error sun workshop 6 C++ 5.3
807575Jul 15 2004 — edited Jul 19 2004
iam using the sun workshop 6 C++ 5.3 compiler on SunOS 5.8. iam building a shared object abc.so
the build is fine but when this "so" is actually used in a process i get the following error:
fatal: relocation error: file abc.so: symbol __1cDstdbG__RTTI__1nDstdIios_baseHfailure__: referenced symbol not found.
i found that this symbol is defined in the libCstd.so which has been linked and its location is in the LD_LIBRARY_PATH.
what could be the problem ? (an "ldd abc.so" does not show libCstd.so nor does it give an error)
regards,
vivek