This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
[C++] Relocation error on i686 when using lists on g++ 3.4.0
- From: Asfand Yar Qazi <email at asfandyar dot cjb dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 23 Jun 2004 17:02:43 +0100
- Subject: [C++] Relocation error on i686 when using lists on g++ 3.4.0
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/