This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]