This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question about a libstdc++ irc channel



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]