This is the mail archive of the gcc@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]

makeinfo failure in latest CVS sources


On my 686 2.2.9 linux box, the latest CVS sources won't build, due to a 
segmentation fault in makeinfo: 

`if [ -f /usr/local/build/linux-2.2/egcs-19990516/gcc/../texinfo/makeinfo/Makefile ] ; then echo /usr/local/build/linux-2.2/egcs-19990516/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi`  -I/usr/local/src/egcs-19990516/gcc -o cpp.info /usr/local/src/egcs-19990516/gcc/cpp.texi
make[2]: *** [cpp.info] Segmentation fault
make[2]: *** Deleting file `cpp.info'
make[2]: Leaving directory `/usr/local/build/linux-2.2/egcs-19990516/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/usr/local/build/linux-2.2/egcs-19990516/gcc'
make: *** [bootstrap-lean] Error 2

The standard makeinfo (3.12) builds cpp.info without difficulty.

  - vin


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