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!

libstdc++.so.5 (CXXABI_1.2) => (version not found)

807575Sep 22 2003 — edited Sep 23 2003
Hi,

I'm trying to compile a program with everything going smoothly until the last line where there's lots of error msgs came out such as :-
/opt/accelero/Accelero6.3/lib/libDISPATCH++D.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::begin()@GLIBCPP_3.2'
/opt/accelero/Accelero6.3/lib/libDISPATCH++D.so: undefined reference to `typeinfo for std::exception@GLIBCPP_3.2'
/opt/accelero/Accelero6.3/lib/libDISPATCH++D.so: undefined reference to `std::allocator<char>::allocator[in-charge]()@GLIBCPP_3.2'

I then ldd libDISPATCH++D.so & the following came out:-
libstdc++.so.5 => /usr/local/lib/libstdc++.so.5
libstdc++.so.5 (CXXABI_1.2) => (version not found)
libstdc++.so.5 (GLIBCPP_3.2) => (version not found)
libm.so.1 => /usr/lib/libm.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,UltraSPARC-IIi-cEngine/lib/libc_psr.so.1

I've installed the following :
8 SMCbinut binutils
(sparc) 2.11.2
9 SMCgcc gcc
(sparc) 3.2.1
11 SMCglib glib
(sparc) 1.2.10
12 SMCmake make
(sparc) 3.80

uname -a => SunOS accelero 5.8 Generic_108528-03 sun4u sparc SUNW,UltraSPARC-IIi-cEngine

Pls help on how to solve the "version not found" issue. I'm stuck for quite some time already.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2003
Added on Sep 22 2003
1 comment
427 views