This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc4.0 executable fails to run with this error...
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Dhruv Matani <dhruvbird at gmx dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Oct 2004 22:36:36 -0500
- Subject: Re: gcc4.0 executable fails to run with this error...
- Organization: Red Hat / Chicago
- References: <1097637347.3064.6.camel@localhost.localdomain>
>root/gcc/gcc-4.0-20040919
Update your sources, and be careful about mixing old + current object
files at the moment. (ie, don't.) You are trying to link code compiled
with older versions of __mt_alloc with a current (post 2004-10-05)
library.
-benjamin