This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Solaris 2.8 build problem
- To: David Spencer <David dot Spencer at vixel dot com>
- Subject: Re: Solaris 2.8 build problem
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 7 Mar 2001 10:01:05 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
ugh ugh ugh. meh meh meh.
A couple of issues:
1) you can turn off -Werror and have this issue go away. This is what
we've done in mainline for quite some time now: just edit
src/Makefile[am, in]
2) search the mailing list (via the web-front-end) for the time period
around this release, it should have discussion of this issue
if at all possible I suggest using the gcc-3 branch.
-benjamin