This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fixincludes busted again
- To: law at cygnus dot com
- Subject: Re: fixincludes busted again
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Wed, 02 Feb 2000 07:29:21 -0800
- CC: gcc at gcc dot gnu dot org
- Organization: Santa Cruz Operation
- References: <753.949467532@upchuck>
Jeffrey A Law wrote:
>
> Trying to build i686-pc-linux-gnu from CVS without autogen installed:
>
> Checking header files
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
> fixincludes error: the `machine_name' fix test is unknown
>
> etc etc etc
>
> Can someone please fix this stuff so that it works properly on systems where
> autogen isn't installed? fixincludes has consistently been busted in that
> kind of situation.
I assume that you are using the contrib/gcc_update script
to get the archive in sync? If so, then please do the following:
VERBOSE=9
export VERBOSE
sh ${srcdir}/configure
make > /tmp/make.out 2> /tmp/make.err
cd /tmp
tar cvf - make.out make.err | bzip2 > make.tar.bz2
then email me the file. If you *haven't* used
contrib/gcc_update, then please do so and try again. Thanks.
Regards,
Bruce