Thanks for your help.

I just try to clean all I could in the gcc folder but I still have the same problem. Here is the way I configure with the result:

[...@localhost gcc]$ ./configure --prefix=/home/fdt --with-mpc=/home/fdt --with-mpfr=/home/fdt --with-gmp=/home/fdt --enable-languages=c++
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.10 (or later revision) of PPL... no
The following languages will be built: c,c++,lto
*** This configuration is not supported in the following subdirectories:
target-libada gnattools target-libgfortran target-libffi target-zlib target-libjava target-libobjc target-boehm-gc
    (Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile

I just see that among the additional language is the lto one. Even if I did not understood the mail from Ian Lance Taylor he is already talking about lto, maybe there is a relation. I have also attached the config.log file, it might help.

Regards


On 11/05/2010 01:09 AM, Dave Korn wrote:
On 04/11/2010 23:27, Paolo Carlini wrote:
Hi,

I've been working in this area lately and have been using GOLD rather
than GNU LD, so there could be a problem here.  I'll see if I can
reproduce it.
Thanks Dave for your availability. For the record, I don't personally use
gold.

Paolo
   I configured r.166338 using:

da...@gcc10:~/gcc/obj2$ '/n/10/davek/gcc/gcc/configure'
'--prefix=/n/10/davek/gcc' '--with-mpfr=/opt/cfarm/mpfr-2.4.1'
'--with-gmp=/opt/cfarm/gmp-4.2.4' '--with-mpc=/opt/cfarm/mpc-0.8'
'--with-libelf=/n/10/davek/usr' '--enable-bootstrap' '--enable-static'
'--enable-shared' '--enable-shared-libgcc' '--enable-lto'
'--enable-plugin'  --with-plugin-ld=ld
'--enable-languages=c,c++,fortran,objc,obj-c++'

... and it just completed bootstrap fine, so I definitely need François'
settings.  I'll try a few other variants experimentally while waiting to hear
back.

     cheers,
       DaveK

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=/home/fdt --with-mpc=/home/fdt --with-mpfr=/home/fdt 
--with-gmp=/home/fdt --enable-languages=c++

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

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.33.7-desktop-2mnb
uname -s = Linux
uname -v = #1 SMP Mon Sep 20 18:19:20 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/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/bin
PATH: /bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin/
PATH: /usr/games
PATH: /usr/lib/qt4/bin
PATH: /home/fdt/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2195: checking build system type
configure:2209: result: x86_64-unknown-linux-gnu
configure:2256: checking host system type
configure:2269: result: x86_64-unknown-linux-gnu
configure:2289: checking target system type
configure:2302: result: x86_64-unknown-linux-gnu
configure:2356: checking for a BSD-compatible install
configure:2424: result: /usr/bin/install -c
configure:2435: checking whether ln works
configure:2457: result: yes
configure:2461: checking whether ln -s works
configure:2465: result: yes
configure:2472: checking for a sed that does not truncate output
configure:2536: result: /bin/sed
configure:2545: checking for gawk
configure:2561: found /usr/bin/gawk
configure:2572: result: gawk
configure:3820: checking for gcc
configure:3836: found /usr/bin/gcc
configure:3847: result: gcc
configure:4076: checking for C compiler version
configure:4085: gcc --version >&5
gcc (GCC) 4.4.3
Copyright (C) 2010 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:4096: $? = 0
configure:4085: gcc -v >&5
Using built-in specs.
Target: x86_64-manbo-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib 
--with-slibdir=/lib64 --with-bugurl=https://qa.mandriva.com/ 
--mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release 
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java 
--build=x86_64-manbo-linux-gnu --host=x86_64-manbo-linux-gnu --with-cpu=generic 
--with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc 
--enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-clocale=gnu --enable-java-awt=gtk 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo 
--disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror 
--with-ppl --with-cloog --with-python-dir=/lib/python2.6/site-packages
Thread model: posix
gcc version 4.4.3 (GCC) 
configure:4096: $? = 0
configure:4085: gcc -V >&5
gcc: '-V' option must have argument
configure:4096: $? = 1
configure:4085: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4096: $? = 1
configure:4116: checking for C compiler default output file name
configure:4138: gcc    conftest.c  >&5
configure:4142: $? = 0
configure:4179: result: a.out
configure:4195: checking whether the C compiler works
configure:4204: ./a.out
configure:4208: $? = 0
configure:4223: result: yes
configure:4230: checking whether we are cross compiling
configure:4232: result: no
configure:4235: checking for suffix of executables
configure:4242: gcc -o conftest    conftest.c  >&5
configure:4246: $? = 0
configure:4268: result: 
configure:4274: checking for suffix of object files
configure:4296: gcc -c   conftest.c >&5
configure:4300: $? = 0
configure:4321: result: o
configure:4325: checking whether we are using the GNU C compiler
configure:4344: gcc -c   conftest.c >&5
configure:4344: $? = 0
configure:4353: result: yes
configure:4362: checking whether gcc accepts -g
configure:4382: gcc -c -g  conftest.c >&5
configure:4382: $? = 0
configure:4423: result: yes
configure:4440: checking for gcc option to accept ISO C89
configure:4504: gcc  -c -g -O2  conftest.c >&5
configure:4504: $? = 0
configure:4517: result: none needed
configure:4595: checking for g++
configure:4611: found /usr/bin/g++
configure:4622: result: g++
configure:4649: checking for C++ compiler version
configure:4658: g++ --version >&5
g++ (GCC) 4.4.3
Copyright (C) 2010 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:4669: $? = 0
configure:4658: g++ -v >&5
Using built-in specs.
Target: x86_64-manbo-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib 
--with-slibdir=/lib64 --with-bugurl=https://qa.mandriva.com/ 
--mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release 
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java 
--build=x86_64-manbo-linux-gnu --host=x86_64-manbo-linux-gnu --with-cpu=generic 
--with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc 
--enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-clocale=gnu --enable-java-awt=gtk 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo 
--disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror 
--with-ppl --with-cloog --with-python-dir=/lib/python2.6/site-packages
Thread model: posix
gcc version 4.4.3 (GCC) 
configure:4669: $? = 0
configure:4658: g++ -V >&5
g++: '-V' option must have argument
configure:4669: $? = 1
configure:4658: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4669: $? = 1
configure:4673: checking whether we are using the GNU C++ compiler
configure:4692: g++ -c   conftest.cpp >&5
configure:4692: $? = 0
configure:4701: result: yes
configure:4710: checking whether g++ accepts -g
configure:4730: g++ -c -g  conftest.cpp >&5
configure:4730: $? = 0
configure:4771: result: yes
configure:4860: checking for gnatbind
configure:4890: result: no
configure:4952: checking for gnatmake
configure:4982: result: no
configure:5001: checking whether compiler driver understands Ada
configure:5024: result: no
configure:5033: checking how to compare bootstrapped objects
configure:5058: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5074: checking for objdir
configure:5089: result: .libs
configure:5255: checking for the correct version of gmp.h
configure:5275: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5275: $? = 0
configure:5293: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5293: $? = 0
configure:5294: result: yes
configure:5310: checking for the correct version of mpfr.h
configure:5328: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5328: $? = 0
configure:5345: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5345: $? = 0
configure:5346: result: yes
configure:5363: checking for the correct version of mpc.h
configure:5380: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5380: $? = 0
configure:5396: gcc -c -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
configure:5396: $? = 0
configure:5397: result: yes
configure:5415: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5446: gcc -o conftest -g -O2 -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include    conftest.c  -L/home/fdt/lib -L/home/fdt/lib 
-L/home/fdt/lib -lmpc -lmpfr -lgmp >&5
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
/usr/bin/ld: skipping incompatible /home/fdt/lib/libgcc_s.so when searching for 
-lgcc_s
configure:5446: $? = 0
configure:5447: result: yes
configure:5620: checking for version 0.10 (or later revision) of PPL
configure:5637: gcc -c -g -O2  -I/home/fdt/include -I/home/fdt/include 
-I/home/fdt/include   conftest.c >&5
conftest.c:10:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:16: error: 'choke' undeclared (first use in this function)
conftest.c:16: error: (Each undeclared identifier is reported only once
conftest.c:16: error: for each function it appears in.)
conftest.c:16: error: expected ';' before 'me'
configure:5637: $? = 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 "ppl_c.h"
| int
| main ()
| {
| 
|   #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
|   choke me
|   #endif
| 
|   ;
|   return 0;
| }
configure:5641: result: no
configure:6800: checking for default BUILD_CONFIG
configure:6832: result: bootstrap-debug
configure:7279: checking for bison
configure:7295: found /usr/bin/bison
configure:7306: result: bison -y
configure:7327: checking for bison
configure:7343: found /usr/bin/bison
configure:7354: result: bison
configure:7374: checking for gm4
configure:7404: result: no
configure:7374: checking for gnum4
configure:7404: result: no
configure:7374: checking for m4
configure:7390: found /usr/bin/m4
configure:7401: result: m4
configure:7421: checking for flex
configure:7437: found /usr/bin/flex
configure:7448: result: flex
configure:7469: checking for flex
configure:7485: found /usr/bin/flex
configure:7496: result: flex
configure:7516: checking for makeinfo
configure:7532: found /usr/bin/makeinfo
configure:7543: result: makeinfo
configure:7577: checking for expect
configure:7593: found /usr/bin/expect
configure:7604: result: expect
configure:7626: checking for runtest
configure:7642: found /usr/bin/runtest
configure:7653: result: runtest
configure:7771: checking for ar
configure:7787: found /usr/bin/ar
configure:7798: result: ar
configure:7912: checking for as
configure:7928: found /usr/bin/as
configure:7939: result: as
configure:8053: checking for dlltool
configure:8083: result: no
configure:8194: checking for ld
configure:8210: found /usr/bin/ld
configure:8221: result: ld
configure:8335: checking for lipo
configure:8365: result: no
configure:8476: checking for nm
configure:8492: found /usr/bin/nm
configure:8503: result: nm
configure:8617: checking for ranlib
configure:8633: found /usr/bin/ranlib
configure:8644: result: ranlib
configure:8753: checking for strip
configure:8769: found /usr/bin/strip
configure:8780: result: strip
configure:8889: checking for windres
configure:8919: result: no
configure:9030: checking for windmc
configure:9060: result: no
configure:9171: checking for objcopy
configure:9187: found /usr/bin/objcopy
configure:9198: result: objcopy
configure:9312: checking for objdump
configure:9328: found /usr/bin/objdump
configure:9339: result: objdump
configure:9492: checking for cc
configure:9508: found /usr/bin/cc
configure:9519: result: cc
configure:9653: checking for c++
configure:9669: found /usr/bin/c++
configure:9680: result: c++
configure:9814: checking for gcc
configure:9830: found /usr/bin/gcc
configure:9841: result: gcc
configure:9970: checking for gcj
configure:10000: result: no
configure:10131: checking for gfortran
configure:10161: result: no
configure:10222: checking for ar
configure:10255: result: no
configure:10372: checking for ar
configure:10388: found /usr/bin/ar
configure:10399: result: ar
configure:10452: checking for as
configure:10485: result: no
configure:10602: checking for as
configure:10618: found /usr/bin/as
configure:10629: result: as
configure:10682: checking for dlltool
configure:10715: result: no
configure:10832: checking for dlltool
configure:10862: result: no
configure:10912: checking for ld
configure:10945: result: no
configure:11062: checking for ld
configure:11078: found /usr/bin/ld
configure:11089: result: ld
configure:11142: checking for lipo
configure:11175: result: no
configure:11292: checking for lipo
configure:11322: result: no
configure:11372: checking for nm
configure:11405: result: no
configure:11522: checking for nm
configure:11538: found /usr/bin/nm
configure:11549: result: nm
configure:11602: checking for objdump
configure:11635: result: no
configure:11752: checking for objdump
configure:11768: found /usr/bin/objdump
configure:11779: result: objdump
configure:11832: checking for ranlib
configure:11865: result: no
configure:11982: checking for ranlib
configure:11998: found /usr/bin/ranlib
configure:12009: result: ranlib
configure:12062: checking for strip
configure:12095: result: no
configure:12212: checking for strip
configure:12228: found /usr/bin/strip
configure:12239: result: strip
configure:12292: checking for windres
configure:12325: result: no
configure:12442: checking for windres
configure:12472: result: no
configure:12522: checking for windmc
configure:12555: result: no
configure:12672: checking for windmc
configure:12702: result: no
configure:12730: checking where to find the target ar
configure:12763: result: host tool
configure:12772: checking where to find the target as
configure:12805: result: host tool
configure:12814: checking where to find the target cc
configure:12837: result: just compiled
configure:12856: checking where to find the target c++
configure:12882: result: just compiled
configure:12901: checking where to find the target c++ for libstdc++
configure:12927: result: just compiled
configure:12946: checking where to find the target dlltool
configure:12979: result: host tool
configure:12988: checking where to find the target gcc
configure:13011: result: just compiled
configure:13030: checking where to find the target gcj
configure:13066: result: host tool
configure:13075: checking where to find the target gfortran
configure:13111: result: host tool
configure:13120: checking where to find the target ld
configure:13153: result: host tool
configure:13162: checking where to find the target lipo
configure:13184: result: host tool
configure:13193: checking where to find the target nm
configure:13226: result: host tool
configure:13235: checking where to find the target objdump
configure:13268: result: host tool
configure:13277: checking where to find the target ranlib
configure:13310: result: host tool
configure:13319: checking where to find the target strip
configure:13352: result: host tool
configure:13361: checking where to find the target windres
configure:13394: result: host tool
configure:13403: checking where to find the target windmc
configure:13436: result: host tool
configure:13473: checking whether to enable maintainer-specific portions of 
Makefiles
configure:13482: result: no
configure:13515: checking whether -fkeep-inline-functions is supported
configure:13534: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:13534: $? = 0
configure:13535: result: yes
configure:13732: 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 localhost.localdomain

config.status:958: 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_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_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-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_AR_FOR_TARGET=ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=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_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=ranlib
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=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-unknown-linux-gnu
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/home/fdt/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0:/home/fdt/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0:/usr/lib/gcc/x86_64-unknown-linux-gnu:/home/fdt/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.6.0:/home/fdt/x86_64-unknown-linux-gnu/bin:
gcc_cv_tool_prefix=/home/fdt
lt_cv_objdir=.libs

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
AWK='gawk'
BISON='bison'
BUILD_CONFIG='bootstrap-debug'
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/g++ -B$$r/$(HOST_SUBDIR)/gcc/ 
-nostdinc++ `test ! -f 
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) 
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.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'
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'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='$(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='$(NM)'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(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='$(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'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --prefix=/home/fdt 
--with-mpc=/home/fdt --with-mpfr=/home/fdt --with-gmp=/home/fdt 
--enable-languages=c++'
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='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--prefix=/home/fdt'\'' 
'\''--with-mpc=/home/fdt'\'' '\''--with-mpfr=/home/fdt'\'' 
'\''--with-gmp=/home/fdt'\'' '\''--enable-languages=c,c++,lto'\'' 
--program-transform-name='\''s,y,y,'\'' --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-unknown-linux-gnu'
build_vendor='unknown'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
config_shell='/bin/sh'
configdirs=' intl libiberty zlib libcpp libdecnumber 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_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc='-I/home/fdt/include -I/home/fdt/include -I/home/fdt/include '
gmplibs='-L/home/fdt/lib -L/home/fdt/lib -L/home/fdt/lib -lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  '\''--prefix=/home/fdt'\'' 
'\''--with-mpc=/home/fdt'\'' '\''--with-mpfr=/home/fdt'\'' 
'\''--with-gmp=/home/fdt'\'' '\''--enable-languages=c,c++,lto'\'' 
--program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='host-x86_64-unknown-linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
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=''
pplinc=''
ppllibs=''
prefix='/home/fdt'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag='--enable-werror-always'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib  
'\''--prefix=/home/fdt'\'' '\''--with-mpc=/home/fdt'\'' 
'\''--with-mpfr=/home/fdt'\'' '\''--with-gmp=/home/fdt'\'' 
'\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' 
--disable-option-checking'
target_configdirs=' libgcc libiberty libgomp libstdc++-v3 libmudflap libssp'
target_cpu='x86_64'
target_noncanonical='x86_64-unknown-linux-gnu'
target_os='linux-gnu'
target_subdir='x86_64-unknown-linux-gnu'
target_vendor='unknown'
tooldir='${exec_prefix}/x86_64-unknown-linux-gnu'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='./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

Reply via email to