This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/27133] Fails to build because of funny version of makeinfo



------- Comment #5 from aldot at gcc dot gnu dot org  2006-10-26 11:18 -------
pr27516 is different in that pr27516 calls makeinfo even if there was no
makeinfo detected.

> PPS: For me it fails with
[]
> makeinfo: getwd: doc/gfortran.info, 
> make[3]: *** [doc/gfortran.info] Error 1
> make[3]: Leaving directory `/USER/philippe/Irix/Compilation/Temp/gcc'

can you please run that manually, like:
$ cd $OBJDIR/gcc
$ 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 ; echo $?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27133


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]