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]

Re: the bootstrap on the gcc main line does not work.


--- Kenneth Zadeck <zadeck@naturalbridge.com> 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)


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