paradiseo/trunk/paradiseo-peo/config.log
legrand 14e9a7f678 Paradiseo-peo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@38 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:47:33 +00:00

453 lines
14 KiB
Text
Executable file

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.57. Invocation command line was
$ ./configure --with-EOdir=/home/lille/atantar/installs/eo/ --with-MOdir=/home/lille/atantar/installs/mo/ --with-MOEOdir=/home.lille/atantar/installs/moeo/
## --------- ##
## Platform. ##
## --------- ##
hostname = devgdx001.orsay.grid5000.fr
uname -m = x86_64
uname -r = 2.6.9-10-amd64-k8-smp
uname -s = Linux
uname -v = #1 SMP Sun Jan 9 15:35:40 CET 2005
/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/lille/atantar/installs/mpich2/bin/
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1281: checking for a BSD-compatible install
configure:1335: result: /usr/bin/install -c
configure:1346: checking whether build environment is sane
configure:1389: result: yes
configure:1422: checking for gawk
configure:1451: result: no
configure:1422: checking for mawk
configure:1438: found /usr/bin/mawk
configure:1448: result: mawk
configure:1458: checking whether make sets $(MAKE)
configure:1478: result: yes
configure:1644: checking for style of include used by make
configure:1672: result: GNU
configure:1743: checking for gcc
configure:1759: found /usr/bin/gcc
configure:1769: result: gcc
configure:2013: checking for C compiler version
configure:2016: gcc --version </dev/null >&5
gcc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
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:2019: $? = 0
configure:2021: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:2024: $? = 0
configure:2026: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2029: $? = 1
configure:2053: checking for C compiler default output
configure:2056: gcc conftest.c >&5
configure:2059: $? = 0
configure:2105: result: a.out
configure:2110: checking whether the C compiler works
configure:2116: ./a.out
configure:2119: $? = 0
configure:2136: result: yes
configure:2143: checking whether we are cross compiling
configure:2145: result: no
configure:2148: checking for suffix of executables
configure:2150: gcc -o conftest conftest.c >&5
configure:2153: $? = 0
configure:2178: result:
configure:2184: checking for suffix of object files
configure:2206: gcc -c conftest.c >&5
configure:2209: $? = 0
configure:2231: result: o
configure:2235: checking whether we are using the GNU C compiler
configure:2260: gcc -c conftest.c >&5
configure:2263: $? = 0
configure:2266: test -s conftest.o
configure:2269: $? = 0
configure:2282: result: yes
configure:2288: checking whether gcc accepts -g
configure:2310: gcc -c -g conftest.c >&5
configure:2313: $? = 0
configure:2316: test -s conftest.o
configure:2319: $? = 0
configure:2330: result: yes
configure:2347: checking for gcc option to accept ANSI C
configure:2408: gcc -c -g -O2 conftest.c >&5
configure:2411: $? = 0
configure:2414: test -s conftest.o
configure:2417: $? = 0
configure:2435: result: none needed
configure:2453: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2456: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2567: checking dependency style of gcc
configure:2629: result: gcc3
configure:2636: checking for strerror in -lcposix
configure:2667: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2670: $? = 1
configure: failed program was:
| #line 2643 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strerror ();
| int
| main ()
| {
| strerror ();
| ;
| return 0;
| }
configure:2688: result: no
configure:2750: checking for g++
configure:2766: found /usr/bin/g++
configure:2776: result: g++
configure:2792: checking for C++ compiler version
configure:2795: g++ --version </dev/null >&5
g++ (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
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:2798: $? = 0
configure:2800: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:2803: $? = 0
configure:2805: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2808: $? = 1
configure:2811: checking whether we are using the GNU C++ compiler
configure:2836: g++ -c conftest.cc >&5
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2858: result: yes
configure:2864: checking whether g++ accepts -g
configure:2886: g++ -c -g conftest.cc >&5
configure:2889: $? = 0
configure:2892: test -s conftest.o
configure:2895: $? = 0
configure:2906: result: yes
configure:2950: g++ -c conftest.cc >&5
configure:2953: $? = 0
configure:2956: test -s conftest.o
configure:2959: $? = 0
configure:2986: g++ -c conftest.cc >&5
configure: In function 'int main()':
configure:2983: error: 'exit' was not declared in this scope
configure:2989: $? = 1
configure: failed program was:
| #line 2969 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2950: g++ -c conftest.cc >&5
configure:2953: $? = 0
configure:2956: test -s conftest.o
configure:2959: $? = 0
configure:2986: g++ -c conftest.cc >&5
configure:2989: $? = 0
configure:2992: test -s conftest.o
configure:2995: $? = 0
configure:3020: checking dependency style of g++
configure:3082: result: gcc3
configure:3090: checking for gcc option to accept ANSI C
configure:3154: gcc -c -g -O2 conftest.c >&5
configure:3157: $? = 0
configure:3160: test -s conftest.o
configure:3163: $? = 0
configure:3178: result: none needed
configure:3194: checking how to run the C preprocessor
configure:3230: gcc -E conftest.c
configure:3236: $? = 0
configure:3268: gcc -E conftest.c
configure:3272:28: error: ac_nonexistent.h: No such file or directory
configure:3274: $? = 1
configure: failed program was:
| #line 3259 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3312: result: gcc -E
configure:3337: gcc -E conftest.c
configure:3343: $? = 0
configure:3375: gcc -E conftest.c
configure:3379:28: error: ac_nonexistent.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| #line 3366 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3424: checking for egrep
configure:3434: result: grep -E
configure:3439: checking for ANSI C header files
configure:3465: gcc -c -g -O2 conftest.c >&5
configure:3468: $? = 0
configure:3471: test -s conftest.o
configure:3474: $? = 0
configure:3566: gcc -o conftest -g -O2 conftest.c >&5
configure: In function 'main':
configure:3564: warning: incompatible implicit declaration of built-in function 'exit'
configure:3569: $? = 0
configure:3571: ./conftest
configure:3574: $? = 0
configure:3589: result: yes
configure:3640: checking for ranlib
configure:3656: found /usr/bin/ranlib
configure:3667: result: ranlib
configure:3835: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on devgdx001.orsay.grid5000.fr
config.status:650: creating Makefile
config.status:650: creating src/Makefile
config.status:650: creating src/rmc/Makefile
config.status:650: creating src/rmc/mpi/Makefile
config.status:775: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_header_stdc=yes
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run tar'
AUTOCONF='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoconf'
AUTOHEADER='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoheader'
AUTOMAKE='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run automake-1.6'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"paradisEO\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 '
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EO_DIR='/home/lille/atantar/installs/eo/'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run makeinfo'
OBJEXT='o'
PACKAGE='paradisEO'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/lille/atantar/installs/paradisEO/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "paradisEO"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.3"
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 0