public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* cannot stat `doc/gcc.1': No such file or directory
@ 2006-03-08 23:54 Ken Takusagawa
  0 siblings, 0 replies; only message in thread
From: Ken Takusagawa @ 2006-03-08 23:54 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-08 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-08 23:54 cannot stat `doc/gcc.1': No such file or directory Ken Takusagawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).