This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Question about a libstdc++ irc channel
- To: Luke Mauldin <lukem64 at hotmail dot com>
- Subject: Re: Question about a libstdc++ irc channel
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 2 Jan 2001 19:31:07 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
have you tried just checking out the sources for gcc from the anonymous
CVS server, and configuring and making that way? libstdc++-v3 is the
default now....
http://gcc.gnu.org/onlinedocs/libstdc++/install.html
> I have noticed that my older versions of libstdc++ had library files like
> libstdc++-libc.6.2.2.so(or something like that) but when I tried to build
> gcc with the new version of libstdc++ I just got the libstdc++-3.0.0.so
> library and I didn’t get any library like the older versions of libstdc++
> made. I’m not sure what to do now? If you need more information to help
libstdc++-v3 produces
libstdc++-3.0.0.so
it's a different API, so the version numbers are different.
-benjamin