Getting undefined symbols in C++ runtime library
807575Sep 3 2008 — edited Sep 5 2008Hi,
We are using Solaris 9 on SPARC and Sun Studio 8 to build our application which uses a 3rd party library. During linking, I get the following undefined symbols:
__1cG__CrunKpure_error6F_v_
__1cG__CrunKvector_del6FpvIpF1_v_1_
__1cG__CrunKvector_new6FpvIIpF1_vp2_1_
When I obtain the version information of the C++ runtime library on our system, I get the following results:
version of "/lib/libCrun.so.1": Sun SUNWlibC SunOS 5.9 SunOS_sparc Patch 111711-17 2008/07/01
Obviously, the above version of the C++ runtime library does not contain the required symbols. Does anyone know which patch for the C++ runtime library contains the above symbols?
Regards,
Leo