Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <199911182207.QAA18480@mercury.xraylith.wisc.edu>
To: Steve Jorgensen <steve@khoral.com>
cc: Mumit Khan <khan@nanotech.wisc.edu>, cygwin@sourceware.cygnus.com
Subject: Re: gcc/g77/gcj 2.95.2 for cygwin CD 1.0? 
In-Reply-To: Your message of "Thu, 18 Nov 1999 14:46:09 MST."
             <199911182146.OAA18424@benson> 
Date: Thu, 18 Nov 1999 16:07:04 -0600
From: Mumit Khan <khan@nanotech.wisc.edu>

Steve Jorgensen <steve@khoral.com> writes:
> 
> 	Ok, I've got everything required, and followed the directions
> 	below, and very shortly into the build (running make), I get the
> 	following error..
> 
> make[1]: Entering directory `/tmp/gcc-2.95.2-build/gcc'
> cd /usr/local/src/gcc/src/gcc-2.95.2/gcc && autoheader
> autoheader: not found
> make[1]: *** [/usr/local/src/gcc/src/gcc-2.95.2/gcc/cstamp-h.in] Error 127
> make[1]: Leaving directory `/tmp/gcc-2.95.2-build/gcc'
> make: *** [all-gcc] Error 2
> 
> 	I've looked everwhere I can think of, and haven't been able to find
> 	autoheader..  Am I missing something?

The problem is that when you patch your sources, the timestamps get messed
up and the build process tries to remake the auto-generated files again
even if there's no need. It's too tedious to make a diff/patch file that
maintains the right order so that autogenerated files are patched *after*
the ones they depend on.

Of course, you can just get autoconf and automake packages from 
ftp://sourceware.cygnus.com/pub/ or ftp://ftp.gnu.org/pub/gnu/ and
let it regenerate these files again.

Or, I can just upload the whole gcc-2.95.2 source tree already patched 
that you can download and use that instead.  Would that work better?

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

