This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX libstdc++-v3 breakage on gcc-3.0 branch
- To: aoliva at redhat dot com
- Subject: Re: AIX libstdc++-v3 breakage on gcc-3.0 branch
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Mon, 21 May 2001 18:31:27 -0400
- cc: gcc at gcc dot gnu dot org
The lack of versioning major numbers included in the name of the
shared object are because version_type is not defined in the aix4|aix5
stanza of ltconfig, so it defaults to "none". aix3 stanza defines
version_type as "linux". I do not know when this assignment was lost in
the libtool sources.
David