Problem with Glibc-2.3.4 chapter 6.11
Hi,
When i try to configure glibc-2.3.4-20040701 from LFS6.0 i'got a error which said:
...
Checking for gcc...gcc
Checking for suffix of object files...configure:error:cannot compute suffixe of object files:cannot compile
See "config.log" for more details
Here is my log file:
It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../glibc-2.3.4-20040701/configure --prefix=/usr --disable-profile --enable-add-ons=nptl --with-tls --with-__thread --enable-kernel=2.6.0 --without-cvs --libexecdir=/usr/lib/glibc --with-headers=/tools/glibc-kernelheaders/
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = i686
uname -r = 2.6.3-7mdk
uname -s = Linux
uname -v = #1 Wed Mar 17 15:56:42 CET 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /usr/sbin/
PATH: /tools/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1740: checking build system type
configure:1758: result: i686-pc-linux-gnuoldld
configure:1766: checking host system type
configure:1780: result: i686-pc-linux-gnuoldld
configure:1949: checking sysdep dirs
configure:2163: result: sysdeps/generic/elf sysdeps/generic
configure:2182: checking for a BSD-compatible install
configure:2237: result: /tools/bin//install -c
configure:2252: checking whether ln -s works
configure:2256: result: yes
configure:2310: checking for gcc
configure:2326: found /tools/bin//gcc
configure:2336: result: gcc
configure:2580: checking for C compiler version
configure:2583: gcc --version </dev/null >&5
gcc (GCC) 3.4.1
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2586: $? = 0
configure:2588: gcc -v </dev/null >&5
Reading specs from /tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.1/specs
Configured with: ./configure --prefix=/tools/ --libexecdir=/tools/lib --with-local-prefix=/tools/ --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-language=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 3.4.1
configure:2591: $? = 0
configure:2593: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2596: $? = 1
configure:2600: checking for suffix of object files
configure:2621: gcc -c conftest.c >&5
gcc: installation problem, cannot exec `/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/as': No such file or directory
configure:2624: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2638: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Do you have any clues of what can i do, Cause 'till now everythings where find ?
Thank's in Advance
Adancoco
|