public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Bootsrap comparison failure - solved
@ 2000-12-18 13:51 andy
  0 siblings, 0 replies; only message in thread
From: andy @ 2000-12-18 13:51 UTC (permalink / raw)
  To: gcc-help

This happens with the latest gcc snapshot (20001211) on armv4l-linux
I was able to track it down to the gcc Makefile that was created by the
configure script, where  the STAGE1_FLAGS and BOOT_FLAGS were different (
one had -O2 and the other did not)
I made them the same ( took out -O2) - and the "Bootstrap comparison
failure" error I was getting comparing stage 1 and stage 2, went away.

However the problem with libstdc++-v3 ( below)  persists. Any ideas how to
fix it ?

../../../../gcc/libstdc++-v3/src/strstream.cc: In destructor `virtual
   std::strstreambuf::~strstreambuf()':
../../../../gcc/libstdc++-v3/src/strstream.cc:111: no matching function for
   call to `std::strstreambuf::_M_free (char*)'
../../../../gcc/libstdc++-v3/include/backward/strstream:77: candidates are:
   void std::strstreambuf::_M_free(char*, void, ...)
../../../../gcc/libstdc++-v3/src/strstream.cc: In member function `virtual
   unsigned int std::strstreambuf::overflow(unsigned int)':
../../../../gcc/libstdc++-v3/src/strstream.cc:158: no matching function for
   call to `std::strstreambuf::_M_free (char*&)'
../../../../gcc/libstdc++-v3/include/backward/strstream:77: candidates are:
   void std::strstreambuf::_M_free(char*, void, ...)
make[4]: *** [strstream.lo] Error 1



TIA Andy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-18 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-18 13:51 Bootsrap comparison failure - solved andy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).