From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5902 invoked by alias); 8 Mar 2006 23:54:24 -0000 Received: (qmail 5890 invoked by uid 22791); 8 Mar 2006 23:54:23 -0000 X-Spam-Check-By: sourceware.org Received: from uproxy.gmail.com (HELO uproxy.gmail.com) (66.249.92.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 08 Mar 2006 23:54:23 +0000 Received: by uproxy.gmail.com with SMTP id h2so166051ugf for ; Wed, 08 Mar 2006 15:54:21 -0800 (PST) Received: by 10.67.31.1 with SMTP id i1mr795561ugj; Wed, 08 Mar 2006 15:54:20 -0800 (PST) Received: by 10.66.237.4 with HTTP; Wed, 8 Mar 2006 15:54:20 -0800 (PST) Message-ID: <4dcea1d80603081554m6c244f24x41652c2f27685b32@mail.gmail.com> Date: Wed, 08 Mar 2006 23:54:00 -0000 From: "Ken Takusagawa" To: gcc-help@gcc.gnu.org Subject: cannot stat `doc/gcc.1': No such file or directory MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg00062.txt.bz2 I'm having trouble building gcc 4.1.0 for x86 Linux (RHEL4). Configuration (from config.status) was # ../../current/configure=20=20 --prefix=3D/afs/sipb.mit.edu/project/gcc-4.0/arch/Linux/go-Linux-2006-03-08= -132922 --enable-shared --enable-threads=3Dposix --with-system-zlib --enable-__cxa_atexit --enable-languages=3Dc,c++,fortran,java,objc The last few lines of the make error output are: if [ xinfo =3D xinfo ]; then \ rm -f doc/gfortran.info-*; \ makeinfo --split-size=3D5000000 --split-size=3D5000000 -I ../../../current/gcc/doc/include -I ../../../current/gcc/fortran \ -o doc/gfortran.info ../../../current/gcc/fortran/gfortran.texi; \ else true; fi if test "xinfo" =3D xinfo; then \ rm -f doc/gcj.info*; \ makeinfo --split-size=3D5000000 --split-size=3D5000000 --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