This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HP problems
- To: jackson at msrce dot howard dot edu
- Subject: Re: HP problems
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 04 Nov 1997 19:39:53 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <9711050046.AA06620@negril.msrce.howard.edu>you write:
> I was trying to build egcs on an hp for the people in the digital
> systems lab but a './configure' 'make bootstrap' didn't quite do
> the trick (see below).
I wonder if you'd get more success if you configured in a separate
directory than your sources live. ie
tar xf egcs-blah.tar.gz
mkdir obj
cd obj
../egcs-blah/configure
The other possibility would be an buried implicit gnu-make assumption
in texinfo...
jeff