I've done a search for this error online as well as through the mailing
lists but couldn't find an answer that would explain what is going on. One
of the answers indicated that /bin/sh symlink is not pointing to the
correct shell, but I verified mine, it points to the /bin/bash.
I also want to ask if it is a good idea to attach a file to the email
instead of pasting its contents. Is it usually done? Is it impolite to
attach a file instead of posing its contents?
I'm using book version 7.7 and I'm on chapter 5.5.
Below is the output of make as well as contents of config.log. Any help in
resolving the problem is appreciated.
Last lines of make output:
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
Checking multilib configuration for libgcc...
mkdir -p -- x86_64-lfs-linux-gnu/libgcc
Configuring in x86_64-lfs-linux-gnu/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-lfs-linux-gnu
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for x86_64-lfs-linux-gnu-ar... x86_64-lfs-linux-gnu-ar
checking for x86_64-lfs-linux-gnu-lipo... x86_64-lfs-linux-gnu-lipo
checking for x86_64-lfs-linux-gnu-nm... /mnt/lfs/sources/gcc-build/./gcc/nm
checking for x86_64-lfs-linux-gnu-ranlib... x86_64-lfs-linux-gnu-ranlib
checking for x86_64-lfs-linux-gnu-strip... x86_64-lfs-linux-gnu-strip
checking whether ln -s works... yes
checking for x86_64-lfs-linux-gnu-gcc...
/mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/
-B/tools/x86_64-lfs-linux-gnu/bin/ -B/tools/x86_64-lfs-linux-gnu/lib/
-isystem /tools/x86_64-lfs-linux-gnu/include -isystem
/tools/x86_64-lfs-linux-gnu/sys-include
checking for suffix of object files... configure: error: in
`/mnt/lfs/sources/gcc-build/x86_64-lfs-linux-gnu/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2
Contents of config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ../gcc-4.9.2/configure --target=x86_64-lfs-linux-gnu --prefix=/tools
--with-sysroot=/mnt/lfs --with-newlib --without-headers
--with-local-prefix=/tools --with-native-system-header-dir=/tools/include
--disable-nls --disable-shared --disable-multilib --disable-decimal-float
--disable-threads --disable-libatomic --disable-libgomp --disable-libitm
--disable-libquadmath --disable-libsanitizer --disable-libssp
--disable-libvtv --disable-libcilkrts --disable-libstdc++-v3
--enable-languages=c,c++
## --------- ##
## Platform. ##
## --------- ##
hostname = rail-VirtualBox
uname -m = x86_64
uname -r = 3.13.0-48-generic
uname -s = Linux
uname -v = #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /tools/bin
PATH: /bin
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2322: checking build system type
configure:2336: result: x86_64-unknown-linux-gnu
configure:2383: checking host system type
configure:2396: result: x86_64-unknown-linux-gnu
configure:2416: checking target system type
configure:2429: result: x86_64-lfs-linux-gnu
configure:2483: checking for a BSD-compatible install
configure:2551: result: /usr/bin/install -c
configure:2562: checking whether ln works
configure:2584: result: yes
configure:2588: checking whether ln -s works
configure:2592: result: yes
configure:2599: checking for a sed that does not truncate output
configure:2663: result: /bin/sed
configure:2672: checking for gawk
configure:2688: found /usr/bin/gawk
configure:2699: result: gawk
configure:3973: checking for gcc
configure:3989: found /usr/bin/gcc
configure:4000: result: gcc
configure:4229: checking for C compiler version
configure:4238: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:4249: $? = 0
configure:4238: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre
--enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:4249: $? = 0
configure:4238: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4249: $? = 4
configure:4238: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4249: $? = 4
configure:4269: checking for C compiler default output file name
configure:4291: gcc conftest.c >&5
configure:4295: $? = 0
configure:4332: result: a.out
configure:4348: checking whether the C compiler works
configure:4357: ./a.out
configure:4361: $? = 0
configure:4376: result: yes
configure:4383: checking whether we are cross compiling
configure:4385: result: no
configure:4388: checking for suffix of executables
configure:4395: gcc -o conftest conftest.c >&5
configure:4399: $? = 0
configure:4421: result:
configure:4427: checking for suffix of object files
configure:4449: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4474: result: o
configure:4478: checking whether we are using the GNU C compiler
configure:4497: gcc -c conftest.c >&5
configure:4497: $? = 0
configure:4506: result: yes
configure:4515: checking whether gcc accepts -g
configure:4535: gcc -c -g conftest.c >&5
configure:4535: $? = 0
configure:4576: result: yes
configure:4593: checking for gcc option to accept ISO C89
configure:4657: gcc -c -g -O2 conftest.c >&5
configure:4657: $? = 0
configure:4670: result: none needed
configure:4748: checking for g++
configure:4764: found /usr/bin/g++
configure:4775: result: g++
configure:4802: checking for C++ compiler version
configure:4811: g++ --version >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:4822: $? = 0
configure:4811: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre
--enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:4822: $? = 0
configure:4811: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4822: $? = 4
configure:4811: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4822: $? = 4
configure:4826: checking whether we are using the GNU C++ compiler
configure:4845: g++ -c conftest.cpp >&5
configure:4845: $? = 0
configure:4854: result: yes
configure:4863: checking whether g++ accepts -g
configure:4883: g++ -c -g conftest.cpp >&5
configure:4883: $? = 0
configure:4924: result: yes
configure:4973: checking whether g++ accepts -static-libstdc++
-static-libgcc
configure:4990: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc
conftest.cpp >&5
configure:4990: $? = 0
configure:4991: result: yes
configure:5055: checking for gnatbind
configure:5085: result: no
configure:5147: checking for gnatmake
configure:5177: result: no
configure:5196: checking whether compiler driver understands Ada
configure:5219: result: no
configure:5228: checking how to compare bootstrapped objects
configure:5253: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5307: checking for objdir
configure:5322: result: .libs
configure:5894: checking for version 0.10 of ISL
configure:5913: gcc -o conftest -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp
-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src conftest.c
-lisl >&5
conftest.c:10:25: fatal error: isl/version.h: No such file or directory
#include <isl/version.h>
^
compilation terminated.
configure:5913: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/version.h>
| #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
| return 1;
|
| ;
| return 0;
| }
configure:5922: result: no
configure:5942: checking for version 0.11 of ISL
configure:5961: gcc -o conftest -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp
-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src conftest.c
-lisl >&5
conftest.c:10:25: fatal error: isl/version.h: No such file or directory
#include <isl/version.h>
^
compilation terminated.
configure:5961: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/version.h>
| #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
| return 1;
|
| ;
| return 0;
| }
configure:5970: result: no
configure:5990: checking for version 0.12 of ISL
configure:6009: gcc -o conftest -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp
-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src conftest.c
-lisl >&5
conftest.c:10:25: fatal error: isl/version.h: No such file or directory
#include <isl/version.h>
^
compilation terminated.
configure:6009: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/version.h>
| #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
| return 1;
|
| ;
| return 0;
| }
configure:6018: result: no
configure:7112: checking for default BUILD_CONFIG
configure:7144: result:
configure:7149: checking for --enable-vtable-verify
configure:7162: result: no
configure:7751: checking for bison
configure:7767: found /usr/bin/bison
configure:7778: result: bison -y
configure:7798: checking for bison
configure:7814: found /usr/bin/bison
configure:7825: result: bison
configure:7845: checking for gm4
configure:7875: result: no
configure:7845: checking for gnum4
configure:7875: result: no
configure:7845: checking for m4
configure:7861: found /usr/bin/m4
configure:7872: result: m4
configure:7892: checking for flex
configure:7908: found /usr/bin/flex
configure:7919: result: flex
configure:7940: checking for flex
configure:7956: found /usr/bin/flex
configure:7967: result: flex
configure:7987: checking for makeinfo
configure:8003: found /usr/bin/makeinfo
configure:8014: result: makeinfo
configure:8048: checking for expect
configure:8078: result: no
configure:8097: checking for runtest
configure:8127: result: no
configure:8242: checking for ar
configure:8258: found /tools/bin/ar
configure:8269: result: ar
configure:8383: checking for as
configure:8399: found /tools/bin/as
configure:8410: result: as
configure:8524: checking for dlltool
configure:8554: result: no
configure:8665: checking for ld
configure:8681: found /tools/bin/ld
configure:8692: result: ld
configure:8806: checking for lipo
configure:8836: result: no
configure:8947: checking for nm
configure:8963: found /tools/bin/nm
configure:8974: result: nm
configure:9088: checking for ranlib
configure:9104: found /tools/bin/ranlib
configure:9115: result: ranlib
configure:9224: checking for strip
configure:9240: found /tools/bin/strip
configure:9251: result: strip
configure:9360: checking for windres
configure:9390: result: no
configure:9501: checking for windmc
configure:9531: result: no
configure:9642: checking for objcopy
configure:9658: found /tools/bin/objcopy
configure:9669: result: objcopy
configure:9783: checking for objdump
configure:9799: found /tools/bin/objdump
configure:9810: result: objdump
configure:9924: checking for readelf
configure:9940: found /tools/bin/readelf
configure:9951: result: readelf
configure:10065: checking for x86_64-lfs-linux-gnu-cc
configure:10095: result: no
configure:10065: checking for x86_64-lfs-linux-gnu-gcc
configure:10095: result: no
configure:10226: checking for x86_64-lfs-linux-gnu-c++
configure:10256: result: no
configure:10226: checking for x86_64-lfs-linux-gnu-g++
configure:10256: result: no
configure:10226: checking for x86_64-lfs-linux-gnu-cxx
configure:10256: result: no
configure:10226: checking for x86_64-lfs-linux-gnu-gxx
configure:10256: result: no
configure:10387: checking for x86_64-lfs-linux-gnu-gcc
configure:10417: result: no
configure:10543: checking for x86_64-lfs-linux-gnu-gcj
configure:10573: result: no
configure:10704: checking for x86_64-lfs-linux-gnu-gfortran
configure:10734: result: no
configure:10865: checking for x86_64-lfs-linux-gnu-gccgo
configure:10895: result: no
configure:10995: checking for ar
configure:11028: result: no
configure:11106: checking for x86_64-lfs-linux-gnu-ar
configure:11136: result: no
configure:11225: checking for as
configure:11258: result: no
configure:11336: checking for x86_64-lfs-linux-gnu-as
configure:11366: result: no
configure:11455: checking for dlltool
configure:11488: result: no
configure:11566: checking for x86_64-lfs-linux-gnu-dlltool
configure:11596: result: no
configure:11685: checking for ld
configure:11718: result: no
configure:11796: checking for x86_64-lfs-linux-gnu-ld
configure:11826: result: no
configure:11915: checking for lipo
configure:11948: result: no
configure:12026: checking for x86_64-lfs-linux-gnu-lipo
configure:12056: result: no
configure:12145: checking for nm
configure:12178: result: no
configure:12256: checking for x86_64-lfs-linux-gnu-nm
configure:12286: result: no
configure:12375: checking for objdump
configure:12408: result: no
configure:12486: checking for x86_64-lfs-linux-gnu-objdump
configure:12516: result: no
configure:12605: checking for ranlib
configure:12638: result: no
configure:12716: checking for x86_64-lfs-linux-gnu-ranlib
configure:12746: result: no
configure:12835: checking for readelf
configure:12868: result: no
configure:12946: checking for x86_64-lfs-linux-gnu-readelf
configure:12976: result: no
configure:13065: checking for strip
configure:13098: result: no
configure:13176: checking for x86_64-lfs-linux-gnu-strip
configure:13206: result: no
configure:13295: checking for windres
configure:13328: result: no
configure:13406: checking for x86_64-lfs-linux-gnu-windres
configure:13436: result: no
configure:13525: checking for windmc
configure:13558: result: no
configure:13636: checking for x86_64-lfs-linux-gnu-windmc
configure:13666: result: no
configure:13733: checking where to find the target ar
configure:13770: result: pre-installed
configure:13775: checking where to find the target as
configure:13812: result: pre-installed
configure:13817: checking where to find the target cc
configure:13840: result: just compiled
configure:13859: checking where to find the target c++
configure:13885: result: just compiled
configure:13904: checking where to find the target c++ for libstdc++
configure:13930: result: just compiled
configure:13949: checking where to find the target dlltool
configure:13986: result: pre-installed
configure:13991: checking where to find the target gcc
configure:14014: result: just compiled
configure:14033: checking where to find the target gcj
configure:14073: result: pre-installed
configure:14078: checking where to find the target gfortran
configure:14118: result: pre-installed
configure:14123: checking where to find the target gccgo
configure:14163: result: pre-installed
configure:14168: checking where to find the target ld
configure:14205: result: pre-installed
configure:14210: checking where to find the target lipo
configure:14236: result: pre-installed
configure:14241: checking where to find the target nm
configure:14278: result: pre-installed
configure:14283: checking where to find the target objdump
configure:14320: result: pre-installed
configure:14325: checking where to find the target ranlib
configure:14362: result: pre-installed
configure:14367: checking where to find the target readelf
configure:14404: result: pre-installed
configure:14409: checking where to find the target strip
configure:14446: result: pre-installed
configure:14451: checking where to find the target windres
configure:14488: result: pre-installed
configure:14493: checking where to find the target windmc
configure:14530: result: pre-installed
configure:14563: checking whether to enable maintainer-specific portions of
Makefiles
configure:14572: result: no
configure:14793: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on rail-VirtualBox
config.status:972: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-lfs-linux-gnu
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-lfs-linux-gnu
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/tools/libexec/gcc/x86_64-lfs-linux-gnu/4.9.2:/tools/libexec/gcc/x86_64-lfs-linux-gnu:/usr/lib/gcc/x86_64-lfs-linux-gnu/4.9.2:/usr/lib/gcc/x86_64-lfs-linux-gnu:/tools/x86_64-lfs-linux-gnu/bin/x86_64-lfs-linux-gnu/4.9.2:/tools/x86_64-lfs-linux-gnu/bin:
gcc_cv_tool_prefix=/tools
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='x86_64-lfs-linux-gnu-ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='x86_64-lfs-linux-gnu-as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/
-nostdinc++ `if test -f
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL)
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes;
else echo -funconfigured-libstdc++-v3 ; fi`
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='x86_64-lfs-linux-gnu-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem
$(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='x86_64-lfs-linux-gnu-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='x86_64-lfs-linux-gnu-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='x86_64-lfs-linux-gnu-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='x86_64-lfs-linux-gnu-ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='x86_64-lfs-linux-gnu-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='x86_64-lfs-linux-gnu-nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='x86_64-lfs-linux-gnu-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='x86_64-lfs-linux-gnu-ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc
-B$$r/$(HOST_SUBDIR)/gcc -nostdinc++
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
READELF='readelf'
READELF_FOR_TARGET='x86_64-lfs-linux-gnu-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='x86_64-lfs-linux-gnu-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.9.2/configure
--target=x86_64-lfs-linux-gnu --prefix=/tools --with-sysroot=/mnt/lfs
--with-newlib --without-headers --with-local-prefix=/tools
--with-native-system-header-dir=/tools/include --disable-nls
--disable-shared --disable-multilib --disable-decimal-float
--disable-threads --disable-libatomic --disable-libgomp --disable-libitm
--disable-libquadmath --disable-libsanitizer --disable-libssp
--disable-libvtv --disable-libcilkrts --disable-libstdc++-v3
--enable-languages=c,c++'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='x86_64-lfs-linux-gnu-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='x86_64-lfs-linux-gnu-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--prefix=/tools'\''
'\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\''
'\''--without-headers'\'' '\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\''
'\''--disable-decimal-float'\'' '\''--disable-threads'\''
'\''--disable-libatomic'\'' '\''--disable-libgomp'\''
'\''--disable-libitm'\'' '\''--disable-libquadmath'\''
'\''--disable-libsanitizer'\'' '\''--disable-libssp'\''
'\''--disable-libvtv'\'' '\''--disable-libcilkrts'\''
'\''--disable-libstdc++-v3'\'' '\''--enable-languages=c,c++,lto'\''
--program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\''
--disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-unknown-linux-gnu'
build_noncanonical='x86_64-unknown-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-unknown-linux-gnu'
build_tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
build_vendor='unknown'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr
mpc fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp
--with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src
--with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/.libs'
extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp
--with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src
-I$$s/mpfr/src -I$$s/mpc/src '
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs
-L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache '\''--prefix=/tools'\''
'\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\''
'\''--without-headers'\'' '\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\''
'\''--disable-decimal-float'\'' '\''--disable-threads'\''
'\''--disable-libatomic'\'' '\''--disable-libgomp'\''
'\''--disable-libitm'\'' '\''--disable-libquadmath'\''
'\''--disable-libsanitizer'\'' '\''--disable-libssp'\''
'\''--disable-libvtv'\'' '\''--disable-libcilkrts'\''
'\''--disable-libstdc++-v3'\'' '\''--enable-languages=c,c++,lto'\''
--program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\''
--disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/tools'
program_transform_name='s&^&x86_64-lfs-linux-gnu-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-lfs-linux-gnu'
target_alias='x86_64-lfs-linux-gnu'
target_configargs='--cache-file=./config.cache
--with-cross-host=x86_64-unknown-linux-gnu '\''--prefix=/tools'\''
'\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\''
'\''--without-headers'\'' '\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\''
'\''--disable-decimal-float'\'' '\''--disable-threads'\''
'\''--disable-libatomic'\'' '\''--disable-libgomp'\''
'\''--disable-libitm'\'' '\''--disable-libquadmath'\''
'\''--disable-libsanitizer'\'' '\''--disable-libssp'\''
'\''--disable-libvtv'\'' '\''--disable-libcilkrts'\''
'\''--disable-libstdc++-v3'\'' '\''--enable-languages=c,c++,lto'\''
--program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\''
--disable-option-checking'
target_configdirs=' libgcc'
target_cpu='x86_64'
target_noncanonical='x86_64-lfs-linux-gnu'
target_os='linux-gnu'
target_subdir='x86_64-lfs-linux-gnu'
target_vendor='lfs'
tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
## ------------------- ##
## File substitutions. ##
## ------------------- ##
alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../gcc-4.9.2/config/mt-gnu'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"
configure: exit 0
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Do not top post on this list.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
http://en.wikipedia.org/wiki/Posting_style