This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problem with `string', threading and shared libraries.
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Problem with `string', threading and shared libraries.
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 29 Sep 2001 09:18:28 +0200
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, Gabriel Dos Reis <gdr at codesourcery dot com>, Carlo Wood <carlo at alinoe dot com>, gcc-bugs at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <Pine.SOL.3.91.1010928144847.1366B-100000@taarna.cygnus.com> <oreloqpo2b.fsf@localhost.localdomain>
Alexandre Oliva <aoliva@redhat.com> writes:
| On Sep 28, 2001, Benjamin Kosnik <bkoz@redhat.com> wrote:
|
| > Let's try to keep the cc list down to a sane number please.
|
| >> Well, using different compilers can always result in different
| >> mangling for std::string. In this case, it's the same version of GCC
| >> built with different configure arguments, but the configure arguments
| >> still make them different compilers.
|
| > We're talking about the same compiler here, same library version numbers.
|
| But different configuration options. This can make a lot of a
| difference. In this case, it does.
Il does only because no careful thought was put in the design of some
parts.
-- Gaby