This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Problems with 2.90.8
- To: Roman Belenov <roman at nstl dot nnov dot ru>
- Subject: Re: Problems with 2.90.8
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Fri, 7 Apr 2000 13:03:14 -0700 (PDT)
- cc: libstdc++ at sourceware dot cygnus dot com
> switch. Can it be automagically made default then gcc is rebuilt with
> new libstdc++ ?
Yes. If you use CVS gcc, and have "libstdc++-v3" as the library source
dir, and then pass in
--enable-libstdcxx-v3
at configure time, then the compiler built with use libstdc++-v3 and have
namespaces enabled by default.
Post 2.90.8, this is going to be the recommended way to install, and the
makefiles and mkcheck.in, etc. have been modified to support this.
-benjamin