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]
Other format: [Raw text]

Re: What is the libstdc++ version for gcc 4.0.2


>    I am not able to get to the versioning sequence of
> libstdc++. 

Version numbers are detailed here:
http://gcc.gnu.org/onlinedocs/libstdc++/abi.html

I've just updated it to be current. It may take a day or so for the
above link to reflect this.

>In my m/c I have gcc 4.0.2 and
> libstdc++-3.4.5-2/libstdc++-devel-3.4.5-2. Is this
> correct? Is there a default libstdc++ version for each
> gcc version?

Not exactly sure what you are asking here.

>From the above page:

gcc-3.4.5 == libstdc++-3.4.5 == libstdc++.so.6.0.3
gcc-4.0.2 == libstdc++-4.0.2 == libstdc++.so.6.0.6

-benjamin


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