On Thu, 10 Feb 2000, Donn Miller wrote:
> > Just a thought - have you tried -fno-c++--exceptions (or similar) ?
> > I'm not sure if that would fix it, though.
>
> I think maybe you mean -fno-vtable-thunks? Also, why do we have a
> separate libstdc++? I know that the standard gcc-2.95.2 itself has
> libstdc++ built in, so there's no separate library there. What
> advantage do we gain by having libstdc++ separated out? Not a
> criticism - just wondering.
No. First off, it's -fno-exceptions and -fno-rtti. But somehow you're
compiling your stdc++ library without exceptions and without rtti. This
to me seems like a user configuration error. This is not a compiler bug.
My first guess is that you're using CFLAGS="-fno-exceptions -fno-rtti" or
somesuch when you're running buildworld. Are you?
- alex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message