This is the mail archive of the gcc@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: Troubles linking C++ code with STL on egcs-1.1


> I took the LEDA precompiled objects from the LEDA website.  I downloaded the
> objects for Linux-egcs and ran "make shared" to have the shared libraries
> available.
[...]
> If you have additional clues, please let me know.

It's very easy: Don't use the precompiled objects. Or the other way
'round: Use the compiler that was used to produce the precompiled
object. Use the very same compiler for any object file you link.

Never mix objects produced by different C++ compilers. Didn't I say
this in the last message?

Regards,
Martin


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