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: 3.1 Bootstrap failure on Solaris 2.8


On Mar 28, 2001, Jeffrey Oldham <oldham@codesourcery.com> wrote:

> I just did a "make bootstrap" and a "make all" for the most recent gcc
> (approximately 2001-03-28 23:00 GMT).  The resulting error message,
> below, is exactly the same.

Which shell have you got as /bin/sh?  I can't duplicate this on Red
Hat Linux 7/x86.

Could you please modify the CXX_FOR_TARGET so that it also echoes
something to /dev/stderr, so that you can tell why it's choosing g++
instead of xgcc?  Something like:

... `case $$dir in libstdc++-v3) echo xgcc ;; \
     *) echo g++ ; echo $$dir >&2 ;; esac` ...

-- 
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]