This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27133] Fails to build because of funny version of makeinfo
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Oct 2006 08:58:55 -0000
- Subject: [Bug bootstrap/27133] Fails to build because of funny version of makeinfo
- References: <bug-27133-9635@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from aldot at gcc dot gnu dot org 2006-10-27 08:58 -------
I forgot the texi file..
makeinfo -v --split-size=5000000 --split-size=5000000 --split-size=5000000 -I
/USER/philippe/Irix/Gcc_Sources/gcc/doc/include -I
/USER/philippe/Irix/Gcc_Sources/gcc/fortran -o doc/gfortran.info \
/USER/philippe/Irix/Gcc_Sources/gcc/fortran/gfortran.texi; echo $?
Please retry.
> Also a switch to disable it could be handy (same remark...).
You should be able to pass MAKEINFO=/bin/false to configure to make it explicit
that makeinfo is not available on your machine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27133