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

cannot stat `doc/gcc.1': No such file or directory


I'm having trouble building gcc 4.1.0 for x86 Linux (RHEL4).

Configuration (from config.status) was

# ../../current/configure  
--prefix=/afs/sipb.mit.edu/project/gcc-4.0/arch/Linux/go-Linux-2006-03-08-132922
--enable-shared --enable-threads=posix --with-system-zlib
--enable-__cxa_atexit --enable-languages=c,c++,fortran,java,objc


The last few lines of the make error output are:

if [ xinfo = xinfo ]; then \
  rm -f doc/gfortran.info-*; \
  makeinfo --split-size=5000000 --split-size=5000000 -I
../../../current/gcc/doc/include -I ../../../current/gcc/fortran \
    -o doc/gfortran.info ../../../current/gcc/fortran/gfortran.texi; \
else true; fi
if test "xinfo" = xinfo; then \
  rm -f doc/gcj.info*; \
  makeinfo --split-size=5000000 --split-size=5000000 --no-split -I
../../../current/gcc/doc/include -o doc/gcj.info
../../../current/gcc/java/gcj.texi; \
else true; fi
cp doc/gcc.1 doc/g++.1
cp: cannot stat `doc/gcc.1': No such file or directory
make[2]: *** [doc/g++.1] Error 1
make[2]: Leaving directory
`/afs/sipb.mit.edu/project/gcc-4.0/.build/build/go-Linux-2006-03-08-132922/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/afs/sipb.mit.edu/project/gcc-4.0/.build/build/go-Linux-2006-03-08-132922'
make: *** [all] Error 2

Any thoughts?
Thanks,
--ken


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