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: Problem with `string', threading and shared libraries.


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.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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