This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Latest snapshot won't build with --enable-libstdcxx-v3
- To: Benjamin Scherrey <scherrey at switchco dot com>
- Subject: Re: Latest snapshot won't build with --enable-libstdcxx-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 20 Sep 2000 12:52:41 -0700 (PDT)
- cc: gcc at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
On Wed, 20 Sep 2000, Benjamin Scherrey wrote:
> That got the compiler to build and install but there are still problems. It appears that
> libstdc++ v3 has been installed correctly in /usr/local/lib. I can compile my test code
> but the link fails with the stream stuff. My test code exercises <string>, <sstream>,
> and <iostream>.
what's the link failure?
what's the output of gcc -v -H?
-benjamin