This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: What is the libstdc++ version for gcc 4.0.2
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Shankar Iyer <sh22iyer at yahoo dot co dot in>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 28 Aug 2006 22:27:20 +0200
- Subject: Re: What is the libstdc++ version for gcc 4.0.2
- References: <20060824121829.11325.qmail@web8318.mail.in.yahoo.com>
> 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