This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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.



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.

I believe it's possible to use a gcc-pthreads compiler to link 
gcc-non-pthreads "C" libraries, for instance. I see no reason why C++ 
should be any different.

Please correct me if I'm wrong.

-benjamin


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