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]

Building gcc-4.2.0 under IRIX64


Folks,
I am trying to build gcc-4.2.0 under IRIX64 6.5 but I am having the following error:


   *# ./configure --prefix=/usr/local/gcc-4.2.0
   --with-gmp=/usr/local/gmp-4.2.1
   --with-gmp-lib=/usr/local/gmp-4.2.1/lib
   --with-mpfr=/usr/local/mpfr-2.2.1
   --with-mpfr-lib=/usr/local/mpfr-2.2.1/lib
   # make

*...

   gmake[4]: Nothing to be done for `all'.
   gmake[4]: Leaving directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libiberty/testsuite'
   gmake[3]: Leaving directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libiberty'
   gmake[3]: Entering directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/intl'
   rm -f stamp-h1
   /bin/sh ./config.status config.h
   config.status: creating config.h
   config.status: config.h is unchanged
   test -f config.h || (rm -f stamp-h1 && gmake stamp-h1)
   gmake[3]: Leaving directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/intl'
   gmake[3]: Entering directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/libiberty'
   gmake[4]: Entering directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/libiberty/testsuite'
   gmake[4]: Nothing to be done for `all'.
   gmake[4]: Leaving directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/libiberty/testsuite'
   gmake[3]: Leaving directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/libiberty'
   gmake[3]: Entering directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/fixincludes'
   gmake[3]: Nothing to be done for `all'.
   gmake[3]: Leaving directory
   `/tmp/gcc-4.2.0/build-mips-sgi-irix6.5/fixincludes'
   gmake[3]: Entering directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/zlib'
   true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g
   -fkeep-inline-functions" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2"
   "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/gnu/bin/ginstall -c"
   "INSTALL_DATA=/usr/gnu/bin/ginstall -c -m 644"
   "INSTALL_PROGRAM=/usr/gnu/bin/ginstall -c"
   "INSTALL_SCRIPT=/usr/gnu/bin/ginstall -c" "LDFLAGS=" "LIBCFLAGS=-g
   -fkeep-inline-functions" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 "
   "MAKE=gmake" "MAKEINFO=/tmp/gcc-4.2.0/missing makeinfo
   --split-size=5000000 --split-size=5000000 --split-size=5000000 "
   "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect"
   "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/gcc-4.2.0"
   "infodir=/usr/local/gcc-4.2.0/info"
   "libdir=/usr/local/gcc-4.2.0/lib" "prefix=/usr/local/gcc-4.2.0"
   "tooldir=/usr/local/gcc-4.2.0/mips-sgi-irix6.5" "AR=ar" "AS=as"
   "CC=gcc" "CXX=c++" "LD=/usr/bin/ld" "LIBCFLAGS=-g
   -fkeep-inline-functions" "NM=nm" "PICFLAG=" "RANLIB=:" "DESTDIR="
   DO=all multi-do # gmake
   gmake[3]: Leaving directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/zlib'
   gmake[3]: Entering directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libcpp'
   test -f config.h || (rm -f stamp-h1 && gmake stamp-h1)
   gmake[3]: Leaving directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libcpp'
   gmake[3]: Entering directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libdecnumber'
   gmake[3]: Nothing to be done for `all'.
   gmake[3]: Leaving directory
   `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/libdecnumber'
   gmake[3]: Entering directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/gcc'
   gmake[3]: *** No rule to make target `all'.  Stop.
   gmake[3]: Leaving directory `/tmp/gcc-4.2.0/host-mips-sgi-irix6.5/gcc'
   gmake[2]: *** [all-stage1-gcc] Error 2
   gmake[2]: Leaving directory `/tmp/gcc-4.2.0'
   gmake[1]: *** [stage1-bubble] Error 2
   gmake[1]: Leaving directory `/tmp/gcc-4.2.0'
   gmake: *** [all] Error 2


I have no idea what this error means. I have been trying to get information about it without any luck. I will appreciate any help you can provide to me.
Thanks in advance!
- Hugo


--
Hugo R. Hernandez-Mora
System Administrator
Laboratory of Neuro Imaging, UCLA
635 Charles E. Young Drive South, Suite 225
Los Angeles, CA 90095-7332
Tel: 310.267.5076
Fax: 310.206.5518
hugo.hernandez@loni.ucla.edu
--

"Si seus esforços, foram vistos com indefrença, não desanime, que o sol faze un espectacolo maravilhoso todas as manhãs cuando a maior parte das pessoas, ainda estam durmindo"


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