Dear all,
I am trying to configure lam/mpi, and I got following error message for C++ compiler: (c compiler seems ll right)
configure:8775: result: no
configure:8793: WARNING: *** Your C++ compiler does not support the bool data type.
configure:8795: WARNING: *** LAM requires a C++ compiler with support for the bool
configure:8797: WARNING: *** data type.
configure:8799: error: cannot continue
then the configure stop.
I once build lam-mpi 7.1.4 on my opensuse 10.3 system, and everything is fine, no problem at all. now I reinstall my system with suse 11, and try to build lam-mpi 7.1.4 in the same way, unfortunately, this time it doesn't work.
I am sure the c++ compiler is updated. I also check some test c code with this c++ compiler, there is no problem at all. Could anybody give me some hint to solve this problem, I am desperate to ask for your help. I have attached my config.log file. many thanks
anne
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
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname =
uname -m = x86_64
uname -r = 2.6.25.5-1.1-default
uname -s = Linux
uname -v = #1 SMP 2008-06-07 01:55:22 +0200
/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: /opt/kde3/bin
PATH: /home/yujing/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/cross/bin
PATH: /usr/lib64/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /home/yujing/software/install_files/tec360_2008/bin
PATH: /ansys_inc/v110/icemcfd/linux64_amd/bin
PATH: /ansys_inc/shared_files/licensing/lic_admin
PATH: /home/yujing/software/install_files/tec360_2008/bin
PATH: /ansys_inc/v110/icemcfd/linux64_amd/bin
PATH: /ansys_inc/shared_files/licensing/lic_admin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1730: checking for a BSD-compatible install
configure:1785: result: /usr/bin/install -c
configure:1796: checking whether build environment is sane
configure:1839: result: yes
configure:1904: checking for gawk
configure:1920: found /usr/bin/gawk
configure:1930: result: gawk
configure:1940: checking whether make sets $(MAKE)
configure:1960: result: yes
configure:2124: builddir: /home/yujing/software/install_files/lam-7.1.4
configure:2126: srcdir: /home/yujing/software/install_files/lam-7.1.4
configure:2162: checking build system type
configure:2180: result: x86_64-unknown-linux-gnu
configure:2208: checking host system type
configure:2222: result: x86_64-unknown-linux-gnu
configure:2244: checking for lamclean
configure:2277: result: no
configure:2670: checking if want debugging output support
configure:2684: result: no
configure:2745: checking for gcc
configure:2761: found /usr/bin/gcc
configure:2771: result: gcc
configure:3015: checking for C compiler version
configure:3018: gcc --version </dev/null >&5
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 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:3021: $? = 0
configure:3023: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
configure:3026: $? = 0
configure:3028: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3031: $? = 1
configure:3054: checking for C compiler default output file name
configure:3057: gcc conftest.c >&5
configure:3060: $? = 0
configure:3106: result: a.out
configure:3111: checking whether the C compiler works
configure:3117: ./a.out
configure:3120: $? = 0
configure:3137: result: yes
configure:3144: checking whether we are cross compiling
configure:3146: result: no
configure:3149: checking for suffix of executables
configure:3151: gcc -o conftest conftest.c >&5
configure:3154: $? = 0
configure:3179: result:
configure:3185: checking for suffix of object files
configure:3206: gcc -c conftest.c >&5
configure:3209: $? = 0
configure:3231: result: o
configure:3235: checking whether we are using the GNU C compiler
configure:3259: gcc -c conftest.c >&5
configure:3265: $? = 0
configure:3269: test -z
|| test ! -s conftest.err
configure:3272: $? = 0
configure:3275: test -s conftest.o
configure:3278: $? = 0
configure:3291: result: yes
configure:3297: checking whether gcc accepts -g
configure:3318: gcc -c -g conftest.c >&5
configure:3324: $? = 0
configure:3328: test -z
|| test ! -s conftest.err
configure:3331: $? = 0
configure:3334: test -s conftest.o
configure:3337: $? = 0
configure:3348: result: yes
configure:3365: checking for gcc option to accept ANSI C
configure:3435: gcc -c -g -O2 conftest.c >&5
configure:3441: $? = 0
configure:3445: test -z
|| test ! -s conftest.err
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3472: result: none needed
configure:3490: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3496: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3640: checking for style of include used by make
configure:3668: result: GNU
configure:3696: checking dependency style of gcc
configure:3786: result: gcc3
configure:3809: checking how to run the C preprocessor
configure:3844: gcc -E conftest.c
configure:3850: $? = 0
configure:3882: gcc -E conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:3888: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3927: result: gcc -E
configure:3951: gcc -E conftest.c
configure:3957: $? = 0
configure:3989: gcc -E conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:3995: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4039: checking for egrep
configure:4049: result: grep -E
configure:4055: checking whether gcc needs -traditional
configure:4097: result: no
configure:4115: checking for AIX
configure:4137: result: no
configure:4147: checking if need special C compiler/linker flags
configure:4180: result: none needed
configure:4392: checking for C optimization flags
configure:4394: result: -O3
configure:4402: checking whether the C compiler (gcc -O3 ) accepts ANSI prototypes
configure:4415: result: yes
configure:4550: checking for type int2
configure:4568: $CPP $CPPFLAGS conftest.c
configure:4578: $? = 0
configure:4587: ...some ugly egrepping...
configure:4597: $? = 1
configure:4616: result: no
configure:4625: checking for type uint2
configure:4643: $CPP $CPPFLAGS conftest.c
configure:4653: $? = 0
configure:4662: ...some ugly egrepping...
configure:4672: $? = 1
configure:4691: result: no
configure:4700: checking for type int4
configure:4718: $CPP $CPPFLAGS conftest.c
configure:4728: $? = 0
configure:4737: ...some ugly egrepping...
configure:4747: $? = 1
configure:4766: result: no
configure:4775: checking for type uint4
configure:4793: $CPP $CPPFLAGS conftest.c
configure:4803: $? = 0
configure:4812: ...some ugly egrepping...
configure:4822: $? = 1
configure:4841: result: no
configure:4850: checking for type int8
configure:4868: $CPP $CPPFLAGS conftest.c
configure:4878: $? = 0
configure:4887: ...some ugly egrepping...
configure:4897: $? = 1
configure:4916: result: no
configure:4925: checking for type uint8
configure:4943: $CPP $CPPFLAGS conftest.c
configure:4953: $? = 0
configure:4962: ...some ugly egrepping...
configure:4972: $? = 1
configure:4991: result: no
configure:5000: checking for type float4
configure:5018: $CPP $CPPFLAGS conftest.c
configure:5028: $? = 0
configure:5037: ...some ugly egrepping...
configure:5047: $? = 1
configure:5066: result: no
configure:5075: checking for type float8
configure:5093: $CPP $CPPFLAGS conftest.c
configure:5103: $? = 0
configure:5112: ...some ugly egrepping...
configure:5122: $? = 1
configure:5141: result: no
configure:5156: checking size of char
configure:5179: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5182: $? = 0
configure:5184: ./conftest
configure:5187: $? = 0
configure:5201: result: 1
configure:5229: checking size of short
configure:5252: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5255: $? = 0
configure:5257: ./conftest
configure:5260: $? = 0
configure:5274: result: 2
configure:5302: checking size of wchar_t
configure:5325: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5328: $? = 0
configure:5330: ./conftest
configure:5333: $? = 0
configure:5347: result: 4
configure:5375: checking size of int
configure:5398: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5401: $? = 0
configure:5403: ./conftest
configure:5406: $? = 0
configure:5420: result: 4
configure:5448: checking size of long
configure:5471: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5474: $? = 0
configure:5476: ./conftest
configure:5479: $? = 0
configure:5493: result: 8
configure:5521: checking size of long long
configure:5544: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5547: $? = 0
configure:5549: ./conftest
configure:5552: $? = 0
configure:5566: result: 8
configure:5594: checking size of float
configure:5617: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5620: $? = 0
configure:5622: ./conftest
configure:5625: $? = 0
configure:5639: result: 4
configure:5667: checking size of double
configure:5690: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5693: $? = 0
configure:5695: ./conftest
configure:5698: $? = 0
configure:5712: result: 8
configure:5740: checking size of long double
configure:5763: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5766: $? = 0
configure:5768: ./conftest
configure:5771: $? = 0
configure:5785: result: 16
configure:5813: checking size of void *
configure:5836: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5839: $? = 0
configure:5841: ./conftest
configure:5844: $? = 0
configure:5858: result: 8
configure:5892: checking alignment of char
configure:5921: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5924: $? = 0
configure:5926: ./conftest
configure:5929: $? = 0
configure:5953: result: 1
configure:5969: checking alignment of short
configure:5998: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6001: $? = 0
configure:6003: ./conftest
configure:6006: $? = 0
configure:6030: result: 2
configure:6046: checking alignment of wchar_t
configure:6075: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6078: $? = 0
configure:6080: ./conftest
configure:6083: $? = 0
configure:6107: result: 4
configure:6123: checking alignment of int
configure:6152: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6155: $? = 0
configure:6157: ./conftest
configure:6160: $? = 0
configure:6184: result: 4
configure:6200: checking alignment of long
configure:6229: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6232: $? = 0
configure:6234: ./conftest
configure:6237: $? = 0
configure:6261: result: 8
configure:6277: checking alignment of long long
configure:6306: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6309: $? = 0
configure:6311: ./conftest
configure:6314: $? = 0
configure:6338: result: 8
configure:6354: checking alignment of float
configure:6383: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6386: $? = 0
configure:6388: ./conftest
configure:6391: $? = 0
configure:6415: result: 4
configure:6431: checking alignment of double
configure:6460: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6463: $? = 0
configure:6465: ./conftest
configure:6468: $? = 0
configure:6492: result: 8
configure:6508: checking alignment of long double
configure:6537: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6540: $? = 0
configure:6542: ./conftest
configure:6545: $? = 0
configure:6569: result: 16
configure:6585: checking alignment of void *
configure:6614: gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6617: $? = 0
configure:6619: ./conftest
configure:6622: $? = 0
configure:6646: result: 8
configure:6792: checking for g++
configure:6808: found /usr/bin/g++
configure:6818: result: g++
configure:6834: checking for C++ compiler version
configure:6837: g++ --version </dev/null >&5
g++ (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 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:6840: $? = 0
configure:6842: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
configure:6845: $? = 0
configure:6847: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:6850: $? = 1
configure:6853: checking whether we are using the GNU C++ compiler
configure:6877: g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:6883: $? = 0
configure:6887: test -z
|| test ! -s conftest.err
configure:6890: $? = 0
configure:6893: test -s conftest.o
configure:6896: $? = 0
configure:6909: result: yes
configure:6915: checking whether g++ accepts -g
configure:6936: g++ -c -g -DLAM_BUILDING=1 conftest.cc >&5
configure:6942: $? = 0
configure:6946: test -z
|| test ! -s conftest.err
configure:6949: $? = 0
configure:6952: test -s conftest.o
configure:6955: $? = 0
configure:6966: result: yes
configure:7008: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7014: $? = 0
configure:7018: test -z
|| test ! -s conftest.err
configure:7021: $? = 0
configure:7024: test -s conftest.o
configure:7027: $? = 0
configure:7053: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:53: error: 'exit' was not declared in this scope
configure:7059: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "gcc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc:49: error: 'void std::exit(int)' should have been declared inside 'std'
configure:7014: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "gcc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc:49: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:50:
/usr/include/stdlib.h:531: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:49: error: from previous declaration 'void std::exit(int)'
configure:7014: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "gcc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7014: $? = 0
configure:7018: test -z
|| test ! -s conftest.err
configure:7021: $? = 0
configure:7024: test -s conftest.o
configure:7027: $? = 0
configure:7053: g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7059: $? = 0
configure:7063: test -z
|| test ! -s conftest.err
configure:7066: $? = 0
configure:7069: test -s conftest.o
configure:7072: $? = 0
configure:7097: checking dependency style of g++
configure:7187: result: gcc3
configure:7209: checking how to run the C++ preprocessor
configure:7240: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7246: $? = 0
configure:7278: g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: error: ac_nonexistent.h: No such file or directory
configure:7284: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "gcc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7323: result: g++ -E
configure:7347: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7353: $? = 0
configure:7385: g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: error: ac_nonexistent.h: No such file or directory
configure:7391: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "gcc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7601: checking if want C++ exception handling
configure:7603: result: no
configure:7891: checking whether g++ has new(std::nothrow)
configure:7904: g++ conftest.cc -o conftest
conftest.cc:3: error: second argument of 'int main(int, char*)' should be 'char **'
configure:7912: here is the program that failed:
#include <new>
int main(int argc, char* argv) {
int *baz;
unsigned int foo = 3;
baz = new(std::nothrow) int;
baz = new(std::nothrow) int[foo - 1];
}
configure:7916: result: no
configure:7961: checking for C++ template repository directory
configure:8020: g++ -c conftest1.C
conftest1.C:13: error: second argument of 'int main(int, char*)' should be 'char **'
configure:8023: result: templates not supported?
configure:8025: here is the program that failed:
#include "conftest.h"
void some_other_function(void);
template <class T>
void
foo<T>::member(int i)
{
i += 2;
}
int
main(int argc, char *argv)
{
foo<bar> var1(6);
foo< foo<bar> > var2(var1);
some_other_function();
return 0;
}
configure:8027: here is conftest.h:
template <class T>
class foo {
public:
foo(T yow) : data(yow) { yow.member(3); };
void member(int i);
private:
T data;
};
class bar {
public:
bar(int i) { data = i; };
void member(int j) { data = data * j; };
private:
int data;
};
configure:8082: result: not used
configure:8107: checking for C++ compiler template parameters
configure:8115: result: none needed
configure:8206: checking for C++ optimization flags
configure:8208: result: -O3
configure:8242: checking for ANSI C header files
configure:8267: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8273: $? = 0
configure:8277: test -z
|| test ! -s conftest.err
configure:8280: $? = 0
configure:8283: test -s conftest.o
configure:8286: $? = 0
configure:8375: g++ -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8378: $? = 0
configure:8380: ./conftest
configure:8383: $? = 0
configure:8398: result: yes
configure:8422: checking for sys/types.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for sys/stat.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for stdlib.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for string.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for memory.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for strings.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for inttypes.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for stdint.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for unistd.h
configure:8438: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
|| test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8490: checking map usability
configure:8502: g++ -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8508: $? = 0
configure:8512: test -z
|| test ! -s conftest.err
configure:8515: $? = 0
configure:8518: test -s conftest.o
configure:8521: $? = 0
configure:8531: result: yes
configure:8535: checking map presence
configure:8545: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:8551: $? = 0
configure:8571: result: yes
configure:8606: checking for map
configure:8613: result: yes
configure:8676: checking for type bool
configure:8689: g++ -O3 conftest.cc -o conftest
conftest.cc:4: error: second argument of 'int main(int, char*)' should be 'char **'
configure:8696: here is the program that failed:
#include <stdio.h>
#include <sys/types.h>
int main(int argc, char* argv) {
bool foo = (bool) 0;
printf("so foo is used and the compiler wont complain: %d", (int) foo);
return 0;
}
configure:8699: result: no
configure:8750: checking for true/false
configure:8765: g++ -O3 conftest.cc -o conftest
conftest.cc:4: error: second argument of 'int main(int, char*)' should be 'char **'
configure:8773: here is the program that failed:
#include <stdio.h>
#include <sys/types.h>
int main(int argc, char* argv) {
int foo;
foo = (int) true;
foo = (int) false;
printf("so foo is used and the compiler wont complain: %d", (int) foo);
return 0;
}
configure:8775: result: no
configure:8793: WARNING: *** Your C++ compiler does not support the bool data type.
configure:8795: WARNING: *** LAM requires a C++ compiler with support for the bool
configure:8797: WARNING: *** data type.
configure:8799: error: cannot continue
## ---------------- ##
## 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_CC_set=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXXLDFLAGS_set=
ac_cv_env_CXXLDFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_inttypes_h=yes
ac_cv_header_map=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
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_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_gcc_traditional=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run automake-1.9'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE=''
CASE_SENSITIVE_FS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 '
CFLAGS_WITHOUT_OPTFLAGS=''
CLEANFILES='*~'
CP=''
CPP='gcc -E'
CPPFLAGS=' -DLAM_BUILDING=1'
CXX='g++'
CXXCPP='g++ -E'
CXXCPPFLAGS=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 '
CXXLDFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_LDFLAGS=''
F77=''
F77_BUILD_DIR=''
F77_LTPLIB=''
FC=''
FFLAGS=''
IMPID_DIR=''
IMPI_DIR=''
IMPI_LIB=''
IMPI_OBJS=''
IMPI_SERVER=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LAM_ALPHA_VERSION='0'
LAM_BETA_VERSION='0'
LAM_BINDIR='/usr/local/bin'
LAM_CONFIGURE_DATE='Wed Jul 9 10:44:50 BST 2008'
LAM_CONFIGURE_HOST='EFE'
LAM_CONFIGURE_USER='root'
LAM_CXX_TEMPLATE_REPOSITORY=' '
LAM_EXEC_PREFIX='/usr/local'
LAM_INDEXOF_FORTRAN_INTEGER8=''
LAM_INDEXOF_FORTRAN_REAL16=''
LAM_MAJOR_VERSION='7'
LAM_MANDIR='/usr/local/man'
LAM_MINOR_VERSION='1'
LAM_PREFIX='/usr/local'
LAM_RELEASE_VERSION='4'
LAM_SSI_boot_ALL_SUBDIRS=''
LAM_SSI_boot_DYNAMIC_SUBDIRS=''
LAM_SSI_boot_STATIC_LTLIBS=''
LAM_SSI_boot_STATIC_SUBDIRS=''
LAM_SSI_coll_ALL_SUBDIRS=''
LAM_SSI_coll_DYNAMIC_SUBDIRS=''
LAM_SSI_coll_STATIC_LTLIBS=''
LAM_SSI_coll_STATIC_SUBDIRS=''
LAM_SSI_crlam_ALL_SUBDIRS=''
LAM_SSI_crlam_DYNAMIC_SUBDIRS=''
LAM_SSI_crlam_STATIC_LTLIBS=''
LAM_SSI_crlam_STATIC_SUBDIRS=''
LAM_SSI_crmpi_ALL_SUBDIRS=''
LAM_SSI_crmpi_DYNAMIC_SUBDIRS=''
LAM_SSI_crmpi_STATIC_LTLIBS=''
LAM_SSI_crmpi_STATIC_SUBDIRS=''
LAM_SSI_rpi_ALL_SUBDIRS=''
LAM_SSI_rpi_DYNAMIC_SUBDIRS=''
LAM_SSI_rpi_STATIC_LTLIBS=''
LAM_SSI_rpi_STATIC_SUBDIRS=''
LAM_SVN_VERSION='0'
LAM_TOP_BUILDDIR='/home/yujing/software/install_files/lam-7.1.4'
LAM_TOP_SRCDIR='/home/yujing/software/install_files/lam-7.1.4'
LAM_VERSION='7.1.4'
LAM_WANT_DARWIN7MALLOC_FALSE=''
LAM_WANT_DARWIN7MALLOC_TRUE=''
LAM_WANT_INSTALL_MPIEXEC_FALSE=''
LAM_WANT_INSTALL_MPIEXEC_TRUE=''
LAM_WANT_PTMALLOC2_FALSE=''
LAM_WANT_PTMALLOC2_TRUE=''
LAM_WANT_PTMALLOC_FALSE=''
LAM_WANT_PTMALLOC_TRUE=''
LDFLAGS=''
LIBLAM_EXTRA_LDFLAGS=''
LIBLAM_EXTRA_LIBS=''
LIBLTDL=''
LIBLTDL_SUBDIR=''
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTDLINCL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/yujing/software/install_files/lam-7.1.4/config/missing --run makeinfo'
MPIF_H_PMPI_W_FUNCS=''
OBJEXT='o'
PACKAGE='lam'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
RM=''
ROMIO_ARCH_FLAGS=''
ROMIO_USER_FLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
SHELL_CMD=''
STRIP=''
TOTALVIEW_DEBUG_FLAGS=''
TOTALVIEW_DLL_DIR=''
VERSION='7.1.4'
WANT_CPPFILE_FALSE=''
WANT_CPPFILE_TRUE=''
WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE=''
WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE=''
WANT_FORTRAN_FALSE=''
WANT_FORTRAN_TRUE=''
WANT_IMPI_BUILD_FALSE=''
WANT_IMPI_BUILD_TRUE=''
WANT_LIBLTDL_FALSE=''
WANT_LIBLTDL_TRUE=''
WANT_MPI2CPP_FALSE=''
WANT_MPI2CPP_TRUE=''
WANT_MPI_STUBS_FALSE=''
WANT_MPI_STUBS_TRUE=''
WANT_PREFIX_MEMCPY_FALSE=''
WANT_PREFIX_MEMCPY_TRUE=''
WANT_PROFILE_BUILD_FALSE=''
WANT_PROFILE_BUILD_TRUE=''
WANT_ROMIO_FALSE=''
WANT_ROMIO_TRUE=''
WANT_TRILLIUM_INSTALL_FALSE=''
WANT_TRILLIUM_INSTALL_TRUE=''
WRAPPER_EXTRA_CFLAGS=''
WRAPPER_EXTRA_CXXFLAGS=''
WRAPPER_EXTRA_FFLAGS=''
WRAPPER_EXTRA_LDFLAGS=''
WRAPPER_EXTRA_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_prefix_program=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/yujing/software/install_files/lam-7.1.4/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define LAM_ALIGNMENT_CHAR 1
#define LAM_ALIGNMENT_DOUBLE 8
#define LAM_ALIGNMENT_FLOAT 4
#define LAM_ALIGNMENT_INT 4
#define LAM_ALIGNMENT_LONG 8
#define LAM_ALIGNMENT_LONG_DOUBLE 16
#define LAM_ALIGNMENT_LONG_LONG 8
#define LAM_ALIGNMENT_SHORT 2
#define LAM_ALIGNMENT_VOID_P 8
#define LAM_ALIGNMENT_WCHAR 4
#define LAM_ALPHA_VERSION 0
#define LAM_ARCH "x86_64-unknown-linux-gnu"
#define LAM_BETA_VERSION 0
#define LAM_CC "gcc"
#define LAM_CONFIG_FORCE_PROTOS 1
#define LAM_CXX "g++"
#define LAM_CXX_BOOL
#define LAM_CXX_NOTHROW_NEW 0
#define LAM_CXX_NOTHROW_NEW_ARG
#define LAM_CXX_STL 1
#define LAM_CXX_TRUE_FALSE 0
#define LAM_DEPENDENCY_PREFIX "NONE"
#define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
#define LAM_HAVE_float4 0
#define LAM_HAVE_float8 0
#define LAM_HAVE_int2 0
#define LAM_HAVE_int4 0
#define LAM_HAVE_int8 0
#define LAM_HAVE_uint2 0
#define LAM_HAVE_uint4 0
#define LAM_HAVE_uint8 0
#define LAM_MAJOR_VERSION 7
#define LAM_MINOR_VERSION 1
#define LAM_RELEASE_VERSION 4
#define LAM_SIZEOF_CHAR 1
#define LAM_SIZEOF_DOUBLE 8
#define LAM_SIZEOF_FLOAT 4
#define LAM_SIZEOF_INT 4
#define LAM_SIZEOF_LONG 8
#define LAM_SIZEOF_LONG_DOUBLE 16
#define LAM_SIZEOF_LONG_LONG 8
#define LAM_SIZEOF_SHORT 2
#define LAM_SIZEOF_VOID_P 8
#define LAM_SIZEOF_WCHAR 4
#define LAM_SVN_VERSION 0
#define LAM_VERSION "7.1.4"
#define LAM_WANT_DEBUG 0
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 1
==================================================
|