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: egcs-1.0.1 and gnu-2.8 STL problem?


	An imaging library that was built with egcs-1.0.1 does not link with a main
	compiled using gnu-2.8.0 because the mangled names for the STL
	calls couldn't be resolved.

You might check to see if egcs-1.0.2 fixes the problem.  There are some known
link-time incompatibilities between egcs-1.0.[01] and gcc-2.8.0 because the
gcc-2.8.0 libstdc++ release was accidentally made from the EGCS development
sources rather than from the EGCS-1.0 release sources.  We tried to fix this
in egcs-1.0.2 by updating egcs-1.0.2 to use the same libstdc++ release as
gcc-2.8.0.  I don't know if this is the same as your problem, and I don't
know if we were successful at solving that problem, but there is a chance
that it has already been fixed.

Jim


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