This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GLIBCXX_ dependency
- From: "S.Mohideen" <moin at blackhole dot labs dot rootshell dot ws>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 04 Sep 2007 16:13:47 -0500
- Subject: GLIBCXX_ dependency
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.
- Moin