This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

libstdc++-2.90.4 and egcs-19990314 on i586-pc-linux-gnu


Marc Girod wrote:
> I had some problems to build libstdc++-2.90.4 with egcs-19990314 on
> i586-pc-linux-gnu.
>  ...
> Also, after I rebuilt with -fnew-abi, and tried to build a small demo,
> I got the following:
> 
> % g++ -fnew-abi -L/home/marc/H-libstdc++/lib \
>  -I/home/marc/H-libstdc++/include -o foo foo.C
> [errors]

This is expected.  If you use -fnew-abi, you must also use
-fno-honor-std.

Nathan Myers
ncm@cantrip.org


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