This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc make error
- From: "Qingjuan Gu" <qingjuan at wistar dot upenn dot edu>
- To: <gcc at gcc dot gnu dot org>
- Cc: <qingjuan at wistar dot upenn dot edu>
- Date: Mon, 11 Mar 2002 17:12:41 -0500
- Subject: gcc make error
- Reply-to: <qingjuan at wistar dot upenn dot edu>
Hi, I am trying to compiling gcc on Tru64 V5.1 ALPHA compaq machine, I ahve a problem when use make command, does anybody help me for this problem, thank you very much.
I used :
# mkdir objdir
#cd objdir
#../gcc-3.0.4/configure
.
.(it is fine)
.
# make bootstrap
true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g" "INSTALL
=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install-sh -c" "INSTALL_DATA=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install
-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install-sh -c " "INSTALL_SCRIPT=/bin/sh /usr3/u
sers/qgu/download/gcc-3.0.4/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g" "LIBCFLAGS_FOR_TARGET=-g" "MAKE=make" "MAKEINFO=ma
keinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_pr
efix=/usr/local/bin" "infodir=/usr/local/bin/info" "libdir=/usr/local/bin/lib" "prefix=/usr/local/bin" "tooldir=/usr/loc
al/bin/alphaev67-dec-osf5.1" "AR=ar" "AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG=" "RANLIB=ra
nlib" "DESTDIR=" DO=all multi-do
Bootstrapping the compiler
make CC="cc" libdir=/usr/local/bin/lib LANGUAGES="c " CFLAGS="-g " MAKEINFO="makeinfo " MAKEINFOFLAGS=""
(cd intl && make all)
(cd po && make all)
Make: line too long. Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
Best,
Grace