LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2005-05-20 16:40:59


You used "--without-FC", which is not the same thing as "without-fc".

You might want to try again with --without-fc.

Also, ensure that you have one consistent installation of LAM/MPI.
It's a little confusing from the info you provided, but laminfo says
that there is not Fortran compiler, but yet mpicc and mpif77 are both
trying to link in the Fortran MPI library, which shouldn't happen if
your LAM doesn't support Fortran. I'm guessing that laminfo is coming
from one installation and mpicc/mpif77 are coming from a different LAM
installation.

On May 19, 2005, at 9:46 PM, Shishir Shroff wrote:

> Hi,
> I have installem lam-mpi version 7.1.1 from source. When configuring I
> specifically used the --without-fc option as I am not interested in
> the Fortran bindings.
>
> Now when trying to configure lamtests I get the following error:
> ------
> checking for mpif77... yes
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether mpif77 accepts -g... no
> checking for ranlib... ranlib
> checking for mpi.h... yes
> checking for MPI_Initialized in -lmpi... yes
> checking if have Fortran MPI bindings... no
> checking if supposed to have Fortran MPI bindings... yes
> configure: error: Cannot continue
> -----------
>
> Is there a way I can bypass the Fortran checks for lamtests too?
> Thanks in advance.
> Shishir
>
> Some ouput of my installation:
> 1. laminfo ouput:
> -bash-2.05b$ laminfo
> LAM/MPI: 7.1.1
> Prefix: /afs/dev/tools/mpi/lam-mpi-7.1.1_RHE3
> Architecture: x86_64-unknown-linux-gnu
> Configured by: sshroff
> Configured on: Thu May 19 20:10:33 UTC 2005
> Configure host: mach.praesagus.net
> Memory manager: ptmalloc2
> C bindings: yes
> C++ bindings: yes
> Fortran bindings: no
> C compiler: gcc
> C++ compiler: g++
> Fortran compiler: false
> Fortran symbols: none
> C profiling: yes
> C++ profiling: yes
> Fortran profiling: no
> C++ exceptions: no
> Thread support: yes
> ROMIO support: yes
> IMPI support: no
> Debug support: no
> Purify clean: no
> SSI boot: globus (API v1.1, Module v0.6)
> SSI boot: rsh (API v1.1, Module v1.1)
> SSI boot: slurm (API v1.1, Module v1.0)
> SSI coll: lam_basic (API v1.1, Module v7.1)
> SSI coll: shmem (API v1.1, Module v1.0)
> SSI coll: smp (API v1.1, Module v1.2)
> SSI rpi: crtcp (API v1.1, Module v1.1)
> SSI rpi: lamd (API v1.0, Module v7.1)
> SSI rpi: sysv (API v1.0, Module v7.1)
> SSI rpi: tcp (API v1.0, Module v7.1)
> SSI rpi: usysv (API v1.0, Module v7.1)
> SSI cr: self (API v1.0, Module v1.0)
> 2. mpicc -showme
> x86_64-redhat-linux-gcc -llamf77mpi -lmpi -llam -lutil
>
> 3. mpif77 -showme
> f77 -I/usr/include -llamf77mpi -lmpi -llam -lutil
>
> Also attached is my 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.59. Invocation command line was
>
> $ ./configure --prefix=/afs/dev/tools/mpi/lamtests-7.1.1/
> --without-FC
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = mach.praesagus.net
> uname -m = x86_64
> uname -r = 2.4.21-27.0.4.EL
> uname -s = Linux
> uname -v = #1 SMP Sat Apr 16 18:53:03 EDT 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: /afs/dev/tools/LSF/6.1/6.1/linux2.4-glibc2.3-ia32e/bin
> PATH: /afs/dev/tools/LSF/6.1/6.1/linux2.4-glibc2.3-ia32e/etc
> PATH: /afs/dev/tools/matlab/bin
> PATH: /afs/dev/tools/mpi/lam-7.1.1/bin/
> PATH: /afs/dev/tools/xictools/fasthenry-3.0wr/bin/
> PATH: /afs/dev/tools/xictools/fastcap-2.0wr/bin/
> PATH: /afs/dev/tools/xictools/xic/bin/
> PATH: /usr/java/bin/
> PATH: /usr/X11R6/bin/
> PATH: /usr/ccs/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/local/bin
> PATH: /sbin
> PATH: /usr/sbin
> PATH: /usr/local/sbin
> PATH: /etc
> PATH: /usr/dt/bin
> PATH: /usr/openwin/bin
> PATH: /usr/ucb
> PATH: /usr/kerberos/bin
> PATH: /usr/local/bin
> PATH: /bin
> PATH: /usr/bin
> PATH: /usr/X11R6/bin
> PATH: /afs/dev/tools/praesagus/bin/
> PATH: /usr/local/samba/bin/
> PATH: /afs/dev/tools/acrobat/bin/
> PATH: /usr/local/JBuilderX/bin/
> PATH: /usr/ora8/m01/app/oracle/product/8.1.7/bin
> PATH: /afs/dev/tools/mpi/lam-mpi-7.1.1_RHE3/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1420: checking for a BSD-compatible install
> configure:1475: result: /usr/bin/install -c
> configure:1486: checking whether build environment is sane
> configure:1529: result: yes
> configure:1586: checking for gawk
> configure:1612: result: gawk
> configure:1622: checking whether make sets $(MAKE)
> configure:1642: result: yes
> configure:1822: checking build system type
> configure:1840: result: x86_64-unknown-linux-gnu
> configure:1848: checking host system type
> configure:1862: result: x86_64-unknown-linux-gnu
> configure:1904: checking for mpicc
> configure:1920: found /usr/bin/mpicc
> configure:1931: result: yes
> configure:1992: checking for gcc
> configure:2018: result: mpicc
> configure:2262: checking for C compiler version
> configure:2265: mpicc --version </dev/null >&5
> x86_64-redhat-linux-gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-49)
> Copyright (C) 2002 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:2268: $? = 0
> configure:2270: mpicc -v </dev/null >&5
> Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-shared --enable-threads=posix
> --disable-checking --with-system-zlib --enable-__cxa_atexit
> --host=x86_64-redhat-linux
> Thread model: posix
> gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-49)
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/collect2 --eh-frame-hdr -m
> elf_x86_64 -Y P,/usr/lib64 -dynamic-linker /lib64/ld-linux-x86-64.so.2
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/crt1.o
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/crti.o
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/crtbegin.o
> -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3
> -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64
> -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../.. -L/lib/../lib64
> -L/usr/lib/../lib64 -llamf77mpi -lmpi -llam -lutil -lgcc -lgcc_eh -lc
> -lgcc -lgcc_eh /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/crtend.o
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/crtn.o
> /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/
> crt1.o(.text+0x21): In function `_start':
> : undefined reference to `main'
> collect2: ld returned 1 exit status
> configure:2273: $? = 1
> configure:2275: mpicc -V </dev/null >&5
> x86_64-redhat-linux-gcc: invalid version number format
> configure:2278: $? = 1
> configure:2301: checking for C compiler default output file name
> configure:2304: mpicc conftest.c >&5
> configure:2307: $? = 0
> configure:2353: result: a.out
> configure:2358: checking whether the C compiler works
> configure:2364: ./a.out
> configure:2367: $? = 0
> configure:2384: result: yes
> configure:2391: checking whether we are cross compiling
> configure:2393: result: no
> configure:2396: checking for suffix of executables
> configure:2398: mpicc -o conftest conftest.c >&5
> configure:2401: $? = 0
> configure:2426: result:
> configure:2432: checking for suffix of object files
> configure:2453: mpicc -c conftest.c >&5
> configure:2456: $? = 0
> configure:2478: result: o
> configure:2482: checking whether we are using the GNU C compiler
> configure:2506: mpicc -c conftest.c >&5
> configure:2512: $? = 0
> configure:2516: test -z
> || test ! -s conftest.err
> configure:2519: $? = 0
> configure:2522: test -s conftest.o
> configure:2525: $? = 0
> configure:2538: result: yes
> configure:2544: checking whether mpicc accepts -g
> configure:2565: mpicc -c -g conftest.c >&5
> configure:2571: $? = 0
> configure:2575: test -z
> || test ! -s conftest.err
> configure:2578: $? = 0
> configure:2581: test -s conftest.o
> configure:2584: $? = 0
> configure:2595: result: yes
> configure:2612: checking for mpicc option to accept ANSI C
> configure:2682: mpicc -c -g -O2 conftest.c >&5
> configure:2688: $? = 0
> configure:2692: test -z
> || test ! -s conftest.err
> configure:2695: $? = 0
> configure:2698: test -s conftest.o
> configure:2701: $? = 0
> configure:2719: result: none needed
> configure:2737: mpicc -c -g -O2 conftest.c >&5
> conftest.c:2: syntax error before "me"
> configure:2743: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
> configure:2887: checking for style of include used by make
> configure:2915: result: GNU
> configure:2943: checking dependency style of mpicc
> configure:3033: result: gcc3
> configure:3067: checking for mpic++
> configure:3083: found /usr/bin/mpic++
> configure:3094: result: yes
> configure:3244: checking for C++ compiler version
> configure:3247: mpic++ --version </dev/null >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3250: $? = 1
> configure:3252: mpic++ -v </dev/null >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3255: $? = 1
> configure:3257: mpic++ -V </dev/null >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3260: $? = 1
> configure:3263: checking whether we are using the GNU C++ compiler
> configure:3287: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3293: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> |
> | int
> | main ()
> | {
> | #ifndef __GNUC__
> | choke me
> | #endif
> |
> | ;
> | return 0;
> | }
> configure:3319: result: no
> configure:3325: checking whether mpic++ accepts -g
> configure:3346: mpic++ -c -g conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3352: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> |
> | int
> | main ()
> | {
> |
> | ;
> | return 0;
> | }
> configure:3376: result: no
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> |
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> | extern "C" void std::exit (int) throw (); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> | extern "C" void std::exit (int); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> | extern "C" void exit (int) throw ();
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> | extern "C" void exit (int);
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3418: mpic++ -c conftest.cc >&5
> WARNING: /usr/bin/hcc expected to find liblammpi++.* in /usr/lib
> WARNING: MPI C++ API support will be disabled
> hcc: No such file or directory
> configure:3424: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define LAMTEST_MAJOR_VERSION 7
> | #define LAMTEST_MINOR_VERSION 1
> | #define LAMTEST_RELEASE_VERSION 1
> | #define LAMTEST_ALPHA_VERSION 0
> | #define LAMTEST_BETA_VERSION 0
> | #define LAMTEST_CVS_VERSION
> | #define LAMTEST_VERSION "7.1.1"
> | #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> | /* end confdefs.h. */
> | void exit (int);
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> | ;
> | return 0;
> | }
> configure:3507: checking dependency style of mpic++
> configure:3597: result: none
> configure:3631: checking for mpif77
> configure:3647: found /usr/bin/mpif77
> configure:3658: result: yes
> configure:3765: checking for Fortran 77 compiler version
> configure:3768: mpif77 --version </dev/null >&5
> configure:3771: $? = 2
> configure:3773: mpif77 -v </dev/null >&5
> configure:3776: $? = 2
> configure:3778: mpif77 -V </dev/null >&5
> configure:3781: $? = 2
> configure:3789: checking whether we are using the GNU Fortran 77
> compiler
> configure:3803: mpif77 -c conftest.F >&5
> configure:3809: $? = 2
> configure: failed program was:
> | program main
> | #ifndef __GNUC__
> | choke me
> | #endif
> |
> | end
> configure:3835: result: no
> configure:3841: checking whether mpif77 accepts -g
> configure:3853: mpif77 -c -g conftest.f >&5
> configure:3859: $? = 2
> configure: failed program was:
> | program main
> |
> | end
> configure:3884: result: no
> configure:3956: checking for ranlib
> configure:3972: found /usr/bin/ranlib
> configure:3983: result: ranlib
> configure:4010: checking for mpi.h
> configure:4021: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
> configure:4024: result: yes
> configure:4050: checking for MPI_Initialized in -lmpi
> configure:4071: mpicc -o conftest conftest.c >&5
> configure:4077: $? = 0
> configure:4081: test -z
> || test ! -s conftest.err
> configure:4084: $? = 0
> configure:4087: test -s conftest
> configure:4090: $? = 0
> configure:4102: result: yes
> configure:4178: checking if have Fortran MPI bindings
> configure:4197: mpif77 -o conftest conftest.f >&5
> configure:4203: $? = 2
> configure: failed program was:
> | program main
> | c
> | include 'mpif.h'
> | integer ierr
> | call MPI_INIT(ierr)
> | call MPI_FINALIZE(ierr)
> | stop
> | end
> configure:4233: result: no
> configure:5093: checking if supposed to have Fortran MPI bindings
> configure:5118: mpicc -o conftest conftest.c >&5
> configure:5121: $? = 0
> configure:5123: ./conftest
> configure:5126: $? = 0
> configure:5139: result: yes
> configure:5143: 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=no
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_F77_set=
> ac_cv_env_F77_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_f77_compiler_gnu=no
> 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_HAVE_MPICC=yes
> ac_cv_prog_HAVE_MPICPP=yes
> ac_cv_prog_HAVE_MPIF77=yes
> ac_cv_prog_ac_ct_CC=mpicc
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_cxx_g=no
> ac_cv_prog_f77_g=no
> ac_cv_prog_make_make_set=yes
> am_cv_CC_dependencies_compiler_type=gcc3
> am_cv_CXX_dependencies_compiler_type=none
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ACLOCAL='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing
> --run aclocal-1.8'
> AMDEPBACKSLASH='\'
> AMDEP_FALSE='#'
> AMDEP_TRUE=''
> AMTAR='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing --run
> tar'
> AUTOCONF='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing
> --run autoconf'
> AUTOHEADER='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing
> --run autoheader'
> AUTOMAKE='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing
> --run automake-1.8'
> AWK='gawk'
> CC='mpicc'
> CCDEPMODE='depmode=gcc3'
> CFLAGS=''
> CLEANFILES='*~'
> CPPFLAGS=''
> CXX='mpic++'
> CXXDEPMODE='depmode=none'
> CXXFLAGS=''
> CYGPATH_W='echo'
> DEFS=''
> DEPDIR='.deps'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77='mpif77'
> F77_HAVE_INT8_FALSE=''
> F77_HAVE_INT8_TRUE=''
> F77_HAVE_REAL16_FALSE=''
> F77_HAVE_REAL16_TRUE=''
> FFLAGS=''
> FLIBS=''
> HAVE_LAM_MPI=''
> HAVE_MPICC='yes'
> HAVE_MPICPP='yes'
> HAVE_MPICXX=''
> HAVE_MPIF77='yes'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
> LAMTEST_ALPHA_VERSION='0'
> LAMTEST_BETA_VERSION='0'
> LAMTEST_MAJOR_VERSION='7'
> LAMTEST_MINOR_VERSION='1'
> LAMTEST_RELEASE_VERSION='1'
> LAMTEST_VERSION='7.1.1'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> MAKEINFO='${SHELL} /afs/dev/tools/mpi/lamtests-7.1.1/config/missing
> --run makeinfo'
> MODES=''
> MPIRUN=''
> OBJEXT='o'
> PACKAGE='lamtests'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> POST_MPIRUN=''
> RANLIB='ranlib'
> SET_MAKE=''
> SHELL='/bin/sh'
> START_TEST=''
> STRIP=''
> VERSION='7.1.1'
> WANT_CXX_BUILD_FALSE=''
> WANT_CXX_BUILD_TRUE=''
> WANT_F77_BUILD_FALSE=''
> WANT_F77_BUILD_TRUE='#'
> WANT_IO_BUILD_FALSE=''
> WANT_IO_BUILD_TRUE=''
> WANT_LAM_BUILD_FALSE=''
> WANT_LAM_BUILD_TRUE=''
> WANT_TRILLIUM_BUILD_FALSE=''
> WANT_TRILLIUM_BUILD_TRUE=''
> WANT_UNIMP_BUILD_FALSE=''
> WANT_UNIMP_BUILD_TRUE=''
> ac_ct_CC='mpicc'
> ac_ct_CXX=''
> ac_ct_F77=''
> ac_ct_RANLIB='ranlib'
> ac_ct_STRIP=''
> 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='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='/afs/dev/tools/mpi/lamtests-7.1.1/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='/afs/dev/tools/mpi/lamtests-7.1.1/'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define LAMTEST_ALPHA_VERSION 0
> #define LAMTEST_ARCH "x86_64-unknown-linux-gnu"
> #define LAMTEST_BETA_VERSION 0
> #define LAMTEST_CVS_VERSION
> #define LAMTEST_HAVE_MPI_F77 0
> #define LAMTEST_MAJOR_VERSION 7
> #define LAMTEST_MINOR_VERSION 1
> #define LAMTEST_RELEASE_VERSION 1
> #define LAMTEST_VERSION "7.1.1"
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #endif
> #ifdef __cplusplus
> void exit (int);
>
> configure: exit 1
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/

-- 
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/