From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29852 invoked by alias); 23 Sep 2004 17:16:38 -0000 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 Received: (qmail 29837 invoked from network); 23 Sep 2004 17:16:36 -0000 Received: from unknown (HELO web41523.mail.yahoo.com) (66.218.94.130) by sourceware.org with SMTP; 23 Sep 2004 17:16:36 -0000 Message-ID: <20040923171636.65867.qmail@web41523.mail.yahoo.com> Received: from [136.1.1.101] by web41523.mail.yahoo.com via HTTP; Thu, 23 Sep 2004 10:16:36 PDT X-RocketYMMF: kelleycook Date: Thu, 23 Sep 2004 17:16:00 -0000 From: Kelley Cook Reply-To: kcook@gcc.gnu.org Subject: Re: the bootstrap on the gcc main line does not work. To: Kenneth Zadeck Cc: GCC Help In-Reply-To: <4152FF80.7000407@naturalbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg00262.txt.bz2 --- Kenneth Zadeck wrote: > you seem to be the last person to have checked configuration things > in on this line. Hi Ken, Actually, I think you're looking at the wrong configure. It has been months since I've checked in anything to the toplevel configure, which is where the output you quoted below came from. Looking at line 854, I would hazard a guess that topsrcdir isn't getting properly assigned. config.log may be of more help. Have you tried to build from a clean directory? sh -vx ../releasedir/configure may provide some clues also. Please also reply to gcc-help@gcc.gnu.org. > there are three bugs when you just type ../releasedir/configure > > 1) ./gccBaseline/configure: line 854: test: : binary operator > expected > 2) ../gccBaseline/configure: line 26: test: : binary operator > expected > 3) sed: file conftest.s2 line 36: Unterminated `s' command > > I am running on a i686 running suse 9.1. > > I have no problems building from earlier releases. > > =============================================== > lorien:~/gbBaseline(85) ../gccBaseline/configure > loading cache ./config.cache > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking build system type... i686-pc-linux-gnu > checking for a BSD compatible install... (cached) /usr/bin/install -c > checking whether ln works... (cached) yes > checking whether ln -s works... (cached) yes > ../gccBaseline/configure: line 854: test: : binary operator expected > checking for gcc... (cached) gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gnatbind... no > checking whether compiler driver understands Ada... (cached) no > checking how to compare bootstrapped objects... (cached) cmp > --ignore-initial=16 $$f1 > $$f2 > checking for correct version of gmp.h... no > The following languages will be built: c,c++,java,objc > *** This configuration is not supported in the following > subdirectories: > target-libada target-libgfortran > (Any other directories should still work fine.) > checking for bison... (cached) bison > checking for bison... (cached) bison -y > checking for gm4... (cached) m4 > checking for flex... (cached) flex > checking for flex... (cached) flex > checking for makeinfo... no > ../gccBaseline/configure: line 26: test: : binary operator expected > checking for i686-pc-linux-gnu-ar... no > checking for ar... (cached) ar > checking for i686-pc-linux-gnu-as... no > checking for as... (cached) as > checking for i686-pc-linux-gnu-dlltool... no > checking for dlltool... (cached) dlltool > checking for i686-pc-linux-gnu-ld... (cached) > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/ > ../../../../i586-suse-linux/bin/ld > checking for i686-pc-linux-gnu-nm... no > checking for nm... (cached) nm > checking for i686-pc-linux-gnu-ranlib... no > checking for ranlib... (cached) ranlib > checking for i686-pc-linux-gnu-windres... no > checking for windres... (cached) windres > checking for i686-pc-linux-gnu-objcopy... no > checking for objcopy... (cached) objcopy > checking for i686-pc-linux-gnu-objdump... no > checking for objdump... (cached) objdump > checking for i686-pc-linux-gnu-ar... no > checking for ar... (cached) ar > checking for i686-pc-linux-gnu-as... no > checking for as... (cached) as > checking for i686-pc-linux-gnu-dlltool... no > checking for dlltool... (cached) dlltool > checking for i686-pc-linux-gnu-ld... no > checking for ld... (cached) ld > checking for i686-pc-linux-gnu-nm... no > checking for nm... (cached) nm > checking for i686-pc-linux-gnu-ranlib... no > checking for ranlib... (cached) ranlib > checking for i686-pc-linux-gnu-windres... no > checking for windres... (cached) windres > checking whether to enable maintainer-specific portions of > Makefiles... no > checking if symbolic links between directories work... (cached) yes > creating ./config.status > creating Makefile > sed: file conftest.s2 line 36: Unterminated `s' command > lorien:~/gbBaseline(86) > lorien:~/gbBaseline(86)