From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2572 invoked by alias); 6 Jun 2008 15:24:13 -0000 Received: (qmail 2555 invoked by uid 22791); 6 Jun 2008 15:24:12 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jun 2008 15:23:47 +0000 Received: by py-out-1112.google.com with SMTP id d37so686819pye.29 for ; Fri, 06 Jun 2008 08:23:45 -0700 (PDT) Received: by 10.114.202.15 with SMTP id z15mr264442waf.88.1212765824943; Fri, 06 Jun 2008 08:23:44 -0700 (PDT) Received: by 10.114.109.17 with HTTP; Fri, 6 Jun 2008 08:23:44 -0700 (PDT) Message-ID: Date: Fri, 06 Jun 2008 15:24:00 -0000 From: "Nick England" To: "Eljay Love-Jensen" Subject: Re: Compiling instructions unclear gcc-4.3.0 Cc: GCC-help In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-06/txt/msg00074.txt.bz2 Yes, I downloaded the source and dependancies previously to running the configure. machine is a x86_64 running SUSE linux I re-ran the ../gcc-4.3.0/configure --prefix=/foo --with-mpfr=/bar and this time it generated a makefile in the objdir. I have no idea why it didn't do so the first time. (I overwrote the config.log unfortunately) I don't remmeber it ending with an error the first time though. however now the build fails when I run "make" with: make[3]: Entering directory `/home/nwe23/software/gccbuild/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.3.0/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/x86-64.h config/i386/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh ../../gcc-4.3.0/gcc/mkconfig.sh tm.h gawk -f ../../gcc-4.3.0/gcc/opt-gather.awk ../../gcc-4.3.0/gcc/ada/lang.opt ../../gcc-4.3.0/gcc/fortran/lang.opt ../../gcc-4.3.0/gcc/java/lang.opt ../../gcc-4.3.0/gcc/treelang/lang.opt ../../gcc-4.3.0/gcc/c.opt ../../gcc-4.3.0/gcc/common.opt ../../gcc-4.3.0/gcc/config/i386/i386.opt ../../gcc-4.3.0/gcc/config/linux.opt > tmp-optionlist /bin/sh ../../gcc-4.3.0/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f ../../gcc-4.3.0/gcc/opt-functions.awk -f ../../gcc-4.3.0/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.3.0/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.3.0/gcc/mkconfig.sh bconfig.h gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.3.0/gcc -I../../gcc-4.3.0/gcc/build -I../../gcc-4.3.0/gcc/../include -I../../gcc-4.3.0/gcc/../libcpp/include -I/home/nwe23/bin/include -I../../gcc-4.3.0/gcc/../libdecnumber -I../../gcc-4.3.0/gcc/../libdecnumber/bid -I../libdecnumber -o build/errors.o ../../gcc-4.3.0/gcc/errors.c build/genmodes -h > tmp-modes.h /bin/sh: build/genmodes: No such file or directory make[3]: *** [s-modes-h] Error 127 make[3]: Leaving directory `/home/nwe23/software/gccbuild/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/nwe23/software/gccbuild' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/nwe23/software/gccbuild' make: *** [all] Error 2 2008/6/6 Eljay Love-Jensen : > Hi Nick, > > It appears that your configure failed. > > The config.log should indicate what failed. > > What is your configure line? > > What platform are you using? > > Did you complete step #1 (prerequisites)? > > I presume you completed step #2 (downloading GCC source) or you wouldn't > have gotten to step #3 (configure). > > Thanks, > --Eljay > >