This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: gcc4.0 executable fails to run with this error...


>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


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