Hello,
I am trying to configure LAM 7.0.4 with gcc 3.3.2, but I am not being able to. Below are the contents of config.log.
Thank you for any help.
Leonardo
config.log 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.58. Invocation command line was
$ ./configure --prefix=/home/top2/ra019837/mpi/lam7.0.4
## --------- ##
## Platform. ##
## --------- ##
hostname = top1.guara.net
uname -m = i686
uname -r = 2.4.18-24.7.x
uname -s = Linux
uname -v = #1 Fri Jan 31 07:06:03 EST 2003
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/top2/ra019837/lam7/bin
PATH: /home/top2/ra019837/gcc3.3.2/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/top2/ra019837/bin
PATH: /home/top2/michele/ns-allinone-2.26/bin
PATH: /usr/java/j2sdk1.4.1_01/bin/
PATH: /home/top2/ra019837/slog2sdk/slog2sdk-1.2b/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1714: checking for a BSD-compatible install
configure:1769: result: /usr/bin/install -c
configure:1780: checking whether build environment is sane
configure:1823: result: yes
configure:1856: checking for gawk
configure:1872: found /bin/gawk
configure:1882: result: gawk
configure:1892: checking whether make sets $(MAKE)
configure:1912: result: yes
configure:2101: checking build system type
configure:2119: result: i686-pc-linux-gnu
configure:2147: checking host system type
configure:2161: result: i686-pc-linux-gnu
configure:2661: checking if want debugging output support
configure:2675: result: no
configure:2736: checking for gcc
configure:2762: result: /home/h/top2/ra019837/gcc3.3.2/bin/gcc
configure:3006: checking for C compiler version
configure:3009: /home/h/top2/ra019837/gcc3.3.2/bin/gcc --version </dev/null >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 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:3012: $? = 0
configure:3014: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -v </dev/null >&5
Reading specs from /home/h/top2/ra019837/gcc3.3.2/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./../gcc-3.3.2/configure --prefix=/home/h/top2/ra019837/gcc3.3.2
Thread model: posix
gcc version 3.3.2
configure:3017: $? = 0
configure:3019: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3022: $? = 1
configure:3045: checking for C compiler default output file name
configure:3048: /home/h/top2/ra019837/gcc3.3.2/bin/gcc conftest.c >&5
configure:3051: $? = 0
configure:3097: result: a.out
configure:3102: checking whether the C compiler works
configure:3108: ./a.out
configure:3111: $? = 0
configure:3128: result: yes
configure:3135: checking whether we are cross compiling
configure:3137: result: no
configure:3140: checking for suffix of executables
configure:3142: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest conftest.c >&5
configure:3145: $? = 0
configure:3170: result:
configure:3176: checking for suffix of object files
configure:3197: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -c conftest.c >&5
configure:3200: $? = 0
configure:3222: result: o
configure:3226: checking whether we are using the GNU C compiler
configure:3250: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -c conftest.c >&5
configure:3256: $? = 0
configure:3260: test -z
|| test ! -s conftest.err
configure:3263: $? = 0
configure:3266: test -s conftest.o
configure:3269: $? = 0
configure:3282: result: yes
configure:3288: checking whether /home/h/top2/ra019837/gcc3.3.2/bin/gcc accepts -g
configure:3309: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -c -g conftest.c >&5
configure:3315: $? = 0
configure:3319: test -z
|| test ! -s conftest.err
configure:3322: $? = 0
configure:3325: test -s conftest.o
configure:3328: $? = 0
configure:3339: result: yes
configure:3356: checking for /home/h/top2/ra019837/gcc3.3.2/bin/gcc option to accept ANSI C
configure:3426: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -c -g -O2 conftest.c >&5
configure:3432: $? = 0
configure:3436: test -z
|| test ! -s conftest.err
configure:3439: $? = 0
configure:3442: test -s conftest.o
configure:3445: $? = 0
configure:3463: result: none needed
configure:3481: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3487: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3631: checking for style of include used by make
configure:3659: result: GNU
configure:3687: checking dependency style of /home/h/top2/ra019837/gcc3.3.2/bin/gcc
configure:3770: result: gcc3
configure:3793: checking how to run the C preprocessor
configure:3828: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -E conftest.c
configure:3834: $? = 0
configure:3866: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -E conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:3872: $? = 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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3911: result: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -E
configure:3935: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -E conftest.c
configure:3941: $? = 0
configure:3973: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -E conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:3979: $? = 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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4023: checking for egrep
configure:4033: result: grep -E
configure:4039: checking whether /home/h/top2/ra019837/gcc3.3.2/bin/gcc needs -traditional
configure:4081: result: no
configure:4099: checking for AIX
configure:4121: result: no
configure:4131: checking if need special C compiler/linker flags
configure:4164: result: none needed
configure:4326: checking for C optimization flags
configure:4328: result: -O3
configure:4336: checking whether the C compiler (/home/h/top2/ra019837/gcc3.3.2/bin/gcc -O3 ) accepts ANSI prototypes
configure:4349: result: yes
configure:4484: checking for type int2
configure:4502: $CPP $CPPFLAGS conftest.c
configure:4512: $? = 0
configure:4521: ...some ugly egrepping...
configure:4531: $? = 1
configure:4550: result: no
configure:4559: checking for type uint2
configure:4577: $CPP $CPPFLAGS conftest.c
configure:4587: $? = 0
configure:4596: ...some ugly egrepping...
configure:4606: $? = 1
configure:4625: result: no
configure:4634: checking for type int4
configure:4652: $CPP $CPPFLAGS conftest.c
configure:4662: $? = 0
configure:4671: ...some ugly egrepping...
configure:4681: $? = 1
configure:4700: result: no
configure:4709: checking for type uint4
configure:4727: $CPP $CPPFLAGS conftest.c
configure:4737: $? = 0
configure:4746: ...some ugly egrepping...
configure:4756: $? = 1
configure:4775: result: no
configure:4784: checking for type int8
configure:4802: $CPP $CPPFLAGS conftest.c
configure:4812: $? = 0
configure:4821: ...some ugly egrepping...
configure:4831: $? = 1
configure:4850: result: no
configure:4859: checking for type uint8
configure:4877: $CPP $CPPFLAGS conftest.c
configure:4887: $? = 0
configure:4896: ...some ugly egrepping...
configure:4906: $? = 1
configure:4925: result: no
configure:4934: checking for type float4
configure:4952: $CPP $CPPFLAGS conftest.c
configure:4962: $? = 0
configure:4971: ...some ugly egrepping...
configure:4981: $? = 1
configure:5000: result: no
configure:5009: checking for type float8
configure:5027: $CPP $CPPFLAGS conftest.c
configure:5037: $? = 0
configure:5046: ...some ugly egrepping...
configure:5056: $? = 1
configure:5075: result: no
configure:5090: checking size of char
configure:5113: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5116: $? = 0
configure:5118: ./conftest
configure:5121: $? = 0
configure:5135: result: 1
configure:5163: checking size of short
configure:5186: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5189: $? = 0
configure:5191: ./conftest
configure:5194: $? = 0
configure:5208: result: 2
configure:5236: checking size of wchar_t
configure:5259: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5262: $? = 0
configure:5264: ./conftest
configure:5267: $? = 0
configure:5281: result: 4
configure:5309: checking size of int
configure:5332: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5335: $? = 0
configure:5337: ./conftest
configure:5340: $? = 0
configure:5354: result: 4
configure:5382: checking size of long
configure:5405: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5408: $? = 0
configure:5410: ./conftest
configure:5413: $? = 0
configure:5427: result: 4
configure:5455: checking size of long long
configure:5478: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5481: $? = 0
configure:5483: ./conftest
configure:5486: $? = 0
configure:5500: result: 8
configure:5528: checking size of float
configure:5551: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5554: $? = 0
configure:5556: ./conftest
configure:5559: $? = 0
configure:5573: result: 4
configure:5601: checking size of double
configure:5624: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5627: $? = 0
configure:5629: ./conftest
configure:5632: $? = 0
configure:5646: result: 8
configure:5674: checking size of long double
configure:5697: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5700: $? = 0
configure:5702: ./conftest
configure:5705: $? = 0
configure:5719: result: 12
configure:5747: checking size of void *
configure:5770: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5773: $? = 0
configure:5775: ./conftest
configure:5778: $? = 0
configure:5792: result: 4
configure:5826: checking alignment of char
configure:5855: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5858: $? = 0
configure:5860: ./conftest
configure:5863: $? = 0
configure:5887: result: 1
configure:5903: checking alignment of short
configure:5932: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5935: $? = 0
configure:5937: ./conftest
configure:5940: $? = 0
configure:5964: result: 2
configure:5980: checking alignment of wchar_t
configure:6009: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6012: $? = 0
configure:6014: ./conftest
configure:6017: $? = 0
configure:6041: result: 4
configure:6057: checking alignment of int
configure:6086: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6089: $? = 0
configure:6091: ./conftest
configure:6094: $? = 0
configure:6118: result: 4
configure:6134: checking alignment of long
configure:6163: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6166: $? = 0
configure:6168: ./conftest
configure:6171: $? = 0
configure:6195: result: 4
configure:6211: checking alignment of long long
configure:6240: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6243: $? = 0
configure:6245: ./conftest
configure:6248: $? = 0
configure:6272: result: 4
configure:6288: checking alignment of float
configure:6317: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6320: $? = 0
configure:6322: ./conftest
configure:6325: $? = 0
configure:6349: result: 4
configure:6365: checking alignment of double
configure:6394: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6397: $? = 0
configure:6399: ./conftest
configure:6402: $? = 0
configure:6426: result: 4
configure:6442: checking alignment of long double
configure:6471: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6474: $? = 0
configure:6476: ./conftest
configure:6479: $? = 0
configure:6503: result: 4
configure:6519: checking alignment of void *
configure:6548: /home/h/top2/ra019837/gcc3.3.2/bin/gcc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6551: $? = 0
configure:6553: ./conftest
configure:6556: $? = 0
configure:6580: result: 4
configure:6694: checking for C++ compiler version
configure:6697: /home/h/top2/ra019837/gcc3.3.2/bin/g++ --version </dev/null >&5
g++ (GCC) 3.3.2
Copyright (C) 2003 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:6700: $? = 0
configure:6702: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -v </dev/null >&5
Reading specs from /home/h/top2/ra019837/gcc3.3.2/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./../gcc-3.3.2/configure --prefix=/home/h/top2/ra019837/gcc3.3.2
Thread model: posix
gcc version 3.3.2
configure:6705: $? = 0
configure:6707: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:6710: $? = 1
configure:6713: checking whether we are using the GNU C++ compiler
configure:6737: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:6743: $? = 0
configure:6747: test -z
|| test ! -s conftest.err
configure:6750: $? = 0
configure:6753: test -s conftest.o
configure:6756: $? = 0
configure:6769: result: yes
configure:6775: checking whether /home/h/top2/ra019837/gcc3.3.2/bin/g++ accepts -g
configure:6796: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -g -DLAM_BUILDING=1 conftest.cc >&5
configure:6802: $? = 0
configure:6806: test -z
|| test ! -s conftest.err
configure:6809: $? = 0
configure:6812: test -s conftest.o
configure:6815: $? = 0
configure:6826: result: yes
configure:6868: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:6874: $? = 0
configure:6878: test -z
|| test ! -s conftest.err
configure:6881: $? = 0
configure:6884: test -s conftest.o
configure:6887: $? = 0
configure:6913: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:53: error: `exit' undeclared (first use this function)
conftest.cc:53: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:6919: $? = 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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/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 4
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 12
| #define LAM_SIZEOF_VOID_P 4
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 4
| #define LAM_ALIGNMENT_LONG_LONG 4
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 4
| #define LAM_ALIGNMENT_LONG_DOUBLE 4
| #define LAM_ALIGNMENT_VOID_P 4
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6868: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:6874: $? = 0
configure:6878: test -z
|| test ! -s conftest.err
configure:6881: $? = 0
configure:6884: test -s conftest.o
configure:6887: $? = 0
configure:6913: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:6919: $? = 0
configure:6923: test -z
|| test ! -s conftest.err
configure:6926: $? = 0
configure:6929: test -s conftest.o
configure:6932: $? = 0
configure:6957: checking dependency style of /home/h/top2/ra019837/gcc3.3.2/bin/g++
configure:7040: result: gcc3
configure:7062: checking how to run the C++ preprocessor
configure:7093: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7099: $? = 0
configure:7131: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: ac_nonexistent.h: No such file or directory
configure:7137: $? = 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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/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 4
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 12
| #define LAM_SIZEOF_VOID_P 4
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 4
| #define LAM_ALIGNMENT_LONG_LONG 4
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 4
| #define LAM_ALIGNMENT_LONG_DOUBLE 4
| #define LAM_ALIGNMENT_VOID_P 4
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7176: result: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E
configure:7200: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7206: $? = 0
configure:7238: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: ac_nonexistent.h: No such file or directory
configure:7244: $? = 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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/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 4
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 12
| #define LAM_SIZEOF_VOID_P 4
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 4
| #define LAM_ALIGNMENT_LONG_LONG 4
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 4
| #define LAM_ALIGNMENT_LONG_DOUBLE 4
| #define LAM_ALIGNMENT_VOID_P 4
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7323: checking if want C++ exception handling
configure:7325: result: no
configure:7606: checking whether /home/h/top2/ra019837/gcc3.3.2/bin/g++ has new(std::nothrow)
configure:7619: /home/h/top2/ra019837/gcc3.3.2/bin/g++ conftest.cc -o conftest
configure:7624: result: yes
configure:7676: checking for C++ template repository directory
configure:7734: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c conftest1.C
configure:7745: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c conftest2.C
configure:7807: result: not used
configure:7832: checking for C++ compiler template parameters
configure:7840: result: none needed
configure:7871: checking for type bool
configure:7884: /home/h/top2/ra019837/gcc3.3.2/bin/g++ conftest.cc -o conftest
configure:7888: result: yes
configure:7945: checking for true/false
configure:7960: /home/h/top2/ra019837/gcc3.3.2/bin/g++ conftest.cc -o conftest
configure:7964: result: yes
configure:8028: checking for ANSI C header files
configure:8053: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8059: $? = 0
configure:8063: test -z
|| test ! -s conftest.err
configure:8066: $? = 0
configure:8069: test -s conftest.o
configure:8072: $? = 0
configure:8158: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -o conftest -DLAM_BUILDING=1 conftest.cc >&5
configure:8161: $? = 0
configure:8163: ./conftest
./conftest: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
configure:8166: $? = 127
configure: program exited with status 127
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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/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 4
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 12
| #define LAM_SIZEOF_VOID_P 4
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 4
| #define LAM_ALIGNMENT_LONG_LONG 4
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 4
| #define LAM_ALIGNMENT_LONG_DOUBLE 4
| #define LAM_ALIGNMENT_VOID_P 4
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "/home/h/top2/ra019837/gcc3.3.2/bin/g++"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| /* end confdefs.h. */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
|
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
| int i;
| for (i = 0; i < 256; i++)
| if (XOR (islower (i), ISLOWER (i))
| || toupper (i) != TOUPPER (i))
| exit(2);
| exit (0);
| }
configure:8181: result: no
configure:8205: checking for sys/types.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for sys/stat.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for stdlib.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for string.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for memory.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for strings.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for inttypes.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for stdint.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8205: checking for unistd.h
configure:8221: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8227: $? = 0
configure:8231: test -z
|| test ! -s conftest.err
configure:8234: $? = 0
configure:8237: test -s conftest.o
configure:8240: $? = 0
configure:8251: result: yes
configure:8273: checking map usability
configure:8285: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -c -DLAM_BUILDING=1 conftest.cc >&5
configure:8291: $? = 0
configure:8295: test -z
|| test ! -s conftest.err
configure:8298: $? = 0
configure:8301: test -s conftest.o
configure:8304: $? = 0
configure:8314: result: yes
configure:8318: checking map presence
configure:8328: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -E -DLAM_BUILDING=1 conftest.cc
configure:8334: $? = 0
configure:8354: result: yes
configure:8389: checking for map
configure:8396: result: yes
configure:8518: checking for C++ optimization flags
configure:8520: result: -O3
configure:8539: checking size of bool
configure:8562: /home/h/top2/ra019837/gcc3.3.2/bin/g++ -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8565: $? = 0
configure:8567: ./conftest
./conftest: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
configure:8570: $? = 127
configure: program exited with status 127
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 0
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.4"
| #define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
| #define LAM_ARCH "i686-pc-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/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 4
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 12
| #define LAM_SIZEOF_VOID_P 4
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 4
| #define LAM_ALIGNMENT_LONG_LONG 4
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 4
| #define LAM_ALIGNMENT_LONG_DOUBLE 4
| #define LAM_ALIGNMENT_VOID_P 4
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "/home/h/top2/ra019837/gcc3.3.2/bin/g++"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| /* end confdefs.h. */
|
| #include <stddef.h>
| #include <stdio.h>
| int main(int argc, char** argv)
| {
| FILE *f=fopen("conftestval", "w");
| if (!f) return 1;
| fprintf(f, "%d\n", sizeof(bool));
| return 0;
| }
configure:8584: result: -1
configure:8587: WARNING: *** Problem running configure test!
configure:8589: WARNING: *** See config.log for details.
configure:8591: error: *** Cannot continue.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-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=/home/h/top2/ra019837/gcc3.3.2/bin/gcc
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=/home/h/top2/ra019837/gcc3.3.2/bin/g++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=/home/h/top2/ra019837/gcc3.3.2/bin/g77
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=no
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=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/home/h/top2/ra019837/gcc3.3.2/bin/gcc -E'
ac_cv_prog_CXXCPP='/home/h/top2/ra019837/gcc3.3.2/bin/g++ -E'
ac_cv_prog_ac_ct_CC=/home/h/top2/ra019837/gcc3.3.2/bin/gcc
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/top2/ra019837/mpi/lam-7.0.4/config/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/top2/ra019837/mpi/lam-7.0.4/config/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/top2/ra019837/mpi/lam-7.0.4/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/top2/ra019837/mpi/lam-7.0.4/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/top2/ra019837/mpi/lam-7.0.4/config/missing --run automake-1.7'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE=''
CASE_SENSITIVE_FS_TRUE=''
CC='/home/h/top2/ra019837/gcc3.3.2/bin/gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 '
CFLAGS_WITHOUT_OPTFLAGS=''
CLEANFILES='*~'
CP=''
CPP='/home/h/top2/ra019837/gcc3.3.2/bin/gcc -E'
CPPFLAGS=' -DLAM_BUILDING=1'
CXX='/home/h/top2/ra019837/gcc3.3.2/bin/g++'
CXXCPP='/home/h/top2/ra019837/gcc3.3.2/bin/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=''
F77=''
F77_BUILD_DIR=''
F77_LTPLIB=''
FC='/home/h/top2/ra019837/gcc3.3.2/bin/g77'
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='/home/top2/ra019837/mpi/lam7.0.4/bin'
LAM_CONFIGURE_DATE='Wed Feb 4 15:59:48 BRST 2004'
LAM_CONFIGURE_HOST='top1.guara.net'
LAM_CONFIGURE_USER='ra019837'
LAM_CVS_VERSION='0'
LAM_CXX_TEMPLATE_REPOSITORY=' '
LAM_EXEC_PREFIX='/home/top2/ra019837/mpi/lam7.0.4'
LAM_MAJOR_VERSION='7'
LAM_MANDIR='/home/top2/ra019837/mpi/lam7.0.4/man'
LAM_MINOR_VERSION='0'
LAM_PREFIX='/home/top2/ra019837/mpi/lam7.0.4'
LAM_RELEASE_VERSION='4'
LAM_SSI_boot_LTLIBS=''
LAM_SSI_boot_SUBDIRS=''
LAM_SSI_coll_LTLIBS=''
LAM_SSI_coll_SUBDIRS=''
LAM_SSI_crlam_LTLIBS=''
LAM_SSI_crlam_SUBDIRS=''
LAM_SSI_crmpi_LTLIBS=''
LAM_SSI_crmpi_SUBDIRS=''
LAM_SSI_rpi_LTLIBS=''
LAM_SSI_rpi_SUBDIRS=''
LAM_TOP_BUILDDIR=''
LAM_VERSION='7.0.4'
LAM_WANT_INSTALL_MPIEXEC_FALSE=''
LAM_WANT_INSTALL_MPIEXEC_TRUE=''
LDFLAGS=''
LIBLAM_EXTRA_LDFLAGS=''
LIBLAM_EXTRA_LIBS=''
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/top2/ra019837/mpi/lam-7.0.4/config/missing --run makeinfo'
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.0.4'
WANT_CPPFILE_FALSE=''
WANT_CPPFILE_TRUE=''
WANT_FORTRAN_FALSE=''
WANT_FORTRAN_TRUE=''
WANT_IMPI_BUILD_FALSE=''
WANT_IMPI_BUILD_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='/home/h/top2/ra019837/gcc3.3.2/bin/gcc'
ac_ct_CXX=''
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=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/top2/ra019837/mpi/lam-7.0.4/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/top2/ra019837/mpi/lam7.0.4'
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 4
#define LAM_ALIGNMENT_FLOAT 4
#define LAM_ALIGNMENT_INT 4
#define LAM_ALIGNMENT_LONG 4
#define LAM_ALIGNMENT_LONG_DOUBLE 4
#define LAM_ALIGNMENT_LONG_LONG 4
#define LAM_ALIGNMENT_SHORT 2
#define LAM_ALIGNMENT_VOID_P 4
#define LAM_ALIGNMENT_WCHAR 4
#define LAM_ALPHA_VERSION 0
#define LAM_ARCH "i686-pc-linux-gnu"
#define LAM_BETA_VERSION 0
#define LAM_CC "/home/h/top2/ra019837/gcc3.3.2/bin/gcc"
#define LAM_CONFIG_FORCE_PROTOS 1
#define LAM_CVS_VERSION 0
#define LAM_CXX "/home/h/top2/ra019837/gcc3.3.2/bin/g++"
#define LAM_CXX_BOOL 1
#define LAM_CXX_NOTHROW_NEW 1
#define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
#define LAM_CXX_STL 1
#define LAM_CXX_TRUE_FALSE 1
#define LAM_DEPENDENCY_PREFIX "/home/top2/ra019837/mpi/lam7.0.4"
#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 0
#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 4
#define LAM_SIZEOF_LONG_DOUBLE 12
#define LAM_SIZEOF_LONG_LONG 8
#define LAM_SIZEOF_SHORT 2
#define LAM_SIZEOF_VOID_P 4
#define LAM_SIZEOF_WCHAR 4
#define LAM_VERSION "7.0.4"
#define LAM_WANT_DEBUG 0
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
|