Dear Colleagues,
When i try to compile GCC-4.9.2 - Pass 2 using the make command, i found the
bellow error. Please how to solve this issue.
The version of the book being used:- LFS-Book 7.7
The host distribution and version being used to create LF: Red
Hat Enterprise Linux Server release 5.4 for 32bit
The package or section the problem was encountered in:
GCC-4.9.2 - Pass 2
The exact error message or symptom being received:-
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... /mnt/lfs/sources/7.7/gcc-build/./gcc/xgcc
-B/mnt/lfs/sources/7.7/gcc-build/./gcc/ -B/tools/i686-pc-linux-gnu/bin/
-B/tools/i686-pc-linux-gnu/lib/ -isystem /tools/i686-pc-linux-gnu/include
-isystem /tools/i686-pc-linux-gnu/sys-include
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: in
`/mnt/lfs/sources/7.7/gcc-build/i686-pc-linux-gnu/libstdc++-v3':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/7.7/gcc-build'
make: *** [all] Error 2
Best Regards,
Mostafa YasinLinux system engineer 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 --prefix=/tools --with-local-prefix=/tools
--with-native-system-header-dir=/tools/include --enable-languages=c,c++
--disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
## --------- ##
## Platform. ##
## --------- ##
hostname = weblogic
uname -m = i686
uname -r = 2.6.18-164.el5
uname -s = Linux
uname -v = #1 SMP Tue Aug 18 15:51:54 EDT 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/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: i686-pc-linux-gnu
configure:2383: checking host system type
configure:2396: result: i686-pc-linux-gnu
configure:2416: checking target system type
configure:2429: result: i686-pc-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 /bin/gawk
configure:2699: result: gawk
configure:3154: checking for libatomic support
configure:3164: result: yes
configure:3173: checking for libcilkrts support
configure:3183: result: yes
configure:3192: checking for libitm support
configure:3202: result: yes
configure:3211: checking for libsanitizer support
configure:3221: result: yes
configure:3230: checking for libvtv support
configure:3240: result: yes
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 (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
Copyright (C) 2006 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.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --disable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
configure:4249: $? = 0
configure:4238: gcc -V >&5
gcc: '-V' option must have argument
configure:4249: $? = 1
configure:4238: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4249: $? = 1
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++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
Copyright (C) 2006 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.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --disable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
configure:4822: $? = 0
configure:4811: g++ -V >&5
g++: '-V' option must have argument
configure:4822: $? = 1
configure:4811: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4822: $? = 1
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
g++: unrecognized option '-static-libstdc++'
conftest.cpp:11:2: error: #error -static-libstdc++ not implemented
configure:4990: $? = 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 ""
| /* end confdefs.h. */
|
| #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
| #error -static-libstdc++ not implemented
| #endif
| int main() {}
configure:4994: result: no
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: error: isl/version.h: No such file or directory
conftest.c: In function 'main':
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strncmp' makes pointer from
integer without a cast
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: error: isl/version.h: No such file or directory
conftest.c: In function 'main':
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strncmp' makes pointer from
integer without a cast
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: error: isl/version.h: No such file or directory
conftest.c: In function 'main':
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strlen' makes pointer from
integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer
from integer without a cast
conftest.c:15: warning: passing argument 1 of 'strncmp' makes pointer from
integer without a cast
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:10104: checking for cc
configure:10120: found /usr/bin/cc
configure:10131: result: cc
configure:10265: checking for c++
configure:10281: found /usr/bin/c++
configure:10292: result: c++
configure:10426: checking for gcc
configure:10442: found /usr/bin/gcc
configure:10453: result: gcc
configure:10582: checking for gcj
configure:10612: result: no
configure:10743: checking for gfortran
configure:10759: found /usr/bin/gfortran
configure:10770: result: gfortran
configure:10904: checking for gccgo
configure:10934: result: no
configure:10995: checking for ar
configure:11013: found /tools/i686-pc-linux-gnu/bin/ar
configure:11025: result: /tools/i686-pc-linux-gnu/bin/ar
configure:11225: checking for as
configure:11243: found /tools/i686-pc-linux-gnu/bin/as
configure:11255: result: /tools/i686-pc-linux-gnu/bin/as
configure:11455: checking for dlltool
configure:11488: result: no
configure:11605: checking for dlltool
configure:11635: result: no
configure:11685: checking for ld
configure:11703: found /tools/i686-pc-linux-gnu/bin/ld
configure:11715: result: /tools/i686-pc-linux-gnu/bin/ld
configure:11915: checking for lipo
configure:11948: result: no
configure:12065: checking for lipo
configure:12095: result: no
configure:12145: checking for nm
configure:12163: found /tools/i686-pc-linux-gnu/bin/nm
configure:12175: result: /tools/i686-pc-linux-gnu/bin/nm
configure:12375: checking for objdump
configure:12393: found /tools/i686-pc-linux-gnu/bin/objdump
configure:12405: result: /tools/i686-pc-linux-gnu/bin/objdump
configure:12605: checking for ranlib
configure:12623: found /tools/i686-pc-linux-gnu/bin/ranlib
configure:12635: result: /tools/i686-pc-linux-gnu/bin/ranlib
configure:12835: checking for readelf
configure:12868: result: no
configure:12985: checking for readelf
configure:13001: found /tools/bin/readelf
configure:13012: result: readelf
configure:13065: checking for strip
configure:13083: found /tools/i686-pc-linux-gnu/bin/strip
configure:13095: result: /tools/i686-pc-linux-gnu/bin/strip
configure:13295: checking for windres
configure:13328: result: no
configure:13445: checking for windres
configure:13475: result: no
configure:13525: checking for windmc
configure:13558: result: no
configure:13675: checking for windmc
configure:13705: result: no
configure:13733: checking where to find the target ar
configure:13761: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:13775: checking where to find the target as
configure:13803: result: pre-installed in /tools/i686-pc-linux-gnu/bin
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:13982: result: host tool
configure:13991: checking where to find the target gcc
configure:14014: result: just compiled
configure:14033: checking where to find the target gcj
configure:14069: result: host tool
configure:14078: checking where to find the target gfortran
configure:14114: result: host tool
configure:14123: checking where to find the target gccgo
configure:14159: result: host tool
configure:14168: checking where to find the target ld
configure:14196: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:14210: checking where to find the target lipo
configure:14232: result: host tool
configure:14241: checking where to find the target nm
configure:14269: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:14283: checking where to find the target objdump
configure:14311: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:14325: checking where to find the target ranlib
configure:14353: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:14367: checking where to find the target readelf
configure:14400: result: host tool
configure:14409: checking where to find the target strip
configure:14437: result: pre-installed in /tools/i686-pc-linux-gnu/bin
configure:14451: checking where to find the target windres
configure:14484: result: host tool
configure:14493: checking where to find the target windmc
configure:14526: result: host tool
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 weblogic
config.status:996: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-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=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ar
ac_cv_path_AS_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/as
ac_cv_path_LD_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ld
ac_cv_path_NM_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/tools/i686-pc-linux-gnu/bin/strip
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_CC_FOR_TARGET=cc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_GFORTRAN_FOR_TARGET=gfortran
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_READELF_FOR_TARGET=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=i686-pc-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/i686-pc-linux-gnu/4.9.2:/tools/libexec/gcc/i686-pc-linux-gnu:/usr/lib/gcc/i686-pc-linux-gnu/4.9.2:/usr/lib/gcc/i686-pc-linux-gnu:/tools/i686-pc-linux-gnu/bin/i686-pc-linux-gnu/4.9.2:/tools/i686-pc-linux-gnu/bin:
gcc_cv_tool_prefix=/tools
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/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='$(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='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$(GOC)'
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='/tools/i686-pc-linux-gnu/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(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='/tools/i686-pc-linux-gnu/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/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='/tools/i686-pc-linux-gnu/bin/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='$(READELF)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='/tools/i686-pc-linux-gnu/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.9.2/configure --prefix=/tools
--with-local-prefix=/tools --with-native-system-header-dir=/tools/include
--enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib
--disable-bootstrap --disable-libgomp'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(WINDRES)'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--prefix=/tools'\''
'\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\''
'\''--disable-bootstrap'\'' '\''--disable-libgomp'\''
'\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\''
--disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='i686'
build_libsubdir='build-i686-pc-linux-gnu'
build_noncanonical='i686-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-i686-pc-linux-gnu'
build_tooldir='${exec_prefix}/i686-pc-linux-gnu'
build_vendor='pc'
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='i686-pc-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache '\''--prefix=/tools'\''
'\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\''
'\''--disable-bootstrap'\'' '\''--disable-libgomp'\''
'\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\''
--disable-option-checking'
host_cpu='i686'
host_noncanonical='i686-pc-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='pc'
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,y,y,'
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=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache '\''--prefix=/tools'\''
'\''--with-local-prefix=/tools'\''
'\''--with-native-system-header-dir=/tools/include'\''
'\''--disable-libstdcxx-pch'\'' '\''--disable-multilib'\''
'\''--disable-bootstrap'\'' '\''--disable-libgomp'\''
'\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\''
--disable-option-checking'
target_configdirs=' libgcc libcilkrts libatomic libitm libstdc++-v3
libsanitizer libvtv libssp libquadmath'
target_cpu='i686'
target_noncanonical='i686-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='i686-pc-linux-gnu'
target_vendor='pc'
tooldir='${exec_prefix}/i686-pc-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
## ---------------------- ##
## 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 weblogic
config.status:996: creating Makefile
--
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