Problem with GCC build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm trying to compile GCC, but I'm getting an error that I can only compile for the 'C' language, and not C++ etc.

GCC version to compile : 4.4.3

Configure :

--prefix=/simpl/apps/gcc/4.4.3
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
--with-gmp=/simpl/apps/gmp/5.0.1
--with-mpfr=/simpl/apps/mpfr/2.4.2

Compiler output :

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 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 ANSI C... 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 correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for version 0.10 of PPL... no
checking for correct version of CLooG... no
configure: error:
The following requested languages could not be built: c++,fortran,objc,obj-c++,treelang
Supported languages are: c

compile.log has been attached

Can anyone give me some guidance of how to fix it?

Thanks in advance,

Marcus Clyne.

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.4.3/configure --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/simpl/apps/gcc/4.4.3 --with-gmp=/simpl/apps/gmp/5.0.1 --with-mpfr=/simpl/apps/mpfr/2.4.2

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

hostname = marcus-laptop
uname -m = x86_64
uname -r = 2.6.31-14-generic
uname -s = Linux
uname -v = #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009

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

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

PATH: /simpl/apps/gmp/5.0.1/bin
PATH: /simpl/apps/mpfr/2.4.2/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:1563: checking build system type
configure:1581: result: x86_64-unknown-linux-gnu
configure:1616: checking host system type
configure:1630: result: x86_64-unknown-linux-gnu
configure:1638: checking target system type
configure:1652: result: x86_64-unknown-linux-gnu
configure:1696: checking for a BSD-compatible install
configure:1762: result: /usr/bin/install -c
configure:1773: checking whether ln works
configure:1795: result: yes
configure:1799: checking whether ln -s works
configure:1803: result: yes
configure:3002: checking for gcc
configure:3018: found /usr/bin/gcc
configure:3028: result: gcc
configure:3274: checking for C compiler version
configure:3277: gcc --version </dev/null >&5
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:3280: $? = 0
configure:3282: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
configure:3285: $? = 0
configure:3287: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3290: $? = 1
configure:3313: checking for C compiler default output file name
configure:3316: gcc -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr  conftest.c  >&5
configure:3319: $? = 0
configure:3367: result: a.out
configure:3372: checking whether the C compiler works
configure:3378: ./a.out
configure:3381: $? = 0
configure:3400: result: yes
configure:3407: checking whether we are cross compiling
configure:3409: result: no
configure:3412: checking for suffix of executables
configure:3414: gcc -o conftest -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr  conftest.c  >&5
configure:3417: $? = 0
configure:3444: result: 
configure:3450: checking for suffix of object files
configure:3471: gcc -c -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
configure:3474: $? = 0
configure:3498: result: o
configure:3502: checking whether we are using the GNU C compiler
configure:3526: gcc -c -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
configure:3532: $? = 0
configure:3536: test -z 
			 || test ! -s conftest.err
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3558: result: yes
configure:3564: checking whether gcc accepts -g
configure:3585: gcc -c -g -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
configure:3591: $? = 0
configure:3595: test -z 
			 || test ! -s conftest.err
configure:3598: $? = 0
configure:3601: test -s conftest.o
configure:3604: $? = 0
configure:3615: result: yes
configure:3632: checking for gcc option to accept ANSI C
configure:3702: gcc  -c -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
			 || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3739: result: none needed
configure:3757: gcc -c -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3763: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3948: checking for g++
configure:3964: found /usr/bin/g++
configure:3974: result: g++
configure:3990: checking for C++ compiler version
configure:3993: g++ --version </dev/null >&5
g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:3996: $? = 0
configure:3998: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
configure:4001: $? = 0
configure:4003: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4006: $? = 1
configure:4009: checking whether we are using the GNU C++ compiler
configure:4033: g++ -c  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
configure:4039: $? = 0
configure:4043: test -z 
			 || test ! -s conftest.err
configure:4046: $? = 0
configure:4049: test -s conftest.o
configure:4052: $? = 0
configure:4065: result: yes
configure:4071: checking whether g++ accepts -g
configure:4092: g++ -c -g -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
configure:4098: $? = 0
configure:4102: test -z 
			 || test ! -s conftest.err
configure:4105: $? = 0
configure:4108: test -s conftest.o
configure:4111: $? = 0
configure:4122: result: yes
configure:4164: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
configure:4170: $? = 0
configure:4174: test -z 
			 || test ! -s conftest.err
configure:4177: $? = 0
configure:4180: test -s conftest.o
configure:4183: $? = 0
configure:4209: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:4215: $? = 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:4164: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4170: $? = 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:4164: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:10:
/usr/include/stdlib.h:543: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:9: error: from previous declaration 'void std::exit(int)'
configure:4170: $? = 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:4164: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
configure:4170: $? = 0
configure:4174: test -z 
			 || test ! -s conftest.err
configure:4177: $? = 0
configure:4180: test -s conftest.o
configure:4183: $? = 0
configure:4209: g++ -c -g -O2 -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.cc >&5
configure:4215: $? = 0
configure:4219: test -z 
			 || test ! -s conftest.err
configure:4222: $? = 0
configure:4225: test -s conftest.o
configure:4228: $? = 0
configure:4315: checking for gnatbind
configure:4342: result: no
configure:4395: checking for gnatmake
configure:4422: result: no
configure:4434: checking whether compiler driver understands Ada
configure:4457: result: no
configure:4466: checking how to compare bootstrapped objects
configure:4491: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4612: checking for correct version of gmp.h
configure:4635: gcc -c -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
configure:4641: $? = 0
configure:4645: test -z 
			 || test ! -s conftest.err
configure:4648: $? = 0
configure:4651: test -s conftest.o
configure:4654: $? = 0
configure:4656: result: yes
configure:4670: checking for correct version of mpfr.h
configure:4701: gcc -o conftest -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr  conftest.c  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/mpfr/2.4.2/lib -lmpfr -lgmp >&5
configure:4707: $? = 0
configure:4711: test -z 
			 || test ! -s conftest.err
configure:4714: $? = 0
configure:4717: test -s conftest
configure:4720: $? = 0
configure:4744: gcc -o conftest -O2  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr  conftest.c  -L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/mpfr/2.4.2/lib -lmpfr -lgmp >&5
configure:4750: $? = 0
configure:4754: test -z 
			 || test ! -s conftest.err
configure:4757: $? = 0
configure:4760: test -s conftest
configure:4763: $? = 0
configure:4765: result: yes
configure:4890: checking for version 0.10 of PPL
configure:4912: gcc -c -O2  -I/include  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
conftest.c:12:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:4918: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
| 
|   #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR != 10
|   choke me
|   #endif
| 
|   ;
|   return 0;
| }
configure:4939: result: no
configure:5009: checking for correct version of CLooG
configure:5031: gcc -c -O2  -I/include -DCLOOG_PPL_BACKEND  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include  -I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr  conftest.c >&5
conftest.c:12:25: error: cloog/cloog.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:5037: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include "cloog/cloog.h"
| int
| main ()
| {
| 
|   #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
|   choke me
|   #endif
| 
|   ;
|   return 0;
| }
configure:5058: result: no
configure:5278: error:
The following requested languages could not be built: c++,fortran,objc,obj-c++,treelang
Supported languages are: c

## ---------------- ##
## 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=set
ac_cv_env_CFLAGS_value='-O2 '
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr '
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=set
ac_cv_env_LDFLAGS_value='-L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr '
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_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_GNATBIND=no
ac_cv_prog_ac_ct_GNATMAKE=no
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=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'

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

AR=''
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET=''
AS=''
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET=''
BISON=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET=''
CFLAGS='-O2 '
CFLAGS_FOR_BUILD=''
CFLAGS_FOR_TARGET=''
COMPILER_AS_FOR_TARGET=''
COMPILER_LD_FOR_TARGET=''
COMPILER_NM_FOR_TARGET=''
CONFIGURE_GDB_TK=''
CPPFLAGS='-I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/gmp/5.0.1/include/gmp -I/simpl/apps/mpfr/2.4.2/include -I/simpl/apps/mpfr/2.4.2/include/mpfr '
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD=''
CXXFLAGS_FOR_TARGET=''
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET=''
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS=''
DLLTOOL=''
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT=''
FLAGS_FOR_TARGET=''
FLEX=''
GCC_FOR_TARGET=''
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET=''
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET=''
GNATBIND='no'
GNATMAKE='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD=''
LDFLAGS='-L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/gmp/5.0.1/lib/gmp -L/simpl/apps/mpfr/2.4.2/lib -L/simpl/apps/mpfr/2.4.2/lib/mpfr '
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET=''
LEX=''
LIBOBJS=''
LIBS='-L/lib -lcloog -L/lib -lppl_c -lppl -lgmpxx  '
LIPO=''
LIPO_FOR_TARGET=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
NM=''
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET=''
OBJCOPY=''
OBJDUMP=''
OBJDUMP_FOR_TARGET=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET=''
RAW_CXX_FOR_TARGET=''
RPATH_ENVVAR=''
RUNTEST=''
SHELL='/bin/bash'
STRIP=''
STRIP_FOR_TARGET=''
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../../gcc-4.4.3/configure --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/simpl/apps/gcc/4.4.3 --with-gmp=/simpl/apps/gmp/5.0.1 --with-mpfr=/simpl/apps/mpfr/2.4.2'
WINDMC=''
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET=''
WINDRES=''
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET=''
YACC=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_GNATBIND='no'
ac_ct_GNATMAKE='no'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=''
build_configdirs='build-libiberty build-texinfo build-byacc build-flex build-bison build-m4 build-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=''
build_vendor='unknown'
clooginc=''
clooglibs=''
config_shell='/bin/bash'
configdirs='intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr ppl cloog libiconv texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools'
datadir='${prefix}/share'
datarootdir=''
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir=''
exec_prefix='NONE'
extra_mpfr_configure_flags=''
gmpinc='-I/simpl/apps/gmp/5.0.1/include -I/simpl/apps/mpfr/2.4.2/include'
gmplibs='-L/simpl/apps/gmp/5.0.1/lib -L/simpl/apps/mpfr/2.4.2/lib -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=''
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir=''
pplinc=''
ppllibs=''
prefix='/simpl/apps/gcc/4.4.3'
program_transform_name='s,y,y,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags=''
stage1_checking=''
stage1_languages='c'
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_configargs=''
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=''

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

alphaieee_frag=''
host_makefile_frag='/dev/null'
ospace_frag=''
serialization_dependencies=''
target_makefile_frag=''

## ----------- ##
## 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 1

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux