Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting undefined symbols in C++ runtime library

807575Sep 3 2008 — edited Sep 5 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2008
Added on Sep 3 2008
3 comments
752 views