- Moin
Ive written a C++ program which is compiled on using gcc 4.1.0. The
binary when it is run in a machine where libstdc++ version is 6.0.3 , i
get errors that GLIBCXX_3.4.5 version is not found.
I did a objdump on the binary and found on a symbol - 00000000
F *UND* 00000019
_ZNSs4_Rep26_M_set_length_and_sharableEj@@GLIBCXX_3.4.5 which is
demanding a 3.4.5. Is there any way possible to determine what section
of the code is causing this single dependency.