This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: compiling app using libstdc++
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: compiling app using libstdc++
- From: larsbj at lyx dot org (Lars Gullik Bjønnes)
- Date: 01 Dec 1999 23:30:56 +0100
- References: <m3puwqsa6e.fsf@baywatch.lyx.org>
larsbj@lyx.org (Lars Gullik Bjønnes) writes:
| Using libstdc++ compiling LyX seems to go reasonbly well.
And to follow up my own mail...
LyX even runs. Although, it took 2 hrs to compile. I'll turn of the -g
switch form now on... (I also noted that I had to compile with
exceptions turned on)
I tried to compile with "-ansi -Wall -Weffc++", something I consider
useful with a lot of applications. However this generates a _lot_ of
warnings from the stdc++ headers.
So my question is if the intention is to have libstdc++ compile
cleanly with such warnings enabled or is this considered just to
cumbersome?
(I also tried to use -Wold-style-casts but then I got another lot of
warnings.)
If the intention is to complile cleanly with these commonly wanted warnings
I might be able to invest some hours in helping with that.
Lgb