This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [gnu@gnu.org: Re: Gcc 3.0.3 bug]
- From: DJ Delorie <dj at redhat dot com>
- To: nivenhuh at celiweb dot net
- Cc: bug-gcc at gnu dot org
- Date: Tue, 15 Jan 2002 15:34:03 -0500
- Subject: Re: [gnu@gnu.org: Re: Gcc 3.0.3 bug]
- References: <20020115184837.GC10420@empathy.nivenhuh.net>
> Basically its trying to reference ./../../../install-sh (when doing a make
Try configuring in a different directory, rather than "./configure"
(i.e. "mkdir foo; cd foo; ../configure")
> Also, is there any possibility I can convince you all to mention that
> SGI's "make" does not work when compiling GCC? I ended up having to use
> GNU's make in order for GCC to compile correctly.
Could you try the current cvs tip revision of gcc? There were some
problems using BSD's make as well that were difficult to fix correctly
in 3.0.x, but they might be fixed in the latest. It would be nice to
know if SGI's make works with the latest, and if not, some details
about what goes wrong.