This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/13747] New: latest 3.4 snapshot (20040114) fails to build on x86_64 with SUSE 9.0


The current version of gcc on the system: 
-> gcc --version
gcc (GCC) 3.3.1 (SuSE Linux)

-> make --version
GNU Make 3.80

-> autoconf --version
autoconf (GNU Autoconf) 2.57

The configure script was run as follows
-> ./configure --prefix=/scratch/wdir/rjschwei/local

The process produced the following output:

creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-gnu-as... no
checking for as... as
checking for x86_64-unknown-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for x86_64-unknown-linux-gnu-ld...
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-linux/bin/ld
checking for x86_64-unknown-linux-gnu-configno
checking for nm... nm
checking for x86_64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... windres
checking for x86_64-unknown-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for x86_64-unknown-linux-gnu-objdump... no
checking for objdump... objdump
checking for x86_64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-gnu-as... no
checking for as... as
checking for x86_64-unknown-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for x86_64-unknown-linux-gnu-ld... no
checking for ld... ld
checking for x86_64-unknown-linux-gnu-nm... no
checking for nm... nm
checking for x86_64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-gnu-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile
nfigure:3931: checking for x86_64-unknown-linux-gnu-windres
configure:3964: checking for windres
configure:4031: checking whether to enable maintainer-specific portions of Makefiles

running make results in the following failure:

configure: loading cache ./config.cache
configure: error: `CC' has changed since the previous run:
configure:   former value:  gcc
configure:   current value:  /var/wdir/rjschwei/local/gcc-3.4-20040114/gcc/xgcc
-B/var/wdir/rjschwei/local/gcc-3.4-20040114/gcc/
-B/scratch/wdir/rjschwei/local/x86_64-unknown-linux-gnu/bin/
-B/scratch/wdir/rjschwei/local/x86_64-unknown-linux-gnu/lib/ -isystem
/scratch/wdir/rjschwei/local/x86_64-unknown-linux-gnu/include -isystem
/scratch/wdir/rjschwei/local/x86_64-unknown-linux-gnu/sys-include
configure: error: `CFLAGS' has changed since the previous run:
configure:   former value:  -g -O2
configure:   current value: -O2 -g -O2
configure: error: `CPPFLAGS' was not set in the previous run
configure: error: `LDFLAGS' was not set in the previous run
configure: error: `target_alias' was set to `x86_64-unknown-linux-gnu' in the
previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make: *** [configure-target-libiberty] Error 1

I can provide the whole build log if needed.

Robert

-- 
           Summary: latest 3.4 snapshot (20040114) fails to build on x86_64
                    with SUSE 9.0
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: robert dot schweikert at abaqus dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13747


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