GCC 4.3.5-based GPC fails to compile under Fedora 16

John L. Ries jries at salford-systems.com
Thu Apr 19 22:04:47 CEST 2012


I downloaded hebisch-gpc-8249f1b.tar.gz from 
https://github.com/hebisch/gpc and gcc-core-4.3.5.tar.bz2 from my friendly 
neighborhood mirror, extracted the source, created the soft links as 
instructed, applied the patch (gcc-4.3.5.diff) and configured as follows:

../gcc-4.3.5/configure --enable-languages=all --disable-mapped-location \
                        --program-suffix=435

After much compiling, I get the following:

Checking multilib configuration for libgpc...
mkdir -p -- x86_64-unknown-linux-gnu/libgpc
Configuring in x86_64-unknown-linux-gnu/libgpc
configure: WARNING: unrecognized options: --enable-multilib, 
--disable-mapped-location, --enable-languages, --with-target-subdir
configure: creating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --enable-multilib, 
--disable-mapped-location, --enable-languages, --with-target-subdir
cat: ../../../gcc-4.3.5/libgpc/../gcc/BASE-VER: No such file or directory
make[2]: Entering directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
/usr/local/src/gcc/./gcc/xgcc -B/usr/local/src/gcc/./gcc/ 
-B/usr/local/x86_64-unknown-linux-gnu/bin/ 
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem 
/usr/local/x86_64-unknown-linux-gnu/include -isystem 
/usr/local/x86_64-unknown-linux-gnu/sys-include -dumpmachine > alias_file 
2>/dev/null
for i in `/usr/local/src/gcc/./gcc/xgcc -B/usr/local/src/gcc/./gcc/ 
-B/usr/local/x86_64-unknown-linux-gnu/bin/ 
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem 
/usr/local/x86_64-unknown-linux-gnu/include -isystem 
/usr/local/x86_64-unknown-linux-gnu/sys-include --print-multi-lib 
2>/dev/null`; do \
             dir=`echo $i | sed -e 's/;.*$//'`; \
             flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
             make CFLAGS="-O2 -g -g -O2   ${flags}" MPREFIX=${dir} build ; 
\
         done
cat: ../../../gcc-4.3.5/libgpc/../gcc/BASE-VER: No such file or directory
make[3]: Entering directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
make[3]: *** No rule to make target 
`../../../gcc-4.3.5/libgpc/../gcc/p/rts/Makefile.in', needed by 
`p/rts/Makefile'.  Stop.
make[3]: Leaving directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
cat: ../../../gcc-4.3.5/libgpc/../gcc/BASE-VER: No such file or directory
make[3]: Entering directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
make[3]: *** No rule to make target 
`../../../gcc-4.3.5/libgpc/../gcc/p/rts/Makefile.in', needed by 
`32/p/rts/Makefile'.  Stop.
make[3]: Leaving directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
make[2]: *** [do_multidirs] Error 2
make[2]: Leaving directory 
`/usr/local/src/gcc/x86_64-unknown-linux-gnu/libgpc'
make[1]: *** [all-target-libgpc] Error 2
make[1]: Leaving directory `/usr/local/src/gcc'
make: *** [all] Error 2

The question is, how do I proceed... or more specifically, what is 
BASE_VER and how do I create it?

config.log is attached.

--------------------------|
John L. Ries              |
Salford Systems           |
Phone: (619)543-8880 x107 |
or     (435)867-8885      |
--------------------------|
-------------- next part --------------
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.59.  Invocation command line was

  $ ../gcc-4.3.5/configure --enable-languages=all --disable-mapped-location --program-suffix=435

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

hostname = godzilla.salford.riesenhaus.local
uname -m = x86_64
uname -r = 3.3.1-5.fc16.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Apr 10 19:56:52 UTC 2012

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

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/jries/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /opt/intel/composerxe-2011.2.137/bin/intel64
PATH: /opt/intel/composerxe-2011.2.137/mpirt/bin/intel64
PATH: /home/jries/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/stattransfer11
PATH: /usr/local/salford/bin
PATH: /usr/local/Scripts


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

configure:1505: checking build system type
configure:1523: result: x86_64-unknown-linux-gnu
configure:1558: checking host system type
configure:1572: result: x86_64-unknown-linux-gnu
configure:1580: checking target system type
configure:1594: result: x86_64-unknown-linux-gnu
configure:1637: checking for a BSD-compatible install
configure:1692: result: /usr/bin/install -c
configure:1703: checking whether ln works
configure:1725: result: yes
configure:1729: checking whether ln -s works
configure:1733: result: yes
configure:2886: checking for gcc
configure:2902: found /usr/bin/gcc
configure:2912: result: gcc
configure:3156: checking for C compiler version
configure:3159: gcc --version </dev/null >&5
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
Copyright (C) 2011 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:3162: $? = 0
configure:3164: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.6.3/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) 
configure:3167: $? = 0
configure:3169: gcc -V </dev/null >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3172: $? = 4
configure:3195: checking for C compiler default output file name
configure:3198: gcc    conftest.c  >&5
configure:3201: $? = 0
configure:3247: result: a.out
configure:3252: checking whether the C compiler works
configure:3258: ./a.out
configure:3261: $? = 0
configure:3278: result: yes
configure:3285: checking whether we are cross compiling
configure:3287: result: no
configure:3290: checking for suffix of executables
configure:3292: gcc -o conftest    conftest.c  >&5
configure:3295: $? = 0
configure:3320: result: 
configure:3326: checking for suffix of object files
configure:3347: gcc -c   conftest.c >&5
configure:3350: $? = 0
configure:3372: result: o
configure:3376: checking whether we are using the GNU C compiler
configure:3400: gcc -c   conftest.c >&5
configure:3406: $? = 0
configure:3410: test -z 
			 || test ! -s conftest.err
configure:3413: $? = 0
configure:3416: test -s conftest.o
configure:3419: $? = 0
configure:3432: result: yes
configure:3438: checking whether gcc accepts -g
configure:3459: gcc -c -g  conftest.c >&5
configure:3465: $? = 0
configure:3469: test -z 
			 || test ! -s conftest.err
configure:3472: $? = 0
configure:3475: test -s conftest.o
configure:3478: $? = 0
configure:3489: result: yes
configure:3506: checking for gcc option to accept ANSI C
configure:3576: gcc  -c -g -O2  conftest.c >&5
configure:3582: $? = 0
configure:3586: test -z 
			 || test ! -s conftest.err
configure:3589: $? = 0
configure:3592: test -s conftest.o
configure:3595: $? = 0
configure:3613: result: none needed
configure:3631: gcc -c -g -O2  conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:3637: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3822: checking for g++
configure:3838: found /usr/bin/g++
configure:3848: result: g++
configure:3864: checking for C++ compiler version
configure:3867: g++ --version </dev/null >&5
g++ (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
Copyright (C) 2011 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:3870: $? = 0
configure:3872: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.6.3/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) 
configure:3875: $? = 0
configure:3877: g++ -V </dev/null >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3880: $? = 4
configure:3883: checking whether we are using the GNU C++ compiler
configure:3907: g++ -c   conftest.cc >&5
configure:3913: $? = 0
configure:3917: test -z 
			 || test ! -s conftest.err
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3939: result: yes
configure:3945: checking whether g++ accepts -g
configure:3966: g++ -c -g  conftest.cc >&5
configure:3972: $? = 0
configure:3976: test -z 
			 || test ! -s conftest.err
configure:3979: $? = 0
configure:3982: test -s conftest.o
configure:3985: $? = 0
configure:3996: result: yes
configure:4038: g++ -c -g -O2  conftest.cc >&5
configure:4044: $? = 0
configure:4048: test -z 
			 || test ! -s conftest.err
configure:4051: $? = 0
configure:4054: test -s conftest.o
configure:4057: $? = 0
configure:4083: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13:9: error: 'exit' was not declared in this scope
configure:4089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4038: g++ -c -g -O2  conftest.cc >&5
conftest.cc:9:40: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4044: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4038: g++ -c -g -O2  conftest.cc >&5
conftest.cc:9:31: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:10:0:
/usr/include/stdlib.h:544:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier
conftest.cc:9:17: error: from previous declaration 'void std::exit(int)'
configure:4044: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4038: g++ -c -g -O2  conftest.cc >&5
configure:4044: $? = 0
configure:4048: test -z 
			 || test ! -s conftest.err
configure:4051: $? = 0
configure:4054: test -s conftest.o
configure:4057: $? = 0
configure:4083: g++ -c -g -O2  conftest.cc >&5
configure:4089: $? = 0
configure:4093: test -z 
			 || test ! -s conftest.err
configure:4096: $? = 0
configure:4099: test -s conftest.o
configure:4102: $? = 0
configure:4189: checking for gnatbind
configure:4205: found /usr/bin/gnatbind
configure:4216: result: gnatbind
configure:4269: checking for gnatmake
configure:4285: found /usr/bin/gnatmake
configure:4296: result: gnatmake
configure:4308: checking whether compiler driver understands Ada
configure:4331: result: yes
configure:4340: checking how to compare bootstrapped objects
configure:4365: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4486: checking for correct version of gmp.h
configure:4509: gcc -c -g -O2   conftest.c >&5
configure:4515: $? = 0
configure:4519: test -z 
			 || test ! -s conftest.err
configure:4522: $? = 0
configure:4525: test -s conftest.o
configure:4528: $? = 0
configure:4530: result: yes
configure:4544: checking for correct version of mpfr.h
configure:4575: gcc -o conftest -g -O2    conftest.c  -lmpfr -lgmp >&5
configure:4581: $? = 0
configure:4585: test -z 
			 || test ! -s conftest.err
configure:4588: $? = 0
configure:4591: test -s conftest
configure:4594: $? = 0
configure:4618: gcc -o conftest -g -O2    conftest.c  -lmpfr -lgmp >&5
configure:4624: $? = 0
configure:4628: test -z 
			 || test ! -s conftest.err
configure:4631: $? = 0
configure:4634: test -s conftest
configure:4637: $? = 0
configure:4639: result: yes
configure:5974: checking for bison
configure:5990: found /usr/bin/bison
configure:6000: result: bison -y
configure:6020: checking for bison
configure:6036: found /usr/bin/bison
configure:6046: result: bison
configure:6065: checking for gm4
configure:6094: result: no
configure:6065: checking for gnum4
configure:6094: result: no
configure:6065: checking for m4
configure:6081: found /usr/bin/m4
configure:6091: result: m4
configure:6110: checking for flex
configure:6126: found /usr/bin/flex
configure:6136: result: flex
configure:6156: checking for flex
configure:6172: found /usr/bin/flex
configure:6182: result: flex
configure:6201: checking for makeinfo
configure:6217: found /usr/bin/makeinfo
configure:6227: result: makeinfo
configure:6260: checking for expect
configure:6276: found /usr/bin/expect
configure:6286: result: expect
configure:6307: checking for runtest
configure:6323: found /usr/bin/runtest
configure:6333: result: runtest
configure:6446: checking for ar
configure:6462: found /usr/bin/ar
configure:6472: result: ar
configure:6581: checking for as
configure:6597: found /usr/bin/as
configure:6607: result: as
configure:6716: checking for dlltool
configure:6745: result: no
configure:6851: checking for ld
configure:6867: found /usr/bin/ld
configure:6877: result: ld
configure:6986: checking for lipo
configure:7015: result: no
configure:7121: checking for nm
configure:7137: found /usr/bin/nm
configure:7147: result: nm
configure:7256: checking for ranlib
configure:7272: found /usr/bin/ranlib
configure:7282: result: ranlib
configure:7386: checking for strip
configure:7402: found /usr/bin/strip
configure:7412: result: strip
configure:7516: checking for windres
configure:7545: result: no
configure:7651: checking for windmc
configure:7680: result: no
configure:7786: checking for objcopy
configure:7802: found /usr/bin/objcopy
configure:7812: result: objcopy
configure:7921: checking for objdump
configure:7937: found /usr/bin/objdump
configure:7947: result: objdump
configure:8095: checking for cc
configure:8111: found /usr/bin/cc
configure:8121: result: cc
configure:8250: checking for c++
configure:8266: found /usr/bin/c++
configure:8276: result: c++
configure:8405: checking for gcc
configure:8421: found /usr/bin/gcc
configure:8431: result: gcc
configure:8555: checking for gcj
configure:8584: result: no
configure:8710: checking for gfortran
configure:8726: found /usr/bin/gfortran
configure:8736: result: gfortran
configure:8799: checking for ar
configure:8832: result: no
configure:8944: checking for ar
configure:8960: found /usr/bin/ar
configure:8970: result: ar
configure:9022: checking for as
configure:9055: result: no
configure:9167: checking for as
configure:9183: found /usr/bin/as
configure:9193: result: as
configure:9245: checking for dlltool
configure:9278: result: no
configure:9390: checking for dlltool
configure:9419: result: no
configure:9468: checking for ld
configure:9501: result: no
configure:9613: checking for ld
configure:9629: found /usr/bin/ld
configure:9639: result: ld
configure:9691: checking for lipo
configure:9724: result: no
configure:9836: checking for lipo
configure:9865: result: no
configure:9914: checking for nm
configure:9947: result: no
configure:10059: checking for nm
configure:10075: found /usr/bin/nm
configure:10085: result: nm
configure:10137: checking for objdump
configure:10170: result: no
configure:10282: checking for objdump
configure:10298: found /usr/bin/objdump
configure:10308: result: objdump
configure:10360: checking for ranlib
configure:10393: result: no
configure:10505: checking for ranlib
configure:10521: found /usr/bin/ranlib
configure:10531: result: ranlib
configure:10583: checking for strip
configure:10616: result: no
configure:10728: checking for strip
configure:10744: found /usr/bin/strip
configure:10754: result: strip
configure:10806: checking for windres
configure:10839: result: no
configure:10951: checking for windres
configure:10980: result: no
configure:11029: checking for windmc
configure:11062: result: no
configure:11174: checking for windmc
configure:11203: result: no
configure:11230: checking where to find the target ar
configure:11263: result: host tool
configure:11272: checking where to find the target as
configure:11305: result: host tool
configure:11314: checking where to find the target cc
configure:11337: result: just compiled
configure:11356: checking where to find the target c++
configure:11392: result: host tool
configure:11401: checking where to find the target c++ for libstdc++
configure:11437: result: host tool
configure:11446: checking where to find the target dlltool
configure:11479: result: host tool
configure:11488: checking where to find the target gcc
configure:11511: result: just compiled
configure:11530: checking where to find the target gcj
configure:11566: result: host tool
configure:11575: checking where to find the target gfortran
configure:11611: result: host tool
configure:11620: checking where to find the target ld
configure:11653: result: host tool
configure:11662: checking where to find the target lipo
configure:11684: result: host tool
configure:11693: checking where to find the target nm
configure:11726: result: host tool
configure:11735: checking where to find the target objdump
configure:11768: result: host tool
configure:11777: checking where to find the target ranlib
configure:11810: result: host tool
configure:11819: checking where to find the target strip
configure:11852: result: host tool
configure:11861: checking where to find the target windres
configure:11894: result: host tool
configure:11903: checking where to find the target windmc
configure:11936: result: host tool
configure:11973: checking whether to enable maintainer-specific portions of Makefiles
configure:11982: result: no
configure:12015: checking whether -fkeep-inline-functions is supported
configure:12039: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:12045: $? = 0
configure:12049: test -z 
			 || test ! -s conftest.err
configure:12052: $? = 0
configure:12055: test -s conftest.o
configure:12058: $? = 0
configure:12060: result: yes
configure:12277: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on godzilla.salford.riesenhaus.local

config.status:763: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=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_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_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_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_objext=o
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_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_GFORTRAN_FOR_TARGET=gfortran
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_ac_ct_GNATBIND=gnatbind
ac_cv_prog_ac_ct_GNATMAKE=gnatmake
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux-gnu
acx_cv_cc_gcc_supports_ada=yes
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.3.5:/usr/local/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.5:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/4.3.5:/usr/local/x86_64-unknown-linux-gnu/bin:
gcc_cv_tool_prefix=/usr/local

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
BISON='bison'
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'
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'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$(CXX)'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
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/'
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='gnatbind'
GNATMAKE='gnatmake'
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_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(RANLIB)'
RAW_CXX_FOR_TARGET='$(CXX)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.3.5/configure --enable-languages=all --disable-mapped-location --program-suffix=435'
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++'
ac_ct_GNATBIND='gnatbind'
ac_ct_GNATMAKE='gnatmake'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs='--cache-file=../config.cache '--disable-mapped-location' '--enable-languages=c,pascal' --program-transform-name='s,$$,435,''
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'
config_shell='/bin/sh'
configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
datadir='${prefix}/share'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc'
exec_prefix='${prefix}'
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs='--cache-file=./config.cache  '--disable-mapped-location' '--enable-languages=c,pascal' --program-transform-name='s,$$,435,''
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,$$,435,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c'
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib '--disable-mapped-location' '--enable-languages=c,pascal' --program-transform-name='s,$$,435,''
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'

## ------------- ##
## Output files. ##
## ------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../gcc-4.3.5/config/mt-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 0


More information about the Gpc mailing list