|
GCC installation problem
I downloaded gcc-4.1.1.tar.bz2, extracted it, type "./configure", and type "make".
But, my machine seems to do nothing.
I am attaching the text
[root@gain-tech1 gcc-4.1.1]# make
make[1]: Entering directory `/root/Download/gcc-4.1.1'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc32" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc32" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/zlib'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libiberty'
make[3]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libiberty/testsuite'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libiberty'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc32" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc32" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[3]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fastjar'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fixincludes'
make[2]: `all'를 위해 할 일이 없습니다
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/fixincludes'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/intl'
make[2]: `all'를 위해 할 일이 없습니다
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/intl'
make[2]: Entering directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/libiberty'
make[3]: Entering directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/libiberty/testsuite'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Leaving directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/libiberty'
make[2]: Entering directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/fixincludes'
make[2]: `all'를 위해 할 일이 없습니다
make[2]: Leaving directory `/root/Download/gcc-4.1.1/build-i686-pc-linux-gnu/fixincludes'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libcpp'
make[2]: `all'를 위해 할 일이 없습니다
make[2]: Leaving directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/libcpp'
make[2]: Entering directory `/root/Download/gcc-4.1.1/host-i686-pc-linux-gnu/gcc'
gcc32 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../.././gcc -I../.././gcc/. -I../.././gcc/../include -I../.././gcc/../libcpp/include -c insn-attrtab.c \
-o insn-attrtab.o
|