also attach the config.lg file here
On Sun, Sep 4, 2016 at 11:19 PM, Sumit Kokal <[email protected]> wrote:
> Hii sir,
> first in pass-1 glibc make and make install successfully done, when m
>
> echo 'int main(){}' > dummy.c
> $LFS_TGT-gcc dummy.c
> readelf -l a.out | grep ': /tools'
>
> this commands den following output is come
> mv -f /mnt/lfs/sources/glibc-2.24/build/elf/stubsT
> /mnt/lfs/sources/glibc-2.24/build/elf/stubs
> make[2]: Leaving directory '/mnt/lfs/sources/glibc-2.24/elf'
> (sed '/^@/d' include/stubs-prologue.h; LC_ALL=C sort
> /mnt/lfs/sources/glibc-2.24/build/csu/stubs
> /mnt/lfs/sources/glibc-2.24/build/iconv/stubs
> /mnt/lfs/sources/glibc-2.24/build/locale/stubs
> /mnt/lfs/sources/glibc-2.24/build/localedata/stubs
> /mnt/lfs/sources/glibc-2.24/build/iconvdata/stubs
> /mnt/lfs/sources/glibc-2.24/build/assert/stubs
> /mnt/lfs/sources/glibc-2.24/build/ctype/stubs
> /mnt/lfs/sources/glibc-2.24/build/intl/stubs
> /mnt/lfs/sources/glibc-2.24/build/catgets/stubs
> /mnt/lfs/sources/glibc-2.24/build/math/stubs
> /mnt/lfs/sources/glibc-2.24/build/setjmp/stubs
> /mnt/lfs/sources/glibc-2.24/build/signal/stubs
> /mnt/lfs/sources/glibc-2.24/build/stdlib/stubs
> /mnt/lfs/sources/glibc-2.24/build/stdio-common/stubs
> /mnt/lfs/sources/glibc-2.24/build/libio/stubs
> /mnt/lfs/sources/glibc-2.24/build/dlfcn/stubs
> /mnt/lfs/sources/glibc-2.24/build/malloc/stubs
> /mnt/lfs/sources/glibc-2.24/build/string/stubs
> /mnt/lfs/sources/glibc-2.24/build/wcsmbs/stubs
> /mnt/lfs/sources/glibc-2.24/build/timezone/stubs
> /mnt/lfs/sources/glibc-2.24/build/time/stubs
> /mnt/lfs/sources/glibc-2.24/build/dirent/stubs
> /mnt/lfs/sources/glibc-2.24/build/grp/stubs
> /mnt/lfs/sources/glibc-2.24/build/pwd/stubs
> /mnt/lfs/sources/glibc-2.24/build/posix/stubs
> /mnt/lfs/sources/glibc-2.24/build/io/stubs
> /mnt/lfs/sources/glibc-2.24/build/termios/stubs
> /mnt/lfs/sources/glibc-2.24/build/resource/stubs
> /mnt/lfs/sources/glibc-2.24/build/misc/stubs
> /mnt/lfs/sources/glibc-2.24/build/socket/stubs
> /mnt/lfs/sources/glibc-2.24/build/sysvipc/stubs
> /mnt/lfs/sources/glibc-2.24/build/gmon/stubs
> /mnt/lfs/sources/glibc-2.24/build/gnulib/stubs
> /mnt/lfs/sources/glibc-2.24/build/wctype/stubs
> /mnt/lfs/sources/glibc-2.24/build/manual/stubs
> /mnt/lfs/sources/glibc-2.24/build/shadow/stubs
> /mnt/lfs/sources/glibc-2.24/build/gshadow/stubs
> /mnt/lfs/sources/glibc-2.24/build/po/stubs
> /mnt/lfs/sources/glibc-2.24/build/argp/stubs
> /mnt/lfs/sources/glibc-2.24/build/crypt/stubs
> /mnt/lfs/sources/glibc-2.24/build/nptl/stubs
> /mnt/lfs/sources/glibc-2.24/build/rt/stubs
> /mnt/lfs/sources/glibc-2.24/build/conform/stubs
> /mnt/lfs/sources/glibc-2.24/build/debug/stubs
> /mnt/lfs/sources/glibc-2.24/build/mathvec/stubs
> /mnt/lfs/sources/glibc-2.24/build/libidn/stubs
> /mnt/lfs/sources/glibc-2.24/build/nptl_db/stubs
> /mnt/lfs/sources/glibc-2.24/build/inet/stubs
> /mnt/lfs/sources/glibc-2.24/build/resolv/stubs
> /mnt/lfs/sources/glibc-2.24/build/nss/stubs
> /mnt/lfs/sources/glibc-2.24/build/hesiod/stubs
> /mnt/lfs/sources/glibc-2.24/build/sunrpc/stubs
> /mnt/lfs/sources/glibc-2.24/build/nis/stubs
> /mnt/lfs/sources/glibc-2.24/build/nscd/stubs
> /mnt/lfs/sources/glibc-2.24/build/streams/stubs
> /mnt/lfs/sources/glibc-2.24/build/login/stubs
> /mnt/lfs/sources/glibc-2.24/build/elf/stubs) >
> /mnt/lfs/sources/glibc-2.24/build/stubs.h
> if test -r /tools/include/gnu/stubs-64.h && cmp -s
> /mnt/lfs/sources/glibc-2.24/build/stubs.h /tools/include/gnu/stubs-64.h; \
> then echo 'stubs.h unchanged'; \
> else /usr/bin/install -c -m 644 /mnt/lfs/sources/glibc-2.24/build/stubs.h
> /tools/include/gnu/stubs-64.h; fi
> rm -f /mnt/lfs/sources/glibc-2.24/build/stubs.h
> make[1]: Leaving directory '/mnt/lfs/sources/glibc-2.24'
> root@sumi-k:/mnt/lfs/sources/glibc-2.24/build# echo 'int main(){}' > dummy.c
>
> *root@sumi-k:/mnt/lfs/sources/glibc-2.24/build# $LFS_TGT-gcc
> dummy.cx86_64-lfs-linux-gnu-gcc: command not found*
>
>
>
> and ill continue to install next package then libstdc++ is also successfully
> done,
>
> and when m in *pass-2 binutils* then it show
> error: C compiler cannot create executables
>
> root@sumi-k:/mnt/lfs/sources# tar -xf binutils-2.27.tar.bz2
> root@sumi-k:/mnt/lfs/sources# cd binutils-2.27
> root@sumi-k:/mnt/lfs/sources/binutils-2.27# mkdir -v build
> mkdir: created directory 'build'
> root@sumi-k:/mnt/lfs/sources/binutils-2.27# cd build
> root@sumi-k:/mnt/lfs/sources/binutils-2.27/build# CC=$LFS_TGT-gcc
> \
> > AR=$LFS_TGT-ar \
> > RANLIB=$LFS_TGT-ranlib \
> > ../configure \
> > --prefix=/tools \
> > --disable-nls \
> > --disable-werror \
> > --with-lib-path=/tools/lib \
> > --with-sysroot
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking target system type... x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for a sed that does not truncate output... /bin/sed
> checking for gawk... gawk
> checking for gcc... x86_64-lfs-linux-gnu-gcc
> checking for C compiler default output file name...
> configure: error: in `/mnt/lfs/sources/binutils-2.27/build':
> *configure: error: C compiler cannot create executables*
> See `config.log' for more details.
> root@sumi-k:/mnt/lfs/sources/binutils-2.27/build#
>
>
> and* host system requirement output *
> root@sumi-k:/home/sumi# bash version-check.sh
> bash, version 4.3.46(1)-release
> /bin/sh -> /bin/bash
> Binutils: (GNU Binutils for Ubuntu) 2.26.1
> bison (GNU Bison) 3.0.4
> /usr/bin/yacc -> /usr/bin/bison.yacc
> bzip2, Version 1.0.6, 6-Sept-2010.
> Coreutils: 8.25
> diff (GNU diffutils) 3.3
> find (GNU findutils) 4.7.0-git
> GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.0)
> /usr/bin/awk -> /usr/bin/gawk
> gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
> g++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
> (Ubuntu GLIBC 2.23-0ubuntu3) 2.23
> grep (GNU grep) 2.25
> gzip 1.6
> Linux version 4.4.0-34-generic (buildd@lgw01-20) (gcc version 5.3.1 20160413
> (Ubuntu 5.3.1-14ubuntu2.1) ) #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016
> m4 (GNU M4) 1.4.17
> GNU Make 4.1
> GNU patch 2.7.5
> Perl version='5.22.1';
> sed (GNU sed) 4.2.2
> tar (GNU tar) 1.28
> texi2any (GNU texinfo) 6.1
> xz (XZ Utils) 5.1.0alpha
> g++ compilation OK
>
>
> ill try so many times,but i cant solve,
>
> host system-ubuntu-16.4 with letest update
>
> LFS version-7.10 letest
>
> last this u also see.
> root@sumi-k:/home/sumi#
> * ls -ltc /bin/shlrwxrwxrwx 1 root root 4 Aug 21 18:10 /bin/sh -> bash*
> root@sumi-k:/home/sumi#
> *ls -ltc /usr/bin/awklrwxrwxrwx 1 root root 21 Aug 21 17:26 /usr/bin/awk ->
> /etc/alternatives/awk*
> root@sumi-k:/home/sumi#
> *ls -ltc /etc/alternatives/awklrwxrwxrwx 1 root root 13 Aug 21 18:12
> /etc/alternatives/awk -> /usr/bin/gawk*
> root@sumi-k:/home/sumi#
>
> *ls -ltc /etc/alternatives/yacclrwxrwxrwx 1 root root 19 Aug 21 18:14
> /etc/alternatives/yacc -> /usr/bin/bison.yacc*
>
>
> *THANKS IN ADVANCE*
>
>
>
>
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
$ ../configure --prefix=/tools --disable-nls --disable-werror --with-lib-path=/tools/lib --with-sysroot
## --------- ##
## Platform. ##
## --------- ##
hostname = sumi-k
uname -m = x86_64
uname -r = 4.4.0-34-generic
uname -s = Linux
uname -v = #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2297: checking build system type
configure:2311: result: x86_64-pc-linux-gnu
configure:2358: checking host system type
configure:2371: result: x86_64-pc-linux-gnu
configure:2391: checking target system type
configure:2404: result: x86_64-pc-linux-gnu
configure:2458: checking for a BSD-compatible install
configure:2526: result: /usr/bin/install -c
configure:2537: checking whether ln works
configure:2559: result: yes
configure:2563: checking whether ln -s works
configure:2567: result: yes
configure:2574: checking for a sed that does not truncate output
configure:2638: result: /bin/sed
configure:2647: checking for gawk
configure:2663: found /usr/bin/gawk
configure:2674: result: gawk
configure:4121: checking for gcc
configure:4148: result: x86_64-lfs-linux-gnu-gcc
configure:4377: checking for C compiler version
configure:4386: x86_64-lfs-linux-gnu-gcc --version >&5
../configure: line 4388: x86_64-lfs-linux-gnu-gcc: command not found
configure:4397: $? = 127
configure:4386: x86_64-lfs-linux-gnu-gcc -v >&5
../configure: line 4388: x86_64-lfs-linux-gnu-gcc: command not found
configure:4397: $? = 127
configure:4386: x86_64-lfs-linux-gnu-gcc -V >&5
../configure: line 4388: x86_64-lfs-linux-gnu-gcc: command not found
configure:4397: $? = 127
configure:4386: x86_64-lfs-linux-gnu-gcc -qversion >&5
../configure: line 4388: x86_64-lfs-linux-gnu-gcc: command not found
configure:4397: $? = 127
configure:4417: checking for C compiler default output file name
configure:4439: x86_64-lfs-linux-gnu-gcc conftest.c >&5
../configure: line 4441: x86_64-lfs-linux-gnu-gcc: command not found
configure:4443: $? = 127
configure:4480: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4486: error: in `/mnt/lfs/sources/binutils-2.27/build':
configure:4490: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=set
ac_cv_env_AR_value=x86_64-lfs-linux-gnu-ar
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=set
ac_cv_env_CC_value=x86_64-lfs-linux-gnu-gcc
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_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_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=set
ac_cv_env_RANLIB_value=x86_64-lfs-linux-gnu-ranlib
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=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=x86_64-lfs-linux-gnu-gcc
ac_cv_target=x86_64-pc-linux-gnu
acx_cv_prog_LN=ln
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='x86_64-lfs-linux-gnu-ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET=''
AS=''
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET=''
AWK='gawk'
BISON=''
BUILD_CONFIG=''
CC='x86_64-lfs-linux-gnu-gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET=''
CFLAGS=''
CFLAGS_FOR_BUILD=''
CFLAGS_FOR_TARGET=''
COMPILER_AS_FOR_TARGET=''
COMPILER_LD_FOR_TARGET=''
COMPILER_NM_FOR_TARGET=''
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX=''
CXXFLAGS=''
CXXFLAGS_FOR_BUILD=''
CXXFLAGS_FOR_TARGET=''
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET=''
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS=''
DLLTOOL=''
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT=''
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=''
FLEX=''
GCC_FOR_TARGET=''
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET=''
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET=''
GNATBIND=''
GNATMAKE=''
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD=''
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET=''
LEX=''
LIBOBJS=''
LIBS=''
LIPO=''
LIPO_FOR_TARGET=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
NM=''
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET=''
OBJCOPY=''
OBJCOPY_FOR_TARGET=''
OBJDUMP=''
OBJDUMP_FOR_TARGET=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='x86_64-lfs-linux-gnu-ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET=''
RAW_CXX_FOR_TARGET=''
READELF=''
READELF_FOR_TARGET=''
RPATH_ENVVAR=''
RUNTEST=''
SED='/bin/sed'
SHELL='/bin/sh'
STRIP=''
STRIP_FOR_TARGET=''
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --prefix=/tools --disable-nls --disable-werror --with-lib-path=/tools/lib --with-sysroot'
WINDMC=''
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET=''
WINDRES=''
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET=''
YACC=''
ac_ct_CC='x86_64-lfs-linux-gnu-gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_configargs=''
build_configdirs='build-libiberty build-libcpp build-texinfo build-flex build-bison build-m4 build-fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_noncanonical='x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_tooldir=''
build_vendor='pc'
compare_exclusions=''
configdirs='intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare=''
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
extra_host_libiberty_configure_flags=''
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_configargs=''
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_shared=''
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
islver=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags=''
poststage1_libs=''
prefix='/tools'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags=''
stage1_checking=''
stage1_languages=''
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_configargs=''
target_configdirs='target-libgcc target-libbacktrace target-libgloss target-newlib target-libgomp target-libcilkrts target-liboffloadmic target-libatomic target-libitm target-libstdc++-v3 target-libsanitizer target-libvtv target-libmpx target-libssp target-libquadmath target-libgfortran target-boehm-gc target-libffi target-zlib target-libjava target-libobjc target-libada target-libgo target-rda'
target_cpu='x86_64'
target_noncanonical='x86_64-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='x86_64-pc-linux-gnu'
target_vendor='pc'
tooldir=''
## ------------------- ##
## File substitutions. ##
## ------------------- ##
alphaieee_frag=''
host_makefile_frag='/dev/null'
ospace_frag=''
serialization_dependencies=''
target_makefile_frag=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 77
--
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