Hi,
When running a g++ program on i686 that uses lists, I get the following error:
relocation error: ./test/test_game: symbol _ZNSt15_List_node_base4hookEPS_, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference
GCC 3.4.0 was configured with:
../gcc-3.4.0/configure --prefix=/opt/gcc --enable-version-specific-runtime-libs --enable-__cxa_atexit
and compiled with: make profiledbootstrap
glibc version 2.2.5
binutils version 2.14
Its funny, because a pre-release CVS version of G++ 3.4.0 works fine.
Anybody have any ideas what the problem could be?
Thanks
-- http://www.it-is-truth.org/