egcs 1.0.2 build fails on HPUX 9.05
Jeffrey A Law
law@cygnus.com
Thu Mar 19 12:23:00 GMT 1998
In message < 199803191843.KAA22087@cygnus.com >you write:
> I used patch to update egcs 1.0 to 1.0.1 and then to 1.0.2. I did make
> distclean before building.
[ ... ]
> make CC="gcc" libdir=/usr/local/pkg/egcs/hpux//lib LANGUAGES="c "
> make[2]: Entering directory `/tmp_mnt/usr/local/pkg/egcs/egcs-1.0.2/gcc'
> cd . && autoheader
> /bin/sh: autoheader: not found
> make[2]: *** [cstamp-h.in] Error 1
> make[2]: Leaving directory `/tmp_mnt/usr/local/pkg/egcs/egcs-1.0.2/gcc'
> make[1]: *** [bootstrap] Error 2
> make[1]: Leaving directory `/tmp_mnt/usr/local/pkg/egcs/egcs-1.0.2/gcc'
> make: *** [bootstrap] Error 2
When you update from .diff files, there's no way to make sure the
timestamps are correct on generated files. This is normal.
I suspect all you need to do is touch cstamp-h.in in the source
directory.
jeff
More information about the Gcc-bugs
mailing list