This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: I'm still stuck on x86-64
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: aj at suse dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 23 Jan 04 07:59:46 EST
- Subject: Re: I'm still stuck on x86-64
What exactly are you doing? How do you configure gcc at all?
I just used --enable-checking
Bootstrapping on x86-64 works fine for me but I use --with-system-zlib
I added that, but it didn't do anything different. And with the
current tree (again I blew away my zlib directory in my working CVS
and did a new update -d), I get a new error message. Here's the full
part of the make:
Configuring in zlib
creating cache ./config.cache
checking host system type... config.sub: missing argument
Try `config.sub --help' for more information.
checking target system type... config.sub: missing argument
Try `config.sub --help' for more information.
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../
../../x86_64-suse-linux/bin/ld
checking if the linker (/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x
86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.1/../../../../x86_64-suse-
linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... unknown
checking for object suffix... o
checking for -ranlib... ranlib
checking for -strip... no
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
make: *** [configure-zlib] Error 1