This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: LFS not recognized anymore: "undefined reference to `__gxx_personality_v0'"
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 24 Dec 2003 19:48:25 +0100
- Subject: Re: LFS not recognized anymore: "undefined reference to `__gxx_personality_v0'"
- References: <3FE9AE14.3000501@suse.de>
Paolo Carlini wrote:
Hi,
I have just noticed that we don't recognize LFS support anymore:
no idea which change is the culprit :-((
Most probably, the "culprit" is my setup: I'm now running with
glibc-cvs and binutils 2.14.90.0.7.
Adding '-fno-exceptions' works and seems the right thing to do,
anyway...
Paolo.