LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-08-2014, 03:22 PM   #1
idontwantaname
LQ Newbie
 
Registered: May 2014
Posts: 1

Rep: Reputation: Disabled
I cant install binutils-2.24.51 for LFS on ubuntu saucy


below is the 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

$ ../binutils-2.24.51/configure --prefix=/tools --with-sysroot=/mnt/lfs --with-lib-path=/tools/lib --target=x86_64-lfs-linux-gnu --disable-nls --disable-werror

## --------- ##
## Platform. ##
## --------- ##

hostname = ubuntu
uname -m = x86_64
uname -r = 3.11.0-12-generic
uname -s = Linux
uname -v = #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013

/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:2320: checking build system type
configure:2334: result: x86_64-unknown-linux-gnu
configure:2381: checking host system type
configure:2394: result: x86_64-unknown-linux-gnu
configure:2414: checking target system type
configure:2427: result: x86_64-lfs-linux-gnu
configure:2481: checking for a BSD-compatible install
configure:2549: result: /usr/bin/install -c
configure:2560: checking whether ln works
configure:2582: result: yes
configure:2586: checking whether ln -s works
configure:2590: result: yes
configure:2597: checking for a sed that does not truncate output
configure:2661: result: /bin/sed
configure:2670: checking for gawk
configure:2686: found /usr/bin/gawk
configure:2697: result: gawk
configure:3965: checking for gcc
configure:3981: found /usr/bin/gcc
configure:3992: result: gcc
configure:4221: checking for C compiler version
configure:4230: gcc --version >&5
gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
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:4241: $? = 0
configure:4230: 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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:4241: $? = 0
configure:4230: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4241: $? = 4
configure:4230: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4241: $? = 4
configure:4261: checking for C compiler default output file name
configure:4283: gcc conftest.c >&5
configure:4287: $? = 0
configure:4324: result: a.out
configure:4340: checking whether the C compiler works
configure:4349: ./a.out
configure:4353: $? = 0
configure:4368: result: yes
configure:4375: checking whether we are cross compiling
configure:4377: result: no
configure:4380: checking for suffix of executables
configure:4387: gcc -o conftest conftest.c >&5
configure:4391: $? = 0
configure:4413: result:
configure:4419: checking for suffix of object files
configure:4441: gcc -c conftest.c >&5
configure:4445: $? = 0
configure:4466: result: o
configure:4470: checking whether we are using the GNU C compiler
configure:4489: gcc -c conftest.c >&5
configure:4489: $? = 0
configure:4498: result: yes
configure:4507: checking whether gcc accepts -g
configure:4527: gcc -c -g conftest.c >&5
configure:4527: $? = 0
configure:4568: result: yes
configure:4585: checking for gcc option to accept ISO C89
configure:4649: gcc -c -g -O2 conftest.c >&5
configure:4649: $? = 0
configure:4662: result: none needed
configure:4740: checking for g++
configure:4756: found /usr/bin/g++
configure:4767: result: g++
configure:4794: checking for C++ compiler version
configure:4803: g++ --version >&5
g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
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:4814: $? = 0
configure:4803: 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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:4814: $? = 0
configure:4803: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4814: $? = 4
configure:4803: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4814: $? = 4
configure:4818: checking whether we are using the GNU C++ compiler
configure:4837: g++ -c conftest.cpp >&5
configure:4837: $? = 0
configure:4846: result: yes
configure:4855: checking whether g++ accepts -g
configure:4875: g++ -c -g conftest.cpp >&5
configure:4875: $? = 0
configure:4916: result: yes
configure:4965: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:4982: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:4982: $? = 0
configure:4983: result: yes
configure:5047: checking for gnatbind
configure:5077: result: no
configure:5139: checking for gnatmake
configure:5169: result: no
configure:5188: checking whether compiler driver understands Ada
configure:5211: result: no
configure:5220: checking how to compare bootstrapped objects
configure:5245: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5299: checking for objdir
configure:5314: result: .libs
configure:5886: checking for version 0.10 of ISL
configure:5905: gcc -o conftest -g -O2 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:5905: $? = 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:5914: result: no
configure:5934: checking for version 0.11 of ISL
configure:5953: gcc -o conftest -g -O2 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:5953: $? = 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:5962: result: no
configure:5982: checking for version 0.12 of ISL
configure:6001: gcc -o conftest -g -O2 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:6001: $? = 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:6010: result: no
configure:7173: checking for default BUILD_CONFIG
configure:7205: result:
configure:7694: checking for bison
configure:7710: found /usr/bin/bison
configure:7721: result: bison -y
configure:7741: checking for bison
configure:7757: found /usr/bin/bison
configure:7768: result: bison
configure:7788: checking for gm4
configure:7818: result: no
configure:7788: checking for gnum4
configure:7818: result: no
configure:7788: checking for m4
configure:7804: found /usr/bin/m4
configure:7815: result: m4
configure:7835: checking for flex
configure:7865: result: no
configure:7835: checking for lex
configure:7865: result: no
configure:7883: checking for flex
configure:7913: result: no
configure:7930: checking for makeinfo
configure:7946: found /usr/bin/makeinfo
configure:7957: result: makeinfo
configure:7991: checking for expect
configure:8021: result: no
configure:8040: checking for runtest
configure:8070: result: no
configure:8185: checking for ar
configure:8201: found /usr/bin/ar
configure:8212: result: ar
configure:8326: checking for as
configure:8342: found /usr/bin/as
configure:8353: result: as
configure:8467: checking for dlltool
configure:8497: result: no
configure:8608: checking for ld
configure:8624: found /usr/bin/ld
configure:8635: result: ld
configure:8749: checking for lipo
configure:8779: result: no
configure:8890: checking for nm
configure:8906: found /usr/bin/nm
configure:8917: result: nm
configure:9031: checking for ranlib
configure:9047: found /usr/bin/ranlib
configure:9058: result: ranlib
configure:9167: checking for strip
configure:9183: found /usr/bin/strip
configure:9194: result: strip
configure:9303: checking for windres
configure:9333: result: no
configure:9444: checking for windmc
configure:9474: result: no
configure:9585: checking for objcopy
configure:9601: found /usr/bin/objcopy
configure:9612: result: objcopy
configure:9726: checking for objdump
configure:9742: found /usr/bin/objdump
configure:9753: result: objdump
configure:9867: checking for readelf
configure:9883: found /usr/bin/readelf
configure:9894: result: readelf
configure:10008: checking for x86_64-lfs-linux-gnu-cc
configure:10038: result: no
configure:10008: checking for x86_64-lfs-linux-gnu-gcc
configure:10038: result: no
configure:10169: checking for x86_64-lfs-linux-gnu-c++
configure:10199: result: no
configure:10169: checking for x86_64-lfs-linux-gnu-g++
configure:10199: result: no
configure:10169: checking for x86_64-lfs-linux-gnu-cxx
configure:10199: result: no
configure:10169: checking for x86_64-lfs-linux-gnu-gxx
configure:10199: result: no
configure:10330: checking for x86_64-lfs-linux-gnu-gcc
configure:10360: result: no
configure:10486: checking for x86_64-lfs-linux-gnu-gcj
configure:10516: result: no
configure:10647: checking for x86_64-lfs-linux-gnu-gfortran
configure:10677: result: no
configure:10808: checking for x86_64-lfs-linux-gnu-gccgo
configure:10838: result: no
configure:11049: checking for x86_64-lfs-linux-gnu-ar
configure:11079: result: no
configure:11279: checking for x86_64-lfs-linux-gnu-as
configure:11309: result: no
configure:11509: checking for x86_64-lfs-linux-gnu-dlltool
configure:11539: result: no
configure:11739: checking for x86_64-lfs-linux-gnu-ld
configure:11769: result: no
configure:11969: checking for x86_64-lfs-linux-gnu-lipo
configure:11999: result: no
configure:12199: checking for x86_64-lfs-linux-gnu-nm
configure:12229: result: no
configure:12429: checking for x86_64-lfs-linux-gnu-objdump
configure:12459: result: no
configure:12659: checking for x86_64-lfs-linux-gnu-ranlib
configure:12689: result: no
configure:12889: checking for x86_64-lfs-linux-gnu-readelf
configure:12919: result: no
configure:13119: checking for x86_64-lfs-linux-gnu-strip
configure:13149: result: no
configure:13349: checking for x86_64-lfs-linux-gnu-windres
configure:13379: result: no
configure:13579: checking for x86_64-lfs-linux-gnu-windmc
configure:13609: result: no
configure:13676: checking where to find the target ar
configure:13699: result: just compiled
configure:13718: checking where to find the target as
configure:13741: result: just compiled
configure:13760: checking where to find the target cc
configure:13797: result: pre-installed
configure:13802: checking where to find the target c++
configure:13842: result: pre-installed
configure:13847: checking where to find the target c++ for libstdc++
configure:13887: result: pre-installed
configure:13892: checking where to find the target dlltool
configure:13915: result: just compiled
configure:13934: checking where to find the target gcc
configure:13971: result: pre-installed
configure:13976: checking where to find the target gcj
configure:14016: result: pre-installed
configure:14021: checking where to find the target gfortran
configure:14061: result: pre-installed
configure:14066: checking where to find the target gccgo
configure:14106: result: pre-installed
configure:14111: checking where to find the target ld
configure:14134: result: just compiled
configure:14153: checking where to find the target lipo
configure:14179: result: pre-installed
configure:14184: checking where to find the target nm
configure:14207: result: just compiled
configure:14226: checking where to find the target objdump
configure:14249: result: just compiled
configure:14268: checking where to find the target ranlib
configure:14291: result: just compiled
configure:14310: checking where to find the target readelf
configure:14333: result: just compiled
configure:14352: checking where to find the target strip
configure:14375: result: just compiled
configure:14394: checking where to find the target windres
configure:14417: result: just compiled
configure:14436: checking where to find the target windmc
configure:14459: result: just compiled
configure:14506: checking whether to enable maintainer-specific portions of Makefiles
configure:14515: result: no
configure:14736: 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 ubuntu

config.status:938: 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_LD=ld
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=
gcc_cv_tool_prefix=/tools
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='x86_64-lfs-linux-gnu-cc'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
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='x86_64-lfs-linux-gnu-c++'
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='$$r/$(HOST_SUBDIR)/binutils/dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
FLEX='/mnt/lfs/binutils-2.24.51/missing flex'
GCC_FOR_TARGET='x86_64-lfs-linux-gnu-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='$$r/$(HOST_SUBDIR)/ld/ld-new'
LEX='/mnt/lfs/binutils-2.24.51/missing 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='$$r/$(HOST_SUBDIR)/binutils/nm-new'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/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='$$r/$(HOST_SUBDIR)/binutils/ranlib'
RAW_CXX_FOR_TARGET='x86_64-lfs-linux-gnu-c++'
READELF='readelf'
READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../binutils-2.24.51/configure --prefix=/tools --with-sysroot=/mnt/lfs --with-lib-path=/tools/lib --target=x86_64-lfs-linux-gnu --disable-nls --disable-werror'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/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-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\'' --disable-option-checking'
build_configdirs=' libiberty'
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 opcodes bfd binutils gas ld gprof etc'
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=''
extra_isl_gmp_configure_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld --with-system-zlib '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --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,'
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 --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\'' --disable-option-checking'
target_configdirs=''
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='../binutils-2.24.51/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

Last edited by idontwantaname; 05-08-2014 at 03:24 PM.
 
Old 05-09-2014, 09:43 AM   #2
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Ubuntu is NOT the best system to build LFS on see this forum for a number of similar problems, in the mean time please post the output of the version check script, ubuntu needs some changes to make it compatible, I would suggest installing Slackware to build the LFS as it works 'out of the box'
P.S.
Put your code between code blocks as it makes it easier to read.

Last edited by Keith Hedger; 05-09-2014 at 09:45 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] LFS 6.6 Binutils install error Pass 1 on Ubuntu Jaunty Krol_:) Linux From Scratch 3 06-03-2010 10:53 AM
binutils first pass make install failure in LFS-6.0 dibyadeep Linux From Scratch 3 01-05-2005 03:34 PM
LFS 5.1.1 - Can't install binutils-2.14 ginobili_20 Linux From Scratch 2 08-30-2004 03:01 PM
$LFS/tools empty after binutils install? awgriff279 Linux From Scratch 2 08-28-2004 05:57 PM
LFS binutils install??? znif Linux From Scratch 2 06-25-2004 06:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration