LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: etienne gondet (etienne.gondet_at_[hidden])
Date: 2004-06-23 04:03:58


I compile lam 7.0.6 on opteron with redhat WS, gcc to use with pgi 5.1
 $ ./configure --prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64
--with-boot=tm --with-tm=/usr/local/ --with-pic --with-prefix=memcopy
--disable-static --enable-shared2 CC=gcc CFLAGS=-m64 -fPIC CXXFLAGS=-m64
-fPIC CXX=g++ FC=pgf90 FFLAGS=-tp k8-64 -mcmodel=medium -fPIC
LDFLAGS=-m64 -fPIC --no-create --no-recursion

small 64bitsfortran executables looks wrking but
I got the following irritating messages :
./sendrecv: Symbol `exit' causes overflow in R_X86_64_PC32 relocation

[mercator_at_baltic-3 mercator]$ lamboot -v
LAM 7.0.6/MPI 2 C++/ROMIO - Indiana University
n-1<16381> ssi:boot:base:linear_windowed: booting n0 (baltic-3)
n-1<16381> ssi:boot:base:linear_windowed: booting n1 (baltic-2)
n-1<16381> ssi:boot:base:linear_windowed: booting n2 (baltic-1)
n-1<16381> ssi:boot:base:linear_windowed: booting n3 (baltic-0)
[mercator_at_baltic-3 mercator]$ cd f90/mpi
[mercator_at_baltic-3 mpi]$ ls
anneau.c a.out bcast bcast.f90 job opteron.scr ptapt ptapt.F90
res0 res2 send_lim.c sendrecv sendrecv.F90 sum.f90
[mercator_at_baltic-3 mpi]$ mpirun C ./sendrecv
./sendrecv: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
./sendrecv: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
./sendrecv: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
./sendrecv: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
 Avant echanges, nb_proc= 4
 on first processus rank = 0 3
 Avant echanges, nb_proc= 4
 Avant echanges, nb_proc= 4
 on last processus rank = 1 3
 Avant echanges, nb_proc= 4
[mercator_at_baltic-3 mpi]$

I suspect configure not loading rights lib from /usr/lib64 and /lib64
but still
on /lib and /usr/lib?

Anybody experiments that before me?

    Sincerely yours,
            Etienne Gondet

GIP mercator-Océan.
8-10 rue HERMES
31526 RAMONVILLE SAINT-AGNE CEDEX
France
tel: 05 61 39 38 11 (from France); 33 5 61 39 38 11 (other)
fax: 05 61 39 38 99 (from france); 33 5 61 39 38 99 (other)

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=/home/mercator/versions64/lam/lam-7.0.6-gcc64 --with-boot=tm --with-tm=/usr/local/ --with-pic --with-prefix=memcopy --disable-static --enable-shared2 CC=gcc CFLAGS=-m64 -fPIC CXXFLAGS=-m64 -fPIC CXX=g++ FC=pgf90 FFLAGS=-tp k8-64 -mcmodel=medium -fPIC LDFLAGS=-m64 -fPIC --no-create --no-recursion

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

hostname = baltic
uname -m = x86_64
uname -r = 2.4.21-15.ELsmp
uname -s = Linux
uname -v = #1 SMP Thu Apr 22 00:09:01 EDT 2004

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

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

PATH: /home/mercator
PATH: /home/mercator/versions64/lam/lam-7.0.3-gcc64/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /opt/scali/bin
PATH: /opt/scali/sbin
PATH: /opt/scali/contrib/pbs/bin
PATH: /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin
PATH: .
PATH: /home/mercator/bin64
PATH: /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin

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

configure:1717: checking for a BSD-compatible install
configure:1772: result: /usr/bin/install -c
configure:1783: checking whether build environment is sane
configure:1826: result: yes
configure:1877: checking for gawk
configure:1893: found /bin/gawk
configure:1903: result: gawk
configure:1913: checking whether make sets $(MAKE)
configure:1933: result: yes
configure:2122: checking build system type
configure:2140: result: x86_64-unknown-linux-gnu
configure:2168: checking host system type
configure:2182: result: x86_64-unknown-linux-gnu
configure:2682: checking if want debugging output support
configure:2696: result: no
configure:2757: checking for gcc
configure:2783: result: gcc
configure:3027: checking for C compiler version
configure:3030: gcc --version </dev/null >&5
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-34)
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:3033: $? = 0
configure:3035: gcc -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-34)
configure:3038: $? = 0
configure:3040: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3043: $? = 1
configure:3066: checking for C compiler default output file name
configure:3069: gcc -m64 -fPIC -m64 -fPIC conftest.c >&5
configure:3072: $? = 0
configure:3118: result: a.out
configure:3123: checking whether the C compiler works
configure:3129: ./a.out
configure:3132: $? = 0
configure:3149: result: yes
configure:3156: checking whether we are cross compiling
configure:3158: result: no
configure:3161: checking for suffix of executables
configure:3163: gcc -o conftest -m64 -fPIC -m64 -fPIC conftest.c >&5
configure:3166: $? = 0
configure:3191: result:
configure:3197: checking for suffix of object files
configure:3218: gcc -c -m64 -fPIC conftest.c >&5
configure:3221: $? = 0
configure:3243: result: o
configure:3247: checking whether we are using the GNU C compiler
configure:3271: gcc -c -m64 -fPIC conftest.c >&5
configure:3277: $? = 0
configure:3281: test -z
                         || test ! -s conftest.err
configure:3284: $? = 0
configure:3287: test -s conftest.o
configure:3290: $? = 0
configure:3303: result: yes
configure:3309: checking whether gcc accepts -g
configure:3330: gcc -c -g conftest.c >&5
configure:3336: $? = 0
configure:3340: test -z
                         || test ! -s conftest.err
configure:3343: $? = 0
configure:3346: test -s conftest.o
configure:3349: $? = 0
configure:3360: result: yes
configure:3377: checking for gcc option to accept ANSI C
configure:3447: gcc -c -m64 -fPIC conftest.c >&5
configure:3453: $? = 0
configure:3457: test -z
                         || test ! -s conftest.err
configure:3460: $? = 0
configure:3463: test -s conftest.o
configure:3466: $? = 0
configure:3484: result: none needed
configure:3502: gcc -c -m64 -fPIC conftest.c >&5
conftest.c:2: syntax error before "me"
configure:3508: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3652: checking for style of include used by make
configure:3680: result: GNU
configure:3708: checking dependency style of gcc
configure:3791: result: gcc3
configure:3814: checking how to run the C preprocessor
configure:3849: gcc -E conftest.c
configure:3855: $? = 0
configure:3887: gcc -E conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:3893: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3932: result: gcc -E
configure:3956: gcc -E conftest.c
configure:3962: $? = 0
configure:3994: gcc -E conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:4000: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4044: checking for egrep
configure:4054: result: grep -E
configure:4060: checking whether gcc needs -traditional
configure:4102: result: no
configure:4120: checking for AIX
configure:4142: result: no
configure:4152: checking if need special C compiler/linker flags
configure:4185: result: none needed
configure:4347: checking for C optimization flags
configure:4349: result: -O3 -m64 -fPIC
configure:4357: checking whether the C compiler (gcc -O3 -m64 -fPIC) accepts ANSI prototypes
configure:4370: result: yes
configure:4505: checking for type int2
configure:4523: $CPP $CPPFLAGS conftest.c
configure:4533: $? = 0
configure:4542: ...some ugly egrepping...
configure:4552: $? = 1
configure:4571: result: no
configure:4580: checking for type uint2
configure:4598: $CPP $CPPFLAGS conftest.c
configure:4608: $? = 0
configure:4617: ...some ugly egrepping...
configure:4627: $? = 1
configure:4646: result: no
configure:4655: checking for type int4
configure:4673: $CPP $CPPFLAGS conftest.c
configure:4683: $? = 0
configure:4692: ...some ugly egrepping...
configure:4702: $? = 1
configure:4721: result: no
configure:4730: checking for type uint4
configure:4748: $CPP $CPPFLAGS conftest.c
configure:4758: $? = 0
configure:4767: ...some ugly egrepping...
configure:4777: $? = 1
configure:4796: result: no
configure:4805: checking for type int8
configure:4823: $CPP $CPPFLAGS conftest.c
configure:4833: $? = 0
configure:4842: ...some ugly egrepping...
configure:4852: $? = 1
configure:4871: result: no
configure:4880: checking for type uint8
configure:4898: $CPP $CPPFLAGS conftest.c
configure:4908: $? = 0
configure:4917: ...some ugly egrepping...
configure:4927: $? = 1
configure:4946: result: no
configure:4955: checking for type float4
configure:4973: $CPP $CPPFLAGS conftest.c
configure:4983: $? = 0
configure:4992: ...some ugly egrepping...
configure:5002: $? = 1
configure:5021: result: no
configure:5030: checking for type float8
configure:5048: $CPP $CPPFLAGS conftest.c
configure:5058: $? = 0
configure:5067: ...some ugly egrepping...
configure:5077: $? = 1
configure:5096: result: no
configure:5111: checking size of char
configure:5134: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5137: $? = 0
configure:5139: ./conftest
configure:5142: $? = 0
configure:5156: result: 1
configure:5184: checking size of short
configure:5207: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5210: $? = 0
configure:5212: ./conftest
configure:5215: $? = 0
configure:5229: result: 2
configure:5257: checking size of wchar_t
configure:5280: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5283: $? = 0
configure:5285: ./conftest
configure:5288: $? = 0
configure:5302: result: 4
configure:5330: checking size of int
configure:5353: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5356: $? = 0
configure:5358: ./conftest
configure:5361: $? = 0
configure:5375: result: 4
configure:5403: checking size of long
configure:5426: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5429: $? = 0
configure:5431: ./conftest
configure:5434: $? = 0
configure:5448: result: 8
configure:5476: checking size of long long
configure:5499: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5502: $? = 0
configure:5504: ./conftest
configure:5507: $? = 0
configure:5521: result: 8
configure:5549: checking size of float
configure:5572: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5575: $? = 0
configure:5577: ./conftest
configure:5580: $? = 0
configure:5594: result: 4
configure:5622: checking size of double
configure:5645: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5648: $? = 0
configure:5650: ./conftest
configure:5653: $? = 0
configure:5667: result: 8
configure:5695: checking size of long double
configure:5718: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5721: $? = 0
configure:5723: ./conftest
configure:5726: $? = 0
configure:5740: result: 16
configure:5768: checking size of void *
configure:5791: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5794: $? = 0
configure:5796: ./conftest
configure:5799: $? = 0
configure:5813: result: 8
configure:5847: checking alignment of char
configure:5876: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5879: $? = 0
configure:5881: ./conftest
configure:5884: $? = 0
configure:5908: result: 1
configure:5924: checking alignment of short
configure:5953: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:5956: $? = 0
configure:5958: ./conftest
configure:5961: $? = 0
configure:5985: result: 2
configure:6001: checking alignment of wchar_t
configure:6030: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6033: $? = 0
configure:6035: ./conftest
configure:6038: $? = 0
configure:6062: result: 4
configure:6078: checking alignment of int
configure:6107: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6110: $? = 0
configure:6112: ./conftest
configure:6115: $? = 0
configure:6139: result: 4
configure:6155: checking alignment of long
configure:6184: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6187: $? = 0
configure:6189: ./conftest
configure:6192: $? = 0
configure:6216: result: 8
configure:6232: checking alignment of long long
configure:6261: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6264: $? = 0
configure:6266: ./conftest
configure:6269: $? = 0
configure:6293: result: 8
configure:6309: checking alignment of float
configure:6338: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6341: $? = 0
configure:6343: ./conftest
configure:6346: $? = 0
configure:6370: result: 4
configure:6386: checking alignment of double
configure:6415: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6418: $? = 0
configure:6420: ./conftest
configure:6423: $? = 0
configure:6447: result: 8
configure:6463: checking alignment of long double
configure:6492: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6495: $? = 0
configure:6497: ./conftest
configure:6500: $? = 0
configure:6524: result: 16
configure:6540: checking alignment of void *
configure:6569: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:6572: $? = 0
configure:6574: ./conftest
configure:6577: $? = 0
configure:6601: result: 8
configure:6715: checking for C++ compiler version
configure:6718: g++ --version </dev/null >&5
g++ (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-34)
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:6721: $? = 0
configure:6723: g++ -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-34)
configure:6726: $? = 0
configure:6728: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:6731: $? = 1
configure:6734: checking whether we are using the GNU C++ compiler
configure:6758: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6764: $? = 0
configure:6768: test -z
                         || test ! -s conftest.err
configure:6771: $? = 0
configure:6774: test -s conftest.o
configure:6777: $? = 0
configure:6790: result: yes
configure:6796: checking whether g++ accepts -g
configure:6817: g++ -c -g -DLAM_BUILDING=1 conftest.cc >&5
configure:6823: $? = 0
configure:6827: test -z
                         || test ! -s conftest.err
configure:6830: $? = 0
configure:6833: test -s conftest.o
configure:6836: $? = 0
configure:6847: result: yes
configure:6889: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6895: $? = 0
configure:6899: test -z
                         || test ! -s conftest.err
configure:6902: $? = 0
configure:6905: test -s conftest.o
configure:6908: $? = 0
configure:6934: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:53: `exit' undeclared (first use this function)
conftest.cc:53: (Each undeclared identifier is reported only once for each
   function it appears in.)
configure:6940: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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:6889: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6895: $? = 0
configure:6899: test -z
                         || test ! -s conftest.err
configure:6902: $? = 0
configure:6905: test -s conftest.o
configure:6908: $? = 0
configure:6934: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6940: $? = 0
configure:6944: test -z
                         || test ! -s conftest.err
configure:6947: $? = 0
configure:6950: test -s conftest.o
configure:6953: $? = 0
configure:6978: checking dependency style of g++
configure:7061: result: gcc3
configure:7083: checking how to run the C++ preprocessor
configure:7114: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7120: $? = 0
configure:7152: g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: ac_nonexistent.h: No such file or directory
configure:7158: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7197: result: g++ -E
configure:7221: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:7227: $? = 0
configure:7259: g++ -E -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: ac_nonexistent.h: No such file or directory
configure:7265: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7344: checking if want C++ exception handling
configure:7346: result: no
configure:7627: checking whether g++ has new(std::nothrow)
configure:7640: g++ -m64 -fPIC conftest.cc -o conftest
configure:7645: result: yes
configure:7697: checking for C++ template repository directory
configure:7755: g++ -m64 -fPIC -c conftest1.C
configure:7766: g++ -m64 -fPIC -c conftest2.C
configure:7828: result: not used
configure:7853: checking for C++ compiler template parameters
configure:7861: result: none needed
configure:7892: checking for type bool
configure:7905: g++ -m64 -fPIC conftest.cc -o conftest
configure:7909: result: yes
configure:7966: checking for true/false
configure:7981: g++ -m64 -fPIC conftest.cc -o conftest
configure:7985: result: yes
configure:8049: checking for ANSI C header files
configure:8074: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8080: $? = 0
configure:8084: test -z
                         || test ! -s conftest.err
configure:8087: $? = 0
configure:8090: test -s conftest.o
configure:8093: $? = 0
configure:8179: g++ -o conftest -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:8182: $? = 0
configure:8184: ./conftest
configure:8187: $? = 0
configure:8202: result: yes
configure:8226: checking for sys/types.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for sys/stat.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for stdlib.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for string.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for memory.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for strings.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for inttypes.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for stdint.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8226: checking for unistd.h
configure:8242: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8248: $? = 0
configure:8252: test -z
                         || test ! -s conftest.err
configure:8255: $? = 0
configure:8258: test -s conftest.o
configure:8261: $? = 0
configure:8272: result: yes
configure:8294: checking map usability
configure:8306: g++ -c -m64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8312: $? = 0
configure:8316: test -z
                         || test ! -s conftest.err
configure:8319: $? = 0
configure:8322: test -s conftest.o
configure:8325: $? = 0
configure:8335: result: yes
configure:8339: checking map presence
configure:8349: g++ -E -DLAM_BUILDING=1 conftest.cc
configure:8355: $? = 0
configure:8375: result: yes
configure:8410: checking for map
configure:8417: result: yes
configure:8539: checking for C++ optimization flags
configure:8541: result: -O3 -m64 -fPIC
configure:8560: checking size of bool
configure:8583: g++ -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:8586: $? = 0
configure:8588: ./conftest
configure:8591: $? = 0
configure:8605: result: 1
configure:8648: checking size of int
configure:8671: g++ -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:8674: $? = 0
configure:8676: ./conftest
configure:8679: $? = 0
configure:8693: result: 4
configure:8740: checking alignment of bool
configure:8769: g++ -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:8772: $? = 0
configure:8774: ./conftest
configure:8777: $? = 0
configure:8801: result: 1
configure:8832: checking alignment of int
configure:8861: g++ -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:8864: $? = 0
configure:8866: ./conftest
configure:8869: $? = 0
configure:8893: result: 4
configure:8917: checking How to store bool in C
configure:8937: result: unsigned char
configure:9005: checking for pgf90
configure:9021: found /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin/pgf90
configure:9031: result: pgf90
configure:9136: checking how to add a library directory to pgf90
configure:9141: result: "-L"
configure:9152: checking pgf90 external naming convention
configure:9175: result: FORTRANUNDERSCORE
configure:9282: checking for FORTRAN optimization flags
configure:9284: result: -O -tp k8-64 -mcmodel=medium -fPIC
configure:9296: checking size of FORTRAN INTEGER
configure:9375: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:9382: $? = 0
configure:9392: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9399: $? = 0
configure:9409: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9416: $? = 0
configure:9435: result: 4
configure:9500: checking size of FORTRAN REAL
configure:9579: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:9586: $? = 0
configure:9596: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9603: $? = 0
configure:9613: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9620: $? = 0
configure:9639: result: 4
configure:9704: checking size of FORTRAN DOUBLE PRECISION
configure:9783: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:9790: $? = 0
configure:9800: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9807: $? = 0
configure:9817: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9824: $? = 0
configure:9843: result: 8
configure:9908: checking size of FORTRAN COMPLEX
configure:9987: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:9994: $? = 0
configure:10004: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10011: $? = 0
configure:10021: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10028: $? = 0
configure:10047: result: 8
configure:10112: checking size of FORTRAN DOUBLE COMPLEX
configure:10191: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:10198: $? = 0
configure:10208: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10215: $? = 0
configure:10225: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10232: $? = 0
configure:10251: result: 16
configure:10322: checking alignment of FORTRAN INTEGER
configure:10407: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:10414: $? = 0
configure:10424: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10431: $? = 0
configure:10441: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10448: $? = 0
configure:10467: result: 4
configure:10532: checking alignment of FORTRAN REAL
configure:10617: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:10624: $? = 0
configure:10634: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10641: $? = 0
configure:10651: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10658: $? = 0
configure:10677: result: 4
configure:10742: checking alignment of FORTRAN DOUBLE PRECISION
configure:10827: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:10834: $? = 0
configure:10844: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10851: $? = 0
configure:10861: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10868: $? = 0
configure:10887: result: 8
configure:10952: checking alignment of FORTRAN COMPLEX
configure:11037: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:11044: $? = 0
configure:11054: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:11061: $? = 0
configure:11071: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:11078: $? = 0
configure:11097: result: 4
configure:11162: checking alignment of FORTRAN DOUBLE COMPLEX
configure:11247: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:11254: $? = 0
configure:11264: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:11271: $? = 0
configure:11281: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:11288: $? = 0
configure:11307: result: 8
configure:11509: checking if want profiling interface
configure:11511: result: yes
configure:11551: checking if want full installation of Trillium files
configure:11553: result: no
configure:11610: checking if want ROMIO support
configure:11612: result: yes
configure:11628: checking for main in -laio
configure:11652: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c -laio >&5
configure:11658: $? = 0
configure:11662: test -z
                         || test ! -s conftest.err
configure:11665: $? = 0
configure:11668: test -s conftest
configure:11671: $? = 0
configure:11684: result: yes
configure:11702: checking for user ROMIO flags
configure:11705: result: none
configure:11773: checking if want FORTRAN support
configure:11801: result: yes
configure:11832: checking if want MPI 2 C++ support
configure:11834: result: yes
configure:11873: checking if want MPI::File C++ binding support
configure:11875: result: no
configure:11918: checking if want IMPI support
configure:11920: result: no
configure:12081: checking how to yeild
configure:12098: result: yield()
configure:12113: checking for LAM user signal
configure:12132: result: SIGUSR2
configure:12144: checking if want purify clean
configure:12166: result: no
configure:12200: checking for desired boot timeout
configure:12202: result: 60 seconds
configure:12204: checking for desired lamd packet resend time
configure:12206: result: 500000 seconds
configure:12208: checking for desired lamd heartbeat time
configure:12210: result: 120 seconds
configure:12242: checking if want stub MPI functions
configure:12244: result: no
configure:12285: checking if want default promiscuous boot connections
configure:12287: result: no
configure:12317: checking whether ln -s works
configure:12321: result: yes
configure:12336: checking for cp
configure:12354: found /bin/cp
configure:12366: result: /bin/cp
configure:12381: checking for rm
configure:12399: found /bin/rm
configure:12411: result: /bin/rm
configure:12431: checking for sh
configure:12449: found /bin/sh
configure:12461: result: /bin/sh
configure:12477: checking if installed perl can support mpiexec
configure:12496: result: yes
configure:12508: checking for prototype of snprintf
configure:12533: gcc -E -O3 -m64 -fPIC conftest.c
configure:12543: $? = 0
configure:12552: ...some ugly egrepping...
configure:12562: $? = 0
configure:12571: ...some ugly egrepping...
configure:12581: $? = 0
configure:12590: result: yes
configure:12606: checking for prototype of gethostname
configure:12631: gcc -E -O3 -m64 -fPIC conftest.c
configure:12641: $? = 0
configure:12650: ...some ugly egrepping...
configure:12660: $? = 0
configure:12669: ...some ugly egrepping...
configure:12679: $? = 0
configure:12688: result: yes
configure:12727: checking stropts.h usability
configure:12739: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12745: $? = 0
configure:12749: test -z
                         || test ! -s conftest.err
configure:12752: $? = 0
configure:12755: test -s conftest.o
configure:12758: $? = 0
configure:12768: result: yes
configure:12772: checking stropts.h presence
configure:12782: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12788: $? = 0
configure:12808: result: yes
configure:12843: checking for stropts.h
configure:12850: result: yes
configure:12727: checking grp.h usability
configure:12739: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12745: $? = 0
configure:12749: test -z
                         || test ! -s conftest.err
configure:12752: $? = 0
configure:12755: test -s conftest.o
configure:12758: $? = 0
configure:12768: result: yes
configure:12772: checking grp.h presence
configure:12782: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12788: $? = 0
configure:12808: result: yes
configure:12843: checking for grp.h
configure:12850: result: yes
configure:12727: checking netinet/tcp.h usability
configure:12739: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12745: $? = 0
configure:12749: test -z
                         || test ! -s conftest.err
configure:12752: $? = 0
configure:12755: test -s conftest.o
configure:12758: $? = 0
configure:12768: result: yes
configure:12772: checking netinet/tcp.h presence
configure:12782: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12788: $? = 0
configure:12808: result: yes
configure:12843: checking for netinet/tcp.h
configure:12850: result: yes
configure:12727: checking sys/select.h usability
configure:12739: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12745: $? = 0
configure:12749: test -z
                         || test ! -s conftest.err
configure:12752: $? = 0
configure:12755: test -s conftest.o
configure:12758: $? = 0
configure:12768: result: yes
configure:12772: checking sys/select.h presence
configure:12782: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12788: $? = 0
configure:12808: result: yes
configure:12843: checking for sys/select.h
configure:12850: result: yes
configure:12727: checking sys/resource.h usability
configure:12739: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12745: $? = 0
configure:12749: test -z
                         || test ! -s conftest.err
configure:12752: $? = 0
configure:12755: test -s conftest.o
configure:12758: $? = 0
configure:12768: result: yes
configure:12772: checking sys/resource.h presence
configure:12782: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12788: $? = 0
configure:12808: result: yes
configure:12843: checking for sys/resource.h
configure:12850: result: yes
configure:12877: checking rpc/types.h usability
configure:12889: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12895: $? = 0
configure:12899: test -z
                         || test ! -s conftest.err
configure:12902: $? = 0
configure:12905: test -s conftest.o
configure:12908: $? = 0
configure:12918: result: yes
configure:12922: checking rpc/types.h presence
configure:12932: gcc -E -DLAM_BUILDING=1 conftest.c
configure:12938: $? = 0
configure:12958: result: yes
configure:12993: checking for rpc/types.h
configure:13000: result: yes
configure:13017: checking for rpc/xdr.h
configure:13036: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:13042: $? = 0
configure:13046: test -z
                         || test ! -s conftest.err
configure:13049: $? = 0
configure:13052: test -s conftest.o
configure:13055: $? = 0
configure:13066: result: yes
configure:13092: checking pty.h usability
configure:13104: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:13110: $? = 0
configure:13114: test -z
                         || test ! -s conftest.err
configure:13117: $? = 0
configure:13120: test -s conftest.o
configure:13123: $? = 0
configure:13133: result: yes
configure:13137: checking pty.h presence
configure:13147: gcc -E -DLAM_BUILDING=1 conftest.c
configure:13153: $? = 0
configure:13173: result: yes
configure:13208: checking for pty.h
configure:13215: result: yes
configure:13092: checking util.h usability
configure:13104: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
conftest.c:151:18: util.h: No such file or directory
configure:13110: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:13133: result: no
configure:13137: checking util.h presence
configure:13147: gcc -E -DLAM_BUILDING=1 conftest.c
conftest.c:117:18: util.h: No such file or directory
configure:13153: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:13173: result: no
configure:13208: checking for util.h
configure:13215: result: no
configure:13248: checking sched.h usability
configure:13260: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:13266: $? = 0
configure:13270: test -z
                         || test ! -s conftest.err
configure:13273: $? = 0
configure:13276: test -s conftest.o
configure:13279: $? = 0
configure:13289: result: yes
configure:13293: checking sched.h presence
configure:13303: gcc -E -DLAM_BUILDING=1 conftest.c
configure:13309: $? = 0
configure:13329: result: yes
configure:13364: checking for sched.h
configure:13371: result: yes
configure:13239: checking for strings.h
configure:13244: result: yes
configure:13408: checking if FIONBIO defined in sys/ioctl.h
configure:13443: result: not on AIX 4.3.3, so who cares?
configure:13450: checking if SA_RESTART defined in signal.h
configure:13477: result: yes
configure:13480: checking for sa_len in struct sockaddr
configure:13499: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
conftest.c: In function `main':
conftest.c:125: structure has no member named `sa_len'
configure:13505: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
| ;
| return 0;
| }
configure:13533: result: no
configure:13536: checking for union semun in sys/sem.h
configure:13555: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
conftest.c: In function `main':
conftest.c:126: storage size of `s' isn't known
configure:13561: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/sem.h>
| int
| main ()
| {
| union semun s; s.val;
| ;
| return 0;
| }
configure:13589: result: no
configure:13604: checking for socket
configure:13661: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:13667: $? = 0
configure:13671: test -z
                         || test ! -s conftest.err
configure:13674: $? = 0
configure:13677: test -s conftest
configure:13680: $? = 0
configure:13692: result: yes
configure:13772: checking for gethostbyname
configure:13829: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:13835: $? = 0
configure:13839: test -z
                         || test ! -s conftest.err
configure:13842: $? = 0
configure:13845: test -s conftest
configure:13848: $? = 0
configure:13860: result: yes
configure:13948: checking for login in -lutil
configure:13978: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c -lutil >&5
configure:13984: $? = 0
configure:13988: test -z
                         || test ! -s conftest.err
configure:13991: $? = 0
configure:13994: test -s conftest
configure:13997: $? = 0
configure:14010: result: yes
configure:14023: checking for openpty
configure:14080: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c -lutil >&5
configure:14086: $? = 0
configure:14090: test -z
                         || test ! -s conftest.err
configure:14093: $? = 0
configure:14096: test -s conftest
configure:14099: $? = 0
configure:14111: result: yes
configure:14149: checking for atexit
configure:14206: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14212: $? = 0
configure:14216: test -z
                         || test ! -s conftest.err
configure:14219: $? = 0
configure:14222: test -s conftest
configure:14225: $? = 0
configure:14237: result: yes
configure:14266: checking for getcwd
configure:14323: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14329: $? = 0
configure:14333: test -z
                         || test ! -s conftest.err
configure:14336: $? = 0
configure:14339: test -s conftest
configure:14342: $? = 0
configure:14354: result: yes
configure:14383: checking for yield
configure:14440: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
/tmp/ccm1p5FJ.o(.text+0xa): In function `main':
: undefined reference to `yield'
/tmp/ccm1p5FJ.o(.data.rel+0x0): undefined reference to `yield'
collect2: ld returned 1 exit status
configure:14446: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| /* end confdefs.h. */
| /* Define yield to an innocuous variant, in case <limits.h> declares yield.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define yield innocuous_yield
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char yield (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef yield
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yield ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_yield) || defined (__stub___yield)
| choke me
| #else
| char (*f) () = yield;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != yield;
| ;
| return 0;
| }
configure:14471: result: no
configure:14500: checking for snprintf
configure:14557: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14563: $? = 0
configure:14567: test -z
                         || test ! -s conftest.err
configure:14570: $? = 0
configure:14573: test -s conftest
configure:14576: $? = 0
configure:14588: result: yes
configure:14617: checking for atoll
configure:14674: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14680: $? = 0
configure:14684: test -z
                         || test ! -s conftest.err
configure:14687: $? = 0
configure:14690: test -s conftest
configure:14693: $? = 0
configure:14705: result: yes
configure:14734: checking for strtoll
configure:14791: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14797: $? = 0
configure:14801: test -z
                         || test ! -s conftest.err
configure:14804: $? = 0
configure:14807: test -s conftest
configure:14810: $? = 0
configure:14822: result: yes
configure:14851: checking for sched_yield
configure:14908: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:14914: $? = 0
configure:14918: test -z
                         || test ! -s conftest.err
configure:14921: $? = 0
configure:14924: test -s conftest
configure:14927: $? = 0
configure:14939: result: yes
configure:14964: checking whether vscanf is declared
configure:14988: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
conftest.c: In function `main':
conftest.c:168: `vscanf' undeclared (first use in this function)
conftest.c:168: (Each undeclared identifier is reported only once
conftest.c:168: for each function it appears in.)
configure:14994: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef vscanf
| char *p = (char *) vscanf;
| #endif
|
| ;
| return 0;
| }
configure:15018: result: no
configure:15034: checking whether va_copy is declared
configure:15059: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15065: $? = 0
configure:15069: test -z
                         || test ! -s conftest.err
configure:15072: $? = 0
configure:15075: test -s conftest.o
configure:15078: $? = 0
configure:15089: result: yes
configure:15103: checking whether __va_copy is declared
configure:15128: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15134: $? = 0
configure:15138: test -z
                         || test ! -s conftest.err
configure:15141: $? = 0
configure:15144: test -s conftest.o
configure:15147: $? = 0
configure:15158: result: yes
configure:15208: checking for glibc
configure:15239: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:15242: $? = 0
configure:15244: ./conftest
configure:15247: $? = 0
configure:15260: result: yes
configure:15270: checking whether to use prefix memcpy()
configure:15313: result: yes (default on glibc systems: yes)
configure:15321: checking whether byte ordering is bigendian
configure:15348: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15354: $? = 0
configure:15358: test -z
                         || test ! -s conftest.err
configure:15361: $? = 0
configure:15364: test -s conftest.o
configure:15367: $? = 0
configure:15391: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
conftest.c: In function `main':
conftest.c:141: `not' undeclared (first use in this function)
conftest.c:141: (Each undeclared identifier is reported only once
conftest.c:141: for each function it appears in.)
conftest.c:141: syntax error before "big"
configure:15397: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:15532: result: no
configure:15586: checking for struct semid_ds
configure:15607: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15613: $? = 0
configure:15617: test -z
                         || test ! -s conftest.err
configure:15620: $? = 0
configure:15623: test -s conftest.o
configure:15626: $? = 0
configure:15636: result: yes
configure:15646: checking if SYSV semaphores work
configure:15693: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:15696: $? = 0
configure:15698: ./conftest
configure:15701: $? = 0
configure:15722: result: yes
configure:15819: checking for SYSV semaphore support
configure:15822: result: yes
configure:15914: checking for struct shmid_ds
configure:15934: gcc -c -O3 -m64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15940: $? = 0
configure:15944: test -z
                         || test ! -s conftest.err
configure:15947: $? = 0
configure:15950: test -s conftest.o
configure:15953: $? = 0
configure:15963: result: yes
configure:15973: checking if SYSV shared memory works
configure:16016: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:16019: $? = 0
configure:16021: ./conftest
configure:16024: $? = 0
configure:16045: result: yes
configure:16137: checking for SYSV shared memory support
configure:16140: result: yes
configure:16259: checking if C compiler and POSIX threads work as is
configure:16318: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -m64 -fPIC conftest.c >&5
/tmp/ccIhBZbZ.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccIhBZbZ.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccIhBZbZ.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccIhBZbZ.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16324: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16362: result: no
configure:16374: checking if C++ compiler and POSIX threads work as is
configure:16433: g++ -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
/tmp/ccYzqaHd.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccYzqaHd.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccYzqaHd.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccYzqaHd.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16439: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16477: result: no
configure:16489: checking if F77 compiler and POSIX threads work as is
configure:16564: gcc -O3 -m64 -fPIC -I. -c conftest.c
configure:16571: $? = 0
configure:16581: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16588: $? = 2
configure:16611: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16639: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:16662: result: no
configure:16698: checking if C compiler and POSIX threads work with -Kthread
configure:16731: gcc -o conftest -O3 -m64 -fPIC -Kthread -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
gcc: unrecognized option `-Kthread'
/tmp/ccSzUtZH.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccSzUtZH.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccSzUtZH.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccSzUtZH.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16737: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16777: result: no
configure:16698: checking if C compiler and POSIX threads work with -kthread
configure:16731: gcc -o conftest -O3 -m64 -fPIC -kthread -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
gcc: unrecognized option `-kthread'
/tmp/ccKkVk7T.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccKkVk7T.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccKkVk7T.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccKkVk7T.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16737: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16777: result: no
configure:16698: checking if C compiler and POSIX threads work with -pthread
configure:16731: gcc -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -m64 -fPIC conftest.c >&5
configure:16737: $? = 0
configure:16741: test -z
                         || test ! -s conftest.err
configure:16744: $? = 0
configure:16747: test -s conftest
configure:16750: $? = 0
configure:16771: result: yes
configure:16790: checking if C++ compiler and POSIX threads work with -Kthread
configure:16823: g++ -o conftest -O3 -m64 -fPIC -Kthread -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
g++: unrecognized option `-Kthread'
/tmp/ccSpxkin.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccSpxkin.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccSpxkin.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccSpxkin.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16829: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16869: result: no
configure:16790: checking if C++ compiler and POSIX threads work with -kthread
configure:16823: g++ -o conftest -O3 -m64 -fPIC -kthread -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
g++: unrecognized option `-kthread'
/tmp/ccq8jwTK.o(.text+0xc): In function `main':
: undefined reference to `pthread_join'
/tmp/ccq8jwTK.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccq8jwTK.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
/tmp/ccq8jwTK.o(.text+0x36): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16829: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16869: result: no
configure:16790: checking if C++ compiler and POSIX threads work with -pthread
configure:16823: g++ -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -m64 -fPIC conftest.cc >&5
configure:16829: $? = 0
configure:16833: test -z
                         || test ! -s conftest.err
configure:16836: $? = 0
configure:16839: test -s conftest
configure:16842: $? = 0
configure:16863: result: yes
configure:16882: checking if F77 compiler and POSIX threads work with -Kthread
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -Kthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -Kthread
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:16882: checking if F77 compiler and POSIX threads work with -kthread
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -kthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -kthread
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:16882: checking if F77 compiler and POSIX threads work with -pthread
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -pthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -pthread
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:16882: checking if F77 compiler and POSIX threads work with -pthreads
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -pthreads conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -pthreads
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:16882: checking if F77 compiler and POSIX threads work with -mt
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -mt conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -mt
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:16882: checking if F77 compiler and POSIX threads work with -mthreads
configure:16942: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:16949: $? = 0
configure:16959: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -mthreads conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -mthreads
conftestf.f:
conftest.o(.text+0xc): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x36): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16966: $? = 2
configure:16989: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17017: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17044: result: no
configure:17553: checking if F77 compiler and POSIX threads work with -lpthreads
configure:17613: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:17620: $? = 0
configure:17630: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest -lpthreads
conftestf.f:
/usr/bin/ld: cannot find -lpthreads
configure:17637: $? = 2
configure:17660: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17688: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17714: result: no
configure:17553: checking if F77 compiler and POSIX threads work with -llthread
configure:17613: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:17620: $? = 0
configure:17630: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest -llthread
conftestf.f:
/usr/bin/ld: cannot find -llthread
configure:17637: $? = 2
configure:17660: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:17688: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:17714: result: no
configure:17553: checking if F77 compiler and POSIX threads work with -lpthread
configure:17613: gcc -O3 -m64 -fPIC -pthread -I. -c conftest.c
configure:17620: $? = 0
configure:17630: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest -lpthread
conftestf.f:
configure:17637: $? = 0
configure:17710: result: yes
configure:17750: checking for working POSIX threads package
configure:17753: result: yes
configure:17792: checking if C compiler and Solaris threads work
configure:17827: gcc -o conftest -D_REENTRANT conftest.c -lthread >&5
conftest.c:136:20: thread.h: No such file or directory
conftest.c: In function `main':
conftest.c:140: `thread_t' undeclared (first use in this function)
conftest.c:140: (Each undeclared identifier is reported only once
conftest.c:140: for each function it appears in.)
conftest.c:140: syntax error before "th"
conftest.c:140: `th' undeclared (first use in this function)
configure:17833: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:17869: result: no
configure:17890: checking if C++ compiler and Solaris threads work
configure:17921: g++ -o conftest -D_REENTRANT conftest.cc -lthread >&5
conftest.cc:136:20: thread.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:140: `thread_t' undeclared (first use this function)
conftest.cc:140: (Each undeclared identifier is reported only once for each
   function it appears in.)
conftest.cc:140: syntax error before `;' token
conftest.cc:140: `th' undeclared (first use this function)
conftest.cc:140: `thr_join' undeclared (first use this function)
conftest.cc:141: `thr_create' undeclared (first use this function)
configure:17927: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:17963: result: no
configure:17982: checking if F77 compiler and Solaris threads work
configure:18038: gcc -I. -c conftest.c
conftest.c:3:20: thread.h: No such file or directory
conftest.c: In function `lam_pthread':
conftest.c:11: `thread_t' undeclared (first use in this function)
conftest.c:11: (Each undeclared identifier is reported only once
conftest.c:11: for each function it appears in.)
conftest.c:11: syntax error before "th"
conftest.c:12: `th' undeclared (first use in this function)
configure:18045: $? = 1
configure:18085: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <thread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  thread_t th;
  thr_join(th, 0, 0);
  thr_create(0,0,0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:18113: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:18136: result: no
configure:18165: checking for working Solaris threads package
configure:18171: result: no
configure:18179: checking for type of thread support
configure:18244: result: posix
configure:18308: checking if threads have different pids (pthreads on linux)
configure:18353: gcc -o conftest -O3 -m64 -fPIC -DLAM_BUILDING=1 -m64 -fPIC conftest.c -lpthread >&5
conftest.c: In function `checkpid':
conftest.c:158: warning: cast to pointer from integer of different size
configure:18356: $? = 0
configure:18358: ./conftest
configure:18361: $? = 0
configure:18379: result: no
configure:18725: checking for FD_SETSIZE
configure:18736: result: using system defaults
configure:18796: checking BSD 4.3 for msg_accrights in struct msghdr
configure:18815: gcc -c -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.c >&5
conftest.c: In function `main':
conftest.c:145: structure has no member named `msg_accrights'
configure:18821: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct msghdr m; m.msg_accrights = 0;
| ;
| return 0;
| }
configure:18844: result: no
configure:18960: checking for BSD 4.3 fd passing support
configure:18962: result: no
configure:19023: checking for POSIX.1g struct msghdr
configure:19046: gcc -c -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.c >&5
configure:19052: $? = 0
configure:19056: test -z
                         || test ! -s conftest.err
configure:19059: $? = 0
configure:19062: test -s conftest.o
configure:19065: $? = 0
configure:19075: result: yes
configure:19084: checking fd passing using RFC2292 API
configure:19156: gcc -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -I. -m64 -fPIC conftest.c -lutil -lpthread >&5
configure:19159: $? = 0
configure:19161: ./conftest
configure:19164: $? = 0
configure:19179: result: passed
configure:19294: checking for BSD 4.4 fd passing support
configure:19296: result: yes (RFC2292 API)
configure:19358: checking for System V Release 4 for struct strrecvfd
configure:19378: gcc -c -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.c >&5
configure:19384: $? = 0
configure:19388: test -z
                         || test ! -s conftest.err
configure:19391: $? = 0
configure:19394: test -s conftest.o
configure:19397: $? = 0
configure:19407: result: yes
configure:19418: checking System V Release 4 fd passing example
configure:19488: gcc -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -I. -m64 -fPIC conftest.c -lutil -lpthread >&5
configure:19491: $? = 0
configure:19493: ./conftest
configure:19496: $? = 2
configure: program exited with status 2
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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/wait.h>
| #include <sys/socket.h>
| #include <sys/stropts.h>
| #include <signal.h>
| #include <stdio.h>
| #include <unistd.h>
|
| #define LAM_HAVE_SVR4_FD_PASSING 1
| #include <conftest_fd_include.c>
|
| /*
| * Global so that we can kill the child if the parent barfs
| */
| pid_t child_pid = 0;
|
| int
| main(int argc, char **argv)
| {
| int fd[2];
| int status = 0;
|
| if (pipe(fd)) {
| perror("pipe");
| exit(1);
| }
|
| if ((child_pid = fork()) < 0) {
| perror("fork");
| } else if (child_pid > 0) {
| /* I am the parent... */
| if (sfh_send_fd(fd[0], 0)) {
| /* Renice? You must mean kill -9. */
| kill(child_pid, 9);
| waitpid(child_pid, &status, 0);
| return (2);
| }
| waitpid(child_pid, &status, 0);
| } else {
| /* I am the child... */
| if (sfh_recv_fd(fd[1]) == -1) {
| exit(3);
| }
| }
|
| return status;
| }
configure:19511: result: failed
configure:19524: checking for System V Release 4 fd passing support
configure:19526: result: no
configure:19587: checking for BSD ptys
configure:19603: result: yes
configure:19606: checking for SYSV ptys
configure:19622: result: yes
configure:19639: checking size of struct stat members
configure:19659: result: 8
configure:19679: checking type of getsockopt optlen parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval)
{
    socklen_t optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
configure:19719: result: socklen_t
configure:19738: checking type of recvfrom length parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    socklen_t optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
configure:19782: result: socklen_t
configure:19822: checking if build filesystem is case sensitive
configure:19834: result: Yes
configure:19847: checking if configuring for case sensitive fs
configure:19865: result: Yes
configure:19913: checking if want MPI C++ bindings
configure:19916: result: enabled
configure:20036: checking size of int
configure:20059: g++ -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.cc >&5
configure:20062: $? = 0
configure:20064: ./conftest
configure:20067: $? = 0
configure:20081: result: 4
configure:20109: checking size of bool
configure:20132: g++ -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.cc >&5
configure:20135: $? = 0
configure:20137: ./conftest
configure:20140: $? = 0
configure:20154: result: 1
configure:20190: checking type of MPI attributes
configure:20209: g++ -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -m64 -fPIC conftest.cc -lpthread >&5
configure:20212: $? = 0
configure:20214: ./conftest
configure:20217: $? = 255
configure: program exited with status 255
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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| /* end confdefs.h. */
| int main()
| {
| if (sizeof(int) != sizeof(int *))
| return -1;
| return 0;
| }
configure:20245: result: long
configure:20254: checking for signal declaration
configure:20277: g++ -c -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:159: invalid conversion from `void (*)(int, int, sigcontext*,
   char*)' to `void (*)(int)'
conftest.cc:161: invalid conversion from `void (*)(int, int, sigcontext*,
   char*)' to `void (*)(int)'
configure:20283: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| /* end confdefs.h. */
| #include<signal.h>
| extern "C" void bsd_handler(int sig, int code, struct sigcontext *scp, char *addr);
|
| int
| main ()
| {
| signal(1, bsd_handler);
| struct sigaction n;
| n.sa_handler= bsd_handler;
|
| ;
| return 0;
| }
configure:20346: g++ -c -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 conftest.cc >&5
configure:20352: $? = 0
configure:20356: test -z
                         || test ! -s conftest.err
configure:20359: $? = 0
configure:20362: test -s conftest.o
configure:20365: $? = 0
configure:20384: result: SYSV
configure:20413: checking if want ROMIO
configure:20416: result: enabled
configure:20434: checking if want TotalView attach support
configure:20437: result: enabled
configure:20454: checking if want TotalView queue debugging support
configure:20478: result: enabled
configure:20613: checking for bproc_numnodes in -lbproc
configure:20643: gcc -o conftest -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -m64 -fPIC conftest.c -lbproc -lpthread >&5
/usr/bin/ld: cannot find -lbproc
collect2: ld returned 1 exit status
configure:20649: $? = 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 6
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.0.6"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
| #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 std::exit (int) throw (); using std::exit;
| #endif
| #define LAM_CXX "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 STDC_HEADERS 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
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char bproc_numnodes ();
| int
| main ()
| {
| bproc_numnodes ();
| ;
| return 0;
| }
configure:20675: result: no
configure:20853: checking if want BPROC support
configure:20873: result: no
configure:20895: checking for subdir args
configure:20949: result: '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC'
configure:20978: LAM configuring in share/totalview
configure:21074: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21084: /bin/sh './configure' *failed* for share/totalview
configure:21201: checking for SSI kinds
configure:21226: result: boot coll crlam crmpi rpi
configure:21302: LAM configuring in share/ssi/boot/bproc
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21408: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure:21475: >>> SSI module boot:bproc will *not* be compiled
configure:21302: LAM configuring in share/ssi/boot/globus
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure:21441: >>> SSI module boot:globus will be compiled
configure:21302: LAM configuring in share/ssi/boot/rsh
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure:21441: >>> SSI module boot:rsh will be compiled
configure:21302: LAM configuring in share/ssi/boot/tm
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/boot/tm
configure:21441: >>> SSI module boot:tm will be compiled
configure:21302: LAM configuring in share/ssi/coll/impi
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21408: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure:21475: >>> SSI module coll:impi will *not* be compiled
configure:21302: LAM configuring in share/ssi/coll/lam_basic
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure:21441: >>> SSI module coll:lam_basic will be compiled
configure:21302: LAM configuring in share/ssi/coll/smp
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure:21441: >>> SSI module coll:smp will be compiled
configure:21302: LAM configuring in share/ssi/crlam/blcr
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21408: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure:21475: >>> SSI module crlam:blcr will *not* be compiled
configure:21302: LAM configuring in share/ssi/crmpi/blcr
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21408: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure:21475: >>> SSI module crmpi:blcr will *not* be compiled
configure:21302: LAM configuring in share/ssi/rpi/crtcp
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure:21441: >>> SSI module rpi:crtcp will be compiled
configure:21302: LAM configuring in share/ssi/rpi/gm
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21408: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure:21475: >>> SSI module rpi:gm will *not* be compiled
configure:21302: LAM configuring in share/ssi/rpi/lamd
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure:21441: >>> SSI module rpi:lamd will be compiled
configure:21302: LAM configuring in share/ssi/rpi/sysv
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure:21441: >>> SSI module rpi:sysv will be compiled
configure:21302: LAM configuring in share/ssi/rpi/tcp
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure:21441: >>> SSI module rpi:tcp will be compiled
configure:21302: LAM configuring in share/ssi/rpi/usysv
configure:21398: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:21404: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure:21441: >>> SSI module rpi:usysv will be compiled
configure:21620: checking for a sed that does not truncate output
configure:21674: result: /bin/sed
configure:21688: checking for ld used by gcc
configure:21755: result: /usr/bin/ld
configure:21764: checking if the linker (/usr/bin/ld) is GNU ld
configure:21779: result: yes
configure:21784: checking for /usr/bin/ld option to reload object files
configure:21791: result: -r
configure:21800: checking for BSD-compatible nm
configure:21842: result: /usr/bin/nm -B
configure:21846: checking how to recognise dependent libraries
configure:22046: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:22130: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:22133: $? = 0
configure:22268: checking dlfcn.h usability
configure:22280: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:22286: $? = 0
configure:22290: test -z
                         || test ! -s conftest.err
configure:22293: $? = 0
configure:22296: test -s conftest.o
configure:22299: $? = 0
configure:22309: result: yes
configure:22313: checking dlfcn.h presence
configure:22323: gcc -E -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c
configure:22329: $? = 0
configure:22349: result: yes
configure:22384: checking for dlfcn.h
configure:22391: result: yes
configure:22499: checking for Fortran 77 compiler version
configure:22499: pgf90 --version </dev/null >&5
pgf90-Warning-Unknown switch: --version
pgf90-Warning-No files to process
configure:22502: $? = 0
configure:22504: pgf90 -v </dev/null >&5
pgf90-Warning-No files to process
configure:22507: $? = 0
configure:22509: pgf90 -V </dev/null >&5

pgf90 5.1-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2003, STMicroelectronics, Inc. All Rights Reserved.
configure:22512: $? = 0
configure:22520: checking whether we are using the GNU Fortran 77 compiler
configure:22534: pgf90 -c -O -tp k8-64 -mcmodel=medium -fPIC conftest.F >&5
PGF90-S-0034-Syntax error at or near end of line (conftest.F: 3)
  0 inform, 0 warnings, 1 severes, 0 fatal for main
configure:22540: $? = 2
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:22566: result: no
configure:22572: checking whether pgf90 accepts -g
configure:22584: pgf90 -c -g conftest.f >&5
configure:22590: $? = 0
configure:22594: test -z
                         || test ! -s conftest.err
configure:22597: $? = 0
configure:22600: test -s conftest.o
configure:22603: $? = 0
configure:22615: result: yes
configure:22645: checking the maximum length of command line arguments
configure:22704: result: 32768
configure:22715: checking command to parse /usr/bin/nm -B output from gcc object
configure:22804: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:22807: $? = 0
configure:22811: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:22814: $? = 0
configure:22866: gcc -o conftest -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -m64 -fPIC conftest.c conftstm.o >&5
configure:22869: $? = 0
configure:22907: result: ok
configure:22911: checking for objdir
configure:22926: result: .libs
configure:23016: checking for ar
configure:23032: found /usr/bin/ar
configure:23043: result: ar
configure:23096: checking for ranlib
configure:23112: found /usr/bin/ranlib
configure:23123: result: ranlib
configure:23176: checking for strip
configure:23192: found /usr/bin/strip
configure:23203: result: strip
configure:23257: checking for file
configure:23310: result: /usr/bin/file
configure:23465: checking if gcc static flag works
configure:23488: result: yes
configure:23505: checking if gcc supports -fno-rtti -fno-exceptions
configure:23526: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fno-rtti -fno-exceptions conftest.c >&5
configure:23530: $? = 0
configure:23538: result: yes
configure:23553: checking for gcc option to produce PIC
configure:23730: result: -fPIC
configure:23737: checking if gcc PIC flag -fPIC works
configure:23758: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fPIC -DPIC conftest.c >&5
configure:23762: $? = 0
configure:23770: result: yes
configure:23794: checking if gcc supports -c -o file.o
configure:23825: gcc -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -o out/conftest2.o conftest.c >&5
configure:23829: $? = 0
configure:23843: result: yes
configure:23869: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:24683: result: yes
configure:24754: checking how to hardcode library paths into programs
configure:24779: result: immediate
configure:24793: checking whether stripping libraries is possible
configure:24798: result: yes
configure:24820: checking dynamic linker characteristics
configure:25331: result: GNU/Linux ld.so
configure:26143: checking if libtool supports shared libraries
configure:26145: result: yes
configure:26148: checking whether to build shared libraries
configure:26197: result: no
configure:26200: checking whether to build static libraries
configure:26204: result: yes
configure:26295: creating libtool
configure:26839: checking for ld used by g++
configure:26906: result: /usr/bin/ld -m elf_x86_64
configure:26915: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:26930: result: no
configure:26981: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:27796: result: yes
configure:27814: g++ -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.cc >&5
configure:27817: $? = 0
configure:27913: checking for g++ option to produce PIC
configure:28165: result: -fPIC
configure:28172: checking if g++ PIC flag -fPIC works
configure:28193: g++ -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fPIC -DPIC conftest.cc >&5
configure:28197: $? = 0
configure:28205: result: yes
configure:28229: checking if g++ supports -c -o file.o
configure:28260: g++ -c -O3 -m64 -fPIC -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -o out/conftest2.o conftest.cc >&5
configure:28264: $? = 0
configure:28278: result: yes
configure:28304: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:28329: result: yes
configure:28400: checking how to hardcode library paths into programs
configure:28425: result: immediate
configure:28439: checking whether stripping libraries is possible
configure:28444: result: yes
configure:28466: checking dynamic linker characteristics
configure:28977: result: GNU/Linux ld.so
configure:30262: checking if libtool supports shared libraries
configure:30264: result: yes
configure:30267: checking whether to build shared libraries
configure:30285: result: no
configure:30288: checking whether to build static libraries
configure:30292: result: yes
configure:30304: checking for pgf90 option to produce PIC
configure:30481: result: -fPIC
configure:30488: checking if pgf90 PIC flag -fPIC works
configure:30509: pgf90 -c -O -tp k8-64 -mcmodel=medium -fPIC -fPIC conftest.f >&5
configure:30513: $? = 0
configure:30521: result: yes
configure:30545: checking if pgf90 supports -c -o file.o
configure:30576: pgf90 -c -O -tp k8-64 -mcmodel=medium -fPIC -o out/conftest2.o conftest.f >&5
configure:30580: $? = 0
configure:30594: result: yes
configure:30620: checking whether the pgf90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:31414: result: yes
configure:31485: checking how to hardcode library paths into programs
configure:31510: result: immediate
configure:31524: checking whether stripping libraries is possible
configure:31529: result: yes
configure:31551: checking dynamic linker characteristics
configure:32062: result: GNU/Linux ld.so
configure:36094: checking if want extra wrapper compiler LDFLAGS
configure:36101: result: no (shared libs disabled)
configure:36730: checking which of CFLAGS are ok for TotalView modules
configure:36732: result: -m64 -fPIC -pthread
configure:36734: checking extra CFLAGS for TotalView modules
configure:36736: result: -g
configure:36957: creating ./config.status

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-m64 -fPIC'
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=set
ac_cv_env_CXXFLAGS_value='-m64 -fPIC'
ac_cv_env_CXXLDFLAGS_set=
ac_cv_env_CXXLDFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=pgf90
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value='-tp k8-64 -mcmodel=medium -fPIC'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-m64 -fPIC'
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_func_atexit=yes
ac_cv_func_atoll=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_openpty=yes
ac_cv_func_sched_yield=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strtoll=yes
ac_cv_func_yield=no
ac_cv_have_decl___va_copy=yes
ac_cv_have_decl_va_copy=yes
ac_cv_have_decl_vscanf=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_map=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_rpc_xdr_h=yes
ac_cv_header_sched_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_stropts_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_aio_main=yes
ac_cv_lib_bproc_bproc_numnodes=no
ac_cv_lib_util_login=yes
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_RM=/bin/rm
ac_cv_path_SHELL_CMD=/bin/sh
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_F77=pgf90
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
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_f77_g=yes
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
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run automake-1.8'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -m64 -fPIC -pthread'
CFLAGS_WITHOUT_OPTFLAGS=' -m64 -fPIC -pthread'
CLEANFILES='*~'
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS='-I$(top_srcdir)/share/include -DLAM_BUILDING=1 '
CXX='g++'
CXXCPP='g++ -E'
CXXCPPFLAGS='-I$(top_srcdir)/share/include '
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -m64 -fPIC -pthread'
CXXLDFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='pgf90'
F77_BUILD_DIR='f77'
F77_LTPLIB='f77/liblamf77pmpi.la'
FC='pgf90'
FFLAGS='-O -tp k8-64 -mcmodel=medium -fPIC '
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/mercator/versions64/lam/lam-7.0.6-gcc64/bin'
LAM_CONFIGURE_DATE='Tue Jun 22 15:16:44 GMT 2004'
LAM_CONFIGURE_HOST='baltic'
LAM_CONFIGURE_USER='mercator'
LAM_CXX_TEMPLATE_REPOSITORY=' '
LAM_EXEC_PREFIX='/home/mercator/versions64/lam/lam-7.0.6-gcc64'
LAM_MAJOR_VERSION='7'
LAM_MANDIR='/home/mercator/versions64/lam/lam-7.0.6-gcc64/man'
LAM_MINOR_VERSION='0'
LAM_PREFIX='/home/mercator/versions64/lam/lam-7.0.6-gcc64'
LAM_RELEASE_VERSION='6'
LAM_SSI_boot_LTLIBS='tm/liblam_ssi_boot_tm.la rsh/liblam_ssi_boot_rsh.la globus/liblam_ssi_boot_globus.la '
LAM_SSI_boot_SUBDIRS='globus rsh tm'
LAM_SSI_coll_LTLIBS='smp/liblam_ssi_coll_smp.la lam_basic/liblam_ssi_coll_lam_basic.la '
LAM_SSI_coll_SUBDIRS='lam_basic smp'
LAM_SSI_crlam_LTLIBS=''
LAM_SSI_crlam_SUBDIRS=''
LAM_SSI_crmpi_LTLIBS=''
LAM_SSI_crmpi_SUBDIRS=''
LAM_SSI_rpi_LTLIBS='usysv/liblam_ssi_rpi_usysv.la tcp/liblam_ssi_rpi_tcp.la sysv/liblam_ssi_rpi_sysv.la lamd/liblam_ssi_rpi_lamd.la crtcp/liblam_ssi_rpi_crtcp.la '
LAM_SSI_rpi_SUBDIRS='crtcp lamd sysv tcp usysv'
LAM_SVN_VERSION='0'
LAM_TOP_BUILDDIR='/home/mercator/src/lam-7.0.6'
LAM_VERSION='7.0.6'
LAM_WANT_INSTALL_MPIEXEC_FALSE='#'
LAM_WANT_INSTALL_MPIEXEC_TRUE=''
LDFLAGS='-m64 -fPIC '
LIBLAM_EXTRA_LDFLAGS=''
LIBLAM_EXTRA_LIBS=' -lutil -lpthread'
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=' -laio'
LIBOBJS=''
LIBS=' -lpthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mercator/src/lam-7.0.6/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='lam'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RM='/bin/rm'
ROMIO_ARCH_FLAGS=''
ROMIO_USER_FLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
SHELL_CMD='/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
TOTALVIEW_DLL_DIR=''
VERSION='7.0.6'
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='-pthread'
WRAPPER_EXTRA_CXXFLAGS='-pthread'
WRAPPER_EXTRA_FFLAGS=''
WRAPPER_EXTRA_LDFLAGS=''
WRAPPER_EXTRA_LIBS=' -laio -lutil -lpthread'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
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/mercator/src/lam-7.0.6/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -m 0755 -p --'
oldincludedir='/usr/include'
prefix='/home/mercator/versions64/lam/lam-7.0.6-gcc64'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBAIO 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_PTY_H 1
#define HAVE_RPC_TYPES_H 1
#define HAVE_RPC_XDR_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_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_CXX_BOOL 1
#define LAM_ALIGNMENT_CXX_INT 4
#define LAM_ALIGNMENT_DOUBLE 8
#define LAM_ALIGNMENT_FLOAT 4
#define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
#define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
#define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
#define LAM_ALIGNMENT_FORTRAN_INT 4
#define LAM_ALIGNMENT_FORTRAN_REAL 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 1
#define LAM_CXX_BOOL_TYPE unsigned char
#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/mercator/versions64/lam/lam-7.0.6-gcc64"
#define LAM_DISINFECT 0
#define LAM_F77 "pgf90"
#define LAM_FD_SETSIZE 0
#define LAM_FLIBPATH "-L"
#define LAM_FORTRANCAPS 0
#define LAM_FORTRANDOUBLEUNDERSCORE 0
#define LAM_FORTRANNOUNDERSCORE 0
#define LAM_FORTRANUNDERSCORE 1
#define LAM_HAVE_ATEXIT 1
#define LAM_HAVE_ATOLL 1
#define LAM_HAVE_BPROC 0
#define LAM_HAVE_BSD43_FD_PASSING 0
#define LAM_HAVE_BSD_PTYS 1
#define LAM_HAVE_FD_PASSING 1
#define LAM_HAVE_FIONBIO 0
#define LAM_HAVE_GETCWD 1
#define LAM_HAVE_OPENPTY 1
#define LAM_HAVE_POSIX_1G_FD_PASSING 0
#define LAM_HAVE_POSIX_THREADS 1
#define LAM_HAVE_PROTO_gethostname 1
#define LAM_HAVE_PROTO_snprintf 1
#define LAM_HAVE_RFC2292_FD_PASSING 1
#define LAM_HAVE_SA_LEN 0
#define LAM_HAVE_SA_RESTART 1
#define LAM_HAVE_SCHED_YIELD 1
#define LAM_HAVE_SNPRINTF 1
#define LAM_HAVE_SOLARIS_THREADS 0
#define LAM_HAVE_STRTOLL 1
#define LAM_HAVE_SVR4_FD_PASSING 0
#define LAM_HAVE_SYSV_PTYS 1
#define LAM_HAVE_SYSV_SEMAPHORES 1
#define LAM_HAVE_SYSV_SHMEM 1
#define LAM_HAVE_TV_QUEUE_DLL 0
#define LAM_HAVE_UNDERSCORE_VA_COPY 1
#define LAM_HAVE_UNION_SEMUN 0
#define LAM_HAVE_VA_COPY 1
#define LAM_HAVE_VSCANF 0
#define LAM_HAVE_YIELD 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 0
#define LAM_RECVFROM_LEN_T socklen_t
#define LAM_RELEASE_VERSION 6
#define LAM_RM "/bin/rm -f"
#define LAM_SIGUSR SIGUSR2
#define LAM_SIZEOF_CHAR 1
#define LAM_SIZEOF_CXX_BOOL 1
#define LAM_SIZEOF_CXX_INT 4
#define LAM_SIZEOF_DOUBLE 8
#define LAM_SIZEOF_FLOAT 4
#define LAM_SIZEOF_FORTRAN_COMPLEX 8
#define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
#define LAM_SIZEOF_FORTRAN_DBLPREC 8
#define LAM_SIZEOF_FORTRAN_INT 4
#define LAM_SIZEOF_FORTRAN_REAL 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_SOCK_OPTLEN_T socklen_t
#define LAM_STAT_MEMBERS_INT4 0
#define LAM_SVN_VERSION 0
#define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
#define LAM_TO_BOOT 60
#define LAM_TO_DLO_ACK 500000
#define LAM_TO_DLO_IDLE 120
#define LAM_USE_SELECT_YIELD 0
#define LAM_VERSION "7.0.6"
#define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
#define LAM_WANT_CPPFILE 0
#define LAM_WANT_DEBUG 0
#define LAM_WANT_FORTRAN 1
#define LAM_WANT_IMPI 0
#define LAM_WANT_MPI2CPP 1
#define LAM_WANT_MPI_STUBS 0
#define LAM_WANT_PREFIX_MEMCPY 1
#define LAM_WANT_PROFILE 1
#define LAM_WANT_ROMIO 1
#define LAM_WANT_TRILLIUM_INSTALL 0
#define LIBLAM_EXTRA_LDFLAGS ""
#define LIBLAM_EXTRA_LIBS " -lutil -lpthread"
#define LIBMPI_EXTRA_LDFLAGS ""
#define LIBMPI_EXTRA_LIBS " -laio"
#define MPI2CPP_ATTR long
#define MPI2CPP_BSD_SIGNAL 0
#define MPI2CPP_SIZEOF_BOOL_T 1
#define MPI2CPP_SIZEOF_INT 4
#define MPI2CPP_SYSV_SIGNAL 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define WRAPPER_EXTRA_CFLAGS "-pthread"
#define WRAPPER_EXTRA_CXXFLAGS "-pthread"
#define WRAPPER_EXTRA_FFLAGS ""
#define WRAPPER_EXTRA_LDFLAGS ""
#define WRAPPER_EXTRA_LIBS " -laio -lutil -lpthread"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status

on baltic

config.status:905: creating Makefile
config.status:905: creating share/include/lam_build_info.h
config.status:905: creating config/Makefile
config.status:905: creating config/lam-shell-setup.sh
config.status:905: creating config/lam-shell-setup.csh
config.status:905: creating config/lam_module.tcl
config.status:905: creating doc/Makefile
config.status:905: creating doc/install/Makefile
config.status:905: creating doc/user/Makefile
config.status:905: creating etc/Makefile
config.status:905: creating examples/Makefile
config.status:905: creating examples/alltoall/Makefile
config.status:905: creating examples/cxx/Makefile
config.status:905: creating examples/fault/Makefile
config.status:905: creating examples/hello/Makefile
config.status:905: creating examples/mandelbrot/Makefile
config.status:905: creating examples/mandelbrot/myapp
config.status:905: creating examples/pi/Makefile
config.status:905: creating examples/ring/Makefile
config.status:905: creating examples/romio/Makefile
config.status:905: creating examples/topology/Makefile
config.status:905: creating examples/trivial/Makefile
config.status:905: creating examples/trivial/myapp
config.status:905: creating examples/wave1d/Makefile
config.status:905: creating examples/wave1d/myapp
config.status:905: creating man/Makefile
config.status:905: creating man/man1/Makefile
config.status:905: creating man/man2/Makefile
config.status:905: creating man/man3/Makefile
config.status:905: creating man/man5/Makefile
config.status:905: creating man/man7/Makefile
config.status:905: creating man/mans/Makefile
config.status:905: creating otb/Makefile
config.status:905: creating otb/bfctl/Makefile
config.status:905: creating otb/bfstate/Makefile
config.status:905: creating otb/doom/Makefile
config.status:905: creating otb/fctl/Makefile
config.status:905: creating otb/filedr/Makefile
config.status:905: creating otb/fstate/Makefile
config.status:905: creating otb/ipcdr/Makefile
config.status:905: creating otb/kdump/Makefile
config.status:905: creating otb/lamclean/Makefile
config.status:905: creating otb/lamexec/Makefile
config.status:905: creating otb/lamhalt/Makefile
config.status:905: creating otb/lamgrow/Makefile
config.status:905: creating otb/lamnodes/Makefile
config.status:905: creating otb/lamshrink/Makefile
config.status:905: creating otb/lamtrace/Makefile
config.status:905: creating otb/loadgo/Makefile
config.status:905: creating otb/mpimsg/Makefile
config.status:905: creating otb/mpirun/Makefile
config.status:905: creating otb/mpitask/Makefile
config.status:905: creating otb/state/Makefile
config.status:905: creating otb/sys/Makefile
config.status:905: creating otb/sys/bforward/Makefile
config.status:905: creating otb/sys/bufferd/Makefile
config.status:905: creating otb/sys/dli_inet/Makefile
config.status:905: creating otb/sys/dlo_inet/Makefile
config.status:905: creating otb/sys/echod/Makefile
config.status:905: creating otb/sys/filed/Makefile
config.status:905: creating otb/sys/flatd/Makefile
config.status:905: creating otb/sys/iod/Makefile
config.status:905: creating otb/sys/haltd/Makefile
config.status:905: creating otb/sys/kenyad/Makefile
config.status:905: creating otb/sys/kernel/Makefile
config.status:905: creating otb/sys/loadd/Makefile
config.status:905: creating otb/sys/router/Makefile
config.status:905: creating otb/sys/traced/Makefile
config.status:905: creating otb/sys/versiond/Makefile
config.status:905: creating otb/sys/lamd/Makefile
config.status:905: creating otb/sys/impid/Makefile
config.status:905: creating otb/tping/Makefile
config.status:905: creating share/Makefile
config.status:905: creating share/args/Makefile
config.status:905: creating share/boot/Makefile
config.status:905: creating share/etc/Makefile
config.status:905: creating share/freq/Makefile
config.status:905: creating share/impi/Makefile
config.status:905: creating share/kreq/Makefile
config.status:905: creating share/include/Makefile
config.status:905: creating share/include/mpif.h
config.status:905: creating share/include/patchlevel.h
config.status:905: creating share/include/mpi2cxx/Makefile
config.status:905: creating share/mpi/Makefile
config.status:905: creating share/mpi/cxx/Makefile
config.status:905: creating share/mpi/f77/Makefile
config.status:905: creating share/mpi/totalview/Makefile
config.status:905: creating share/nreq/Makefile
config.status:905: creating share/pmpi/Makefile
config.status:905: creating share/pmpi/f77/Makefile
config.status:905: creating share/rreq/Makefile
config.status:905: creating share/ssi/Makefile
config.status:905: creating share/ssi/base/Makefile
config.status:905: creating share/ssi/include/Makefile
config.status:905: creating share/ssi/rpi/Makefile
config.status:905: creating share/ssi/rpi/base/Makefile
config.status:905: creating share/ssi/boot/Makefile
config.status:905: creating share/ssi/boot/base/Makefile
config.status:905: creating share/ssi/coll/Makefile
config.status:905: creating share/ssi/coll/base/Makefile
config.status:905: creating share/ssi/crlam/Makefile
config.status:905: creating share/ssi/crlam/base/Makefile
config.status:905: creating share/ssi/crmpi/Makefile
config.status:905: creating share/ssi/crmpi/base/Makefile
config.status:905: creating share/threads/Makefile
config.status:905: creating share/trillium/Makefile
config.status:905: creating share/tstdio/Makefile
config.status:905: creating tools/Makefile
config.status:905: creating tools/hboot/Makefile
config.status:905: creating tools/lamboot/Makefile
config.status:905: creating tools/laminfo/Makefile
config.status:905: creating tools/mpiexec/Makefile
config.status:905: creating tools/recon/Makefile
config.status:905: creating tools/tkill/Makefile
config.status:905: creating tools/wipe/Makefile
config.status:905: creating tools/wrappers/Makefile
config.status:905: creating romio/util/lam-configure-values
config.status:1831: creating share/include/lam_config.h
config.status:2295: share/include/lam_config.h is unchanged
config.status:2475: executing depfiles commands

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status share/include/lam_config.h

on baltic

config.status:1831: creating share/include/lam_config.h
config.status:2295: share/include/lam_config.h is unchanged

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status share/include/lam_config.h

on baltic

config.status:1831: creating share/include/lam_config.h
config.status:2295: share/include/lam_config.h is unchanged

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status share/include/lam_config.h

on baltic

config.status:1831: creating share/include/lam_config.h
config.status:2295: share/include/lam_config.h is unchanged


============================================================================
== Configuring LAM version 7.0.6
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking whether the C compiler (gcc -O3 -m64 -fPIC) accepts ANSI prototypes... yes
checking for type int2... no
checking for type uint2... no
checking for type int4... no
checking for type uint4... no
checking for type int8... no
checking for type uint8... no
checking for type float4... no
checking for type float8... no
checking size of char... 1
checking size of short... 2
checking size of wchar_t... 4
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void *... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of void *... 8

*** C++ Compiler and preprocessor
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking if want C++ exception handling... no
checking whether g++ has new(std::nothrow)... yes
checking for C++ template repository directory... not used
checking for C++ compiler template parameters... none needed
checking for type bool... yes
checking for true/false... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking for C++ optimization flags... -O3 -m64 -fPIC
checking size of bool... 1
checking size of int... 4
checking alignment of bool... 1
checking alignment of int... 4
checking How to store bool in C... unsigned char

*** Fortran Compiler
checking for pgf90... pgf90
checking how to add a library directory to pgf90... "-L"
checking pgf90 external naming convention... FORTRANUNDERSCORE
checking for FORTRAN optimization flags... -O -tp k8-64 -mcmodel=medium -fPIC
checking size of FORTRAN INTEGER... 4
checking size of FORTRAN REAL... 4
checking size of FORTRAN DOUBLE PRECISION... 8
checking size of FORTRAN COMPLEX... 8
checking size of FORTRAN DOUBLE COMPLEX... 16
checking alignment of FORTRAN INTEGER... 4
checking alignment of FORTRAN REAL... 4
checking alignment of FORTRAN DOUBLE PRECISION... 8
checking alignment of FORTRAN COMPLEX... 4
checking alignment of FORTRAN DOUBLE COMPLEX... 8

*** LAM configuration options
checking if want profiling interface... yes
checking if want full installation of Trillium files... no
checking if want ROMIO support... yes
checking for main in -laio... yes
checking for user ROMIO flags... none
checking if want FORTRAN support... yes
checking if want MPI 2 C++ support... yes
checking if want MPI::File C++ binding support... no
checking if want IMPI support... no
checking how to yeild... yield()
checking for LAM user signal... SIGUSR2
checking if want purify clean... no
checking for desired boot timeout... 60 seconds
checking for desired lamd packet resend time... 500000 seconds
checking for desired lamd heartbeat time... 120 seconds
checking if want stub MPI functions... no
checking if want default promiscuous boot connections... no

*** System-specific tests
checking whether ln -s works... yes
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for sh... /bin/sh
checking if installed perl can support mpiexec... yes
checking for prototype of snprintf... yes
checking for prototype of gethostname... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking rpc/types.h usability... yes
checking rpc/types.h presence... yes
checking for rpc/types.h... yes
checking for rpc/xdr.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for strings.h... (cached) yes
checking if FIONBIO defined in sys/ioctl.h... not on AIX 4.3.3, so who cares?
checking if SA_RESTART defined in signal.h... yes
checking for sa_len in struct sockaddr... no
checking for union semun in sys/sem.h... no
checking for socket... yes
checking for gethostbyname... yes
checking for login in -lutil... yes
checking for openpty... yes
checking for atexit... yes
checking for getcwd... yes
checking for yield... no
checking for snprintf... yes
checking for atoll... yes
checking for strtoll... yes
checking for sched_yield... yes
checking whether vscanf is declared... no
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking for glibc... yes
checking whether to use prefix memcpy()... yes (default on glibc systems: yes)
checking whether byte ordering is bigendian... no
checking for struct semid_ds... yes
checking if SYSV semaphores work... yes
checking for SYSV semaphore support... yes
checking for struct shmid_ds... yes
checking if SYSV shared memory works... yes
checking for SYSV shared memory support... yes
checking if C compiler and POSIX threads work as is... no
checking if C++ compiler and POSIX threads work as is... no
checking if F77 compiler and POSIX threads work as is... no
checking if C compiler and POSIX threads work with -Kthread... no
checking if C compiler and POSIX threads work with -kthread... no
checking if C compiler and POSIX threads work with -pthread... yes
checking if C++ compiler and POSIX threads work with -Kthread... no
checking if C++ compiler and POSIX threads work with -kthread... no
checking if C++ compiler and POSIX threads work with -pthread... yes
checking if F77 compiler and POSIX threads work with -Kthread... no
checking if F77 compiler and POSIX threads work with -kthread... no
checking if F77 compiler and POSIX threads work with -pthread... no
checking if F77 compiler and POSIX threads work with -pthreads... no
checking if F77 compiler and POSIX threads work with -mt... no
checking if F77 compiler and POSIX threads work with -mthreads... no
checking if F77 compiler and POSIX threads work with -lpthreads... no
checking if F77 compiler and POSIX threads work with -llthread... no
checking if F77 compiler and POSIX threads work with -lpthread... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking if C++ compiler and Solaris threads work... no
checking if F77 compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for FD_SETSIZE... using system defaults
checking BSD 4.3 for msg_accrights in struct msghdr... no
checking for BSD 4.3 fd passing support... no
checking for POSIX.1g struct msghdr... yes
checking fd passing using RFC2292 API... passed
checking for BSD 4.4 fd passing support... yes (RFC2292 API)
checking for System V Release 4 for struct strrecvfd... yes
checking System V Release 4 fd passing example... failed
checking for System V Release 4 fd passing support... no
checking for BSD ptys... yes
checking for SYSV ptys... yes
checking size of struct stat members... 8
checking type of getsockopt optlen parameter... socklen_t
checking type of recvfrom length parameter... socklen_t
checking if build filesystem is case sensitive... Yes
checking if configuring for case sensitive fs... Yes

*** Optional modules
checking if want MPI C++ bindings... enabled
checking size of int... 4
checking size of bool... 1
checking type of MPI attributes... long
checking for signal declaration... SYSV
checking if want ROMIO... enabled
checking if want TotalView attach support... enabled
checking if want TotalView queue debugging support... enabled
checking for bproc_numnodes in -lbproc... no
checking if want BPROC support... no
checking for subdir args... '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC'

============================================================================
== Totalview message queue debugging support
============================================================================

configure: LAM configuring in share/totalview
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking size of void *... 8
configure: /bin/sh './configure' *failed* for share/totalview

============================================================================
== Configuring ROMIO (MPI-2 I/O) support
============================================================================
 
Configuring ROMIO Version 1.2.5.1/LAM
 
Configuring with args --prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64 -mpi=lam -from_lam -mpiincdir=/home/mercator/src/lam-7.0.6/share/include -I/home/mercator/src/lam-7.0.6/share/include -cc=gcc -fc=pgf90 -mpiolib=/home/mercator/src/lam-7.0.6/romio/lib/liblammpio.a -cflags=-O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -fflags=-O -tp k8-64 -mcmodel=medium -fPIC
checking for virtual path format... VPATH
checking for architecture... LINUX
ROMIO home directory is /home/mercator/src/lam-7.0.6/romio
checking for ranlib
configuring for file systems ufs and nfs
checking for memalign
checking if MPIR_Status_set_bytes is defined... no
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... yes
checking for unistd.h... yes
checking for size of int... 4
checking for size of void *... 8
checking for int large enough for pointers... no
checking for size of long long... 8
checking if the compiler prints long longs correctly with %lld... yes
defining MPI_Offset as long long in C and integer*8 in Fortran
checking for Fortran 90 KIND parameter for 8-byte integers... unavailable
checking for weak symbol support... pragma weak
checking that weak symbols are visible to other files... yes
checking whether file locks work with NFS... yes
checking for strerror()... yes
setting CC to gcc
setting F77 to pgf90
setting TEST_CC to mpicc
setting TEST_F77 to mpif77
setting CFLAGS to -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -O -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to
setting USER_FFLAGS to
creating config.status
creating Makefile
creating mpi-io/Makefile
creating mpi2-other/info/Makefile
creating mpi2-other/array/Makefile
creating adio/common/Makefile
creating test/Makefile
creating test/misc.c
creating test/large_file.c
creating test/runtests
creating util/romioinstall
creating include/mpio.h
creating include/mpiof.h
creating adio/ad_nfs/Makefile
creating adio/ad_ufs/Makefile
creating adio/ad_xfs/Makefile
creating adio/ad_hfs/Makefile
creating adio/ad_sfs/Makefile
creating adio/ad_pfs/Makefile
creating adio/ad_testfs/Makefile
creating adio/ad_pvfs/Makefile
creating adio/ad_piofs/Makefile
creating adio/include/romioconf.h
creating mpi-io/fortran/Makefile
creating mpi2-other/info/fortran/Makefile
creating mpi2-other/array/fortran/Makefile
creating test/fmisc.f
creating test/fcoll_test.f
creating test/pfcoll_test.f
creating test/fperf.f
creating adio/include/romioconf.h
adio/include/romioconf.h is unchanged

*** SSI modules
checking for SSI kinds... boot coll crlam crmpi rpi
configure: LAM configuring in share/ssi/boot/bproc
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot bproc module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want bproc boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** bproc boot setup
checking for bproc_numnodes in -lbproc... no
configure: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure: >>> SSI module boot:bproc will *not* be compiled

configure: LAM configuring in share/ssi/boot/globus
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot globus module version 0.5
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want globus boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** globus boot setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-globus-config.h
config.status: src/lam-ssi-boot-globus-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure: >>> SSI module boot:globus will be compiled

configure: LAM configuring in share/ssi/boot/rsh
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot rsh module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want rsh boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** rsh boot setup
checking for rsh... /usr/kerberos/bin/rsh
checking for remote shell command... rsh

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-rsh-config.h
config.status: src/lam-ssi-boot-rsh-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure: >>> SSI module boot:rsh will be compiled

configure: LAM configuring in share/ssi/boot/tm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot tm module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want tm boot to be the default... yes

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** tm boot setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tm.h usability... yes
checking tm.h presence... yes
checking for tm.h... yes
checking for main in -lsocket... no
checking for main in -lnsl... yes
checking for tm_init in -lpbs... yes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-tm-config.h
config.status: src/lam-ssi-boot-tm-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/tm
configure: >>> SSI module boot:tm will be compiled

configure: LAM configuring in share/ssi/coll/impi
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM impi collective SSI module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want IMPI support... no
configure: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure: >>> SSI module coll:impi will *not* be compiled

configure: LAM configuring in share/ssi/coll/lam_basic
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM basic collective SSI module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** LAM basic collectives setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-lam-basic-config.h
config.status: src/lam-ssi-coll-lam-basic-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure: >>> SSI module coll:lam_basic will be compiled

configure: LAM configuring in share/ssi/coll/smp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM smp collective SSI module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** LAM smp collectives setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-smp-config.h
config.status: src/lam-ssi-coll-smp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure: >>> SSI module coll:smp will be compiled

configure: LAM configuring in share/ssi/crlam/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI crlam blcr module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want blcr crlam to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure: >>> SSI module crlam:blcr will *not* be compiled

configure: LAM configuring in share/ssi/crmpi/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI crmpi blcr module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want blcr crmpi to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure: >>> SSI module crmpi:blcr will *not* be compiled

configure: LAM configuring in share/ssi/rpi/crtcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI CRTCP module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want crtcp RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** crtcp RPI setup
checking for CRTCP short message length... 65536 bytes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-crtcp-config.h
config.status: src/lam-ssi-rpi-crtcp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure: >>> SSI module rpi:crtcp will be compiled

configure: LAM configuring in share/ssi/rpi/gm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI gm module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want gm RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3

*** GM RPI setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lgm... no
configure: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure: >>> SSI module rpi:gm will *not* be compiled

configure: LAM configuring in share/ssi/rpi/lamd
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI lamd module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want lamd RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-lamd-config.h
config.status: src/lam-ssi-rpi-lamd-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure: >>> SSI module rpi:lamd will be compiled

configure: LAM configuring in share/ssi/rpi/sysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI sysv module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want sysv RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes

*** sysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-sysv-config.h
config.status: src/lam-ssi-rpi-sysv-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure: >>> SSI module rpi:sysv will be compiled

configure: LAM configuring in share/ssi/rpi/tcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI TCP module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want tcp RPI to be the default... yes

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** TCP RPI setup
checking for TCP short message length... 65536 bytes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-tcp-config.h
config.status: src/lam-ssi-rpi-tcp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure: >>> SSI module rpi:tcp will be compiled

configure: LAM configuring in share/ssi/rpi/usysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI usysv module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want usysv RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes

*** usysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-usysv-config.h
config.status: src/lam-ssi-rpi-usysv-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure: >>> SSI module rpi:usysv will be compiled

============================================================================
== Final top-level LAM configuration
============================================================================

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether pgf90 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for pgf90 option to produce PIC... -fPIC
checking if pgf90 PIC flag -fPIC works... yes
checking if pgf90 supports -c -o file.o... yes
checking whether the pgf90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Miscellaneous final setup
checking if want extra wrapper compiler LDFLAGS... no (shared libs disabled)
checking which of CFLAGS are ok for TotalView modules... -m64 -fPIC -pthread
checking extra CFLAGS for TotalView modules... -g

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating share/include/lam_build_info.h
config.status: creating config/Makefile
config.status: creating config/lam-shell-setup.sh
config.status: creating config/lam-shell-setup.csh
config.status: creating config/lam_module.tcl
config.status: creating doc/Makefile
config.status: creating doc/install/Makefile
config.status: creating doc/user/Makefile
config.status: creating etc/Makefile
config.status: creating examples/Makefile
config.status: creating examples/alltoall/Makefile
config.status: creating examples/cxx/Makefile
config.status: creating examples/fault/Makefile
config.status: creating examples/hello/Makefile
config.status: creating examples/mandelbrot/Makefile
config.status: creating examples/mandelbrot/myapp
config.status: creating examples/pi/Makefile
config.status: creating examples/ring/Makefile
config.status: creating examples/romio/Makefile
config.status: creating examples/topology/Makefile
config.status: creating examples/trivial/Makefile
config.status: creating examples/trivial/myapp
config.status: creating examples/wave1d/Makefile
config.status: creating examples/wave1d/myapp
config.status: creating man/Makefile
config.status: creating man/man1/Makefile
config.status: creating man/man2/Makefile
config.status: creating man/man3/Makefile
config.status: creating man/man5/Makefile
config.status: creating man/man7/Makefile
config.status: creating man/mans/Makefile
config.status: creating otb/Makefile
config.status: creating otb/bfctl/Makefile
config.status: creating otb/bfstate/Makefile
config.status: creating otb/doom/Makefile
config.status: creating otb/fctl/Makefile
config.status: creating otb/filedr/Makefile
config.status: creating otb/fstate/Makefile
config.status: creating otb/ipcdr/Makefile
config.status: creating otb/kdump/Makefile
config.status: creating otb/lamclean/Makefile
config.status: creating otb/lamexec/Makefile
config.status: creating otb/lamhalt/Makefile
config.status: creating otb/lamgrow/Makefile
config.status: creating otb/lamnodes/Makefile
config.status: creating otb/lamshrink/Makefile
config.status: creating otb/lamtrace/Makefile
config.status: creating otb/loadgo/Makefile
config.status: creating otb/mpimsg/Makefile
config.status: creating otb/mpirun/Makefile
config.status: creating otb/mpitask/Makefile
config.status: creating otb/state/Makefile
config.status: creating otb/sys/Makefile
config.status: creating otb/sys/bforward/Makefile
config.status: creating otb/sys/bufferd/Makefile
config.status: creating otb/sys/dli_inet/Makefile
config.status: creating otb/sys/dlo_inet/Makefile
config.status: creating otb/sys/echod/Makefile
config.status: creating otb/sys/filed/Makefile
config.status: creating otb/sys/flatd/Makefile
config.status: creating otb/sys/iod/Makefile
config.status: creating otb/sys/haltd/Makefile
config.status: creating otb/sys/kenyad/Makefile
config.status: creating otb/sys/kernel/Makefile
config.status: creating otb/sys/loadd/Makefile
config.status: creating otb/sys/router/Makefile
config.status: creating otb/sys/traced/Makefile
config.status: creating otb/sys/versiond/Makefile
config.status: creating otb/sys/lamd/Makefile
config.status: creating otb/sys/impid/Makefile
config.status: creating otb/tping/Makefile
config.status: creating share/Makefile
config.status: creating share/args/Makefile
config.status: creating share/boot/Makefile
config.status: creating share/etc/Makefile
config.status: creating share/freq/Makefile
config.status: creating share/impi/Makefile
config.status: creating share/kreq/Makefile
config.status: creating share/include/Makefile
config.status: creating share/include/mpif.h
config.status: creating share/include/patchlevel.h
config.status: creating share/include/mpi2cxx/Makefile
config.status: creating share/mpi/Makefile
config.status: creating share/mpi/cxx/Makefile
config.status: creating share/mpi/f77/Makefile
config.status: creating share/mpi/totalview/Makefile
config.status: creating share/nreq/Makefile
config.status: creating share/pmpi/Makefile
config.status: creating share/pmpi/f77/Makefile
config.status: creating share/rreq/Makefile
config.status: creating share/ssi/Makefile
config.status: creating share/ssi/base/Makefile
config.status: creating share/ssi/include/Makefile
config.status: creating share/ssi/rpi/Makefile
config.status: creating share/ssi/rpi/base/Makefile
config.status: creating share/ssi/boot/Makefile
config.status: creating share/ssi/boot/base/Makefile
config.status: creating share/ssi/coll/Makefile
config.status: creating share/ssi/coll/base/Makefile
config.status: creating share/ssi/crlam/Makefile
config.status: creating share/ssi/crlam/base/Makefile
config.status: creating share/ssi/crmpi/Makefile
config.status: creating share/ssi/crmpi/base/Makefile
config.status: creating share/threads/Makefile
config.status: creating share/trillium/Makefile
config.status: creating share/tstdio/Makefile
config.status: creating tools/Makefile
config.status: creating tools/hboot/Makefile
config.status: creating tools/lamboot/Makefile
config.status: creating tools/laminfo/Makefile
config.status: creating tools/mpiexec/Makefile
config.status: creating tools/recon/Makefile
config.status: creating tools/tkill/Makefile
config.status: creating tools/wipe/Makefile
config.status: creating tools/wrappers/Makefile
config.status: creating romio/util/lam-configure-values
config.status: creating share/include/lam_config.h
config.status: executing depfiles commands

cd . && /bin/sh /home/mercator/src/lam-7.0.6/config/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64 --with-boot=tm --with-tm=/usr/local/ --with-pic --with-prefix=memcopy --disable-static --enable-shared2 CC=gcc CFLAGS=-m64 -fPIC CXXFLAGS=-m64 -fPIC CXX=g++ FC=pgf90 FFLAGS=-tp k8-64 -mcmodel=medium -fPIC LDFLAGS=-m64 -fPIC --no-create --no-recursion

============================================================================
== Configuring LAM version 7.0.6
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking whether the C compiler (gcc -O3 -m64 -fPIC) accepts ANSI prototypes... yes
checking for type int2... no
checking for type uint2... no
checking for type int4... no
checking for type uint4... no
checking for type int8... no
checking for type uint8... no
checking for type float4... no
checking for type float8... no
checking size of char... 1
checking size of short... 2
checking size of wchar_t... 4
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void *... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of void *... 8

*** C++ Compiler and preprocessor
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking if want C++ exception handling... no
checking whether g++ has new(std::nothrow)... yes
checking for C++ template repository directory... not used
checking for C++ compiler template parameters... none needed
checking for type bool... yes
checking for true/false... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking for C++ optimization flags... -O3 -m64 -fPIC
checking size of bool... 1
checking size of int... 4
checking alignment of bool... 1
checking alignment of int... 4
checking How to store bool in C... unsigned char

*** Fortran Compiler
checking for pgf90... pgf90
checking how to add a library directory to pgf90... "-L"
checking pgf90 external naming convention... FORTRANUNDERSCORE
checking for FORTRAN optimization flags... -O -tp k8-64 -mcmodel=medium -fPIC
checking size of FORTRAN INTEGER... 4
checking size of FORTRAN REAL... 4
checking size of FORTRAN DOUBLE PRECISION... 8
checking size of FORTRAN COMPLEX... 8
checking size of FORTRAN DOUBLE COMPLEX... 16
checking alignment of FORTRAN INTEGER... 4
checking alignment of FORTRAN REAL... 4
checking alignment of FORTRAN DOUBLE PRECISION... 8
checking alignment of FORTRAN COMPLEX... 4
checking alignment of FORTRAN DOUBLE COMPLEX... 8

*** LAM configuration options
checking if want profiling interface... yes
checking if want full installation of Trillium files... no
checking if want ROMIO support... yes
checking for main in -laio... yes
checking for user ROMIO flags... none
checking if want FORTRAN support... yes
checking if want MPI 2 C++ support... yes
checking if want MPI::File C++ binding support... no
checking if want IMPI support... no
checking how to yeild... yield()
checking for LAM user signal... SIGUSR2
checking if want purify clean... no
checking for desired boot timeout... 60 seconds
checking for desired lamd packet resend time... 500000 seconds
checking for desired lamd heartbeat time... 120 seconds
checking if want stub MPI functions... no
checking if want default promiscuous boot connections... no

*** System-specific tests
checking whether ln -s works... yes
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for sh... /bin/sh
checking if installed perl can support mpiexec... yes
checking for prototype of snprintf... yes
checking for prototype of gethostname... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking rpc/types.h usability... yes
checking rpc/types.h presence... yes
checking for rpc/types.h... yes
checking for rpc/xdr.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for strings.h... (cached) yes
checking if FIONBIO defined in sys/ioctl.h... not on AIX 4.3.3, so who cares?
checking if SA_RESTART defined in signal.h... yes
checking for sa_len in struct sockaddr... no
checking for union semun in sys/sem.h... no
checking for socket... yes
checking for gethostbyname... yes
checking for login in -lutil... yes
checking for openpty... yes
checking for atexit... yes
checking for getcwd... yes
checking for yield... no
checking for snprintf... yes
checking for atoll... yes
checking for strtoll... yes
checking for sched_yield... yes
checking whether vscanf is declared... no
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking for glibc... yes
checking whether to use prefix memcpy()... yes (default on glibc systems: yes)
checking whether byte ordering is bigendian... no
checking for struct semid_ds... yes
checking if SYSV semaphores work... yes
checking for SYSV semaphore support... yes
checking for struct shmid_ds... yes
checking if SYSV shared memory works... yes
checking for SYSV shared memory support... yes
checking if C compiler and POSIX threads work as is... no
checking if C++ compiler and POSIX threads work as is... no
checking if F77 compiler and POSIX threads work as is... no
checking if C compiler and POSIX threads work with -Kthread... no
checking if C compiler and POSIX threads work with -kthread... no
checking if C compiler and POSIX threads work with -pthread... yes
checking if C++ compiler and POSIX threads work with -Kthread... no
checking if C++ compiler and POSIX threads work with -kthread... no
checking if C++ compiler and POSIX threads work with -pthread... yes
checking if F77 compiler and POSIX threads work with -Kthread... no
checking if F77 compiler and POSIX threads work with -kthread... no
checking if F77 compiler and POSIX threads work with -pthread... no
checking if F77 compiler and POSIX threads work with -pthreads... no
checking if F77 compiler and POSIX threads work with -mt... no
checking if F77 compiler and POSIX threads work with -mthreads... no
checking if F77 compiler and POSIX threads work with -lpthreads... no
checking if F77 compiler and POSIX threads work with -llthread... no
checking if F77 compiler and POSIX threads work with -lpthread... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking if C++ compiler and Solaris threads work... no
checking if F77 compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for FD_SETSIZE... using system defaults
checking BSD 4.3 for msg_accrights in struct msghdr... no
checking for BSD 4.3 fd passing support... no
checking for POSIX.1g struct msghdr... yes
checking fd passing using RFC2292 API... passed
checking for BSD 4.4 fd passing support... yes (RFC2292 API)
checking for System V Release 4 for struct strrecvfd... yes
checking System V Release 4 fd passing example... failed
checking for System V Release 4 fd passing support... no
checking for BSD ptys... yes
checking for SYSV ptys... yes
checking size of struct stat members... 8
checking type of getsockopt optlen parameter... socklen_t
checking type of recvfrom length parameter... socklen_t
checking if build filesystem is case sensitive... Yes
checking if configuring for case sensitive fs... Yes

*** Optional modules
checking if want MPI C++ bindings... enabled
checking size of int... 4
checking size of bool... 1
checking type of MPI attributes... long
checking for signal declaration... SYSV
checking if want ROMIO... enabled
checking if want TotalView attach support... enabled
checking if want TotalView queue debugging support... enabled
checking for bproc_numnodes in -lbproc... no
checking if want BPROC support... no
checking for subdir args... '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC'

============================================================================
== Totalview message queue debugging support
============================================================================

configure: LAM configuring in share/totalview
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking size of void *... 8
configure: WARNING: Detected a non-32 bit build platform.
configure: WARNING: The Totalview DLL needs to be built in the same mode
configure: WARNING: as the Totalview debugger.
configure: WARNING: Since you did not specify --enable-tv-dll-force, I am
configure: WARNING: making the safest assumption and will refuse to build
configure: WARNING: the Totalview DLL.
configure: error: Cannot continue
configure: /bin/sh './configure' *failed* for share/totalview

============================================================================
== Configuring ROMIO (MPI-2 I/O) support
============================================================================
 
Configuring ROMIO Version 1.2.5.1/LAM
 
Configuring with args --prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64 -mpi=lam -from_lam -mpiincdir=/home/mercator/src/lam-7.0.6/share/include -I/home/mercator/src/lam-7.0.6/share/include -cc=gcc -fc=pgf90 -mpiolib=/home/mercator/src/lam-7.0.6/romio/lib/liblammpio.a -cflags=-O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -fflags=-O -tp k8-64 -mcmodel=medium -fPIC
checking for virtual path format... VPATH
checking for architecture... LINUX
ROMIO home directory is /home/mercator/src/lam-7.0.6/romio
checking for ranlib
configuring for file systems ufs and nfs
checking for memalign
checking if MPIR_Status_set_bytes is defined... no
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... yes
checking for unistd.h... yes
checking for size of int... 4
checking for size of void *... 8
checking for int large enough for pointers... no
checking for size of long long... 8
checking if the compiler prints long longs correctly with %lld... yes
defining MPI_Offset as long long in C and integer*8 in Fortran
checking for Fortran 90 KIND parameter for 8-byte integers... unavailable
checking for weak symbol support... pragma weak
checking that weak symbols are visible to other files... yes
checking whether file locks work with NFS... yes
checking for strerror()... yes
setting CC to gcc
setting F77 to pgf90
setting TEST_CC to mpicc
setting TEST_F77 to mpif77
setting CFLAGS to -O3 -m64 -fPIC -pthread -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -O -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to
setting USER_FFLAGS to
creating config.status
creating Makefile
creating mpi-io/Makefile
creating mpi2-other/info/Makefile
creating mpi2-other/array/Makefile
creating adio/common/Makefile
creating test/Makefile
creating test/misc.c
creating test/large_file.c
creating test/runtests
creating util/romioinstall
creating include/mpio.h
creating include/mpiof.h
creating adio/ad_nfs/Makefile
creating adio/ad_ufs/Makefile
creating adio/ad_xfs/Makefile
creating adio/ad_hfs/Makefile
creating adio/ad_sfs/Makefile
creating adio/ad_pfs/Makefile
creating adio/ad_testfs/Makefile
creating adio/ad_pvfs/Makefile
creating adio/ad_piofs/Makefile
creating adio/include/romioconf.h
creating mpi-io/fortran/Makefile
creating mpi2-other/info/fortran/Makefile
creating mpi2-other/array/fortran/Makefile
creating test/fmisc.f
creating test/fcoll_test.f
creating test/pfcoll_test.f
creating test/fperf.f
creating adio/include/romioconf.h
adio/include/romioconf.h is unchanged

*** SSI modules
checking for SSI kinds... boot coll crlam crmpi rpi
configure: LAM configuring in share/ssi/boot/bproc
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot bproc module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want bproc boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** bproc boot setup
checking for bproc_numnodes in -lbproc... no
configure: error: Cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure: >>> SSI module boot:bproc will *not* be compiled

configure: LAM configuring in share/ssi/boot/globus
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot globus module version 0.5
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want globus boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** globus boot setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-globus-config.h
config.status: src/lam-ssi-boot-globus-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure: >>> SSI module boot:globus will be compiled

configure: LAM configuring in share/ssi/boot/rsh
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot rsh module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want rsh boot to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** rsh boot setup
checking for rsh... /usr/kerberos/bin/rsh
checking for remote shell command... rsh

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-rsh-config.h
config.status: src/lam-ssi-boot-rsh-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure: >>> SSI module boot:rsh will be compiled

configure: LAM configuring in share/ssi/boot/tm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI boot tm module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want tm boot to be the default... yes

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** tm boot setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tm.h usability... yes
checking tm.h presence... yes
checking for tm.h... yes
checking for main in -lsocket... no
checking for main in -lnsl... yes
checking for tm_init in -lpbs... yes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-tm-config.h
config.status: src/lam-ssi-boot-tm-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/tm
configure: >>> SSI module boot:tm will be compiled

configure: LAM configuring in share/ssi/coll/impi
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM impi collective SSI module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want IMPI support... no
configure: error: Cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure: >>> SSI module coll:impi will *not* be compiled

configure: LAM configuring in share/ssi/coll/lam_basic
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM basic collective SSI module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** LAM basic collectives setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-lam-basic-config.h
config.status: src/lam-ssi-coll-lam-basic-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure: >>> SSI module coll:lam_basic will be compiled

configure: LAM configuring in share/ssi/coll/smp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring LAM smp collective SSI module version 1.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** LAM smp collectives setup

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-smp-config.h
config.status: src/lam-ssi-coll-smp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure: >>> SSI module coll:smp will be compiled

configure: LAM configuring in share/ssi/crlam/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI crlam blcr module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want blcr crlam to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure: >>> SSI module crlam:blcr will *not* be compiled

configure: LAM configuring in share/ssi/crmpi/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI crmpi blcr module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want blcr crmpi to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure: >>> SSI module crmpi:blcr will *not* be compiled

configure: LAM configuring in share/ssi/rpi/crtcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI CRTCP module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want crtcp RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** crtcp RPI setup
checking for CRTCP short message length... 65536 bytes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-crtcp-config.h
config.status: src/lam-ssi-rpi-crtcp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure: >>> SSI module rpi:crtcp will be compiled

configure: LAM configuring in share/ssi/rpi/gm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI gm module version 1.0.1
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want gm RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3

*** GM RPI setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lgm... no
configure: error: *** Cannot find working libgm.
configure: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure: >>> SSI module rpi:gm will *not* be compiled

configure: LAM configuring in share/ssi/rpi/lamd
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI lamd module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want lamd RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-lamd-config.h
config.status: src/lam-ssi-rpi-lamd-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure: >>> SSI module rpi:lamd will be compiled

configure: LAM configuring in share/ssi/rpi/sysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI sysv module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want sysv RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes

*** sysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-sysv-config.h
config.status: src/lam-ssi-rpi-sysv-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure: >>> SSI module rpi:sysv will be compiled

configure: LAM configuring in share/ssi/rpi/tcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI TCP module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want tcp RPI to be the default... yes

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC

*** TCP RPI setup
checking for TCP short message length... 65536 bytes

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-tcp-config.h
config.status: src/lam-ssi-rpi-tcp-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure: >>> SSI module rpi:tcp will be compiled

configure: LAM configuring in share/ssi/rpi/usysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.6-gcc64' '--with-boot=tm' '--with-tm=/usr/local/' '--with-pic' '--with-prefix=memcopy' '--disable-static' '--enable-shared2' 'CC=gcc' 'CFLAGS=-m64 -fPIC' 'CXXFLAGS=-m64 -fPIC' 'CXX=g++' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-m64 -fPIC' --cache-file=/dev/null --srcdir=.

============================================================================
== Configuring SSI RPI usysv module version 7.0
============================================================================

*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.6-gcc64"
checking if want usysv RPI to be the default... no

*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3 -m64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes

*** usysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so

*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-usysv-config.h
config.status: src/lam-ssi-rpi-usysv-config.h is unchanged
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure: >>> SSI module rpi:usysv will be compiled

============================================================================
== Final top-level LAM configuration
============================================================================

*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether pgf90 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for pgf90 option to produce PIC... -fPIC
checking if pgf90 PIC flag -fPIC works... yes
checking if pgf90 supports -c -o file.o... yes
checking whether the pgf90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... pgf90-Warning-Unknown switch: -print-search-dirs
pgf90-Warning-No files to process
GNU/Linux ld.so

*** Miscellaneous final setup
checking if want extra wrapper compiler LDFLAGS... no (shared libs disabled)
checking which of CFLAGS are ok for TotalView modules... -m64 -fPIC -pthread
checking extra CFLAGS for TotalView modules... -g

*** Final output
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating share/include/lam_build_info.h
config.status: creating config/Makefile
config.status: creating config/lam-shell-setup.sh
config.status: creating config/lam-shell-setup.csh
config.status: creating config/lam_module.tcl
config.status: creating doc/Makefile
config.status: creating doc/install/Makefile
config.status: creating doc/user/Makefile
config.status: creating etc/Makefile
config.status: creating examples/Makefile
config.status: creating examples/alltoall/Makefile
config.status: creating examples/cxx/Makefile
config.status: creating examples/fault/Makefile
config.status: creating examples/hello/Makefile
config.status: creating examples/mandelbrot/Makefile
config.status: creating examples/mandelbrot/myapp
config.status: creating examples/pi/Makefile
config.status: creating examples/ring/Makefile
config.status: creating examples/romio/Makefile
config.status: creating examples/topology/Makefile
config.status: creating examples/trivial/Makefile
config.status: creating examples/trivial/myapp
config.status: creating examples/wave1d/Makefile
config.status: creating examples/wave1d/myapp
config.status: creating man/Makefile
config.status: creating man/man1/Makefile
config.status: creating man/man2/Makefile
config.status: creating man/man3/Makefile
config.status: creating man/man5/Makefile
config.status: creating man/man7/Makefile
config.status: creating man/mans/Makefile
config.status: creating otb/Makefile
config.status: creating otb/bfctl/Makefile
config.status: creating otb/bfstate/Makefile
config.status: creating otb/doom/Makefile
config.status: creating otb/fctl/Makefile
config.status: creating otb/filedr/Makefile
config.status: creating otb/fstate/Makefile
config.status: creating otb/ipcdr/Makefile
config.status: creating otb/kdump/Makefile
config.status: creating otb/lamclean/Makefile
config.status: creating otb/lamexec/Makefile
config.status: creating otb/lamhalt/Makefile
config.status: creating otb/lamgrow/Makefile
config.status: creating otb/lamnodes/Makefile
config.status: creating otb/lamshrink/Makefile
config.status: creating otb/lamtrace/Makefile
config.status: creating otb/loadgo/Makefile
config.status: creating otb/mpimsg/Makefile
config.status: creating otb/mpirun/Makefile
config.status: creating otb/mpitask/Makefile
config.status: creating otb/state/Makefile
config.status: creating otb/sys/Makefile
config.status: creating otb/sys/bforward/Makefile
config.status: creating otb/sys/bufferd/Makefile
config.status: creating otb/sys/dli_inet/Makefile
config.status: creating otb/sys/dlo_inet/Makefile
config.status: creating otb/sys/echod/Makefile
config.status: creating otb/sys/filed/Makefile
config.status: creating otb/sys/flatd/Makefile
config.status: creating otb/sys/iod/Makefile
config.status: creating otb/sys/haltd/Makefile
config.status: creating otb/sys/kenyad/Makefile
config.status: creating otb/sys/kernel/Makefile
config.status: creating otb/sys/loadd/Makefile
config.status: creating otb/sys/router/Makefile
config.status: creating otb/sys/traced/Makefile
config.status: creating otb/sys/versiond/Makefile
config.status: creating otb/sys/lamd/Makefile
config.status: creating otb/sys/impid/Makefile
config.status: creating otb/tping/Makefile
config.status: creating share/Makefile
config.status: creating share/args/Makefile
config.status: creating share/boot/Makefile
config.status: creating share/etc/Makefile
config.status: creating share/freq/Makefile
config.status: creating share/impi/Makefile
config.status: creating share/kreq/Makefile
config.status: creating share/include/Makefile
config.status: creating share/include/mpif.h
config.status: creating share/include/patchlevel.h
config.status: creating share/include/mpi2cxx/Makefile
config.status: creating share/mpi/Makefile
config.status: creating share/mpi/cxx/Makefile
config.status: creating share/mpi/f77/Makefile
config.status: creating share/mpi/totalview/Makefile
config.status: creating share/nreq/Makefile
config.status: creating share/pmpi/Makefile
config.status: creating share/pmpi/f77/Makefile
config.status: creating share/rreq/Makefile
config.status: creating share/ssi/Makefile
config.status: creating share/ssi/base/Makefile
config.status: creating share/ssi/include/Makefile
config.status: creating share/ssi/rpi/Makefile
config.status: creating share/ssi/rpi/base/Makefile
config.status: creating share/ssi/boot/Makefile
config.status: creating share/ssi/boot/base/Makefile
config.status: creating share/ssi/coll/Makefile
config.status: creating share/ssi/coll/base/Makefile
config.status: creating share/ssi/crlam/Makefile
config.status: creating share/ssi/crlam/base/Makefile
config.status: creating share/ssi/crmpi/Makefile
config.status: creating share/ssi/crmpi/base/Makefile
config.status: creating share/threads/Makefile
config.status: creating share/trillium/Makefile
config.status: creating share/tstdio/Makefile
config.status: creating tools/Makefile
config.status: creating tools/hboot/Makefile
config.status: creating tools/lamboot/Makefile
config.status: creating tools/laminfo/Makefile
config.status: creating tools/mpiexec/Makefile
config.status: creating tools/recon/Makefile
config.status: creating tools/tkill/Makefile
config.status: creating tools/wipe/Makefile
config.status: creating tools/wrappers/Makefile
config.status: creating romio/util/lam-configure-values
config.status: creating share/include/lam_config.h
config.status: share/include/lam_config.h is unchanged
config.status: executing depfiles commands
Making all in config
make[1]: Entering directory `/home/mercator/src/lam-7.0.6/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mercator/src/lam-7.0.6/config'
Making all in doc
make[1]: Entering directory `/home/mercator/src/lam-7.0.6/doc'
Making all in install
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/doc/install'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/doc/install'
Making all in user
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/doc/user'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/doc/user'
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/doc'
make[1]: Leaving directory `/home/mercator/src/lam-7.0.6/doc'
Making all in share
make[1]: Entering directory `/home/mercator/src/lam-7.0.6/share'
Making all in include
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/include'
cd ../.. && /bin/sh /home/mercator/src/lam-7.0.6/config/missing --run autoheader
rm -f stamp-h1
touch lam_config.h.in
cd ../.. && /bin/sh ./config.status share/include/lam_config.h
config.status: creating share/include/lam_config.h
config.status: share/include/lam_config.h is unchanged
make all-recursive
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/include'
make[3]: *** Warning: File `Makefile' has modification time in the future (2004-06-22 15:19:13 > 2004-06-22 15:19:07.8)
Making all in mpi2cxx
make[4]: Entering directory `/home/mercator/src/lam-7.0.6/share/include/mpi2cxx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/mercator/src/lam-7.0.6/share/include/mpi2cxx'
make[4]: Entering directory `/home/mercator/src/lam-7.0.6/share/include'
make[4]: *** Warning: File `Makefile' has modification time in the future (2004-06-22 15:19:13 > 2004-06-22 15:19:07.83)
cd ../.. && /bin/sh ./config.status share/include/lam_config.h
config.status: creating share/include/lam_config.h
config.status: share/include/lam_config.h is unchanged
make[4]: warning: Clock skew detected. Your build may be incomplete.
make[4]: Leaving directory `/home/mercator/src/lam-7.0.6/share/include'
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/home/mercator/src/lam-7.0.6/share/include'
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/include'
Making all in args
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/args'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_argv.lo -MD -MP -MF ".deps/all_argv.Tpo" -c -o all_argv.lo all_argv.c; \
then mv -f ".deps/all_argv.Tpo" ".deps/all_argv.Plo"; else rm -f ".deps/all_argv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_argv.lo -MD -MP -MF .deps/all_argv.Tpo -c all_argv.c -fPIC -DPIC -o all_argv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_opt.lo -MD -MP -MF ".deps/all_opt.Tpo" -c -o all_opt.lo all_opt.c; \
then mv -f ".deps/all_opt.Tpo" ".deps/all_opt.Plo"; else rm -f ".deps/all_opt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_opt.lo -MD -MP -MF .deps/all_opt.Tpo -c all_opt.c -fPIC -DPIC -o all_opt.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT do_args.lo -MD -MP -MF ".deps/do_args.Tpo" -c -o do_args.lo do_args.c; \
then mv -f ".deps/do_args.Tpo" ".deps/do_args.Plo"; else rm -f ".deps/do_args.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT do_args.lo -MD -MP -MF .deps/do_args.Tpo -c do_args.c -fPIC -DPIC -o do_args.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ndi_parse.lo -MD -MP -MF ".deps/ndi_parse.Tpo" -c -o ndi_parse.lo ndi_parse.c; \
then mv -f ".deps/ndi_parse.Tpo" ".deps/ndi_parse.Plo"; else rm -f ".deps/ndi_parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ndi_parse.lo -MD -MP -MF .deps/ndi_parse.Tpo -c ndi_parse.c -fPIC -DPIC -o ndi_parse.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ndi_resolve.lo -MD -MP -MF ".deps/ndi_resolve.Tpo" -c -o ndi_resolve.lo ndi_resolve.c; \
then mv -f ".deps/ndi_resolve.Tpo" ".deps/ndi_resolve.Plo"; else rm -f ".deps/ndi_resolve.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ndi_resolve.lo -MD -MP -MF .deps/ndi_resolve.Tpo -c ndi_resolve.c -fPIC -DPIC -o ndi_resolve.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT parse_id.lo -MD -MP -MF ".deps/parse_id.Tpo" -c -o parse_id.lo parse_id.c; \
then mv -f ".deps/parse_id.Tpo" ".deps/parse_id.Plo"; else rm -f ".deps/parse_id.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT parse_id.lo -MD -MP -MF .deps/parse_id.Tpo -c parse_id.c -fPIC -DPIC -o parse_id.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pdi_parse.lo -MD -MP -MF ".deps/pdi_parse.Tpo" -c -o pdi_parse.lo pdi_parse.c; \
then mv -f ".deps/pdi_parse.Tpo" ".deps/pdi_parse.Plo"; else rm -f ".deps/pdi_parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pdi_parse.lo -MD -MP -MF .deps/pdi_parse.Tpo -c pdi_parse.c -fPIC -DPIC -o pdi_parse.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamargs.la all_argv.lo all_opt.lo do_args.lo ndi_parse.lo ndi_resolve.lo parse_id.lo pdi_parse.lo -lpthread
mkdir .libs
ar cru .libs/liblamargs.a all_argv.o all_opt.o do_args.o ndi_parse.o ndi_resolve.o parse_id.o pdi_parse.o
ranlib .libs/liblamargs.a
creating liblamargs.la
(cd .libs && rm -f liblamargs.la && ln -s ../liblamargs.la liblamargs.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/args'
Making all in boot
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/boot'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT app_mgmt.lo -MD -MP -MF ".deps/app_mgmt.Tpo" -c -o app_mgmt.lo app_mgmt.c; \
then mv -f ".deps/app_mgmt.Tpo" ".deps/app_mgmt.Plo"; else rm -f ".deps/app_mgmt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT app_mgmt.lo -MD -MP -MF .deps/app_mgmt.Tpo -c app_mgmt.c -fPIC -DPIC -o app_mgmt.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_parse.lo -MD -MP -MF ".deps/asc_parse.Tpo" -c -o asc_parse.lo asc_parse.c; \
then mv -f ".deps/asc_parse.Tpo" ".deps/asc_parse.Plo"; else rm -f ".deps/asc_parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_parse.lo -MD -MP -MF .deps/asc_parse.Tpo -c asc_parse.c -fPIC -DPIC -o asc_parse.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_run.lo -MD -MP -MF ".deps/asc_run.Tpo" -c -o asc_run.lo asc_run.c; \
then mv -f ".deps/asc_run.Tpo" ".deps/asc_run.Plo"; else rm -f ".deps/asc_run.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_run.lo -MD -MP -MF .deps/asc_run.Tpo -c asc_run.c -fPIC -DPIC -o asc_run.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_schedule.lo -MD -MP -MF ".deps/asc_schedule.Tpo" -c -o asc_schedule.lo asc_schedule.c; \
then mv -f ".deps/asc_schedule.Tpo" ".deps/asc_schedule.Plo"; else rm -f ".deps/asc_schedule.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_schedule.lo -MD -MP -MF .deps/asc_schedule.Tpo -c asc_schedule.c -fPIC -DPIC -o asc_schedule.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_workdir.lo -MD -MP -MF ".deps/asc_workdir.Tpo" -c -o asc_workdir.lo asc_workdir.c; \
then mv -f ".deps/asc_workdir.Tpo" ".deps/asc_workdir.Plo"; else rm -f ".deps/asc_workdir.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT asc_workdir.lo -MD -MP -MF .deps/asc_workdir.Tpo -c asc_workdir.c -fPIC -DPIC -o asc_workdir.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bhostparse.lo -MD -MP -MF ".deps/bhostparse.Tpo" -c -o bhostparse.lo bhostparse.c; \
then mv -f ".deps/bhostparse.Tpo" ".deps/bhostparse.Plo"; else rm -f ".deps/bhostparse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bhostparse.lo -MD -MP -MF .deps/bhostparse.Tpo -c bhostparse.c -fPIC -DPIC -o bhostparse.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT deallocate.lo -MD -MP -MF ".deps/deallocate.Tpo" -c -o deallocate.lo deallocate.c; \
then mv -f ".deps/deallocate.Tpo" ".deps/deallocate.Plo"; else rm -f ".deps/deallocate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT deallocate.lo -MD -MP -MF .deps/deallocate.Tpo -c deallocate.c -fPIC -DPIC -o deallocate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT hbootparse.lo -MD -MP -MF ".deps/hbootparse.Tpo" -c -o hbootparse.lo hbootparse.c; \
then mv -f ".deps/hbootparse.Tpo" ".deps/hbootparse.Plo"; else rm -f ".deps/hbootparse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT hbootparse.lo -MD -MP -MF .deps/hbootparse.Tpo -c hbootparse.c -fPIC -DPIC -o hbootparse.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamnet.lo -MD -MP -MF ".deps/lamnet.Tpo" -c -o lamnet.lo lamnet.c; \
then mv -f ".deps/lamnet.Tpo" ".deps/lamnet.Plo"; else rm -f ".deps/lamnet.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamnet.lo -MD -MP -MF .deps/lamnet.Tpo -c lamnet.c -fPIC -DPIC -o lamnet.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT proc_schema.lo -MD -MP -MF ".deps/proc_schema.Tpo" -c -o proc_schema.lo proc_schema.c; \
then mv -f ".deps/proc_schema.Tpo" ".deps/proc_schema.Plo"; else rm -f ".deps/proc_schema.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT proc_schema.lo -MD -MP -MF .deps/proc_schema.Tpo -c proc_schema.c -fPIC -DPIC -o proc_schema.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamboot.la app_mgmt.lo asc_parse.lo asc_run.lo asc_schedule.lo asc_workdir.lo bhostparse.lo deallocate.lo hbootparse.lo lamnet.lo proc_schema.lo -lpthread
mkdir .libs
ar cru .libs/liblamboot.a app_mgmt.o asc_parse.o asc_run.o asc_schedule.o asc_workdir.o bhostparse.o deallocate.o hbootparse.o lamnet.o proc_schema.o
ranlib .libs/liblamboot.a
creating liblamboot.la
(cd .libs && rm -f liblamboot.la && ln -s ../liblamboot.la liblamboot.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/boot'
Making all in etc
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/etc'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT T.lo -MD -MP -MF ".deps/T.Tpo" -c -o T.lo T.c; \
then mv -f ".deps/T.Tpo" ".deps/T.Plo"; else rm -f ".deps/T.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT T.lo -MD -MP -MF .deps/T.Tpo -c T.c -fPIC -DPIC -o T.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_array.lo -MD -MP -MF ".deps/all_array.Tpo" -c -o all_array.lo all_array.c; \
then mv -f ".deps/all_array.Tpo" ".deps/all_array.Plo"; else rm -f ".deps/all_array.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_array.lo -MD -MP -MF .deps/all_array.Tpo -c all_array.c -fPIC -DPIC -o all_array.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_hash.lo -MD -MP -MF ".deps/all_hash.Tpo" -c -o all_hash.lo all_hash.c; \
then mv -f ".deps/all_hash.Tpo" ".deps/all_hash.Plo"; else rm -f ".deps/all_hash.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_hash.lo -MD -MP -MF .deps/all_hash.Tpo -c all_hash.c -fPIC -DPIC -o all_hash.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_list.lo -MD -MP -MF ".deps/all_list.Tpo" -c -o all_list.lo all_list.c; \
then mv -f ".deps/all_list.Tpo" ".deps/all_list.Plo"; else rm -f ".deps/all_list.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_list.lo -MD -MP -MF .deps/all_list.Tpo -c all_list.c -fPIC -DPIC -o all_list.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_queue.lo -MD -MP -MF ".deps/all_queue.Tpo" -c -o all_queue.lo all_queue.c; \
then mv -f ".deps/all_queue.Tpo" ".deps/all_queue.Plo"; else rm -f ".deps/all_queue.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_queue.lo -MD -MP -MF .deps/all_queue.Tpo -c all_queue.c -fPIC -DPIC -o all_queue.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_shash.lo -MD -MP -MF ".deps/all_shash.Tpo" -c -o all_shash.lo all_shash.c; \
then mv -f ".deps/all_shash.Tpo" ".deps/all_shash.Plo"; else rm -f ".deps/all_shash.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_shash.lo -MD -MP -MF .deps/all_shash.Tpo -c all_shash.c -fPIC -DPIC -o all_shash.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_slist.lo -MD -MP -MF ".deps/all_slist.Tpo" -c -o all_slist.lo all_slist.c; \
then mv -f ".deps/all_slist.Tpo" ".deps/all_slist.Plo"; else rm -f ".deps/all_slist.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_slist.lo -MD -MP -MF .deps/all_slist.Tpo -c all_slist.c -fPIC -DPIC -o all_slist.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_squeue.lo -MD -MP -MF ".deps/all_squeue.Tpo" -c -o all_squeue.lo all_squeue.c; \
then mv -f ".deps/all_squeue.Tpo" ".deps/all_squeue.Plo"; else rm -f ".deps/all_squeue.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT all_squeue.lo -MD -MP -MF .deps/all_squeue.Tpo -c all_squeue.c -fPIC -DPIC -o all_squeue.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT atos.lo -MD -MP -MF ".deps/atos.Tpo" -c -o atos.lo atos.c; \
then mv -f ".deps/atos.Tpo" ".deps/atos.Plo"; else rm -f ".deps/atos.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT atos.lo -MD -MP -MF .deps/atos.Tpo -c atos.c -fPIC -DPIC -o atos.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT blktype.lo -MD -MP -MF ".deps/blktype.Tpo" -c -o blktype.lo blktype.c; \
then mv -f ".deps/blktype.Tpo" ".deps/blktype.Plo"; else rm -f ".deps/blktype.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT blktype.lo -MD -MP -MF .deps/blktype.Tpo -c blktype.c -fPIC -DPIC -o blktype.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bootsockio.lo -MD -MP -MF ".deps/bootsockio.Tpo" -c -o bootsockio.lo bootsockio.c; \
then mv -f ".deps/bootsockio.Tpo" ".deps/bootsockio.Plo"; else rm -f ".deps/bootsockio.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bootsockio.lo -MD -MP -MF .deps/bootsockio.Tpo -c bootsockio.c -fPIC -DPIC -o bootsockio.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT combine.lo -MD -MP -MF ".deps/combine.Tpo" -c -o combine.lo combine.c; \
then mv -f ".deps/combine.Tpo" ".deps/combine.Plo"; else rm -f ".deps/combine.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT combine.lo -MD -MP -MF .deps/combine.Tpo -c combine.c -fPIC -DPIC -o combine.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT f2cstring.lo -MD -MP -MF ".deps/f2cstring.Tpo" -c -o f2cstring.lo f2cstring.c; \
then mv -f ".deps/f2cstring.Tpo" ".deps/f2cstring.Plo"; else rm -f ".deps/f2cstring.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT f2cstring.lo -MD -MP -MF .deps/f2cstring.Tpo -c f2cstring.c -fPIC -DPIC -o f2cstring.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT fail.lo -MD -MP -MF ".deps/fail.Tpo" -c -o fail.lo fail.c; \
then mv -f ".deps/fail.Tpo" ".deps/fail.Plo"; else rm -f ".deps/fail.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT fail.lo -MD -MP -MF .deps/fail.Tpo -c fail.c -fPIC -DPIC -o fail.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT few.lo -MD -MP -MF ".deps/few.Tpo" -c -o few.lo few.c; \
then mv -f ".deps/few.Tpo" ".deps/few.Plo"; else rm -f ".deps/few.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT few.lo -MD -MP -MF .deps/few.Tpo -c few.c -fPIC -DPIC -o few.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT fork.lo -MD -MP -MF ".deps/fork.Tpo" -c -o fork.lo fork.c; \
then mv -f ".deps/fork.Tpo" ".deps/fork.Plo"; else rm -f ".deps/fork.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -fPIC -DPIC -o fork.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getinetaddr.lo -MD -MP -MF ".deps/getinetaddr.Tpo" -c -o getinetaddr.lo getinetaddr.c; \
then mv -f ".deps/getinetaddr.Tpo" ".deps/getinetaddr.Plo"; else rm -f ".deps/getinetaddr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getinetaddr.lo -MD -MP -MF .deps/getinetaddr.Tpo -c getinetaddr.c -fPIC -DPIC -o getinetaddr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getworkdir.lo -MD -MP -MF ".deps/getworkdir.Tpo" -c -o getworkdir.lo getworkdir.c; \
then mv -f ".deps/getworkdir.Tpo" ".deps/getworkdir.Plo"; else rm -f ".deps/getworkdir.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getworkdir.lo -MD -MP -MF .deps/getworkdir.Tpo -c getworkdir.c -fPIC -DPIC -o getworkdir.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ieee.lo -MD -MP -MF ".deps/ieee.Tpo" -c -o ieee.lo ieee.c; \
then mv -f ".deps/ieee.Tpo" ".deps/ieee.Plo"; else rm -f ".deps/ieee.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ieee.lo -MD -MP -MF .deps/ieee.Tpo -c ieee.c -fPIC -DPIC -o ieee.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT itoa.lo -MD -MP -MF ".deps/itoa.Tpo" -c -o itoa.lo itoa.c; \
then mv -f ".deps/itoa.Tpo" ".deps/itoa.Plo"; else rm -f ".deps/itoa.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT itoa.lo -MD -MP -MF .deps/itoa.Tpo -c itoa.c -fPIC -DPIC -o itoa.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kill.lo -MD -MP -MF ".deps/kill.Tpo" -c -o kill.lo kill.c; \
then mv -f ".deps/kill.Tpo" ".deps/kill.Plo"; else rm -f ".deps/kill.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c kill.c -fPIC -DPIC -o kill.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kiproc.lo -MD -MP -MF ".deps/kiproc.Tpo" -c -o kiproc.lo kiproc.c; \
then mv -f ".deps/kiproc.Tpo" ".deps/kiproc.Plo"; else rm -f ".deps/kiproc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kiproc.lo -MD -MP -MF .deps/kiproc.Tpo -c kiproc.c -fPIC -DPIC -o kiproc.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_gethostby.lo -MD -MP -MF ".deps/lam_gethostby.Tpo" -c -o lam_gethostby.lo lam_gethostby.c; \
then mv -f ".deps/lam_gethostby.Tpo" ".deps/lam_gethostby.Plo"; else rm -f ".deps/lam_gethostby.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_gethostby.lo -MD -MP -MF .deps/lam_gethostby.Tpo -c lam_gethostby.c -fPIC -DPIC -o lam_gethostby.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_gethostname.lo -MD -MP -MF ".deps/lam_gethostname.Tpo" -c -o lam_gethostname.lo lam_gethostname.c; \
then mv -f ".deps/lam_gethostname.Tpo" ".deps/lam_gethostname.Plo"; else rm -f ".deps/lam_gethostname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_gethostname.lo -MD -MP -MF .deps/lam_gethostname.Tpo -c lam_gethostname.c -fPIC -DPIC -o lam_gethostname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_getpid.lo -MD -MP -MF ".deps/lam_getpid.Tpo" -c -o lam_getpid.lo lam_getpid.c; \
then mv -f ".deps/lam_getpid.Tpo" ".deps/lam_getpid.Plo"; else rm -f ".deps/lam_getpid.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lam_getpid.lo -MD -MP -MF .deps/lam_getpid.Tpo -c lam_getpid.c -fPIC -DPIC -o lam_getpid.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcommdebug.lo -MD -MP -MF ".deps/lamcommdebug.Tpo" -c -o lamcommdebug.lo lamcommdebug.c; \
then mv -f ".deps/lamcommdebug.Tpo" ".deps/lamcommdebug.Plo"; else rm -f ".deps/lamcommdebug.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcommdebug.lo -MD -MP -MF .deps/lamcommdebug.Tpo -c lamcommdebug.c -fPIC -DPIC -o lamcommdebug.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdebug.lo -MD -MP -MF ".deps/lamdebug.Tpo" -c -o lamdebug.lo lamdebug.c; \
then mv -f ".deps/lamdebug.Tpo" ".deps/lamdebug.Plo"; else rm -f ".deps/lamdebug.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdebug.lo -MD -MP -MF .deps/lamdebug.Tpo -c lamdebug.c -fPIC -DPIC -o lamdebug.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamlog.lo -MD -MP -MF ".deps/lamlog.Tpo" -c -o lamlog.lo lamlog.c; \
then mv -f ".deps/lamlog.Tpo" ".deps/lamlog.Plo"; else rm -f ".deps/lamlog.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamlog.lo -MD -MP -MF .deps/lamlog.Tpo -c lamlog.c -fPIC -DPIC -o lamlog.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamunix.lo -MD -MP -MF ".deps/lamunix.Tpo" -c -o lamunix.lo lamunix.c; \
then mv -f ".deps/lamunix.Tpo" ".deps/lamunix.Plo"; else rm -f ".deps/lamunix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamunix.lo -MD -MP -MF .deps/lamunix.Tpo -c lamunix.c -fPIC -DPIC -o lamunix.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ldtimer.lo -MD -MP -MF ".deps/ldtimer.Tpo" -c -o ldtimer.lo ldtimer.c; \
then mv -f ".deps/ldtimer.Tpo" ".deps/ldtimer.Plo"; else rm -f ".deps/ldtimer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ldtimer.lo -MD -MP -MF .deps/ldtimer.Tpo -c ldtimer.c -fPIC -DPIC -o ldtimer.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mempool.lo -MD -MP -MF ".deps/mempool.Tpo" -c -o mempool.lo mempool.c; \
then mv -f ".deps/mempool.Tpo" ".deps/mempool.Plo"; else rm -f ".deps/mempool.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c mempool.c -fPIC -DPIC -o mempool.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT memucmp.lo -MD -MP -MF ".deps/memucmp.Tpo" -c -o memucmp.lo memucmp.c; \
then mv -f ".deps/memucmp.Tpo" ".deps/memucmp.Plo"; else rm -f ".deps/memucmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT memucmp.lo -MD -MP -MF .deps/memucmp.Tpo -c memucmp.c -fPIC -DPIC -o memucmp.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT microsleep.lo -MD -MP -MF ".deps/microsleep.Tpo" -c -o microsleep.lo microsleep.c; \
then mv -f ".deps/microsleep.Tpo" ".deps/microsleep.Plo"; else rm -f ".deps/microsleep.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT microsleep.lo -MD -MP -MF .deps/microsleep.Tpo -c microsleep.c -fPIC -DPIC -o microsleep.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpiformout.lo -MD -MP -MF ".deps/mpiformout.Tpo" -c -o mpiformout.lo mpiformout.c; \
then mv -f ".deps/mpiformout.Tpo" ".deps/mpiformout.Plo"; else rm -f ".deps/mpiformout.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpiformout.lo -MD -MP -MF .deps/mpiformout.Tpo -c mpiformout.c -fPIC -DPIC -o mpiformout.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_com.lo -MD -MP -MF ".deps/mpitr_com.Tpo" -c -o mpitr_com.lo mpitr_com.c; \
then mv -f ".deps/mpitr_com.Tpo" ".deps/mpitr_com.Plo"; else rm -f ".deps/mpitr_com.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_com.lo -MD -MP -MF .deps/mpitr_com.Tpo -c mpitr_com.c -fPIC -DPIC -o mpitr_com.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_dtprint.lo -MD -MP -MF ".deps/mpitr_dtprint.Tpo" -c -o mpitr_dtprint.lo mpitr_dtprint.c; \
then mv -f ".deps/mpitr_dtprint.Tpo" ".deps/mpitr_dtprint.Plo"; else rm -f ".deps/mpitr_dtprint.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_dtprint.lo -MD -MP -MF .deps/mpitr_dtprint.Tpo -c mpitr_dtprint.c -fPIC -DPIC -o mpitr_dtprint.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_dtype.lo -MD -MP -MF ".deps/mpitr_dtype.Tpo" -c -o mpitr_dtype.lo mpitr_dtype.c; \
then mv -f ".deps/mpitr_dtype.Tpo" ".deps/mpitr_dtype.Plo"; else rm -f ".deps/mpitr_dtype.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpitr_dtype.lo -MD -MP -MF .deps/mpitr_dtype.Tpo -c mpitr_dtype.c -fPIC -DPIC -o mpitr_dtype.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mrw.lo -MD -MP -MF ".deps/mrw.Tpo" -c -o mrw.lo mrw.c; \
then mv -f ".deps/mrw.Tpo" ".deps/mrw.Plo"; else rm -f ".deps/mrw.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mrw.lo -MD -MP -MF .deps/mrw.Tpo -c mrw.c -fPIC -DPIC -o mrw.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nmsgconv.lo -MD -MP -MF ".deps/nmsgconv.Tpo" -c -o nmsgconv.lo nmsgconv.c; \
then mv -f ".deps/nmsgconv.Tpo" ".deps/nmsgconv.Plo"; else rm -f ".deps/nmsgconv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nmsgconv.lo -MD -MP -MF .deps/nmsgconv.Tpo -c nmsgconv.c -fPIC -DPIC -o nmsgconv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nodespin.lo -MD -MP -MF ".deps/nodespin.Tpo" -c -o nodespin.lo nodespin.c; \
then mv -f ".deps/nodespin.Tpo" ".deps/nodespin.Plo"; else rm -f ".deps/nodespin.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nodespin.lo -MD -MP -MF .deps/nodespin.Tpo -c nodespin.c -fPIC -DPIC -o nodespin.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT panic.lo -MD -MP -MF ".deps/panic.Tpo" -c -o panic.lo panic.c; \
then mv -f ".deps/panic.Tpo" ".deps/panic.Plo"; else rm -f ".deps/panic.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT panic.lo -MD -MP -MF .deps/panic.Tpo -c panic.c -fPIC -DPIC -o panic.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pathsearch.lo -MD -MP -MF ".deps/pathsearch.Tpo" -c -o pathsearch.lo pathsearch.c; \
then mv -f ".deps/pathsearch.Tpo" ".deps/pathsearch.Plo"; else rm -f ".deps/pathsearch.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pathsearch.lo -MD -MP -MF .deps/pathsearch.Tpo -c pathsearch.c -fPIC -DPIC -o pathsearch.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT prime.lo -MD -MP -MF ".deps/prime.Tpo" -c -o prime.lo prime.c; \
then mv -f ".deps/prime.Tpo" ".deps/prime.Plo"; else rm -f ".deps/prime.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT prime.lo -MD -MP -MF .deps/prime.Tpo -c prime.c -fPIC -DPIC -o prime.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pty.lo -MD -MP -MF ".deps/pty.Tpo" -c -o pty.lo pty.c; \
then mv -f ".deps/pty.Tpo" ".deps/pty.Plo"; else rm -f ".deps/pty.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pty.lo -MD -MP -MF .deps/pty.Tpo -c pty.c -fPIC -DPIC -o pty.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT registry.lo -MD -MP -MF ".deps/registry.Tpo" -c -o registry.lo registry.c; \
then mv -f ".deps/registry.Tpo" ".deps/registry.Plo"; else rm -f ".deps/registry.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -fPIC -DPIC -o registry.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rev.lo -MD -MP -MF ".deps/rev.Tpo" -c -o rev.lo rev.c; \
then mv -f ".deps/rev.Tpo" ".deps/rev.Plo"; else rm -f ".deps/rev.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rev.lo -MD -MP -MF .deps/rev.Tpo -c rev.c -fPIC -DPIC -o rev.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT show_help.lo -MD -MP -MF ".deps/show_help.Tpo" -c -o show_help.lo show_help.c; \
then mv -f ".deps/show_help.Tpo" ".deps/show_help.Plo"; else rm -f ".deps/show_help.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT show_help.lo -MD -MP -MF .deps/show_help.Tpo -c show_help.c -fPIC -DPIC -o show_help.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT show_version.lo -MD -MP -MF ".deps/show_version.Tpo" -c -o show_version.lo show_version.c; \
then mv -f ".deps/show_version.Tpo" ".deps/show_version.Plo"; else rm -f ".deps/show_version.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT show_version.lo -MD -MP -MF .deps/show_version.Tpo -c show_version.c -fPIC -DPIC -o show_version.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT snprintf.lo -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.lo snprintf.c; \
then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Plo"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -fPIC -DPIC -o snprintf.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT socket.lo -MD -MP -MF ".deps/socket.Tpo" -c -o socket.lo socket.c; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f ".deps/socket.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fPIC -DPIC -o socket.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT srfd.lo -MD -MP -MF ".deps/srfd.Tpo" -c -o srfd.lo srfd.c; \
then mv -f ".deps/srfd.Tpo" ".deps/srfd.Plo"; else rm -f ".deps/srfd.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT srfd.lo -MD -MP -MF .deps/srfd.Tpo -c srfd.c -fPIC -DPIC -o srfd.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT stoi.lo -MD -MP -MF ".deps/stoi.Tpo" -c -o stoi.lo stoi.c; \
then mv -f ".deps/stoi.Tpo" ".deps/stoi.Plo"; else rm -f ".deps/stoi.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT stoi.lo -MD -MP -MF .deps/stoi.Tpo -c stoi.c -fPIC -DPIC -o stoi.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT strncpy.lo -MD -MP -MF ".deps/strncpy.Tpo" -c -o strncpy.lo strncpy.c; \
then mv -f ".deps/strncpy.Tpo" ".deps/strncpy.Plo"; else rm -f ".deps/strncpy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT strncpy.lo -MD -MP -MF .deps/strncpy.Tpo -c strncpy.c -fPIC -DPIC -o strncpy.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT terror.lo -MD -MP -MF ".deps/terror.Tpo" -c -o terror.lo terror.c; \
then mv -f ".deps/terror.Tpo" ".deps/terror.Plo"; else rm -f ".deps/terror.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT terror.lo -MD -MP -MF .deps/terror.Tpo -c terror.c -fPIC -DPIC -o terror.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT trdrain_mpi.lo -MD -MP -MF ".deps/trdrain_mpi.Tpo" -c -o trdrain_mpi.lo trdrain_mpi.c; \
then mv -f ".deps/trdrain_mpi.Tpo" ".deps/trdrain_mpi.Plo"; else rm -f ".deps/trdrain_mpi.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT trdrain_mpi.lo -MD -MP -MF .deps/trdrain_mpi.Tpo -c trdrain_mpi.c -fPIC -DPIC -o trdrain_mpi.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ttime.lo -MD -MP -MF ".deps/ttime.Tpo" -c -o ttime.lo ttime.c; \
then mv -f ".deps/ttime.Tpo" ".deps/ttime.Plo"; else rm -f ".deps/ttime.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ttime.lo -MD -MP -MF .deps/ttime.Tpo -c ttime.c -fPIC -DPIC -o ttime.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT vctable.lo -MD -MP -MF ".deps/vctable.Tpo" -c -o vctable.lo vctable.c; \
then mv -f ".deps/vctable.Tpo" ".deps/vctable.Plo"; else rm -f ".deps/vctable.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT vctable.lo -MD -MP -MF .deps/vctable.Tpo -c vctable.c -fPIC -DPIC -o vctable.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT vsnprintf.lo -MD -MP -MF ".deps/vsnprintf.Tpo" -c -o vsnprintf.lo vsnprintf.c; \
then mv -f ".deps/vsnprintf.Tpo" ".deps/vsnprintf.Plo"; else rm -f ".deps/vsnprintf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT vsnprintf.lo -MD -MP -MF .deps/vsnprintf.Tpo -c vsnprintf.c -fPIC -DPIC -o vsnprintf.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblametc.la T.lo all_array.lo all_hash.lo all_list.lo all_queue.lo all_shash.lo all_slist.lo all_squeue.lo atos.lo blktype.lo bootsockio.lo combine.lo f2cstring.lo fail.lo few.lo fork.lo getinetaddr.lo getworkdir.lo ieee.lo itoa.lo kill.lo kiproc.lo lam_gethostby.lo lam_gethostname.lo lam_getpid.lo lamcommdebug.lo lamdebug.lo lamlog.lo lamunix.lo ldtimer.lo mempool.lo memucmp.lo microsleep.lo mpiformout.lo mpitr_com.lo mpitr_dtprint.lo mpitr_dtype.lo mrw.lo nmsgconv.lo nodespin.lo panic.lo pathsearch.lo prime.lo pty.lo registry.lo rev.lo show_help.lo show_version.lo snprintf.lo socket.lo srfd.lo stoi.lo strncpy.lo terror.lo trdrain_mpi.lo ttime.lo vctable.lo vsnprintf.lo -lpthread
mkdir .libs
ar cru .libs/liblametc.a T.o all_array.o all_hash.o all_list.o all_queue.o all_shash.o all_slist.o all_squeue.o atos.o blktype.o bootsockio.o combine.o f2cstring.o fail.o few.o fork.o getinetaddr.o getworkdir.o ieee.o itoa.o kill.o kiproc.o lam_gethostby.o lam_gethostname.o lam_getpid.o lamcommdebug.o lamdebug.o lamlog.o lamunix.o ldtimer.o mempool.o memucmp.o microsleep.o mpiformout.o mpitr_com.o mpitr_dtprint.o mpitr_dtype.o mrw.o nmsgconv.o nodespin.o panic.o pathsearch.o prime.o pty.o registry.o rev.o show_help.o show_version.o snprintf.o socket.o srfd.o stoi.o strncpy.o terror.o trdrain_mpi.o ttime.o vctable.o vsnprintf.o
ranlib .libs/liblametc.a
creating liblametc.la
(cd .libs && rm -f liblametc.la && ln -s ../liblametc.la liblametc.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/etc'
Making all in freq
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/freq'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lfopenfd.lo -MD -MP -MF ".deps/lfopenfd.Tpo" -c -o lfopenfd.lo lfopenfd.c; \
then mv -f ".deps/lfopenfd.Tpo" ".deps/lfopenfd.Plo"; else rm -f ".deps/lfopenfd.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lfopenfd.lo -MD -MP -MF .deps/lfopenfd.Tpo -c lfopenfd.c -fPIC -DPIC -o lfopenfd.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rf77.lo -MD -MP -MF ".deps/rf77.Tpo" -c -o rf77.lo rf77.c; \
then mv -f ".deps/rf77.Tpo" ".deps/rf77.Plo"; else rm -f ".deps/rf77.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rf77.lo -MD -MP -MF .deps/rf77.Tpo -c rf77.c -fPIC -DPIC -o rf77.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfatexit.lo -MD -MP -MF ".deps/rfatexit.Tpo" -c -o rfatexit.lo rfatexit.c; \
then mv -f ".deps/rfatexit.Tpo" ".deps/rfatexit.Plo"; else rm -f ".deps/rfatexit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfatexit.lo -MD -MP -MF .deps/rfatexit.Tpo -c rfatexit.c -fPIC -DPIC -o rfatexit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfaux.lo -MD -MP -MF ".deps/rfaux.Tpo" -c -o rfaux.lo rfaux.c; \
then mv -f ".deps/rfaux.Tpo" ".deps/rfaux.Plo"; else rm -f ".deps/rfaux.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfaux.lo -MD -MP -MF .deps/rfaux.Tpo -c rfaux.c -fPIC -DPIC -o rfaux.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfclose.lo -MD -MP -MF ".deps/rfclose.Tpo" -c -o rfclose.lo rfclose.c; \
then mv -f ".deps/rfclose.Tpo" ".deps/rfclose.Plo"; else rm -f ".deps/rfclose.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfclose.lo -MD -MP -MF .deps/rfclose.Tpo -c rfclose.c -fPIC -DPIC -o rfclose.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rflseek.lo -MD -MP -MF ".deps/rflseek.Tpo" -c -o rflseek.lo rflseek.c; \
then mv -f ".deps/rflseek.Tpo" ".deps/rflseek.Plo"; else rm -f ".deps/rflseek.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rflseek.lo -MD -MP -MF .deps/rflseek.Tpo -c rflseek.c -fPIC -DPIC -o rflseek.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfopen.lo -MD -MP -MF ".deps/rfopen.Tpo" -c -o rfopen.lo rfopen.c; \
then mv -f ".deps/rfopen.Tpo" ".deps/rfopen.Plo"; else rm -f ".deps/rfopen.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfopen.lo -MD -MP -MF .deps/rfopen.Tpo -c rfopen.c -fPIC -DPIC -o rfopen.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfpathfind.lo -MD -MP -MF ".deps/rfpathfind.Tpo" -c -o rfpathfind.lo rfpathfind.c; \
then mv -f ".deps/rfpathfind.Tpo" ".deps/rfpathfind.Plo"; else rm -f ".deps/rfpathfind.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfpathfind.lo -MD -MP -MF .deps/rfpathfind.Tpo -c rfpathfind.c -fPIC -DPIC -o rfpathfind.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfread.lo -MD -MP -MF ".deps/rfread.Tpo" -c -o rfread.lo rfread.c; \
then mv -f ".deps/rfread.Tpo" ".deps/rfread.Plo"; else rm -f ".deps/rfread.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfread.lo -MD -MP -MF .deps/rfread.Tpo -c rfread.c -fPIC -DPIC -o rfread.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfsimplex.lo -MD -MP -MF ".deps/rfsimplex.Tpo" -c -o rfsimplex.lo rfsimplex.c; \
then mv -f ".deps/rfsimplex.Tpo" ".deps/rfsimplex.Plo"; else rm -f ".deps/rfsimplex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfsimplex.lo -MD -MP -MF .deps/rfsimplex.Tpo -c rfsimplex.c -fPIC -DPIC -o rfsimplex.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfstat.lo -MD -MP -MF ".deps/rfstat.Tpo" -c -o rfstat.lo rfstat.c; \
then mv -f ".deps/rfstat.Tpo" ".deps/rfstat.Plo"; else rm -f ".deps/rfstat.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfstat.lo -MD -MP -MF .deps/rfstat.Tpo -c rfstat.c -fPIC -DPIC -o rfstat.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfstate.lo -MD -MP -MF ".deps/rfstate.Tpo" -c -o rfstate.lo rfstate.c; \
then mv -f ".deps/rfstate.Tpo" ".deps/rfstate.Plo"; else rm -f ".deps/rfstate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfstate.lo -MD -MP -MF .deps/rfstate.Tpo -c rfstate.c -fPIC -DPIC -o rfstate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfwrite.lo -MD -MP -MF ".deps/rfwrite.Tpo" -c -o rfwrite.lo rfwrite.c; \
then mv -f ".deps/rfwrite.Tpo" ".deps/rfwrite.Plo"; else rm -f ".deps/rfwrite.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rfwrite.lo -MD -MP -MF .deps/rfwrite.Tpo -c rfwrite.c -fPIC -DPIC -o rfwrite.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamfreq.la lfopenfd.lo rf77.lo rfatexit.lo rfaux.lo rfclose.lo rflseek.lo rfopen.lo rfpathfind.lo rfread.lo rfsimplex.lo rfstat.lo rfstate.lo rfwrite.lo -lpthread
mkdir .libs
ar cru .libs/liblamfreq.a lfopenfd.o rf77.o rfatexit.o rfaux.o rfclose.o rflseek.o rfopen.o rfpathfind.o rfread.o rfsimplex.o rfstat.o rfstate.o rfwrite.o
ranlib .libs/liblamfreq.a
creating liblamfreq.la
(cd .libs && rm -f liblamfreq.la && ln -s ../liblamfreq.la liblamfreq.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/freq'
Making all in kreq
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/kreq'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kdoom.lo -MD -MP -MF ".deps/kdoom.Tpo" -c -o kdoom.lo kdoom.c; \
then mv -f ".deps/kdoom.Tpo" ".deps/kdoom.Plo"; else rm -f ".deps/kdoom.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kdoom.lo -MD -MP -MF .deps/kdoom.Tpo -c kdoom.c -fPIC -DPIC -o kdoom.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT clientio.lo -MD -MP -MF ".deps/clientio.Tpo" -c -o clientio.lo clientio.c; \
then mv -f ".deps/clientio.Tpo" ".deps/clientio.Plo"; else rm -f ".deps/clientio.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT clientio.lo -MD -MP -MF .deps/clientio.Tpo -c clientio.c -fPIC -DPIC -o clientio.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT couter.lo -MD -MP -MF ".deps/couter.Tpo" -c -o couter.lo couter.c; \
then mv -f ".deps/couter.Tpo" ".deps/couter.Plo"; else rm -f ".deps/couter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT couter.lo -MD -MP -MF .deps/couter.Tpo -c couter.c -fPIC -DPIC -o couter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kattach.lo -MD -MP -MF ".deps/kattach.Tpo" -c -o kattach.lo kattach.c; \
then mv -f ".deps/kattach.Tpo" ".deps/kattach.Plo"; else rm -f ".deps/kattach.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kattach.lo -MD -MP -MF .deps/kattach.Tpo -c kattach.c -fPIC -DPIC -o kattach.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kcreate.lo -MD -MP -MF ".deps/kcreate.Tpo" -c -o kcreate.lo kcreate.c; \
then mv -f ".deps/kcreate.Tpo" ".deps/kcreate.Plo"; else rm -f ".deps/kcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kcreate.lo -MD -MP -MF .deps/kcreate.Tpo -c kcreate.c -fPIC -DPIC -o kcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kdetach.lo -MD -MP -MF ".deps/kdetach.Tpo" -c -o kdetach.lo kdetach.c; \
then mv -f ".deps/kdetach.Tpo" ".deps/kdetach.Plo"; else rm -f ".deps/kdetach.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kdetach.lo -MD -MP -MF .deps/kdetach.Tpo -c kdetach.c -fPIC -DPIC -o kdetach.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kenter.lo -MD -MP -MF ".deps/kenter.Tpo" -c -o kenter.lo kenter.c; \
then mv -f ".deps/kenter.Tpo" ".deps/kenter.Plo"; else rm -f ".deps/kenter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kenter.lo -MD -MP -MF .deps/kenter.Tpo -c kenter.c -fPIC -DPIC -o kenter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kexit.lo -MD -MP -MF ".deps/kexit.Tpo" -c -o kexit.lo kexit.c; \
then mv -f ".deps/kexit.Tpo" ".deps/kexit.Plo"; else rm -f ".deps/kexit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kexit.lo -MD -MP -MF .deps/kexit.Tpo -c kexit.c -fPIC -DPIC -o kexit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kinit.lo -MD -MP -MF ".deps/kinit.Tpo" -c -o kinit.lo kinit.c; \
then mv -f ".deps/kinit.Tpo" ".deps/kinit.Plo"; else rm -f ".deps/kinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kinit.lo -MD -MP -MF .deps/kinit.Tpo -c kinit.c -fPIC -DPIC -o kinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT krecv.lo -MD -MP -MF ".deps/krecv.Tpo" -c -o krecv.lo krecv.c; \
then mv -f ".deps/krecv.Tpo" ".deps/krecv.Plo"; else rm -f ".deps/krecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT krecv.lo -MD -MP -MF .deps/krecv.Tpo -c krecv.c -fPIC -DPIC -o krecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksend.lo -MD -MP -MF ".deps/ksend.Tpo" -c -o ksend.lo ksend.c; \
then mv -f ".deps/ksend.Tpo" ".deps/ksend.Plo"; else rm -f ".deps/ksend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksend.lo -MD -MP -MF .deps/ksend.Tpo -c ksend.c -fPIC -DPIC -o ksend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksignal.lo -MD -MP -MF ".deps/ksignal.Tpo" -c -o ksignal.lo ksignal.c; \
then mv -f ".deps/ksignal.Tpo" ".deps/ksignal.Plo"; else rm -f ".deps/ksignal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksignal.lo -MD -MP -MF .deps/ksignal.Tpo -c ksignal.c -fPIC -DPIC -o ksignal.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksr.lo -MD -MP -MF ".deps/ksr.Tpo" -c -o ksr.lo ksr.c; \
then mv -f ".deps/ksr.Tpo" ".deps/ksr.Plo"; else rm -f ".deps/ksr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ksr.lo -MD -MP -MF .deps/ksr.Tpo -c ksr.c -fPIC -DPIC -o ksr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kstate.lo -MD -MP -MF ".deps/kstate.Tpo" -c -o kstate.lo kstate.c; \
then mv -f ".deps/kstate.Tpo" ".deps/kstate.Plo"; else rm -f ".deps/kstate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT kstate.lo -MD -MP -MF .deps/kstate.Tpo -c kstate.c -fPIC -DPIC -o kstate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ktrace.lo -MD -MP -MF ".deps/ktrace.Tpo" -c -o ktrace.lo ktrace.c; \
then mv -f ".deps/ktrace.Tpo" ".deps/ktrace.Plo"; else rm -f ".deps/ktrace.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ktrace.lo -MD -MP -MF .deps/ktrace.Tpo -c ktrace.c -fPIC -DPIC -o ktrace.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamkreq.la kdoom.lo clientio.lo couter.lo kattach.lo kcreate.lo kdetach.lo kenter.lo kexit.lo kinit.lo krecv.lo ksend.lo ksignal.lo ksr.lo kstate.lo ktrace.lo -lpthread
mkdir .libs
ar cru .libs/liblamkreq.a kdoom.o clientio.o couter.o kattach.o kcreate.o kdetach.o kenter.o kexit.o kinit.o krecv.o ksend.o ksignal.o ksr.o kstate.o ktrace.o
ranlib .libs/liblamkreq.a
creating liblamkreq.la
(cd .libs && rm -f liblamkreq.la && ln -s ../liblamkreq.la liblamkreq.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/kreq'
Making all in impi
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/impi'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/impi'
Making all in mpi
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/mpi'
Making all in f77
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/mpi/f77'
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT abort_f.lo -MD -MP -MF ".deps/abort_f.Tpo" -c -o abort_f.lo abort_f.c; \
then mv -f ".deps/abort_f.Tpo" ".deps/abort_f.Plo"; else rm -f ".deps/abort_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT abort_f.lo -MD -MP -MF .deps/abort_f.Tpo -c abort_f.c -fPIC -DPIC -o abort_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accept_f.lo -MD -MP -MF ".deps/accept_f.Tpo" -c -o accept_f.lo accept_f.c; \
then mv -f ".deps/accept_f.Tpo" ".deps/accept_f.Plo"; else rm -f ".deps/accept_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accept_f.lo -MD -MP -MF .deps/accept_f.Tpo -c accept_f.c -fPIC -DPIC -o accept_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accumulate_f.lo -MD -MP -MF ".deps/accumulate_f.Tpo" -c -o accumulate_f.lo accumulate_f.c; \
then mv -f ".deps/accumulate_f.Tpo" ".deps/accumulate_f.Plo"; else rm -f ".deps/accumulate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accumulate_f.lo -MD -MP -MF .deps/accumulate_f.Tpo -c accumulate_f.c -fPIC -DPIC -o accumulate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT address_f.lo -MD -MP -MF ".deps/address_f.Tpo" -c -o address_f.lo address_f.c; \
then mv -f ".deps/address_f.Tpo" ".deps/address_f.Plo"; else rm -f ".deps/address_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT address_f.lo -MD -MP -MF .deps/address_f.Tpo -c address_f.c -fPIC -DPIC -o address_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgather_f.lo -MD -MP -MF ".deps/allgather_f.Tpo" -c -o allgather_f.lo allgather_f.c; \
then mv -f ".deps/allgather_f.Tpo" ".deps/allgather_f.Plo"; else rm -f ".deps/allgather_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgather_f.lo -MD -MP -MF .deps/allgather_f.Tpo -c allgather_f.c -fPIC -DPIC -o allgather_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgatherv_f.lo -MD -MP -MF ".deps/allgatherv_f.Tpo" -c -o allgatherv_f.lo allgatherv_f.c; \
then mv -f ".deps/allgatherv_f.Tpo" ".deps/allgatherv_f.Plo"; else rm -f ".deps/allgatherv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgatherv_f.lo -MD -MP -MF .deps/allgatherv_f.Tpo -c allgatherv_f.c -fPIC -DPIC -o allgatherv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allocmem_f.lo -MD -MP -MF ".deps/allocmem_f.Tpo" -c -o allocmem_f.lo allocmem_f.c; \
then mv -f ".deps/allocmem_f.Tpo" ".deps/allocmem_f.Plo"; else rm -f ".deps/allocmem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allocmem_f.lo -MD -MP -MF .deps/allocmem_f.Tpo -c allocmem_f.c -fPIC -DPIC -o allocmem_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allreduce_f.lo -MD -MP -MF ".deps/allreduce_f.Tpo" -c -o allreduce_f.lo allreduce_f.c; \
then mv -f ".deps/allreduce_f.Tpo" ".deps/allreduce_f.Plo"; else rm -f ".deps/allreduce_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allreduce_f.lo -MD -MP -MF .deps/allreduce_f.Tpo -c allreduce_f.c -fPIC -DPIC -o allreduce_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoall_f.lo -MD -MP -MF ".deps/alltoall_f.Tpo" -c -o alltoall_f.lo alltoall_f.c; \
then mv -f ".deps/alltoall_f.Tpo" ".deps/alltoall_f.Plo"; else rm -f ".deps/alltoall_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoall_f.lo -MD -MP -MF .deps/alltoall_f.Tpo -c alltoall_f.c -fPIC -DPIC -o alltoall_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoallv_f.lo -MD -MP -MF ".deps/alltoallv_f.Tpo" -c -o alltoallv_f.lo alltoallv_f.c; \
then mv -f ".deps/alltoallv_f.Tpo" ".deps/alltoallv_f.Plo"; else rm -f ".deps/alltoallv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoallv_f.lo -MD -MP -MF .deps/alltoallv_f.Tpo -c alltoallv_f.c -fPIC -DPIC -o alltoallv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrdel_f.lo -MD -MP -MF ".deps/attrdel_f.Tpo" -c -o attrdel_f.lo attrdel_f.c; \
then mv -f ".deps/attrdel_f.Tpo" ".deps/attrdel_f.Plo"; else rm -f ".deps/attrdel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrdel_f.lo -MD -MP -MF .deps/attrdel_f.Tpo -c attrdel_f.c -fPIC -DPIC -o attrdel_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrget_f.lo -MD -MP -MF ".deps/attrget_f.Tpo" -c -o attrget_f.lo attrget_f.c; \
then mv -f ".deps/attrget_f.Tpo" ".deps/attrget_f.Plo"; else rm -f ".deps/attrget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrget_f.lo -MD -MP -MF .deps/attrget_f.Tpo -c attrget_f.c -fPIC -DPIC -o attrget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrput_f.lo -MD -MP -MF ".deps/attrput_f.Tpo" -c -o attrput_f.lo attrput_f.c; \
then mv -f ".deps/attrput_f.Tpo" ".deps/attrput_f.Plo"; else rm -f ".deps/attrput_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrput_f.lo -MD -MP -MF .deps/attrput_f.Tpo -c attrput_f.c -fPIC -DPIC -o attrput_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT barrier_f.lo -MD -MP -MF ".deps/barrier_f.Tpo" -c -o barrier_f.lo barrier_f.c; \
then mv -f ".deps/barrier_f.Tpo" ".deps/barrier_f.Plo"; else rm -f ".deps/barrier_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT barrier_f.lo -MD -MP -MF .deps/barrier_f.Tpo -c barrier_f.c -fPIC -DPIC -o barrier_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bcast_f.lo -MD -MP -MF ".deps/bcast_f.Tpo" -c -o bcast_f.lo bcast_f.c; \
then mv -f ".deps/bcast_f.Tpo" ".deps/bcast_f.Plo"; else rm -f ".deps/bcast_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bcast_f.lo -MD -MP -MF .deps/bcast_f.Tpo -c bcast_f.c -fPIC -DPIC -o bcast_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsend_f.lo -MD -MP -MF ".deps/bsend_f.Tpo" -c -o bsend_f.lo bsend_f.c; \
then mv -f ".deps/bsend_f.Tpo" ".deps/bsend_f.Plo"; else rm -f ".deps/bsend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsend_f.lo -MD -MP -MF .deps/bsend_f.Tpo -c bsend_f.c -fPIC -DPIC -o bsend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsendinit_f.lo -MD -MP -MF ".deps/bsendinit_f.Tpo" -c -o bsendinit_f.lo bsendinit_f.c; \
then mv -f ".deps/bsendinit_f.Tpo" ".deps/bsendinit_f.Plo"; else rm -f ".deps/bsendinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsendinit_f.lo -MD -MP -MF .deps/bsendinit_f.Tpo -c bsendinit_f.c -fPIC -DPIC -o bsendinit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufattach_f.lo -MD -MP -MF ".deps/bufattach_f.Tpo" -c -o bufattach_f.lo bufattach_f.c; \
then mv -f ".deps/bufattach_f.Tpo" ".deps/bufattach_f.Plo"; else rm -f ".deps/bufattach_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufattach_f.lo -MD -MP -MF .deps/bufattach_f.Tpo -c bufattach_f.c -fPIC -DPIC -o bufattach_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufdetach_f.lo -MD -MP -MF ".deps/bufdetach_f.Tpo" -c -o bufdetach_f.lo bufdetach_f.c; \
then mv -f ".deps/bufdetach_f.Tpo" ".deps/bufdetach_f.Plo"; else rm -f ".deps/bufdetach_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufdetach_f.lo -MD -MP -MF .deps/bufdetach_f.Tpo -c bufdetach_f.c -fPIC -DPIC -o bufdetach_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cancel_f.lo -MD -MP -MF ".deps/cancel_f.Tpo" -c -o cancel_f.lo cancel_f.c; \
then mv -f ".deps/cancel_f.Tpo" ".deps/cancel_f.Plo"; else rm -f ".deps/cancel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cancel_f.lo -MD -MP -MF .deps/cancel_f.Tpo -c cancel_f.c -fPIC -DPIC -o cancel_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcoords_f.lo -MD -MP -MF ".deps/cartcoords_f.Tpo" -c -o cartcoords_f.lo cartcoords_f.c; \
then mv -f ".deps/cartcoords_f.Tpo" ".deps/cartcoords_f.Plo"; else rm -f ".deps/cartcoords_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcoords_f.lo -MD -MP -MF .deps/cartcoords_f.Tpo -c cartcoords_f.c -fPIC -DPIC -o cartcoords_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcreate_f.lo -MD -MP -MF ".deps/cartcreate_f.Tpo" -c -o cartcreate_f.lo cartcreate_f.c; \
then mv -f ".deps/cartcreate_f.Tpo" ".deps/cartcreate_f.Plo"; else rm -f ".deps/cartcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcreate_f.lo -MD -MP -MF .deps/cartcreate_f.Tpo -c cartcreate_f.c -fPIC -DPIC -o cartcreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartdimget_f.lo -MD -MP -MF ".deps/cartdimget_f.Tpo" -c -o cartdimget_f.lo cartdimget_f.c; \
then mv -f ".deps/cartdimget_f.Tpo" ".deps/cartdimget_f.Plo"; else rm -f ".deps/cartdimget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartdimget_f.lo -MD -MP -MF .deps/cartdimget_f.Tpo -c cartdimget_f.c -fPIC -DPIC -o cartdimget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartget_f.lo -MD -MP -MF ".deps/cartget_f.Tpo" -c -o cartget_f.lo cartget_f.c; \
then mv -f ".deps/cartget_f.Tpo" ".deps/cartget_f.Plo"; else rm -f ".deps/cartget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartget_f.lo -MD -MP -MF .deps/cartget_f.Tpo -c cartget_f.c -fPIC -DPIC -o cartget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartmap_f.lo -MD -MP -MF ".deps/cartmap_f.Tpo" -c -o cartmap_f.lo cartmap_f.c; \
then mv -f ".deps/cartmap_f.Tpo" ".deps/cartmap_f.Plo"; else rm -f ".deps/cartmap_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartmap_f.lo -MD -MP -MF .deps/cartmap_f.Tpo -c cartmap_f.c -fPIC -DPIC -o cartmap_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartrank_f.lo -MD -MP -MF ".deps/cartrank_f.Tpo" -c -o cartrank_f.lo cartrank_f.c; \
then mv -f ".deps/cartrank_f.Tpo" ".deps/cartrank_f.Plo"; else rm -f ".deps/cartrank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartrank_f.lo -MD -MP -MF .deps/cartrank_f.Tpo -c cartrank_f.c -fPIC -DPIC -o cartrank_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartshift_f.lo -MD -MP -MF ".deps/cartshift_f.Tpo" -c -o cartshift_f.lo cartshift_f.c; \
then mv -f ".deps/cartshift_f.Tpo" ".deps/cartshift_f.Plo"; else rm -f ".deps/cartshift_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartshift_f.lo -MD -MP -MF .deps/cartshift_f.Tpo -c cartshift_f.c -fPIC -DPIC -o cartshift_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartsub_f.lo -MD -MP -MF ".deps/cartsub_f.Tpo" -c -o cartsub_f.lo cartsub_f.c; \
then mv -f ".deps/cartsub_f.Tpo" ".deps/cartsub_f.Plo"; else rm -f ".deps/cartsub_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartsub_f.lo -MD -MP -MF .deps/cartsub_f.Tpo -c cartsub_f.c -fPIC -DPIC -o cartsub_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccmp_f.lo -MD -MP -MF ".deps/ccmp_f.Tpo" -c -o ccmp_f.lo ccmp_f.c; \
then mv -f ".deps/ccmp_f.Tpo" ".deps/ccmp_f.Plo"; else rm -f ".deps/ccmp_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccmp_f.lo -MD -MP -MF .deps/ccmp_f.Tpo -c ccmp_f.c -fPIC -DPIC -o ccmp_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreateerr_f.lo -MD -MP -MF ".deps/ccreateerr_f.Tpo" -c -o ccreateerr_f.lo ccreateerr_f.c; \
then mv -f ".deps/ccreateerr_f.Tpo" ".deps/ccreateerr_f.Plo"; else rm -f ".deps/ccreateerr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreateerr_f.lo -MD -MP -MF .deps/ccreateerr_f.Tpo -c ccreateerr_f.c -fPIC -DPIC -o ccreateerr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreate_f.lo -MD -MP -MF ".deps/ccreate_f.Tpo" -c -o ccreate_f.lo ccreate_f.c; \
then mv -f ".deps/ccreate_f.Tpo" ".deps/ccreate_f.Plo"; else rm -f ".deps/ccreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreate_f.lo -MD -MP -MF .deps/ccreate_f.Tpo -c ccreate_f.c -fPIC -DPIC -o ccreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreatekey_f.lo -MD -MP -MF ".deps/ccreatekey_f.Tpo" -c -o ccreatekey_f.lo ccreatekey_f.c; \
then mv -f ".deps/ccreatekey_f.Tpo" ".deps/ccreatekey_f.Plo"; else rm -f ".deps/ccreatekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreatekey_f.lo -MD -MP -MF .deps/ccreatekey_f.Tpo -c ccreatekey_f.c -fPIC -DPIC -o ccreatekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdelattr_f.lo -MD -MP -MF ".deps/cdelattr_f.Tpo" -c -o cdelattr_f.lo cdelattr_f.c; \
then mv -f ".deps/cdelattr_f.Tpo" ".deps/cdelattr_f.Plo"; else rm -f ".deps/cdelattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdelattr_f.lo -MD -MP -MF .deps/cdelattr_f.Tpo -c cdelattr_f.c -fPIC -DPIC -o cdelattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdisconnect_f.lo -MD -MP -MF ".deps/cdisconnect_f.Tpo" -c -o cdisconnect_f.lo cdisconnect_f.c; \
then mv -f ".deps/cdisconnect_f.Tpo" ".deps/cdisconnect_f.Plo"; else rm -f ".deps/cdisconnect_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdisconnect_f.lo -MD -MP -MF .deps/cdisconnect_f.Tpo -c cdisconnect_f.c -fPIC -DPIC -o cdisconnect_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdup_f.lo -MD -MP -MF ".deps/cdup_f.Tpo" -c -o cdup_f.lo cdup_f.c; \
then mv -f ".deps/cdup_f.Tpo" ".deps/cdup_f.Plo"; else rm -f ".deps/cdup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdup_f.lo -MD -MP -MF .deps/cdup_f.Tpo -c cdup_f.c -fPIC -DPIC -o cdup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfree_f.lo -MD -MP -MF ".deps/cfree_f.Tpo" -c -o cfree_f.lo cfree_f.c; \
then mv -f ".deps/cfree_f.Tpo" ".deps/cfree_f.Plo"; else rm -f ".deps/cfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfree_f.lo -MD -MP -MF .deps/cfree_f.Tpo -c cfree_f.c -fPIC -DPIC -o cfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfreekey_f.lo -MD -MP -MF ".deps/cfreekey_f.Tpo" -c -o cfreekey_f.lo cfreekey_f.c; \
then mv -f ".deps/cfreekey_f.Tpo" ".deps/cfreekey_f.Plo"; else rm -f ".deps/cfreekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfreekey_f.lo -MD -MP -MF .deps/cfreekey_f.Tpo -c cfreekey_f.c -fPIC -DPIC -o cfreekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetattr_f.lo -MD -MP -MF ".deps/cgetattr_f.Tpo" -c -o cgetattr_f.lo cgetattr_f.c; \
then mv -f ".deps/cgetattr_f.Tpo" ".deps/cgetattr_f.Plo"; else rm -f ".deps/cgetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetattr_f.lo -MD -MP -MF .deps/cgetattr_f.Tpo -c cgetattr_f.c -fPIC -DPIC -o cgetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgeterr_f.lo -MD -MP -MF ".deps/cgeterr_f.Tpo" -c -o cgeterr_f.lo cgeterr_f.c; \
then mv -f ".deps/cgeterr_f.Tpo" ".deps/cgeterr_f.Plo"; else rm -f ".deps/cgeterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgeterr_f.lo -MD -MP -MF .deps/cgeterr_f.Tpo -c cgeterr_f.c -fPIC -DPIC -o cgeterr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetname_f.lo -MD -MP -MF ".deps/cgetname_f.Tpo" -c -o cgetname_f.lo cgetname_f.c; \
then mv -f ".deps/cgetname_f.Tpo" ".deps/cgetname_f.Plo"; else rm -f ".deps/cgetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetname_f.lo -MD -MP -MF .deps/cgetname_f.Tpo -c cgetname_f.c -fPIC -DPIC -o cgetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetparent_f.lo -MD -MP -MF ".deps/cgetparent_f.Tpo" -c -o cgetparent_f.lo cgetparent_f.c; \
then mv -f ".deps/cgetparent_f.Tpo" ".deps/cgetparent_f.Plo"; else rm -f ".deps/cgetparent_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetparent_f.lo -MD -MP -MF .deps/cgetparent_f.Tpo -c cgetparent_f.c -fPIC -DPIC -o cgetparent_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgroup_f.lo -MD -MP -MF ".deps/cgroup_f.Tpo" -c -o cgroup_f.lo cgroup_f.c; \
then mv -f ".deps/cgroup_f.Tpo" ".deps/cgroup_f.Plo"; else rm -f ".deps/cgroup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgroup_f.lo -MD -MP -MF .deps/cgroup_f.Tpo -c cgroup_f.c -fPIC -DPIC -o cgroup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT connect_f.lo -MD -MP -MF ".deps/connect_f.Tpo" -c -o connect_f.lo connect_f.c; \
then mv -f ".deps/connect_f.Tpo" ".deps/connect_f.Plo"; else rm -f ".deps/connect_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT connect_f.lo -MD -MP -MF .deps/connect_f.Tpo -c connect_f.c -fPIC -DPIC -o connect_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crank_f.lo -MD -MP -MF ".deps/crank_f.Tpo" -c -o crank_f.lo crank_f.c; \
then mv -f ".deps/crank_f.Tpo" ".deps/crank_f.Plo"; else rm -f ".deps/crank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crank_f.lo -MD -MP -MF .deps/crank_f.Tpo -c crank_f.c -fPIC -DPIC -o crank_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crgroup_f.lo -MD -MP -MF ".deps/crgroup_f.Tpo" -c -o crgroup_f.lo crgroup_f.c; \
then mv -f ".deps/crgroup_f.Tpo" ".deps/crgroup_f.Plo"; else rm -f ".deps/crgroup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crgroup_f.lo -MD -MP -MF .deps/crgroup_f.Tpo -c crgroup_f.c -fPIC -DPIC -o crgroup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crsize_f.lo -MD -MP -MF ".deps/crsize_f.Tpo" -c -o crsize_f.lo crsize_f.c; \
then mv -f ".deps/crsize_f.Tpo" ".deps/crsize_f.Plo"; else rm -f ".deps/crsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crsize_f.lo -MD -MP -MF .deps/crsize_f.Tpo -c crsize_f.c -fPIC -DPIC -o crsize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetattr_f.lo -MD -MP -MF ".deps/csetattr_f.Tpo" -c -o csetattr_f.lo csetattr_f.c; \
then mv -f ".deps/csetattr_f.Tpo" ".deps/csetattr_f.Plo"; else rm -f ".deps/csetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetattr_f.lo -MD -MP -MF .deps/csetattr_f.Tpo -c csetattr_f.c -fPIC -DPIC -o csetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cseterr_f.lo -MD -MP -MF ".deps/cseterr_f.Tpo" -c -o cseterr_f.lo cseterr_f.c; \
then mv -f ".deps/cseterr_f.Tpo" ".deps/cseterr_f.Plo"; else rm -f ".deps/cseterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cseterr_f.lo -MD -MP -MF .deps/cseterr_f.Tpo -c cseterr_f.c -fPIC -DPIC -o cseterr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetname_f.lo -MD -MP -MF ".deps/csetname_f.Tpo" -c -o csetname_f.lo csetname_f.c; \
then mv -f ".deps/csetname_f.Tpo" ".deps/csetname_f.Plo"; else rm -f ".deps/csetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetname_f.lo -MD -MP -MF .deps/csetname_f.Tpo -c csetname_f.c -fPIC -DPIC -o csetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csize_f.lo -MD -MP -MF ".deps/csize_f.Tpo" -c -o csize_f.lo csize_f.c; \
then mv -f ".deps/csize_f.Tpo" ".deps/csize_f.Plo"; else rm -f ".deps/csize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csize_f.lo -MD -MP -MF .deps/csize_f.Tpo -c csize_f.c -fPIC -DPIC -o csize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csplit_f.lo -MD -MP -MF ".deps/csplit_f.Tpo" -c -o csplit_f.lo csplit_f.c; \
then mv -f ".deps/csplit_f.Tpo" ".deps/csplit_f.Plo"; else rm -f ".deps/csplit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csplit_f.lo -MD -MP -MF .deps/csplit_f.Tpo -c csplit_f.c -fPIC -DPIC -o csplit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ctestinter_f.lo -MD -MP -MF ".deps/ctestinter_f.Tpo" -c -o ctestinter_f.lo ctestinter_f.c; \
then mv -f ".deps/ctestinter_f.Tpo" ".deps/ctestinter_f.Plo"; else rm -f ".deps/ctestinter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ctestinter_f.lo -MD -MP -MF .deps/ctestinter_f.Tpo -c ctestinter_f.c -fPIC -DPIC -o ctestinter_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dimscreate_f.lo -MD -MP -MF ".deps/dimscreate_f.Tpo" -c -o dimscreate_f.lo dimscreate_f.c; \
then mv -f ".deps/dimscreate_f.Tpo" ".deps/dimscreate_f.Plo"; else rm -f ".deps/dimscreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dimscreate_f.lo -MD -MP -MF .deps/dimscreate_f.Tpo -c dimscreate_f.c -fPIC -DPIC -o dimscreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dupfn_f.lo -MD -MP -MF ".deps/dupfn_f.Tpo" -c -o dupfn_f.lo dupfn_f.c; \
then mv -f ".deps/dupfn_f.Tpo" ".deps/dupfn_f.Plo"; else rm -f ".deps/dupfn_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dupfn_f.lo -MD -MP -MF .deps/dupfn_f.Tpo -c dupfn_f.c -fPIC -DPIC -o dupfn_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errclass_f.lo -MD -MP -MF ".deps/errclass_f.Tpo" -c -o errclass_f.lo errclass_f.c; \
then mv -f ".deps/errclass_f.Tpo" ".deps/errclass_f.Plo"; else rm -f ".deps/errclass_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errclass_f.lo -MD -MP -MF .deps/errclass_f.Tpo -c errclass_f.c -fPIC -DPIC -o errclass_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errcreate_f.lo -MD -MP -MF ".deps/errcreate_f.Tpo" -c -o errcreate_f.lo errcreate_f.c; \
then mv -f ".deps/errcreate_f.Tpo" ".deps/errcreate_f.Plo"; else rm -f ".deps/errcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errcreate_f.lo -MD -MP -MF .deps/errcreate_f.Tpo -c errcreate_f.c -fPIC -DPIC -o errcreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errfree_f.lo -MD -MP -MF ".deps/errfree_f.Tpo" -c -o errfree_f.lo errfree_f.c; \
then mv -f ".deps/errfree_f.Tpo" ".deps/errfree_f.Plo"; else rm -f ".deps/errfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errfree_f.lo -MD -MP -MF .deps/errfree_f.Tpo -c errfree_f.c -fPIC -DPIC -o errfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errget_f.lo -MD -MP -MF ".deps/errget_f.Tpo" -c -o errget_f.lo errget_f.c; \
then mv -f ".deps/errget_f.Tpo" ".deps/errget_f.Plo"; else rm -f ".deps/errget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errget_f.lo -MD -MP -MF .deps/errget_f.Tpo -c errget_f.c -fPIC -DPIC -o errget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errset_f.lo -MD -MP -MF ".deps/errset_f.Tpo" -c -o errset_f.lo errset_f.c; \
then mv -f ".deps/errset_f.Tpo" ".deps/errset_f.Plo"; else rm -f ".deps/errset_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errset_f.lo -MD -MP -MF .deps/errset_f.Tpo -c errset_f.c -fPIC -DPIC -o errset_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errstring_f.lo -MD -MP -MF ".deps/errstring_f.Tpo" -c -o errstring_f.lo errstring_f.c; \
then mv -f ".deps/errstring_f.Tpo" ".deps/errstring_f.Plo"; else rm -f ".deps/errstring_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errstring_f.lo -MD -MP -MF .deps/errstring_f.Tpo -c errstring_f.c -fPIC -DPIC -o errstring_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalize_f.lo -MD -MP -MF ".deps/finalize_f.Tpo" -c -o finalize_f.lo finalize_f.c; \
then mv -f ".deps/finalize_f.Tpo" ".deps/finalize_f.Plo"; else rm -f ".deps/finalize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalize_f.lo -MD -MP -MF .deps/finalize_f.Tpo -c finalize_f.c -fPIC -DPIC -o finalize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalized_f.lo -MD -MP -MF ".deps/finalized_f.Tpo" -c -o finalized_f.lo finalized_f.c; \
then mv -f ".deps/finalized_f.Tpo" ".deps/finalized_f.Plo"; else rm -f ".deps/finalized_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalized_f.lo -MD -MP -MF .deps/finalized_f.Tpo -c finalized_f.c -fPIC -DPIC -o finalized_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT freemem_f.lo -MD -MP -MF ".deps/freemem_f.Tpo" -c -o freemem_f.lo freemem_f.c; \
then mv -f ".deps/freemem_f.Tpo" ".deps/freemem_f.Plo"; else rm -f ".deps/freemem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT freemem_f.lo -MD -MP -MF .deps/freemem_f.Tpo -c freemem_f.c -fPIC -DPIC -o freemem_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gather_f.lo -MD -MP -MF ".deps/gather_f.Tpo" -c -o gather_f.lo gather_f.c; \
then mv -f ".deps/gather_f.Tpo" ".deps/gather_f.Plo"; else rm -f ".deps/gather_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gather_f.lo -MD -MP -MF .deps/gather_f.Tpo -c gather_f.c -fPIC -DPIC -o gather_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gatherv_f.lo -MD -MP -MF ".deps/gatherv_f.Tpo" -c -o gatherv_f.lo gatherv_f.c; \
then mv -f ".deps/gatherv_f.Tpo" ".deps/gatherv_f.Plo"; else rm -f ".deps/gatherv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gatherv_f.lo -MD -MP -MF .deps/gatherv_f.Tpo -c gatherv_f.c -fPIC -DPIC -o gatherv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gcmp_f.lo -MD -MP -MF ".deps/gcmp_f.Tpo" -c -o gcmp_f.lo gcmp_f.c; \
then mv -f ".deps/gcmp_f.Tpo" ".deps/gcmp_f.Plo"; else rm -f ".deps/gcmp_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gcmp_f.lo -MD -MP -MF .deps/gcmp_f.Tpo -c gcmp_f.c -fPIC -DPIC -o gcmp_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gdiff_f.lo -MD -MP -MF ".deps/gdiff_f.Tpo" -c -o gdiff_f.lo gdiff_f.c; \
then mv -f ".deps/gdiff_f.Tpo" ".deps/gdiff_f.Plo"; else rm -f ".deps/gdiff_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gdiff_f.lo -MD -MP -MF .deps/gdiff_f.Tpo -c gdiff_f.c -fPIC -DPIC -o gdiff_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getaddress_f.lo -MD -MP -MF ".deps/getaddress_f.Tpo" -c -o getaddress_f.lo getaddress_f.c; \
then mv -f ".deps/getaddress_f.Tpo" ".deps/getaddress_f.Plo"; else rm -f ".deps/getaddress_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getaddress_f.lo -MD -MP -MF .deps/getaddress_f.Tpo -c getaddress_f.c -fPIC -DPIC -o getaddress_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getcount_f.lo -MD -MP -MF ".deps/getcount_f.Tpo" -c -o getcount_f.lo getcount_f.c; \
then mv -f ".deps/getcount_f.Tpo" ".deps/getcount_f.Plo"; else rm -f ".deps/getcount_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getcount_f.lo -MD -MP -MF .deps/getcount_f.Tpo -c getcount_f.c -fPIC -DPIC -o getcount_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getelem_f.lo -MD -MP -MF ".deps/getelem_f.Tpo" -c -o getelem_f.lo getelem_f.c; \
then mv -f ".deps/getelem_f.Tpo" ".deps/getelem_f.Plo"; else rm -f ".deps/getelem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getelem_f.lo -MD -MP -MF .deps/getelem_f.Tpo -c getelem_f.c -fPIC -DPIC -o getelem_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT get_f.lo -MD -MP -MF ".deps/get_f.Tpo" -c -o get_f.lo get_f.c; \
then mv -f ".deps/get_f.Tpo" ".deps/get_f.Plo"; else rm -f ".deps/get_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c get_f.c -fPIC -DPIC -o get_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getprocname_f.lo -MD -MP -MF ".deps/getprocname_f.Tpo" -c -o getprocname_f.lo getprocname_f.c; \
then mv -f ".deps/getprocname_f.Tpo" ".deps/getprocname_f.Plo"; else rm -f ".deps/getprocname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getprocname_f.lo -MD -MP -MF .deps/getprocname_f.Tpo -c getprocname_f.c -fPIC -DPIC -o getprocname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getversion_f.lo -MD -MP -MF ".deps/getversion_f.Tpo" -c -o getversion_f.lo getversion_f.c; \
then mv -f ".deps/getversion_f.Tpo" ".deps/getversion_f.Plo"; else rm -f ".deps/getversion_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getversion_f.lo -MD -MP -MF .deps/getversion_f.Tpo -c getversion_f.c -fPIC -DPIC -o getversion_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gexcl_f.lo -MD -MP -MF ".deps/gexcl_f.Tpo" -c -o gexcl_f.lo gexcl_f.c; \
then mv -f ".deps/gexcl_f.Tpo" ".deps/gexcl_f.Plo"; else rm -f ".deps/gexcl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gexcl_f.lo -MD -MP -MF .deps/gexcl_f.Tpo -c gexcl_f.c -fPIC -DPIC -o gexcl_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gfree_f.lo -MD -MP -MF ".deps/gfree_f.Tpo" -c -o gfree_f.lo gfree_f.c; \
then mv -f ".deps/gfree_f.Tpo" ".deps/gfree_f.Plo"; else rm -f ".deps/gfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gfree_f.lo -MD -MP -MF .deps/gfree_f.Tpo -c gfree_f.c -fPIC -DPIC -o gfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gincl_f.lo -MD -MP -MF ".deps/gincl_f.Tpo" -c -o gincl_f.lo gincl_f.c; \
then mv -f ".deps/gincl_f.Tpo" ".deps/gincl_f.Plo"; else rm -f ".deps/gincl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gincl_f.lo -MD -MP -MF .deps/gincl_f.Tpo -c gincl_f.c -fPIC -DPIC -o gincl_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ginter_f.lo -MD -MP -MF ".deps/ginter_f.Tpo" -c -o ginter_f.lo ginter_f.c; \
then mv -f ".deps/ginter_f.Tpo" ".deps/ginter_f.Plo"; else rm -f ".deps/ginter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ginter_f.lo -MD -MP -MF .deps/ginter_f.Tpo -c ginter_f.c -fPIC -DPIC -o ginter_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grank_f.lo -MD -MP -MF ".deps/grank_f.Tpo" -c -o grank_f.lo grank_f.c; \
then mv -f ".deps/grank_f.Tpo" ".deps/grank_f.Plo"; else rm -f ".deps/grank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grank_f.lo -MD -MP -MF .deps/grank_f.Tpo -c grank_f.c -fPIC -DPIC -o grank_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphcreate_f.lo -MD -MP -MF ".deps/graphcreate_f.Tpo" -c -o graphcreate_f.lo graphcreate_f.c; \
then mv -f ".deps/graphcreate_f.Tpo" ".deps/graphcreate_f.Plo"; else rm -f ".deps/graphcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphcreate_f.lo -MD -MP -MF .deps/graphcreate_f.Tpo -c graphcreate_f.c -fPIC -DPIC -o graphcreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphdimsget_f.lo -MD -MP -MF ".deps/graphdimsget_f.Tpo" -c -o graphdimsget_f.lo graphdimsget_f.c; \
then mv -f ".deps/graphdimsget_f.Tpo" ".deps/graphdimsget_f.Plo"; else rm -f ".deps/graphdimsget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphdimsget_f.lo -MD -MP -MF .deps/graphdimsget_f.Tpo -c graphdimsget_f.c -fPIC -DPIC -o graphdimsget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphget_f.lo -MD -MP -MF ".deps/graphget_f.Tpo" -c -o graphget_f.lo graphget_f.c; \
then mv -f ".deps/graphget_f.Tpo" ".deps/graphget_f.Plo"; else rm -f ".deps/graphget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphget_f.lo -MD -MP -MF .deps/graphget_f.Tpo -c graphget_f.c -fPIC -DPIC -o graphget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphmap_f.lo -MD -MP -MF ".deps/graphmap_f.Tpo" -c -o graphmap_f.lo graphmap_f.c; \
then mv -f ".deps/graphmap_f.Tpo" ".deps/graphmap_f.Plo"; else rm -f ".deps/graphmap_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphmap_f.lo -MD -MP -MF .deps/graphmap_f.Tpo -c graphmap_f.c -fPIC -DPIC -o graphmap_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbrcount_f.lo -MD -MP -MF ".deps/graphnbrcount_f.Tpo" -c -o graphnbrcount_f.lo graphnbrcount_f.c; \
then mv -f ".deps/graphnbrcount_f.Tpo" ".deps/graphnbrcount_f.Plo"; else rm -f ".deps/graphnbrcount_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbrcount_f.lo -MD -MP -MF .deps/graphnbrcount_f.Tpo -c graphnbrcount_f.c -fPIC -DPIC -o graphnbrcount_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbr_f.lo -MD -MP -MF ".deps/graphnbr_f.Tpo" -c -o graphnbr_f.lo graphnbr_f.c; \
then mv -f ".deps/graphnbr_f.Tpo" ".deps/graphnbr_f.Plo"; else rm -f ".deps/graphnbr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbr_f.lo -MD -MP -MF .deps/graphnbr_f.Tpo -c graphnbr_f.c -fPIC -DPIC -o graphnbr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grexcl_f.lo -MD -MP -MF ".deps/grexcl_f.Tpo" -c -o grexcl_f.lo grexcl_f.c; \
then mv -f ".deps/grexcl_f.Tpo" ".deps/grexcl_f.Plo"; else rm -f ".deps/grexcl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grexcl_f.lo -MD -MP -MF .deps/grexcl_f.Tpo -c grexcl_f.c -fPIC -DPIC -o grexcl_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grincl_f.lo -MD -MP -MF ".deps/grincl_f.Tpo" -c -o grincl_f.lo grincl_f.c; \
then mv -f ".deps/grincl_f.Tpo" ".deps/grincl_f.Plo"; else rm -f ".deps/grincl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grincl_f.lo -MD -MP -MF .deps/grincl_f.Tpo -c grincl_f.c -fPIC -DPIC -o grincl_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gsize_f.lo -MD -MP -MF ".deps/gsize_f.Tpo" -c -o gsize_f.lo gsize_f.c; \
then mv -f ".deps/gsize_f.Tpo" ".deps/gsize_f.Plo"; else rm -f ".deps/gsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gsize_f.lo -MD -MP -MF .deps/gsize_f.Tpo -c gsize_f.c -fPIC -DPIC -o gsize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gtranks_f.lo -MD -MP -MF ".deps/gtranks_f.Tpo" -c -o gtranks_f.lo gtranks_f.c; \
then mv -f ".deps/gtranks_f.Tpo" ".deps/gtranks_f.Plo"; else rm -f ".deps/gtranks_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gtranks_f.lo -MD -MP -MF .deps/gtranks_f.Tpo -c gtranks_f.c -fPIC -DPIC -o gtranks_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gunion_f.lo -MD -MP -MF ".deps/gunion_f.Tpo" -c -o gunion_f.lo gunion_f.c; \
then mv -f ".deps/gunion_f.Tpo" ".deps/gunion_f.Plo"; else rm -f ".deps/gunion_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gunion_f.lo -MD -MP -MF .deps/gunion_f.Tpo -c gunion_f.c -fPIC -DPIC -o gunion_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ibsend_f.lo -MD -MP -MF ".deps/ibsend_f.Tpo" -c -o ibsend_f.lo ibsend_f.c; \
then mv -f ".deps/ibsend_f.Tpo" ".deps/ibsend_f.Plo"; else rm -f ".deps/ibsend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ibsend_f.lo -MD -MP -MF .deps/ibsend_f.Tpo -c ibsend_f.c -fPIC -DPIC -o ibsend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iccreate_f.lo -MD -MP -MF ".deps/iccreate_f.Tpo" -c -o iccreate_f.lo iccreate_f.c; \
then mv -f ".deps/iccreate_f.Tpo" ".deps/iccreate_f.Plo"; else rm -f ".deps/iccreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iccreate_f.lo -MD -MP -MF .deps/iccreate_f.Tpo -c iccreate_f.c -fPIC -DPIC -o iccreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT icmerge_f.lo -MD -MP -MF ".deps/icmerge_f.Tpo" -c -o icmerge_f.lo icmerge_f.c; \
then mv -f ".deps/icmerge_f.Tpo" ".deps/icmerge_f.Plo"; else rm -f ".deps/icmerge_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT icmerge_f.lo -MD -MP -MF .deps/icmerge_f.Tpo -c icmerge_f.c -fPIC -DPIC -o icmerge_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infocreate_f.lo -MD -MP -MF ".deps/infocreate_f.Tpo" -c -o infocreate_f.lo infocreate_f.c; \
then mv -f ".deps/infocreate_f.Tpo" ".deps/infocreate_f.Plo"; else rm -f ".deps/infocreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infocreate_f.lo -MD -MP -MF .deps/infocreate_f.Tpo -c infocreate_f.c -fPIC -DPIC -o infocreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodel_f.lo -MD -MP -MF ".deps/infodel_f.Tpo" -c -o infodel_f.lo infodel_f.c; \
then mv -f ".deps/infodel_f.Tpo" ".deps/infodel_f.Plo"; else rm -f ".deps/infodel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodel_f.lo -MD -MP -MF .deps/infodel_f.Tpo -c infodel_f.c -fPIC -DPIC -o infodel_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodup_f.lo -MD -MP -MF ".deps/infodup_f.Tpo" -c -o infodup_f.lo infodup_f.c; \
then mv -f ".deps/infodup_f.Tpo" ".deps/infodup_f.Plo"; else rm -f ".deps/infodup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodup_f.lo -MD -MP -MF .deps/infodup_f.Tpo -c infodup_f.c -fPIC -DPIC -o infodup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infofree_f.lo -MD -MP -MF ".deps/infofree_f.Tpo" -c -o infofree_f.lo infofree_f.c; \
then mv -f ".deps/infofree_f.Tpo" ".deps/infofree_f.Plo"; else rm -f ".deps/infofree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infofree_f.lo -MD -MP -MF .deps/infofree_f.Tpo -c infofree_f.c -fPIC -DPIC -o infofree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoget_f.lo -MD -MP -MF ".deps/infoget_f.Tpo" -c -o infoget_f.lo infoget_f.c; \
then mv -f ".deps/infoget_f.Tpo" ".deps/infoget_f.Plo"; else rm -f ".deps/infoget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoget_f.lo -MD -MP -MF .deps/infoget_f.Tpo -c infoget_f.c -fPIC -DPIC -o infoget_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnkeys_f.lo -MD -MP -MF ".deps/infogetnkeys_f.Tpo" -c -o infogetnkeys_f.lo infogetnkeys_f.c; \
then mv -f ".deps/infogetnkeys_f.Tpo" ".deps/infogetnkeys_f.Plo"; else rm -f ".deps/infogetnkeys_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnkeys_f.lo -MD -MP -MF .deps/infogetnkeys_f.Tpo -c infogetnkeys_f.c -fPIC -DPIC -o infogetnkeys_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnth_f.lo -MD -MP -MF ".deps/infogetnth_f.Tpo" -c -o infogetnth_f.lo infogetnth_f.c; \
then mv -f ".deps/infogetnth_f.Tpo" ".deps/infogetnth_f.Plo"; else rm -f ".deps/infogetnth_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnth_f.lo -MD -MP -MF .deps/infogetnth_f.Tpo -c infogetnth_f.c -fPIC -DPIC -o infogetnth_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetvlen_f.lo -MD -MP -MF ".deps/infogetvlen_f.Tpo" -c -o infogetvlen_f.lo infogetvlen_f.c; \
then mv -f ".deps/infogetvlen_f.Tpo" ".deps/infogetvlen_f.Plo"; else rm -f ".deps/infogetvlen_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetvlen_f.lo -MD -MP -MF .deps/infogetvlen_f.Tpo -c infogetvlen_f.c -fPIC -DPIC -o infogetvlen_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoset_f.lo -MD -MP -MF ".deps/infoset_f.Tpo" -c -o infoset_f.lo infoset_f.c; \
then mv -f ".deps/infoset_f.Tpo" ".deps/infoset_f.Plo"; else rm -f ".deps/infoset_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoset_f.lo -MD -MP -MF .deps/infoset_f.Tpo -c infoset_f.c -fPIC -DPIC -o infoset_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT inited_f.lo -MD -MP -MF ".deps/inited_f.Tpo" -c -o inited_f.lo inited_f.c; \
then mv -f ".deps/inited_f.Tpo" ".deps/inited_f.Plo"; else rm -f ".deps/inited_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT inited_f.lo -MD -MP -MF .deps/inited_f.Tpo -c inited_f.c -fPIC -DPIC -o inited_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT init_f.lo -MD -MP -MF ".deps/init_f.Tpo" -c -o init_f.lo init_f.c; \
then mv -f ".deps/init_f.Tpo" ".deps/init_f.Plo"; else rm -f ".deps/init_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT init_f.lo -MD -MP -MF .deps/init_f.Tpo -c init_f.c -fPIC -DPIC -o init_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT initthr_f.lo -MD -MP -MF ".deps/initthr_f.Tpo" -c -o initthr_f.lo initthr_f.c; \
then mv -f ".deps/initthr_f.Tpo" ".deps/initthr_f.Plo"; else rm -f ".deps/initthr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT initthr_f.lo -MD -MP -MF .deps/initthr_f.Tpo -c initthr_f.c -fPIC -DPIC -o initthr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iprobe_f.lo -MD -MP -MF ".deps/iprobe_f.Tpo" -c -o iprobe_f.lo iprobe_f.c; \
then mv -f ".deps/iprobe_f.Tpo" ".deps/iprobe_f.Plo"; else rm -f ".deps/iprobe_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iprobe_f.lo -MD -MP -MF .deps/iprobe_f.Tpo -c iprobe_f.c -fPIC -DPIC -o iprobe_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irecv_f.lo -MD -MP -MF ".deps/irecv_f.Tpo" -c -o irecv_f.lo irecv_f.c; \
then mv -f ".deps/irecv_f.Tpo" ".deps/irecv_f.Plo"; else rm -f ".deps/irecv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irecv_f.lo -MD -MP -MF .deps/irecv_f.Tpo -c irecv_f.c -fPIC -DPIC -o irecv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irsend_f.lo -MD -MP -MF ".deps/irsend_f.Tpo" -c -o irsend_f.lo irsend_f.c; \
then mv -f ".deps/irsend_f.Tpo" ".deps/irsend_f.Plo"; else rm -f ".deps/irsend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irsend_f.lo -MD -MP -MF .deps/irsend_f.Tpo -c irsend_f.c -fPIC -DPIC -o irsend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isend_f.lo -MD -MP -MF ".deps/isend_f.Tpo" -c -o isend_f.lo isend_f.c; \
then mv -f ".deps/isend_f.Tpo" ".deps/isend_f.Plo"; else rm -f ".deps/isend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isend_f.lo -MD -MP -MF .deps/isend_f.Tpo -c isend_f.c -fPIC -DPIC -o isend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT issend_f.lo -MD -MP -MF ".deps/issend_f.Tpo" -c -o issend_f.lo issend_f.c; \
then mv -f ".deps/issend_f.Tpo" ".deps/issend_f.Plo"; else rm -f ".deps/issend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT issend_f.lo -MD -MP -MF .deps/issend_f.Tpo -c issend_f.c -fPIC -DPIC -o issend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isthrmain_f.lo -MD -MP -MF ".deps/isthrmain_f.Tpo" -c -o isthrmain_f.lo isthrmain_f.c; \
then mv -f ".deps/isthrmain_f.Tpo" ".deps/isthrmain_f.Plo"; else rm -f ".deps/isthrmain_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isthrmain_f.lo -MD -MP -MF .deps/isthrmain_f.Tpo -c isthrmain_f.c -fPIC -DPIC -o isthrmain_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT join_f.lo -MD -MP -MF ".deps/join_f.Tpo" -c -o join_f.lo join_f.c; \
then mv -f ".deps/join_f.Tpo" ".deps/join_f.Plo"; else rm -f ".deps/join_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT join_f.lo -MD -MP -MF .deps/join_f.Tpo -c join_f.c -fPIC -DPIC -o join_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keycreate_f.lo -MD -MP -MF ".deps/keycreate_f.Tpo" -c -o keycreate_f.lo keycreate_f.c; \
then mv -f ".deps/keycreate_f.Tpo" ".deps/keycreate_f.Plo"; else rm -f ".deps/keycreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keycreate_f.lo -MD -MP -MF .deps/keycreate_f.Tpo -c keycreate_f.c -fPIC -DPIC -o keycreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keyfree_f.lo -MD -MP -MF ".deps/keyfree_f.Tpo" -c -o keyfree_f.lo keyfree_f.c; \
then mv -f ".deps/keyfree_f.Tpo" ".deps/keyfree_f.Plo"; else rm -f ".deps/keyfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keyfree_f.lo -MD -MP -MF .deps/keyfree_f.Tpo -c keyfree_f.c -fPIC -DPIC -o keyfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_id_f.lo -MD -MP -MF ".deps/mpil_id_f.Tpo" -c -o mpil_id_f.lo mpil_id_f.c; \
then mv -f ".deps/mpil_id_f.Tpo" ".deps/mpil_id_f.Plo"; else rm -f ".deps/mpil_id_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_id_f.lo -MD -MP -MF .deps/mpil_id_f.Tpo -c mpil_id_f.c -fPIC -DPIC -o mpil_id_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_signal_f.lo -MD -MP -MF ".deps/mpil_signal_f.Tpo" -c -o mpil_signal_f.lo mpil_signal_f.c; \
then mv -f ".deps/mpil_signal_f.Tpo" ".deps/mpil_signal_f.Plo"; else rm -f ".deps/mpil_signal_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_signal_f.lo -MD -MP -MF .deps/mpil_signal_f.Tpo -c mpil_signal_f.c -fPIC -DPIC -o mpil_signal_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_trace_f.lo -MD -MP -MF ".deps/mpil_trace_f.Tpo" -c -o mpil_trace_f.lo mpil_trace_f.c; \
then mv -f ".deps/mpil_trace_f.Tpo" ".deps/mpil_trace_f.Plo"; else rm -f ".deps/mpil_trace_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_trace_f.lo -MD -MP -MF .deps/mpil_trace_f.Tpo -c mpil_trace_f.c -fPIC -DPIC -o mpil_trace_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namelook_f.lo -MD -MP -MF ".deps/namelook_f.Tpo" -c -o namelook_f.lo namelook_f.c; \
then mv -f ".deps/namelook_f.Tpo" ".deps/namelook_f.Plo"; else rm -f ".deps/namelook_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namelook_f.lo -MD -MP -MF .deps/namelook_f.Tpo -c namelook_f.c -fPIC -DPIC -o namelook_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namepub_f.lo -MD -MP -MF ".deps/namepub_f.Tpo" -c -o namepub_f.lo namepub_f.c; \
then mv -f ".deps/namepub_f.Tpo" ".deps/namepub_f.Plo"; else rm -f ".deps/namepub_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namepub_f.lo -MD -MP -MF .deps/namepub_f.Tpo -c namepub_f.c -fPIC -DPIC -o namepub_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nameunpub_f.lo -MD -MP -MF ".deps/nameunpub_f.Tpo" -c -o nameunpub_f.lo nameunpub_f.c; \
then mv -f ".deps/nameunpub_f.Tpo" ".deps/nameunpub_f.Plo"; else rm -f ".deps/nameunpub_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nameunpub_f.lo -MD -MP -MF .deps/nameunpub_f.Tpo -c nameunpub_f.c -fPIC -DPIC -o nameunpub_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opcreate_f.lo -MD -MP -MF ".deps/opcreate_f.Tpo" -c -o opcreate_f.lo opcreate_f.c; \
then mv -f ".deps/opcreate_f.Tpo" ".deps/opcreate_f.Plo"; else rm -f ".deps/opcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opcreate_f.lo -MD -MP -MF .deps/opcreate_f.Tpo -c opcreate_f.c -fPIC -DPIC -o opcreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opfree_f.lo -MD -MP -MF ".deps/opfree_f.Tpo" -c -o opfree_f.lo opfree_f.c; \
then mv -f ".deps/opfree_f.Tpo" ".deps/opfree_f.Plo"; else rm -f ".deps/opfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opfree_f.lo -MD -MP -MF .deps/opfree_f.Tpo -c opfree_f.c -fPIC -DPIC -o opfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pack_f.lo -MD -MP -MF ".deps/pack_f.Tpo" -c -o pack_f.lo pack_f.c; \
then mv -f ".deps/pack_f.Tpo" ".deps/pack_f.Plo"; else rm -f ".deps/pack_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pack_f.lo -MD -MP -MF .deps/pack_f.Tpo -c pack_f.c -fPIC -DPIC -o pack_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT packsize_f.lo -MD -MP -MF ".deps/packsize_f.Tpo" -c -o packsize_f.lo packsize_f.c; \
then mv -f ".deps/packsize_f.Tpo" ".deps/packsize_f.Plo"; else rm -f ".deps/packsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT packsize_f.lo -MD -MP -MF .deps/packsize_f.Tpo -c packsize_f.c -fPIC -DPIC -o packsize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcontrol_f.lo -MD -MP -MF ".deps/pcontrol_f.Tpo" -c -o pcontrol_f.lo pcontrol_f.c; \
then mv -f ".deps/pcontrol_f.Tpo" ".deps/pcontrol_f.Plo"; else rm -f ".deps/pcontrol_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcontrol_f.lo -MD -MP -MF .deps/pcontrol_f.Tpo -c pcontrol_f.c -fPIC -DPIC -o pcontrol_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portclose_f.lo -MD -MP -MF ".deps/portclose_f.Tpo" -c -o portclose_f.lo portclose_f.c; \
then mv -f ".deps/portclose_f.Tpo" ".deps/portclose_f.Plo"; else rm -f ".deps/portclose_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portclose_f.lo -MD -MP -MF .deps/portclose_f.Tpo -c portclose_f.c -fPIC -DPIC -o portclose_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portopen_f.lo -MD -MP -MF ".deps/portopen_f.Tpo" -c -o portopen_f.lo portopen_f.c; \
then mv -f ".deps/portopen_f.Tpo" ".deps/portopen_f.Plo"; else rm -f ".deps/portopen_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portopen_f.lo -MD -MP -MF .deps/portopen_f.Tpo -c portopen_f.c -fPIC -DPIC -o portopen_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT probe_f.lo -MD -MP -MF ".deps/probe_f.Tpo" -c -o probe_f.lo probe_f.c; \
then mv -f ".deps/probe_f.Tpo" ".deps/probe_f.Plo"; else rm -f ".deps/probe_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT probe_f.lo -MD -MP -MF .deps/probe_f.Tpo -c probe_f.c -fPIC -DPIC -o probe_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT put_f.lo -MD -MP -MF ".deps/put_f.Tpo" -c -o put_f.lo put_f.c; \
then mv -f ".deps/put_f.Tpo" ".deps/put_f.Plo"; else rm -f ".deps/put_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT put_f.lo -MD -MP -MF .deps/put_f.Tpo -c put_f.c -fPIC -DPIC -o put_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT querythr_f.lo -MD -MP -MF ".deps/querythr_f.Tpo" -c -o querythr_f.lo querythr_f.c; \
then mv -f ".deps/querythr_f.Tpo" ".deps/querythr_f.Plo"; else rm -f ".deps/querythr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT querythr_f.lo -MD -MP -MF .deps/querythr_f.Tpo -c querythr_f.c -fPIC -DPIC -o querythr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recv_f.lo -MD -MP -MF ".deps/recv_f.Tpo" -c -o recv_f.lo recv_f.c; \
then mv -f ".deps/recv_f.Tpo" ".deps/recv_f.Plo"; else rm -f ".deps/recv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recv_f.lo -MD -MP -MF .deps/recv_f.Tpo -c recv_f.c -fPIC -DPIC -o recv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recvinit_f.lo -MD -MP -MF ".deps/recvinit_f.Tpo" -c -o recvinit_f.lo recvinit_f.c; \
then mv -f ".deps/recvinit_f.Tpo" ".deps/recvinit_f.Plo"; else rm -f ".deps/recvinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recvinit_f.lo -MD -MP -MF .deps/recvinit_f.Tpo -c recvinit_f.c -fPIC -DPIC -o recvinit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reduce_f.lo -MD -MP -MF ".deps/reduce_f.Tpo" -c -o reduce_f.lo reduce_f.c; \
then mv -f ".deps/reduce_f.Tpo" ".deps/reduce_f.Plo"; else rm -f ".deps/reduce_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reduce_f.lo -MD -MP -MF .deps/reduce_f.Tpo -c reduce_f.c -fPIC -DPIC -o reduce_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reducescatter_f.lo -MD -MP -MF ".deps/reducescatter_f.Tpo" -c -o reducescatter_f.lo reducescatter_f.c; \
then mv -f ".deps/reducescatter_f.Tpo" ".deps/reducescatter_f.Plo"; else rm -f ".deps/reducescatter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reducescatter_f.lo -MD -MP -MF .deps/reducescatter_f.Tpo -c reducescatter_f.c -fPIC -DPIC -o reducescatter_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reqfree_f.lo -MD -MP -MF ".deps/reqfree_f.Tpo" -c -o reqfree_f.lo reqfree_f.c; \
then mv -f ".deps/reqfree_f.Tpo" ".deps/reqfree_f.Plo"; else rm -f ".deps/reqfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reqfree_f.lo -MD -MP -MF .deps/reqfree_f.Tpo -c reqfree_f.c -fPIC -DPIC -o reqfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsend_f.lo -MD -MP -MF ".deps/rsend_f.Tpo" -c -o rsend_f.lo rsend_f.c; \
then mv -f ".deps/rsend_f.Tpo" ".deps/rsend_f.Plo"; else rm -f ".deps/rsend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsend_f.lo -MD -MP -MF .deps/rsend_f.Tpo -c rsend_f.c -fPIC -DPIC -o rsend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsendinit_f.lo -MD -MP -MF ".deps/rsendinit_f.Tpo" -c -o rsendinit_f.lo rsendinit_f.c; \
then mv -f ".deps/rsendinit_f.Tpo" ".deps/rsendinit_f.Plo"; else rm -f ".deps/rsendinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsendinit_f.lo -MD -MP -MF .deps/rsendinit_f.Tpo -c rsendinit_f.c -fPIC -DPIC -o rsendinit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scan_f.lo -MD -MP -MF ".deps/scan_f.Tpo" -c -o scan_f.lo scan_f.c; \
then mv -f ".deps/scan_f.Tpo" ".deps/scan_f.Plo"; else rm -f ".deps/scan_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scan_f.lo -MD -MP -MF .deps/scan_f.Tpo -c scan_f.c -fPIC -DPIC -o scan_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatter_f.lo -MD -MP -MF ".deps/scatter_f.Tpo" -c -o scatter_f.lo scatter_f.c; \
then mv -f ".deps/scatter_f.Tpo" ".deps/scatter_f.Plo"; else rm -f ".deps/scatter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatter_f.lo -MD -MP -MF .deps/scatter_f.Tpo -c scatter_f.c -fPIC -DPIC -o scatter_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatterv_f.lo -MD -MP -MF ".deps/scatterv_f.Tpo" -c -o scatterv_f.lo scatterv_f.c; \
then mv -f ".deps/scatterv_f.Tpo" ".deps/scatterv_f.Plo"; else rm -f ".deps/scatterv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatterv_f.lo -MD -MP -MF .deps/scatterv_f.Tpo -c scatterv_f.c -fPIC -DPIC -o scatterv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT send_f.lo -MD -MP -MF ".deps/send_f.Tpo" -c -o send_f.lo send_f.c; \
then mv -f ".deps/send_f.Tpo" ".deps/send_f.Plo"; else rm -f ".deps/send_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT send_f.lo -MD -MP -MF .deps/send_f.Tpo -c send_f.c -fPIC -DPIC -o send_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendinit_f.lo -MD -MP -MF ".deps/sendinit_f.Tpo" -c -o sendinit_f.lo sendinit_f.c; \
then mv -f ".deps/sendinit_f.Tpo" ".deps/sendinit_f.Plo"; else rm -f ".deps/sendinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendinit_f.lo -MD -MP -MF .deps/sendinit_f.Tpo -c sendinit_f.c -fPIC -DPIC -o sendinit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecv_f.lo -MD -MP -MF ".deps/sendrecv_f.Tpo" -c -o sendrecv_f.lo sendrecv_f.c; \
then mv -f ".deps/sendrecv_f.Tpo" ".deps/sendrecv_f.Plo"; else rm -f ".deps/sendrecv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecv_f.lo -MD -MP -MF .deps/sendrecv_f.Tpo -c sendrecv_f.c -fPIC -DPIC -o sendrecv_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecvrep_f.lo -MD -MP -MF ".deps/sendrecvrep_f.Tpo" -c -o sendrecvrep_f.lo sendrecvrep_f.c; \
then mv -f ".deps/sendrecvrep_f.Tpo" ".deps/sendrecvrep_f.Plo"; else rm -f ".deps/sendrecvrep_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecvrep_f.lo -MD -MP -MF .deps/sendrecvrep_f.Tpo -c sendrecvrep_f.c -fPIC -DPIC -o sendrecvrep_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawn_f.lo -MD -MP -MF ".deps/spawn_f.Tpo" -c -o spawn_f.lo spawn_f.c; \
then mv -f ".deps/spawn_f.Tpo" ".deps/spawn_f.Plo"; else rm -f ".deps/spawn_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawn_f.lo -MD -MP -MF .deps/spawn_f.Tpo -c spawn_f.c -fPIC -DPIC -o spawn_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawnmult_f.lo -MD -MP -MF ".deps/spawnmult_f.Tpo" -c -o spawnmult_f.lo spawnmult_f.c; \
then mv -f ".deps/spawnmult_f.Tpo" ".deps/spawnmult_f.Plo"; else rm -f ".deps/spawnmult_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawnmult_f.lo -MD -MP -MF .deps/spawnmult_f.Tpo -c spawnmult_f.c -fPIC -DPIC -o spawnmult_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssend_f.lo -MD -MP -MF ".deps/ssend_f.Tpo" -c -o ssend_f.lo ssend_f.c; \
then mv -f ".deps/ssend_f.Tpo" ".deps/ssend_f.Plo"; else rm -f ".deps/ssend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssend_f.lo -MD -MP -MF .deps/ssend_f.Tpo -c ssend_f.c -fPIC -DPIC -o ssend_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssendinit_f.lo -MD -MP -MF ".deps/ssendinit_f.Tpo" -c -o ssendinit_f.lo ssendinit_f.c; \
then mv -f ".deps/ssendinit_f.Tpo" ".deps/ssendinit_f.Plo"; else rm -f ".deps/ssendinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssendinit_f.lo -MD -MP -MF .deps/ssendinit_f.Tpo -c ssendinit_f.c -fPIC -DPIC -o ssendinit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT startall_f.lo -MD -MP -MF ".deps/startall_f.Tpo" -c -o startall_f.lo startall_f.c; \
then mv -f ".deps/startall_f.Tpo" ".deps/startall_f.Plo"; else rm -f ".deps/startall_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT startall_f.lo -MD -MP -MF .deps/startall_f.Tpo -c startall_f.c -fPIC -DPIC -o startall_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT start_f.lo -MD -MP -MF ".deps/start_f.Tpo" -c -o start_f.lo start_f.c; \
then mv -f ".deps/start_f.Tpo" ".deps/start_f.Plo"; else rm -f ".deps/start_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT start_f.lo -MD -MP -MF .deps/start_f.Tpo -c start_f.c -fPIC -DPIC -o start_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcommit_f.lo -MD -MP -MF ".deps/tcommit_f.Tpo" -c -o tcommit_f.lo tcommit_f.c; \
then mv -f ".deps/tcommit_f.Tpo" ".deps/tcommit_f.Plo"; else rm -f ".deps/tcommit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcommit_f.lo -MD -MP -MF .deps/tcommit_f.Tpo -c tcommit_f.c -fPIC -DPIC -o tcommit_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcontig_f.lo -MD -MP -MF ".deps/tcontig_f.Tpo" -c -o tcontig_f.lo tcontig_f.c; \
then mv -f ".deps/tcontig_f.Tpo" ".deps/tcontig_f.Plo"; else rm -f ".deps/tcontig_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcontig_f.lo -MD -MP -MF .deps/tcontig_f.Tpo -c tcontig_f.c -fPIC -DPIC -o tcontig_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehindex_f.lo -MD -MP -MF ".deps/tcreatehindex_f.Tpo" -c -o tcreatehindex_f.lo tcreatehindex_f.c; \
then mv -f ".deps/tcreatehindex_f.Tpo" ".deps/tcreatehindex_f.Plo"; else rm -f ".deps/tcreatehindex_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehindex_f.lo -MD -MP -MF .deps/tcreatehindex_f.Tpo -c tcreatehindex_f.c -fPIC -DPIC -o tcreatehindex_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehvector_f.lo -MD -MP -MF ".deps/tcreatehvector_f.Tpo" -c -o tcreatehvector_f.lo tcreatehvector_f.c; \
then mv -f ".deps/tcreatehvector_f.Tpo" ".deps/tcreatehvector_f.Plo"; else rm -f ".deps/tcreatehvector_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehvector_f.lo -MD -MP -MF .deps/tcreatehvector_f.Tpo -c tcreatehvector_f.c -fPIC -DPIC -o tcreatehvector_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatekey_f.lo -MD -MP -MF ".deps/tcreatekey_f.Tpo" -c -o tcreatekey_f.lo tcreatekey_f.c; \
then mv -f ".deps/tcreatekey_f.Tpo" ".deps/tcreatekey_f.Plo"; else rm -f ".deps/tcreatekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatekey_f.lo -MD -MP -MF .deps/tcreatekey_f.Tpo -c tcreatekey_f.c -fPIC -DPIC -o tcreatekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatestruct_f.lo -MD -MP -MF ".deps/tcreatestruct_f.Tpo" -c -o tcreatestruct_f.lo tcreatestruct_f.c; \
then mv -f ".deps/tcreatestruct_f.Tpo" ".deps/tcreatestruct_f.Plo"; else rm -f ".deps/tcreatestruct_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatestruct_f.lo -MD -MP -MF .deps/tcreatestruct_f.Tpo -c tcreatestruct_f.c -fPIC -DPIC -o tcreatestruct_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdarray_f.lo -MD -MP -MF ".deps/tdarray_f.Tpo" -c -o tdarray_f.lo tdarray_f.c; \
then mv -f ".deps/tdarray_f.Tpo" ".deps/tdarray_f.Plo"; else rm -f ".deps/tdarray_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdarray_f.lo -MD -MP -MF .deps/tdarray_f.Tpo -c tdarray_f.c -fPIC -DPIC -o tdarray_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdelattr_f.lo -MD -MP -MF ".deps/tdelattr_f.Tpo" -c -o tdelattr_f.lo tdelattr_f.c; \
then mv -f ".deps/tdelattr_f.Tpo" ".deps/tdelattr_f.Plo"; else rm -f ".deps/tdelattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdelattr_f.lo -MD -MP -MF .deps/tdelattr_f.Tpo -c tdelattr_f.c -fPIC -DPIC -o tdelattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdup_f.lo -MD -MP -MF ".deps/tdup_f.Tpo" -c -o tdup_f.lo tdup_f.c; \
then mv -f ".deps/tdup_f.Tpo" ".deps/tdup_f.Plo"; else rm -f ".deps/tdup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdup_f.lo -MD -MP -MF .deps/tdup_f.Tpo -c tdup_f.c -fPIC -DPIC -o tdup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testall_f.lo -MD -MP -MF ".deps/testall_f.Tpo" -c -o testall_f.lo testall_f.c; \
then mv -f ".deps/testall_f.Tpo" ".deps/testall_f.Plo"; else rm -f ".deps/testall_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testall_f.lo -MD -MP -MF .deps/testall_f.Tpo -c testall_f.c -fPIC -DPIC -o testall_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testany_f.lo -MD -MP -MF ".deps/testany_f.Tpo" -c -o testany_f.lo testany_f.c; \
then mv -f ".deps/testany_f.Tpo" ".deps/testany_f.Plo"; else rm -f ".deps/testany_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testany_f.lo -MD -MP -MF .deps/testany_f.Tpo -c testany_f.c -fPIC -DPIC -o testany_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testcancel_f.lo -MD -MP -MF ".deps/testcancel_f.Tpo" -c -o testcancel_f.lo testcancel_f.c; \
then mv -f ".deps/testcancel_f.Tpo" ".deps/testcancel_f.Plo"; else rm -f ".deps/testcancel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testcancel_f.lo -MD -MP -MF .deps/testcancel_f.Tpo -c testcancel_f.c -fPIC -DPIC -o testcancel_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT test_f.lo -MD -MP -MF ".deps/test_f.Tpo" -c -o test_f.lo test_f.c; \
then mv -f ".deps/test_f.Tpo" ".deps/test_f.Plo"; else rm -f ".deps/test_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT test_f.lo -MD -MP -MF .deps/test_f.Tpo -c test_f.c -fPIC -DPIC -o test_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testsome_f.lo -MD -MP -MF ".deps/testsome_f.Tpo" -c -o testsome_f.lo testsome_f.c; \
then mv -f ".deps/testsome_f.Tpo" ".deps/testsome_f.Plo"; else rm -f ".deps/testsome_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testsome_f.lo -MD -MP -MF .deps/testsome_f.Tpo -c testsome_f.c -fPIC -DPIC -o testsome_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT textent_f.lo -MD -MP -MF ".deps/textent_f.Tpo" -c -o textent_f.lo textent_f.c; \
then mv -f ".deps/textent_f.Tpo" ".deps/textent_f.Plo"; else rm -f ".deps/textent_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT textent_f.lo -MD -MP -MF .deps/textent_f.Tpo -c textent_f.c -fPIC -DPIC -o textent_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfree_f.lo -MD -MP -MF ".deps/tfree_f.Tpo" -c -o tfree_f.lo tfree_f.c; \
then mv -f ".deps/tfree_f.Tpo" ".deps/tfree_f.Plo"; else rm -f ".deps/tfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfree_f.lo -MD -MP -MF .deps/tfree_f.Tpo -c tfree_f.c -fPIC -DPIC -o tfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfreekey_f.lo -MD -MP -MF ".deps/tfreekey_f.Tpo" -c -o tfreekey_f.lo tfreekey_f.c; \
then mv -f ".deps/tfreekey_f.Tpo" ".deps/tfreekey_f.Plo"; else rm -f ".deps/tfreekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfreekey_f.lo -MD -MP -MF .deps/tfreekey_f.Tpo -c tfreekey_f.c -fPIC -DPIC -o tfreekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetattr_f.lo -MD -MP -MF ".deps/tgetattr_f.Tpo" -c -o tgetattr_f.lo tgetattr_f.c; \
then mv -f ".deps/tgetattr_f.Tpo" ".deps/tgetattr_f.Plo"; else rm -f ".deps/tgetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetattr_f.lo -MD -MP -MF .deps/tgetattr_f.Tpo -c tgetattr_f.c -fPIC -DPIC -o tgetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetconts_f.lo -MD -MP -MF ".deps/tgetconts_f.Tpo" -c -o tgetconts_f.lo tgetconts_f.c; \
then mv -f ".deps/tgetconts_f.Tpo" ".deps/tgetconts_f.Plo"; else rm -f ".deps/tgetconts_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetconts_f.lo -MD -MP -MF .deps/tgetconts_f.Tpo -c tgetconts_f.c -fPIC -DPIC -o tgetconts_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetenvl_f.lo -MD -MP -MF ".deps/tgetenvl_f.Tpo" -c -o tgetenvl_f.lo tgetenvl_f.c; \
then mv -f ".deps/tgetenvl_f.Tpo" ".deps/tgetenvl_f.Plo"; else rm -f ".deps/tgetenvl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetenvl_f.lo -MD -MP -MF .deps/tgetenvl_f.Tpo -c tgetenvl_f.c -fPIC -DPIC -o tgetenvl_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetextent_f.lo -MD -MP -MF ".deps/tgetextent_f.Tpo" -c -o tgetextent_f.lo tgetextent_f.c; \
then mv -f ".deps/tgetextent_f.Tpo" ".deps/tgetextent_f.Plo"; else rm -f ".deps/tgetextent_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetextent_f.lo -MD -MP -MF .deps/tgetextent_f.Tpo -c tgetextent_f.c -fPIC -DPIC -o tgetextent_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetname_f.lo -MD -MP -MF ".deps/tgetname_f.Tpo" -c -o tgetname_f.lo tgetname_f.c; \
then mv -f ".deps/tgetname_f.Tpo" ".deps/tgetname_f.Plo"; else rm -f ".deps/tgetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetname_f.lo -MD -MP -MF .deps/tgetname_f.Tpo -c tgetname_f.c -fPIC -DPIC -o tgetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgettrue_f.lo -MD -MP -MF ".deps/tgettrue_f.Tpo" -c -o tgettrue_f.lo tgettrue_f.c; \
then mv -f ".deps/tgettrue_f.Tpo" ".deps/tgettrue_f.Plo"; else rm -f ".deps/tgettrue_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgettrue_f.lo -MD -MP -MF .deps/tgettrue_f.Tpo -c tgettrue_f.c -fPIC -DPIC -o tgettrue_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thindex_f.lo -MD -MP -MF ".deps/thindex_f.Tpo" -c -o thindex_f.lo thindex_f.c; \
then mv -f ".deps/thindex_f.Tpo" ".deps/thindex_f.Plo"; else rm -f ".deps/thindex_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thindex_f.lo -MD -MP -MF .deps/thindex_f.Tpo -c thindex_f.c -fPIC -DPIC -o thindex_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thvector_f.lo -MD -MP -MF ".deps/thvector_f.Tpo" -c -o thvector_f.lo thvector_f.c; \
then mv -f ".deps/thvector_f.Tpo" ".deps/thvector_f.Plo"; else rm -f ".deps/thvector_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thvector_f.lo -MD -MP -MF .deps/thvector_f.Tpo -c thvector_f.c -fPIC -DPIC -o thvector_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tindex_f.lo -MD -MP -MF ".deps/tindex_f.Tpo" -c -o tindex_f.lo tindex_f.c; \
then mv -f ".deps/tindex_f.Tpo" ".deps/tindex_f.Plo"; else rm -f ".deps/tindex_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tindex_f.lo -MD -MP -MF .deps/tindex_f.Tpo -c tindex_f.c -fPIC -DPIC -o tindex_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tlb_f.lo -MD -MP -MF ".deps/tlb_f.Tpo" -c -o tlb_f.lo tlb_f.c; \
then mv -f ".deps/tlb_f.Tpo" ".deps/tlb_f.Plo"; else rm -f ".deps/tlb_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tlb_f.lo -MD -MP -MF .deps/tlb_f.Tpo -c tlb_f.c -fPIC -DPIC -o tlb_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topotest_f.lo -MD -MP -MF ".deps/topotest_f.Tpo" -c -o topotest_f.lo topotest_f.c; \
then mv -f ".deps/topotest_f.Tpo" ".deps/topotest_f.Plo"; else rm -f ".deps/topotest_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topotest_f.lo -MD -MP -MF .deps/topotest_f.Tpo -c topotest_f.c -fPIC -DPIC -o topotest_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tresize_f.lo -MD -MP -MF ".deps/tresize_f.Tpo" -c -o tresize_f.lo tresize_f.c; \
then mv -f ".deps/tresize_f.Tpo" ".deps/tresize_f.Plo"; else rm -f ".deps/tresize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tresize_f.lo -MD -MP -MF .deps/tresize_f.Tpo -c tresize_f.c -fPIC -DPIC -o tresize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetattr_f.lo -MD -MP -MF ".deps/tsetattr_f.Tpo" -c -o tsetattr_f.lo tsetattr_f.c; \
then mv -f ".deps/tsetattr_f.Tpo" ".deps/tsetattr_f.Plo"; else rm -f ".deps/tsetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetattr_f.lo -MD -MP -MF .deps/tsetattr_f.Tpo -c tsetattr_f.c -fPIC -DPIC -o tsetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetname_f.lo -MD -MP -MF ".deps/tsetname_f.Tpo" -c -o tsetname_f.lo tsetname_f.c; \
then mv -f ".deps/tsetname_f.Tpo" ".deps/tsetname_f.Plo"; else rm -f ".deps/tsetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetname_f.lo -MD -MP -MF .deps/tsetname_f.Tpo -c tsetname_f.c -fPIC -DPIC -o tsetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsize_f.lo -MD -MP -MF ".deps/tsize_f.Tpo" -c -o tsize_f.lo tsize_f.c; \
then mv -f ".deps/tsize_f.Tpo" ".deps/tsize_f.Plo"; else rm -f ".deps/tsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsize_f.lo -MD -MP -MF .deps/tsize_f.Tpo -c tsize_f.c -fPIC -DPIC -o tsize_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tstruct_f.lo -MD -MP -MF ".deps/tstruct_f.Tpo" -c -o tstruct_f.lo tstruct_f.c; \
then mv -f ".deps/tstruct_f.Tpo" ".deps/tstruct_f.Plo"; else rm -f ".deps/tstruct_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tstruct_f.lo -MD -MP -MF .deps/tstruct_f.Tpo -c tstruct_f.c -fPIC -DPIC -o tstruct_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsubarray_f.lo -MD -MP -MF ".deps/tsubarray_f.Tpo" -c -o tsubarray_f.lo tsubarray_f.c; \
then mv -f ".deps/tsubarray_f.Tpo" ".deps/tsubarray_f.Plo"; else rm -f ".deps/tsubarray_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsubarray_f.lo -MD -MP -MF .deps/tsubarray_f.Tpo -c tsubarray_f.c -fPIC -DPIC -o tsubarray_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tub_f.lo -MD -MP -MF ".deps/tub_f.Tpo" -c -o tub_f.lo tub_f.c; \
then mv -f ".deps/tub_f.Tpo" ".deps/tub_f.Plo"; else rm -f ".deps/tub_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tub_f.lo -MD -MP -MF .deps/tub_f.Tpo -c tub_f.c -fPIC -DPIC -o tub_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tvector_f.lo -MD -MP -MF ".deps/tvector_f.Tpo" -c -o tvector_f.lo tvector_f.c; \
then mv -f ".deps/tvector_f.Tpo" ".deps/tvector_f.Plo"; else rm -f ".deps/tvector_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tvector_f.lo -MD -MP -MF .deps/tvector_f.Tpo -c tvector_f.c -fPIC -DPIC -o tvector_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT unpack_f.lo -MD -MP -MF ".deps/unpack_f.Tpo" -c -o unpack_f.lo unpack_f.c; \
then mv -f ".deps/unpack_f.Tpo" ".deps/unpack_f.Plo"; else rm -f ".deps/unpack_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT unpack_f.lo -MD -MP -MF .deps/unpack_f.Tpo -c unpack_f.c -fPIC -DPIC -o unpack_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitall_f.lo -MD -MP -MF ".deps/waitall_f.Tpo" -c -o waitall_f.lo waitall_f.c; \
then mv -f ".deps/waitall_f.Tpo" ".deps/waitall_f.Plo"; else rm -f ".deps/waitall_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitall_f.lo -MD -MP -MF .deps/waitall_f.Tpo -c waitall_f.c -fPIC -DPIC -o waitall_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitany_f.lo -MD -MP -MF ".deps/waitany_f.Tpo" -c -o waitany_f.lo waitany_f.c; \
then mv -f ".deps/waitany_f.Tpo" ".deps/waitany_f.Plo"; else rm -f ".deps/waitany_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitany_f.lo -MD -MP -MF .deps/waitany_f.Tpo -c waitany_f.c -fPIC -DPIC -o waitany_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wait_f.lo -MD -MP -MF ".deps/wait_f.Tpo" -c -o wait_f.lo wait_f.c; \
then mv -f ".deps/wait_f.Tpo" ".deps/wait_f.Plo"; else rm -f ".deps/wait_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wait_f.lo -MD -MP -MF .deps/wait_f.Tpo -c wait_f.c -fPIC -DPIC -o wait_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitsome_f.lo -MD -MP -MF ".deps/waitsome_f.Tpo" -c -o waitsome_f.lo waitsome_f.c; \
then mv -f ".deps/waitsome_f.Tpo" ".deps/waitsome_f.Plo"; else rm -f ".deps/waitsome_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitsome_f.lo -MD -MP -MF .deps/waitsome_f.Tpo -c waitsome_f.c -fPIC -DPIC -o waitsome_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcomplete_f.lo -MD -MP -MF ".deps/wcomplete_f.Tpo" -c -o wcomplete_f.lo wcomplete_f.c; \
then mv -f ".deps/wcomplete_f.Tpo" ".deps/wcomplete_f.Plo"; else rm -f ".deps/wcomplete_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcomplete_f.lo -MD -MP -MF .deps/wcomplete_f.Tpo -c wcomplete_f.c -fPIC -DPIC -o wcomplete_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreateerr_f.lo -MD -MP -MF ".deps/wcreateerr_f.Tpo" -c -o wcreateerr_f.lo wcreateerr_f.c; \
then mv -f ".deps/wcreateerr_f.Tpo" ".deps/wcreateerr_f.Plo"; else rm -f ".deps/wcreateerr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreateerr_f.lo -MD -MP -MF .deps/wcreateerr_f.Tpo -c wcreateerr_f.c -fPIC -DPIC -o wcreateerr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreate_f.lo -MD -MP -MF ".deps/wcreate_f.Tpo" -c -o wcreate_f.lo wcreate_f.c; \
then mv -f ".deps/wcreate_f.Tpo" ".deps/wcreate_f.Plo"; else rm -f ".deps/wcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreate_f.lo -MD -MP -MF .deps/wcreate_f.Tpo -c wcreate_f.c -fPIC -DPIC -o wcreate_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreatekey_f.lo -MD -MP -MF ".deps/wcreatekey_f.Tpo" -c -o wcreatekey_f.lo wcreatekey_f.c; \
then mv -f ".deps/wcreatekey_f.Tpo" ".deps/wcreatekey_f.Plo"; else rm -f ".deps/wcreatekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreatekey_f.lo -MD -MP -MF .deps/wcreatekey_f.Tpo -c wcreatekey_f.c -fPIC -DPIC -o wcreatekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wdelattr_f.lo -MD -MP -MF ".deps/wdelattr_f.Tpo" -c -o wdelattr_f.lo wdelattr_f.c; \
then mv -f ".deps/wdelattr_f.Tpo" ".deps/wdelattr_f.Plo"; else rm -f ".deps/wdelattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wdelattr_f.lo -MD -MP -MF .deps/wdelattr_f.Tpo -c wdelattr_f.c -fPIC -DPIC -o wdelattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfence_f.lo -MD -MP -MF ".deps/wfence_f.Tpo" -c -o wfence_f.lo wfence_f.c; \
then mv -f ".deps/wfence_f.Tpo" ".deps/wfence_f.Plo"; else rm -f ".deps/wfence_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfence_f.lo -MD -MP -MF .deps/wfence_f.Tpo -c wfence_f.c -fPIC -DPIC -o wfence_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfree_f.lo -MD -MP -MF ".deps/wfree_f.Tpo" -c -o wfree_f.lo wfree_f.c; \
then mv -f ".deps/wfree_f.Tpo" ".deps/wfree_f.Plo"; else rm -f ".deps/wfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfree_f.lo -MD -MP -MF .deps/wfree_f.Tpo -c wfree_f.c -fPIC -DPIC -o wfree_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfreekey_f.lo -MD -MP -MF ".deps/wfreekey_f.Tpo" -c -o wfreekey_f.lo wfreekey_f.c; \
then mv -f ".deps/wfreekey_f.Tpo" ".deps/wfreekey_f.Plo"; else rm -f ".deps/wfreekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfreekey_f.lo -MD -MP -MF .deps/wfreekey_f.Tpo -c wfreekey_f.c -fPIC -DPIC -o wfreekey_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetattr_f.lo -MD -MP -MF ".deps/wgetattr_f.Tpo" -c -o wgetattr_f.lo wgetattr_f.c; \
then mv -f ".deps/wgetattr_f.Tpo" ".deps/wgetattr_f.Plo"; else rm -f ".deps/wgetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetattr_f.lo -MD -MP -MF .deps/wgetattr_f.Tpo -c wgetattr_f.c -fPIC -DPIC -o wgetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgeterr_f.lo -MD -MP -MF ".deps/wgeterr_f.Tpo" -c -o wgeterr_f.lo wgeterr_f.c; \
then mv -f ".deps/wgeterr_f.Tpo" ".deps/wgeterr_f.Plo"; else rm -f ".deps/wgeterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgeterr_f.lo -MD -MP -MF .deps/wgeterr_f.Tpo -c wgeterr_f.c -fPIC -DPIC -o wgeterr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetname_f.lo -MD -MP -MF ".deps/wgetname_f.Tpo" -c -o wgetname_f.lo wgetname_f.c; \
then mv -f ".deps/wgetname_f.Tpo" ".deps/wgetname_f.Plo"; else rm -f ".deps/wgetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetname_f.lo -MD -MP -MF .deps/wgetname_f.Tpo -c wgetname_f.c -fPIC -DPIC -o wgetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgroup_f.lo -MD -MP -MF ".deps/wgroup_f.Tpo" -c -o wgroup_f.lo wgroup_f.c; \
then mv -f ".deps/wgroup_f.Tpo" ".deps/wgroup_f.Plo"; else rm -f ".deps/wgroup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgroup_f.lo -MD -MP -MF .deps/wgroup_f.Tpo -c wgroup_f.c -fPIC -DPIC -o wgroup_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wpost_f.lo -MD -MP -MF ".deps/wpost_f.Tpo" -c -o wpost_f.lo wpost_f.c; \
then mv -f ".deps/wpost_f.Tpo" ".deps/wpost_f.Plo"; else rm -f ".deps/wpost_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wpost_f.lo -MD -MP -MF .deps/wpost_f.Tpo -c wpost_f.c -fPIC -DPIC -o wpost_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetattr_f.lo -MD -MP -MF ".deps/wsetattr_f.Tpo" -c -o wsetattr_f.lo wsetattr_f.c; \
then mv -f ".deps/wsetattr_f.Tpo" ".deps/wsetattr_f.Plo"; else rm -f ".deps/wsetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetattr_f.lo -MD -MP -MF .deps/wsetattr_f.Tpo -c wsetattr_f.c -fPIC -DPIC -o wsetattr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wseterr_f.lo -MD -MP -MF ".deps/wseterr_f.Tpo" -c -o wseterr_f.lo wseterr_f.c; \
then mv -f ".deps/wseterr_f.Tpo" ".deps/wseterr_f.Plo"; else rm -f ".deps/wseterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wseterr_f.lo -MD -MP -MF .deps/wseterr_f.Tpo -c wseterr_f.c -fPIC -DPIC -o wseterr_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetname_f.lo -MD -MP -MF ".deps/wsetname_f.Tpo" -c -o wsetname_f.lo wsetname_f.c; \
then mv -f ".deps/wsetname_f.Tpo" ".deps/wsetname_f.Plo"; else rm -f ".deps/wsetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetname_f.lo -MD -MP -MF .deps/wsetname_f.Tpo -c wsetname_f.c -fPIC -DPIC -o wsetname_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wstart_f.lo -MD -MP -MF ".deps/wstart_f.Tpo" -c -o wstart_f.lo wstart_f.c; \
then mv -f ".deps/wstart_f.Tpo" ".deps/wstart_f.Plo"; else rm -f ".deps/wstart_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wstart_f.lo -MD -MP -MF .deps/wstart_f.Tpo -c wstart_f.c -fPIC -DPIC -o wstart_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtick_f.lo -MD -MP -MF ".deps/wtick_f.Tpo" -c -o wtick_f.lo wtick_f.c; \
then mv -f ".deps/wtick_f.Tpo" ".deps/wtick_f.Plo"; else rm -f ".deps/wtick_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtick_f.lo -MD -MP -MF .deps/wtick_f.Tpo -c wtick_f.c -fPIC -DPIC -o wtick_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtime_f.lo -MD -MP -MF ".deps/wtime_f.Tpo" -c -o wtime_f.lo wtime_f.c; \
then mv -f ".deps/wtime_f.Tpo" ".deps/wtime_f.Plo"; else rm -f ".deps/wtime_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtime_f.lo -MD -MP -MF .deps/wtime_f.Tpo -c wtime_f.c -fPIC -DPIC -o wtime_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wwait_f.lo -MD -MP -MF ".deps/wwait_f.Tpo" -c -o wwait_f.lo wwait_f.c; \
then mv -f ".deps/wwait_f.Tpo" ".deps/wwait_f.Plo"; else rm -f ".deps/wwait_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wwait_f.lo -MD -MP -MF .deps/wwait_f.Tpo -c wwait_f.c -fPIC -DPIC -o wwait_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xbuoy_f.lo -MD -MP -MF ".deps/xbuoy_f.Tpo" -c -o xbuoy_f.lo xbuoy_f.c; \
then mv -f ".deps/xbuoy_f.Tpo" ".deps/xbuoy_f.Plo"; else rm -f ".deps/xbuoy_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xbuoy_f.lo -MD -MP -MF .deps/xbuoy_f.Tpo -c xbuoy_f.c -fPIC -DPIC -o xbuoy_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloron_f.lo -MD -MP -MF ".deps/xcoloron_f.Tpo" -c -o xcoloron_f.lo xcoloron_f.c; \
then mv -f ".deps/xcoloron_f.Tpo" ".deps/xcoloron_f.Plo"; else rm -f ".deps/xcoloron_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloron_f.lo -MD -MP -MF .deps/xcoloron_f.Tpo -c xcoloron_f.c -fPIC -DPIC -o xcoloron_f.o
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloroff_f.lo -MD -MP -MF ".deps/xcoloroff_f.Tpo" -c -o xcoloroff_f.lo xcoloroff_f.c; \
then mv -f ".deps/xcoloroff_f.Tpo" ".deps/xcoloroff_f.Plo"; else rm -f ".deps/xcoloroff_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloroff_f.lo -MD -MP -MF .deps/xcoloroff_f.Tpo -c xcoloroff_f.c -fPIC -DPIC -o xcoloroff_f.o
/bin/sh ../../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamf77mpi.la -rpath /home/mercator/versions64/lam/lam-7.0.6-gcc64/lib abort_f.lo accept_f.lo accumulate_f.lo address_f.lo allgather_f.lo allgatherv_f.lo allocmem_f.lo allreduce_f.lo alltoall_f.lo alltoallv_f.lo attrdel_f.lo attrget_f.lo attrput_f.lo barrier_f.lo bcast_f.lo bsend_f.lo bsendinit_f.lo bufattach_f.lo bufdetach_f.lo cancel_f.lo cartcoords_f.lo cartcreate_f.lo cartdimget_f.lo cartget_f.lo cartmap_f.lo cartrank_f.lo cartshift_f.lo cartsub_f.lo ccmp_f.lo ccreateerr_f.lo ccreate_f.lo ccreatekey_f.lo cdelattr_f.lo cdisconnect_f.lo cdup_f.lo cfree_f.lo cfreekey_f.lo cgetattr_f.lo cgeterr_f.lo cgetname_f.lo cgetparent_f.lo cgroup_f.lo connect_f.lo crank_f.lo crgroup_f.lo crsize_f.lo csetattr_f.lo cseterr_f.lo csetname_f.lo csize_f.lo csplit_f.lo ctestinter_f.lo dimscreate_f.lo dupfn_f.lo errclass_f.lo errcreate_f.lo errfree_f.lo errget_f.lo errset_f.lo errstring_f.lo finalize_f.lo finalized_f.lo freemem_f.lo gather_f.lo gatherv_f.lo gcmp_f.lo gdiff_f.lo getaddress_f.lo getcount_f.lo getelem_f.lo get_f.lo getprocname_f.lo getversion_f.lo gexcl_f.lo gfree_f.lo gincl_f.lo ginter_f.lo grank_f.lo graphcreate_f.lo graphdimsget_f.lo graphget_f.lo graphmap_f.lo graphnbrcount_f.lo graphnbr_f.lo grexcl_f.lo grincl_f.lo gsize_f.lo gtranks_f.lo gunion_f.lo ibsend_f.lo iccreate_f.lo icmerge_f.lo infocreate_f.lo infodel_f.lo infodup_f.lo infofree_f.lo infoget_f.lo infogetnkeys_f.lo infogetnth_f.lo infogetvlen_f.lo infoset_f.lo inited_f.lo init_f.lo initthr_f.lo iprobe_f.lo irecv_f.lo irsend_f.lo isend_f.lo issend_f.lo isthrmain_f.lo join_f.lo keycreate_f.lo keyfree_f.lo mpil_id_f.lo mpil_signal_f.lo mpil_trace_f.lo namelook_f.lo namepub_f.lo nameunpub_f.lo opcreate_f.lo opfree_f.lo pack_f.lo packsize_f.lo pcontrol_f.lo portclose_f.lo portopen_f.lo probe_f.lo put_f.lo querythr_f.lo recv_f.lo recvinit_f.lo reduce_f.lo reducescatter_f.lo reqfree_f.lo rsend_f.lo rsendinit_f.lo scan_f.lo scatter_f.lo scatterv_f.lo send_f.lo sendinit_f.lo sendrecv_f.lo sendrecvrep_f.lo spawn_f.lo spawnmult_f.lo ssend_f.lo ssendinit_f.lo startall_f.lo start_f.lo tcommit_f.lo tcontig_f.lo tcreatehindex_f.lo tcreatehvector_f.lo tcreatekey_f.lo tcreatestruct_f.lo tdarray_f.lo tdelattr_f.lo tdup_f.lo testall_f.lo testany_f.lo testcancel_f.lo test_f.lo testsome_f.lo textent_f.lo tfree_f.lo tfreekey_f.lo tgetattr_f.lo tgetconts_f.lo tgetenvl_f.lo tgetextent_f.lo tgetname_f.lo tgettrue_f.lo thindex_f.lo thvector_f.lo tindex_f.lo tlb_f.lo topotest_f.lo tresize_f.lo tsetattr_f.lo tsetname_f.lo tsize_f.lo tstruct_f.lo tsubarray_f.lo tub_f.lo tvector_f.lo unpack_f.lo waitall_f.lo waitany_f.lo wait_f.lo waitsome_f.lo wcomplete_f.lo wcreateerr_f.lo wcreate_f.lo wcreatekey_f.lo wdelattr_f.lo wfence_f.lo wfree_f.lo wfreekey_f.lo wgetattr_f.lo wgeterr_f.lo wgetname_f.lo wgroup_f.lo wpost_f.lo wsetattr_f.lo wseterr_f.lo wsetname_f.lo wstart_f.lo wtick_f.lo wtime_f.lo wwait_f.lo xbuoy_f.lo xcoloron_f.lo xcoloroff_f.lo -lpthread
mkdir .libs
ar cru .libs/liblamf77mpi.a abort_f.o accept_f.o accumulate_f.o address_f.o allgather_f.o allgatherv_f.o allocmem_f.o allreduce_f.o alltoall_f.o alltoallv_f.o attrdel_f.o attrget_f.o attrput_f.o barrier_f.o bcast_f.o bsend_f.o bsendinit_f.o bufattach_f.o bufdetach_f.o cancel_f.o cartcoords_f.o cartcreate_f.o cartdimget_f.o cartget_f.o cartmap_f.o cartrank_f.o cartshift_f.o cartsub_f.o ccmp_f.o ccreateerr_f.o ccreate_f.o ccreatekey_f.o cdelattr_f.o cdisconnect_f.o cdup_f.o cfree_f.o cfreekey_f.o cgetattr_f.o cgeterr_f.o cgetname_f.o cgetparent_f.o cgroup_f.o connect_f.o crank_f.o crgroup_f.o crsize_f.o csetattr_f.o cseterr_f.o csetname_f.o csize_f.o csplit_f.o ctestinter_f.o dimscreate_f.o dupfn_f.o errclass_f.o errcreate_f.o errfree_f.o errget_f.o errset_f.o errstring_f.o finalize_f.o finalized_f.o freemem_f.o gather_f.o gatherv_f.o gcmp_f.o gdiff_f.o getaddress_f.o getcount_f.o getelem_f.o get_f.o getprocname_f.o getversion_f.o gexcl_f.o gfree_f.o gincl_f.o ginter_f.o grank_f.o graphcreate_f.o graphdimsget_f.o graphget_f.o graphmap_f.o graphnbrcount_f.o graphnbr_f.o grexcl_f.o grincl_f.o gsize_f.o gtranks_f.o gunion_f.o ibsend_f.o iccreate_f.o icmerge_f.o infocreate_f.o infodel_f.o infodup_f.o infofree_f.o infoget_f.o infogetnkeys_f.o infogetnth_f.o infogetvlen_f.o infoset_f.o inited_f.o init_f.o initthr_f.o iprobe_f.o irecv_f.o irsend_f.o isend_f.o issend_f.o isthrmain_f.o join_f.o keycreate_f.o keyfree_f.o mpil_id_f.o mpil_signal_f.o mpil_trace_f.o namelook_f.o namepub_f.o nameunpub_f.o opcreate_f.o opfree_f.o pack_f.o packsize_f.o pcontrol_f.o portclose_f.o portopen_f.o probe_f.o put_f.o querythr_f.o recv_f.o recvinit_f.o reduce_f.o reducescatter_f.o reqfree_f.o rsend_f.o rsendinit_f.o scan_f.o scatter_f.o scatterv_f.o send_f.o sendinit_f.o sendrecv_f.o sendrecvrep_f.o spawn_f.o spawnmult_f.o ssend_f.o ssendinit_f.o startall_f.o start_f.o tcommit_f.o tcontig_f.o tcreatehindex_f.o tcreatehvector_f.o tcreatekey_f.o tcreatestruct_f.o tdarray_f.o tdelattr_f.o tdup_f.o testall_f.o testany_f.o testcancel_f.o test_f.o testsome_f.o textent_f.o tfree_f.o tfreekey_f.o tgetattr_f.o tgetconts_f.o tgetenvl_f.o tgetextent_f.o tgetname_f.o tgettrue_f.o thindex_f.o thvector_f.o tindex_f.o tlb_f.o topotest_f.o tresize_f.o tsetattr_f.o tsetname_f.o tsize_f.o tstruct_f.o tsubarray_f.o tub_f.o tvector_f.o unpack_f.o waitall_f.o waitany_f.o wait_f.o waitsome_f.o wcomplete_f.o wcreateerr_f.o wcreate_f.o wcreatekey_f.o wdelattr_f.o wfence_f.o wfree_f.o wfreekey_f.o wgetattr_f.o wgeterr_f.o wgetname_f.o wgroup_f.o wpost_f.o wsetattr_f.o wseterr_f.o wsetname_f.o wstart_f.o wtick_f.o wtime_f.o wwait_f.o xbuoy_f.o xcoloron_f.o xcoloroff_f.o
ranlib .libs/liblamf77mpi.a
creating liblamf77mpi.la
(cd .libs && rm -f liblamf77mpi.la && ln -s ../liblamf77mpi.la liblamf77mpi.la)
make[3]: Leaving directory `/home/mercator/src/lam-7.0.6/share/mpi/f77'
Making all in cxx
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/mpi/cxx'
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpicxx.lo -MD -MP -MF ".deps/mpicxx.Tpo" -c -o mpicxx.lo mpicxx.cc; \
then mv -f ".deps/mpicxx.Tpo" ".deps/mpicxx.Plo"; else rm -f ".deps/mpicxx.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpicxx.lo -MD -MP -MF .deps/mpicxx.Tpo -c mpicxx.cc -fPIC -DPIC -o mpicxx.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intercepts.lo -MD -MP -MF ".deps/intercepts.Tpo" -c -o intercepts.lo intercepts.cc; \
then mv -f ".deps/intercepts.Tpo" ".deps/intercepts.Plo"; else rm -f ".deps/intercepts.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intercepts.lo -MD -MP -MF .deps/intercepts.Tpo -c intercepts.cc -fPIC -DPIC -o intercepts.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pmpicxx.lo -MD -MP -MF ".deps/pmpicxx.Tpo" -c -o pmpicxx.lo pmpicxx.cc; \
then mv -f ".deps/pmpicxx.Tpo" ".deps/pmpicxx.Plo"; else rm -f ".deps/pmpicxx.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pmpicxx.lo -MD -MP -MF .deps/pmpicxx.Tpo -c pmpicxx.cc -fPIC -DPIC -o pmpicxx.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT op.lo -MD -MP -MF ".deps/op.Tpo" -c -o op.lo op.cc; \
then mv -f ".deps/op.Tpo" ".deps/op.Plo"; else rm -f ".deps/op.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cc -fPIC -DPIC -o op.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT comm.lo -MD -MP -MF ".deps/comm.Tpo" -c -o comm.lo comm.cc; \
then mv -f ".deps/comm.Tpo" ".deps/comm.Plo"; else rm -f ".deps/comm.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cc -fPIC -DPIC -o comm.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intracomm.lo -MD -MP -MF ".deps/intracomm.Tpo" -c -o intracomm.lo intracomm.cc; \
then mv -f ".deps/intracomm.Tpo" ".deps/intracomm.Plo"; else rm -f ".deps/intracomm.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intracomm.lo -MD -MP -MF .deps/intracomm.Tpo -c intracomm.cc -fPIC -DPIC -o intracomm.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topology.lo -MD -MP -MF ".deps/topology.Tpo" -c -o topology.lo topology.cc; \
then mv -f ".deps/topology.Tpo" ".deps/topology.Plo"; else rm -f ".deps/topology.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c topology.cc -fPIC -DPIC -o topology.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intercomm.lo -MD -MP -MF ".deps/intercomm.Tpo" -c -o intercomm.lo intercomm.cc; \
then mv -f ".deps/intercomm.Tpo" ".deps/intercomm.Plo"; else rm -f ".deps/intercomm.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT intercomm.lo -MD -MP -MF .deps/intercomm.Tpo -c intercomm.cc -fPIC -DPIC -o intercomm.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo info.cc; \
then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cc -fPIC -DPIC -o info.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT win.lo -MD -MP -MF ".deps/win.Tpo" -c -o win.lo win.cc; \
then mv -f ".deps/win.Tpo" ".deps/win.Plo"; else rm -f ".deps/win.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cc -fPIC -DPIC -o win.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT request.lo -MD -MP -MF ".deps/request.Tpo" -c -o request.lo request.cc; \
then mv -f ".deps/request.Tpo" ".deps/request.Plo"; else rm -f ".deps/request.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cc -fPIC -DPIC -o request.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT group.lo -MD -MP -MF ".deps/group.Tpo" -c -o group.lo group.cc; \
then mv -f ".deps/group.Tpo" ".deps/group.Plo"; else rm -f ".deps/group.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cc -fPIC -DPIC -o group.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT datatype.lo -MD -MP -MF ".deps/datatype.Tpo" -c -o datatype.lo datatype.cc; \
then mv -f ".deps/datatype.Tpo" ".deps/datatype.Plo"; else rm -f ".deps/datatype.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cc -fPIC -DPIC -o datatype.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT status.lo -MD -MP -MF ".deps/status.Tpo" -c -o status.lo status.cc; \
then mv -f ".deps/status.Tpo" ".deps/status.Plo"; else rm -f ".deps/status.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT status.lo -MD -MP -MF .deps/status.Tpo -c status.cc -fPIC -DPIC -o status.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errhandler.lo -MD -MP -MF ".deps/errhandler.Tpo" -c -o errhandler.lo errhandler.cc; \
then mv -f ".deps/errhandler.Tpo" ".deps/errhandler.Plo"; else rm -f ".deps/errhandler.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cc -fPIC -DPIC -o errhandler.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT exception.lo -MD -MP -MF ".deps/exception.Tpo" -c -o exception.lo exception.cc; \
then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; else rm -f ".deps/exception.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cc -fPIC -DPIC -o exception.o
if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo functions.cc; \
then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.cc -fPIC -DPIC -o functions.o
/bin/sh ../../../libtool --mode=link g++ -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblammpi++.la -rpath /home/mercator/versions64/lam/lam-7.0.6-gcc64/lib mpicxx.lo intercepts.lo pmpicxx.lo op.lo comm.lo intracomm.lo topology.lo intercomm.lo info.lo win.lo request.lo group.lo datatype.lo status.lo errhandler.lo exception.lo functions.lo -lpthread
mkdir .libs
ar cru .libs/liblammpi++.a mpicxx.o intercepts.o pmpicxx.o op.o comm.o intracomm.o topology.o intercomm.o info.o win.o request.o group.o datatype.o status.o errhandler.o exception.o functions.o
ranlib .libs/liblammpi++.a
creating liblammpi++.la
(cd .libs && rm -f liblammpi++.la && ln -s ../liblammpi++.la liblammpi++.la)
make[3]: Leaving directory `/home/mercator/src/lam-7.0.6/share/mpi/cxx'
Making all in totalview
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/mpi/totalview'
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -m64 -fPIC -pthread -g -MT types.lo -MD -MP -MF ".deps/types.Tpo" -c -o types.lo types.c; \
then mv -f ".deps/types.Tpo" ".deps/types.Plo"; else rm -f ".deps/types.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -m64 -fPIC -pthread -g -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.c -fPIC -DPIC -o types.o
/bin/sh ../../../libtool --mode=link gcc -m64 -fPIC -pthread -g -m64 -fPIC -o libmpi_totalview.la types.lo -lpthread
mkdir .libs
ar cru .libs/libmpi_totalview.a types.o
ranlib .libs/libmpi_totalview.a
creating libmpi_totalview.la
(cd .libs && rm -f libmpi_totalview.la && ln -s ../libmpi_totalview.la libmpi_totalview.la)
make[3]: Leaving directory `/home/mercator/src/lam-7.0.6/share/mpi/totalview'
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/mpi'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammemcpy.lo -MD -MP -MF ".deps/lammemcpy.Tpo" -c -o lammemcpy.lo lammemcpy.c; \
then mv -f ".deps/lammemcpy.Tpo" ".deps/lammemcpy.Plo"; else rm -f ".deps/lammemcpy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammemcpy.lo -MD -MP -MF .deps/lammemcpy.Tpo -c lammemcpy.c -fPIC -DPIC -o lammemcpy.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT MPI.lo -MD -MP -MF ".deps/MPI.Tpo" -c -o MPI.lo MPI.c; \
then mv -f ".deps/MPI.Tpo" ".deps/MPI.Plo"; else rm -f ".deps/MPI.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT MPI.lo -MD -MP -MF .deps/MPI.Tpo -c MPI.c -fPIC -DPIC -o MPI.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT abort.lo -MD -MP -MF ".deps/abort.Tpo" -c -o abort.lo abort.c; \
then mv -f ".deps/abort.Tpo" ".deps/abort.Plo"; else rm -f ".deps/abort.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c abort.c -fPIC -DPIC -o abort.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accept.lo -MD -MP -MF ".deps/accept.Tpo" -c -o accept.lo accept.c; \
then mv -f ".deps/accept.Tpo" ".deps/accept.Plo"; else rm -f ".deps/accept.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accept.lo -MD -MP -MF .deps/accept.Tpo -c accept.c -fPIC -DPIC -o accept.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accumulate.lo -MD -MP -MF ".deps/accumulate.Tpo" -c -o accumulate.lo accumulate.c; \
then mv -f ".deps/accumulate.Tpo" ".deps/accumulate.Plo"; else rm -f ".deps/accumulate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT accumulate.lo -MD -MP -MF .deps/accumulate.Tpo -c accumulate.c -fPIC -DPIC -o accumulate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT address.lo -MD -MP -MF ".deps/address.Tpo" -c -o address.lo address.c; \
then mv -f ".deps/address.Tpo" ".deps/address.Plo"; else rm -f ".deps/address.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC -o address.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgather.lo -MD -MP -MF ".deps/allgather.Tpo" -c -o allgather.lo allgather.c; \
then mv -f ".deps/allgather.Tpo" ".deps/allgather.Plo"; else rm -f ".deps/allgather.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgather.lo -MD -MP -MF .deps/allgather.Tpo -c allgather.c -fPIC -DPIC -o allgather.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgatherv.lo -MD -MP -MF ".deps/allgatherv.Tpo" -c -o allgatherv.lo allgatherv.c; \
then mv -f ".deps/allgatherv.Tpo" ".deps/allgatherv.Plo"; else rm -f ".deps/allgatherv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allgatherv.lo -MD -MP -MF .deps/allgatherv.Tpo -c allgatherv.c -fPIC -DPIC -o allgatherv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allocmem.lo -MD -MP -MF ".deps/allocmem.Tpo" -c -o allocmem.lo allocmem.c; \
then mv -f ".deps/allocmem.Tpo" ".deps/allocmem.Plo"; else rm -f ".deps/allocmem.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allocmem.lo -MD -MP -MF .deps/allocmem.Tpo -c allocmem.c -fPIC -DPIC -o allocmem.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allreduce.lo -MD -MP -MF ".deps/allreduce.Tpo" -c -o allreduce.lo allreduce.c; \
then mv -f ".deps/allreduce.Tpo" ".deps/allreduce.Plo"; else rm -f ".deps/allreduce.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT allreduce.lo -MD -MP -MF .deps/allreduce.Tpo -c allreduce.c -fPIC -DPIC -o allreduce.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoall.lo -MD -MP -MF ".deps/alltoall.Tpo" -c -o alltoall.lo alltoall.c; \
then mv -f ".deps/alltoall.Tpo" ".deps/alltoall.Plo"; else rm -f ".deps/alltoall.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoall.lo -MD -MP -MF .deps/alltoall.Tpo -c alltoall.c -fPIC -DPIC -o alltoall.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoallv.lo -MD -MP -MF ".deps/alltoallv.Tpo" -c -o alltoallv.lo alltoallv.c; \
then mv -f ".deps/alltoallv.Tpo" ".deps/alltoallv.Plo"; else rm -f ".deps/alltoallv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT alltoallv.lo -MD -MP -MF .deps/alltoallv.Tpo -c alltoallv.c -fPIC -DPIC -o alltoallv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrdel.lo -MD -MP -MF ".deps/attrdel.Tpo" -c -o attrdel.lo attrdel.c; \
then mv -f ".deps/attrdel.Tpo" ".deps/attrdel.Plo"; else rm -f ".deps/attrdel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrdel.lo -MD -MP -MF .deps/attrdel.Tpo -c attrdel.c -fPIC -DPIC -o attrdel.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrget.lo -MD -MP -MF ".deps/attrget.Tpo" -c -o attrget.lo attrget.c; \
then mv -f ".deps/attrget.Tpo" ".deps/attrget.Plo"; else rm -f ".deps/attrget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrget.lo -MD -MP -MF .deps/attrget.Tpo -c attrget.c -fPIC -DPIC -o attrget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrput.lo -MD -MP -MF ".deps/attrput.Tpo" -c -o attrput.lo attrput.c; \
then mv -f ".deps/attrput.Tpo" ".deps/attrput.Plo"; else rm -f ".deps/attrput.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT attrput.lo -MD -MP -MF .deps/attrput.Tpo -c attrput.c -fPIC -DPIC -o attrput.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT barrier.lo -MD -MP -MF ".deps/barrier.Tpo" -c -o barrier.lo barrier.c; \
then mv -f ".deps/barrier.Tpo" ".deps/barrier.Plo"; else rm -f ".deps/barrier.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c barrier.c -fPIC -DPIC -o barrier.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bcast.lo -MD -MP -MF ".deps/bcast.Tpo" -c -o bcast.lo bcast.c; \
then mv -f ".deps/bcast.Tpo" ".deps/bcast.Plo"; else rm -f ".deps/bcast.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bcast.lo -MD -MP -MF .deps/bcast.Tpo -c bcast.c -fPIC -DPIC -o bcast.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsend.lo -MD -MP -MF ".deps/bsend.Tpo" -c -o bsend.lo bsend.c; \
then mv -f ".deps/bsend.Tpo" ".deps/bsend.Plo"; else rm -f ".deps/bsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsend.lo -MD -MP -MF .deps/bsend.Tpo -c bsend.c -fPIC -DPIC -o bsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsendinit.lo -MD -MP -MF ".deps/bsendinit.Tpo" -c -o bsendinit.lo bsendinit.c; \
then mv -f ".deps/bsendinit.Tpo" ".deps/bsendinit.Plo"; else rm -f ".deps/bsendinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bsendinit.lo -MD -MP -MF .deps/bsendinit.Tpo -c bsendinit.c -fPIC -DPIC -o bsendinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufattach.lo -MD -MP -MF ".deps/bufattach.Tpo" -c -o bufattach.lo bufattach.c; \
then mv -f ".deps/bufattach.Tpo" ".deps/bufattach.Plo"; else rm -f ".deps/bufattach.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufattach.lo -MD -MP -MF .deps/bufattach.Tpo -c bufattach.c -fPIC -DPIC -o bufattach.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufdetach.lo -MD -MP -MF ".deps/bufdetach.Tpo" -c -o bufdetach.lo bufdetach.c; \
then mv -f ".deps/bufdetach.Tpo" ".deps/bufdetach.Plo"; else rm -f ".deps/bufdetach.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bufdetach.lo -MD -MP -MF .deps/bufdetach.Tpo -c bufdetach.c -fPIC -DPIC -o bufdetach.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cancel.lo -MD -MP -MF ".deps/cancel.Tpo" -c -o cancel.lo cancel.c; \
then mv -f ".deps/cancel.Tpo" ".deps/cancel.Plo"; else rm -f ".deps/cancel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cancel.lo -MD -MP -MF .deps/cancel.Tpo -c cancel.c -fPIC -DPIC -o cancel.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcoords.lo -MD -MP -MF ".deps/cartcoords.Tpo" -c -o cartcoords.lo cartcoords.c; \
then mv -f ".deps/cartcoords.Tpo" ".deps/cartcoords.Plo"; else rm -f ".deps/cartcoords.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcoords.lo -MD -MP -MF .deps/cartcoords.Tpo -c cartcoords.c -fPIC -DPIC -o cartcoords.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcreate.lo -MD -MP -MF ".deps/cartcreate.Tpo" -c -o cartcreate.lo cartcreate.c; \
then mv -f ".deps/cartcreate.Tpo" ".deps/cartcreate.Plo"; else rm -f ".deps/cartcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartcreate.lo -MD -MP -MF .deps/cartcreate.Tpo -c cartcreate.c -fPIC -DPIC -o cartcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartdimget.lo -MD -MP -MF ".deps/cartdimget.Tpo" -c -o cartdimget.lo cartdimget.c; \
then mv -f ".deps/cartdimget.Tpo" ".deps/cartdimget.Plo"; else rm -f ".deps/cartdimget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartdimget.lo -MD -MP -MF .deps/cartdimget.Tpo -c cartdimget.c -fPIC -DPIC -o cartdimget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartget.lo -MD -MP -MF ".deps/cartget.Tpo" -c -o cartget.lo cartget.c; \
then mv -f ".deps/cartget.Tpo" ".deps/cartget.Plo"; else rm -f ".deps/cartget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartget.lo -MD -MP -MF .deps/cartget.Tpo -c cartget.c -fPIC -DPIC -o cartget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartmap.lo -MD -MP -MF ".deps/cartmap.Tpo" -c -o cartmap.lo cartmap.c; \
then mv -f ".deps/cartmap.Tpo" ".deps/cartmap.Plo"; else rm -f ".deps/cartmap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartmap.lo -MD -MP -MF .deps/cartmap.Tpo -c cartmap.c -fPIC -DPIC -o cartmap.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartrank.lo -MD -MP -MF ".deps/cartrank.Tpo" -c -o cartrank.lo cartrank.c; \
then mv -f ".deps/cartrank.Tpo" ".deps/cartrank.Plo"; else rm -f ".deps/cartrank.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartrank.lo -MD -MP -MF .deps/cartrank.Tpo -c cartrank.c -fPIC -DPIC -o cartrank.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartshift.lo -MD -MP -MF ".deps/cartshift.Tpo" -c -o cartshift.lo cartshift.c; \
then mv -f ".deps/cartshift.Tpo" ".deps/cartshift.Plo"; else rm -f ".deps/cartshift.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartshift.lo -MD -MP -MF .deps/cartshift.Tpo -c cartshift.c -fPIC -DPIC -o cartshift.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartsub.lo -MD -MP -MF ".deps/cartsub.Tpo" -c -o cartsub.lo cartsub.c; \
then mv -f ".deps/cartsub.Tpo" ".deps/cartsub.Plo"; else rm -f ".deps/cartsub.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cartsub.lo -MD -MP -MF .deps/cartsub.Tpo -c cartsub.c -fPIC -DPIC -o cartsub.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccmp.lo -MD -MP -MF ".deps/ccmp.Tpo" -c -o ccmp.lo ccmp.c; \
then mv -f ".deps/ccmp.Tpo" ".deps/ccmp.Plo"; else rm -f ".deps/ccmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccmp.lo -MD -MP -MF .deps/ccmp.Tpo -c ccmp.c -fPIC -DPIC -o ccmp.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreate.lo -MD -MP -MF ".deps/ccreate.Tpo" -c -o ccreate.lo ccreate.c; \
then mv -f ".deps/ccreate.Tpo" ".deps/ccreate.Plo"; else rm -f ".deps/ccreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreate.lo -MD -MP -MF .deps/ccreate.Tpo -c ccreate.c -fPIC -DPIC -o ccreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreateerr.lo -MD -MP -MF ".deps/ccreateerr.Tpo" -c -o ccreateerr.lo ccreateerr.c; \
then mv -f ".deps/ccreateerr.Tpo" ".deps/ccreateerr.Plo"; else rm -f ".deps/ccreateerr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreateerr.lo -MD -MP -MF .deps/ccreateerr.Tpo -c ccreateerr.c -fPIC -DPIC -o ccreateerr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreatekey.lo -MD -MP -MF ".deps/ccreatekey.Tpo" -c -o ccreatekey.lo ccreatekey.c; \
then mv -f ".deps/ccreatekey.Tpo" ".deps/ccreatekey.Plo"; else rm -f ".deps/ccreatekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ccreatekey.lo -MD -MP -MF .deps/ccreatekey.Tpo -c ccreatekey.c -fPIC -DPIC -o ccreatekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdelattr.lo -MD -MP -MF ".deps/cdelattr.Tpo" -c -o cdelattr.lo cdelattr.c; \
then mv -f ".deps/cdelattr.Tpo" ".deps/cdelattr.Plo"; else rm -f ".deps/cdelattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdelattr.lo -MD -MP -MF .deps/cdelattr.Tpo -c cdelattr.c -fPIC -DPIC -o cdelattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdisconnect.lo -MD -MP -MF ".deps/cdisconnect.Tpo" -c -o cdisconnect.lo cdisconnect.c; \
then mv -f ".deps/cdisconnect.Tpo" ".deps/cdisconnect.Plo"; else rm -f ".deps/cdisconnect.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdisconnect.lo -MD -MP -MF .deps/cdisconnect.Tpo -c cdisconnect.c -fPIC -DPIC -o cdisconnect.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdup.lo -MD -MP -MF ".deps/cdup.Tpo" -c -o cdup.lo cdup.c; \
then mv -f ".deps/cdup.Tpo" ".deps/cdup.Plo"; else rm -f ".deps/cdup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cdup.lo -MD -MP -MF .deps/cdup.Tpo -c cdup.c -fPIC -DPIC -o cdup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfree.lo -MD -MP -MF ".deps/cfree.Tpo" -c -o cfree.lo cfree.c; \
then mv -f ".deps/cfree.Tpo" ".deps/cfree.Plo"; else rm -f ".deps/cfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfree.lo -MD -MP -MF .deps/cfree.Tpo -c cfree.c -fPIC -DPIC -o cfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfreekey.lo -MD -MP -MF ".deps/cfreekey.Tpo" -c -o cfreekey.lo cfreekey.c; \
then mv -f ".deps/cfreekey.Tpo" ".deps/cfreekey.Plo"; else rm -f ".deps/cfreekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cfreekey.lo -MD -MP -MF .deps/cfreekey.Tpo -c cfreekey.c -fPIC -DPIC -o cfreekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetattr.lo -MD -MP -MF ".deps/cgetattr.Tpo" -c -o cgetattr.lo cgetattr.c; \
then mv -f ".deps/cgetattr.Tpo" ".deps/cgetattr.Plo"; else rm -f ".deps/cgetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetattr.lo -MD -MP -MF .deps/cgetattr.Tpo -c cgetattr.c -fPIC -DPIC -o cgetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgeterr.lo -MD -MP -MF ".deps/cgeterr.Tpo" -c -o cgeterr.lo cgeterr.c; \
then mv -f ".deps/cgeterr.Tpo" ".deps/cgeterr.Plo"; else rm -f ".deps/cgeterr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgeterr.lo -MD -MP -MF .deps/cgeterr.Tpo -c cgeterr.c -fPIC -DPIC -o cgeterr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetname.lo -MD -MP -MF ".deps/cgetname.Tpo" -c -o cgetname.lo cgetname.c; \
then mv -f ".deps/cgetname.Tpo" ".deps/cgetname.Plo"; else rm -f ".deps/cgetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetname.lo -MD -MP -MF .deps/cgetname.Tpo -c cgetname.c -fPIC -DPIC -o cgetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetparent.lo -MD -MP -MF ".deps/cgetparent.Tpo" -c -o cgetparent.lo cgetparent.c; \
then mv -f ".deps/cgetparent.Tpo" ".deps/cgetparent.Plo"; else rm -f ".deps/cgetparent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgetparent.lo -MD -MP -MF .deps/cgetparent.Tpo -c cgetparent.c -fPIC -DPIC -o cgetparent.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgroup.lo -MD -MP -MF ".deps/cgroup.Tpo" -c -o cgroup.lo cgroup.c; \
then mv -f ".deps/cgroup.Tpo" ".deps/cgroup.Plo"; else rm -f ".deps/cgroup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cgroup.lo -MD -MP -MF .deps/cgroup.Tpo -c cgroup.c -fPIC -DPIC -o cgroup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \
then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o connect.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crank.lo -MD -MP -MF ".deps/crank.Tpo" -c -o crank.lo crank.c; \
then mv -f ".deps/crank.Tpo" ".deps/crank.Plo"; else rm -f ".deps/crank.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crank.lo -MD -MP -MF .deps/crank.Tpo -c crank.c -fPIC -DPIC -o crank.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crgroup.lo -MD -MP -MF ".deps/crgroup.Tpo" -c -o crgroup.lo crgroup.c; \
then mv -f ".deps/crgroup.Tpo" ".deps/crgroup.Plo"; else rm -f ".deps/crgroup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crgroup.lo -MD -MP -MF .deps/crgroup.Tpo -c crgroup.c -fPIC -DPIC -o crgroup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crsize.lo -MD -MP -MF ".deps/crsize.Tpo" -c -o crsize.lo crsize.c; \
then mv -f ".deps/crsize.Tpo" ".deps/crsize.Plo"; else rm -f ".deps/crsize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT crsize.lo -MD -MP -MF .deps/crsize.Tpo -c crsize.c -fPIC -DPIC -o crsize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetattr.lo -MD -MP -MF ".deps/csetattr.Tpo" -c -o csetattr.lo csetattr.c; \
then mv -f ".deps/csetattr.Tpo" ".deps/csetattr.Plo"; else rm -f ".deps/csetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetattr.lo -MD -MP -MF .deps/csetattr.Tpo -c csetattr.c -fPIC -DPIC -o csetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cseterr.lo -MD -MP -MF ".deps/cseterr.Tpo" -c -o cseterr.lo cseterr.c; \
then mv -f ".deps/cseterr.Tpo" ".deps/cseterr.Plo"; else rm -f ".deps/cseterr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT cseterr.lo -MD -MP -MF .deps/cseterr.Tpo -c cseterr.c -fPIC -DPIC -o cseterr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetname.lo -MD -MP -MF ".deps/csetname.Tpo" -c -o csetname.lo csetname.c; \
then mv -f ".deps/csetname.Tpo" ".deps/csetname.Plo"; else rm -f ".deps/csetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csetname.lo -MD -MP -MF .deps/csetname.Tpo -c csetname.c -fPIC -DPIC -o csetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csize.lo -MD -MP -MF ".deps/csize.Tpo" -c -o csize.lo csize.c; \
then mv -f ".deps/csize.Tpo" ".deps/csize.Plo"; else rm -f ".deps/csize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csize.lo -MD -MP -MF .deps/csize.Tpo -c csize.c -fPIC -DPIC -o csize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csplit.lo -MD -MP -MF ".deps/csplit.Tpo" -c -o csplit.lo csplit.c; \
then mv -f ".deps/csplit.Tpo" ".deps/csplit.Plo"; else rm -f ".deps/csplit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT csplit.lo -MD -MP -MF .deps/csplit.Tpo -c csplit.c -fPIC -DPIC -o csplit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ctestinter.lo -MD -MP -MF ".deps/ctestinter.Tpo" -c -o ctestinter.lo ctestinter.c; \
then mv -f ".deps/ctestinter.Tpo" ".deps/ctestinter.Plo"; else rm -f ".deps/ctestinter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ctestinter.lo -MD -MP -MF .deps/ctestinter.Tpo -c ctestinter.c -fPIC -DPIC -o ctestinter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dimscreate.lo -MD -MP -MF ".deps/dimscreate.Tpo" -c -o dimscreate.lo dimscreate.c; \
then mv -f ".deps/dimscreate.Tpo" ".deps/dimscreate.Plo"; else rm -f ".deps/dimscreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dimscreate.lo -MD -MP -MF .deps/dimscreate.Tpo -c dimscreate.c -fPIC -DPIC -o dimscreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dupfn.lo -MD -MP -MF ".deps/dupfn.Tpo" -c -o dupfn.lo dupfn.c; \
then mv -f ".deps/dupfn.Tpo" ".deps/dupfn.Plo"; else rm -f ".deps/dupfn.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dupfn.lo -MD -MP -MF .deps/dupfn.Tpo -c dupfn.c -fPIC -DPIC -o dupfn.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errclass.lo -MD -MP -MF ".deps/errclass.Tpo" -c -o errclass.lo errclass.c; \
then mv -f ".deps/errclass.Tpo" ".deps/errclass.Plo"; else rm -f ".deps/errclass.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errclass.lo -MD -MP -MF .deps/errclass.Tpo -c errclass.c -fPIC -DPIC -o errclass.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errcreate.lo -MD -MP -MF ".deps/errcreate.Tpo" -c -o errcreate.lo errcreate.c; \
then mv -f ".deps/errcreate.Tpo" ".deps/errcreate.Plo"; else rm -f ".deps/errcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errcreate.lo -MD -MP -MF .deps/errcreate.Tpo -c errcreate.c -fPIC -DPIC -o errcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errfree.lo -MD -MP -MF ".deps/errfree.Tpo" -c -o errfree.lo errfree.c; \
then mv -f ".deps/errfree.Tpo" ".deps/errfree.Plo"; else rm -f ".deps/errfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errfree.lo -MD -MP -MF .deps/errfree.Tpo -c errfree.c -fPIC -DPIC -o errfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errget.lo -MD -MP -MF ".deps/errget.Tpo" -c -o errget.lo errget.c; \
then mv -f ".deps/errget.Tpo" ".deps/errget.Plo"; else rm -f ".deps/errget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errget.lo -MD -MP -MF .deps/errget.Tpo -c errget.c -fPIC -DPIC -o errget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errset.lo -MD -MP -MF ".deps/errset.Tpo" -c -o errset.lo errset.c; \
then mv -f ".deps/errset.Tpo" ".deps/errset.Plo"; else rm -f ".deps/errset.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errset.lo -MD -MP -MF .deps/errset.Tpo -c errset.c -fPIC -DPIC -o errset.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errstring.lo -MD -MP -MF ".deps/errstring.Tpo" -c -o errstring.lo errstring.c; \
then mv -f ".deps/errstring.Tpo" ".deps/errstring.Plo"; else rm -f ".deps/errstring.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT errstring.lo -MD -MP -MF .deps/errstring.Tpo -c errstring.c -fPIC -DPIC -o errstring.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalize.lo -MD -MP -MF ".deps/finalize.Tpo" -c -o finalize.lo finalize.c; \
then mv -f ".deps/finalize.Tpo" ".deps/finalize.Plo"; else rm -f ".deps/finalize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -fPIC -DPIC -o finalize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalized.lo -MD -MP -MF ".deps/finalized.Tpo" -c -o finalized.lo finalized.c; \
then mv -f ".deps/finalized.Tpo" ".deps/finalized.Plo"; else rm -f ".deps/finalized.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT finalized.lo -MD -MP -MF .deps/finalized.Tpo -c finalized.c -fPIC -DPIC -o finalized.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT freemem.lo -MD -MP -MF ".deps/freemem.Tpo" -c -o freemem.lo freemem.c; \
then mv -f ".deps/freemem.Tpo" ".deps/freemem.Plo"; else rm -f ".deps/freemem.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT freemem.lo -MD -MP -MF .deps/freemem.Tpo -c freemem.c -fPIC -DPIC -o freemem.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gather.lo -MD -MP -MF ".deps/gather.Tpo" -c -o gather.lo gather.c; \
then mv -f ".deps/gather.Tpo" ".deps/gather.Plo"; else rm -f ".deps/gather.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gather.lo -MD -MP -MF .deps/gather.Tpo -c gather.c -fPIC -DPIC -o gather.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gatherv.lo -MD -MP -MF ".deps/gatherv.Tpo" -c -o gatherv.lo gatherv.c; \
then mv -f ".deps/gatherv.Tpo" ".deps/gatherv.Plo"; else rm -f ".deps/gatherv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gatherv.lo -MD -MP -MF .deps/gatherv.Tpo -c gatherv.c -fPIC -DPIC -o gatherv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gcmp.lo -MD -MP -MF ".deps/gcmp.Tpo" -c -o gcmp.lo gcmp.c; \
then mv -f ".deps/gcmp.Tpo" ".deps/gcmp.Plo"; else rm -f ".deps/gcmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gcmp.lo -MD -MP -MF .deps/gcmp.Tpo -c gcmp.c -fPIC -DPIC -o gcmp.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gdiff.lo -MD -MP -MF ".deps/gdiff.Tpo" -c -o gdiff.lo gdiff.c; \
then mv -f ".deps/gdiff.Tpo" ".deps/gdiff.Plo"; else rm -f ".deps/gdiff.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gdiff.lo -MD -MP -MF .deps/gdiff.Tpo -c gdiff.c -fPIC -DPIC -o gdiff.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getaddress.lo -MD -MP -MF ".deps/getaddress.Tpo" -c -o getaddress.lo getaddress.c; \
then mv -f ".deps/getaddress.Tpo" ".deps/getaddress.Plo"; else rm -f ".deps/getaddress.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getaddress.lo -MD -MP -MF .deps/getaddress.Tpo -c getaddress.c -fPIC -DPIC -o getaddress.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT get.lo -MD -MP -MF ".deps/get.Tpo" -c -o get.lo get.c; \
then mv -f ".deps/get.Tpo" ".deps/get.Plo"; else rm -f ".deps/get.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT get.lo -MD -MP -MF .deps/get.Tpo -c get.c -fPIC -DPIC -o get.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getcount.lo -MD -MP -MF ".deps/getcount.Tpo" -c -o getcount.lo getcount.c; \
then mv -f ".deps/getcount.Tpo" ".deps/getcount.Plo"; else rm -f ".deps/getcount.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getcount.lo -MD -MP -MF .deps/getcount.Tpo -c getcount.c -fPIC -DPIC -o getcount.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getelem.lo -MD -MP -MF ".deps/getelem.Tpo" -c -o getelem.lo getelem.c; \
then mv -f ".deps/getelem.Tpo" ".deps/getelem.Plo"; else rm -f ".deps/getelem.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getelem.lo -MD -MP -MF .deps/getelem.Tpo -c getelem.c -fPIC -DPIC -o getelem.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getprocname.lo -MD -MP -MF ".deps/getprocname.Tpo" -c -o getprocname.lo getprocname.c; \
then mv -f ".deps/getprocname.Tpo" ".deps/getprocname.Plo"; else rm -f ".deps/getprocname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getprocname.lo -MD -MP -MF .deps/getprocname.Tpo -c getprocname.c -fPIC -DPIC -o getprocname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getversion.lo -MD -MP -MF ".deps/getversion.Tpo" -c -o getversion.lo getversion.c; \
then mv -f ".deps/getversion.Tpo" ".deps/getversion.Plo"; else rm -f ".deps/getversion.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT getversion.lo -MD -MP -MF .deps/getversion.Tpo -c getversion.c -fPIC -DPIC -o getversion.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gexcl.lo -MD -MP -MF ".deps/gexcl.Tpo" -c -o gexcl.lo gexcl.c; \
then mv -f ".deps/gexcl.Tpo" ".deps/gexcl.Plo"; else rm -f ".deps/gexcl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gexcl.lo -MD -MP -MF .deps/gexcl.Tpo -c gexcl.c -fPIC -DPIC -o gexcl.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gfree.lo -MD -MP -MF ".deps/gfree.Tpo" -c -o gfree.lo gfree.c; \
then mv -f ".deps/gfree.Tpo" ".deps/gfree.Plo"; else rm -f ".deps/gfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gfree.lo -MD -MP -MF .deps/gfree.Tpo -c gfree.c -fPIC -DPIC -o gfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gincl.lo -MD -MP -MF ".deps/gincl.Tpo" -c -o gincl.lo gincl.c; \
then mv -f ".deps/gincl.Tpo" ".deps/gincl.Plo"; else rm -f ".deps/gincl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gincl.lo -MD -MP -MF .deps/gincl.Tpo -c gincl.c -fPIC -DPIC -o gincl.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ginter.lo -MD -MP -MF ".deps/ginter.Tpo" -c -o ginter.lo ginter.c; \
then mv -f ".deps/ginter.Tpo" ".deps/ginter.Plo"; else rm -f ".deps/ginter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ginter.lo -MD -MP -MF .deps/ginter.Tpo -c ginter.c -fPIC -DPIC -o ginter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grank.lo -MD -MP -MF ".deps/grank.Tpo" -c -o grank.lo grank.c; \
then mv -f ".deps/grank.Tpo" ".deps/grank.Plo"; else rm -f ".deps/grank.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grank.lo -MD -MP -MF .deps/grank.Tpo -c grank.c -fPIC -DPIC -o grank.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphcreate.lo -MD -MP -MF ".deps/graphcreate.Tpo" -c -o graphcreate.lo graphcreate.c; \
then mv -f ".deps/graphcreate.Tpo" ".deps/graphcreate.Plo"; else rm -f ".deps/graphcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphcreate.lo -MD -MP -MF .deps/graphcreate.Tpo -c graphcreate.c -fPIC -DPIC -o graphcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphdimsget.lo -MD -MP -MF ".deps/graphdimsget.Tpo" -c -o graphdimsget.lo graphdimsget.c; \
then mv -f ".deps/graphdimsget.Tpo" ".deps/graphdimsget.Plo"; else rm -f ".deps/graphdimsget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphdimsget.lo -MD -MP -MF .deps/graphdimsget.Tpo -c graphdimsget.c -fPIC -DPIC -o graphdimsget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphget.lo -MD -MP -MF ".deps/graphget.Tpo" -c -o graphget.lo graphget.c; \
then mv -f ".deps/graphget.Tpo" ".deps/graphget.Plo"; else rm -f ".deps/graphget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphget.lo -MD -MP -MF .deps/graphget.Tpo -c graphget.c -fPIC -DPIC -o graphget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphmap.lo -MD -MP -MF ".deps/graphmap.Tpo" -c -o graphmap.lo graphmap.c; \
then mv -f ".deps/graphmap.Tpo" ".deps/graphmap.Plo"; else rm -f ".deps/graphmap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphmap.lo -MD -MP -MF .deps/graphmap.Tpo -c graphmap.c -fPIC -DPIC -o graphmap.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbr.lo -MD -MP -MF ".deps/graphnbr.Tpo" -c -o graphnbr.lo graphnbr.c; \
then mv -f ".deps/graphnbr.Tpo" ".deps/graphnbr.Plo"; else rm -f ".deps/graphnbr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbr.lo -MD -MP -MF .deps/graphnbr.Tpo -c graphnbr.c -fPIC -DPIC -o graphnbr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbrcount.lo -MD -MP -MF ".deps/graphnbrcount.Tpo" -c -o graphnbrcount.lo graphnbrcount.c; \
then mv -f ".deps/graphnbrcount.Tpo" ".deps/graphnbrcount.Plo"; else rm -f ".deps/graphnbrcount.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT graphnbrcount.lo -MD -MP -MF .deps/graphnbrcount.Tpo -c graphnbrcount.c -fPIC -DPIC -o graphnbrcount.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grexcl.lo -MD -MP -MF ".deps/grexcl.Tpo" -c -o grexcl.lo grexcl.c; \
then mv -f ".deps/grexcl.Tpo" ".deps/grexcl.Plo"; else rm -f ".deps/grexcl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grexcl.lo -MD -MP -MF .deps/grexcl.Tpo -c grexcl.c -fPIC -DPIC -o grexcl.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grincl.lo -MD -MP -MF ".deps/grincl.Tpo" -c -o grincl.lo grincl.c; \
then mv -f ".deps/grincl.Tpo" ".deps/grincl.Plo"; else rm -f ".deps/grincl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT grincl.lo -MD -MP -MF .deps/grincl.Tpo -c grincl.c -fPIC -DPIC -o grincl.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gsize.lo -MD -MP -MF ".deps/gsize.Tpo" -c -o gsize.lo gsize.c; \
then mv -f ".deps/gsize.Tpo" ".deps/gsize.Plo"; else rm -f ".deps/gsize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gsize.lo -MD -MP -MF .deps/gsize.Tpo -c gsize.c -fPIC -DPIC -o gsize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gtranks.lo -MD -MP -MF ".deps/gtranks.Tpo" -c -o gtranks.lo gtranks.c; \
then mv -f ".deps/gtranks.Tpo" ".deps/gtranks.Plo"; else rm -f ".deps/gtranks.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gtranks.lo -MD -MP -MF .deps/gtranks.Tpo -c gtranks.c -fPIC -DPIC -o gtranks.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gunion.lo -MD -MP -MF ".deps/gunion.Tpo" -c -o gunion.lo gunion.c; \
then mv -f ".deps/gunion.Tpo" ".deps/gunion.Plo"; else rm -f ".deps/gunion.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT gunion.lo -MD -MP -MF .deps/gunion.Tpo -c gunion.c -fPIC -DPIC -o gunion.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT handles.lo -MD -MP -MF ".deps/handles.Tpo" -c -o handles.lo handles.c; \
then mv -f ".deps/handles.Tpo" ".deps/handles.Plo"; else rm -f ".deps/handles.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT handles.lo -MD -MP -MF .deps/handles.Tpo -c handles.c -fPIC -DPIC -o handles.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ibsend.lo -MD -MP -MF ".deps/ibsend.Tpo" -c -o ibsend.lo ibsend.c; \
then mv -f ".deps/ibsend.Tpo" ".deps/ibsend.Plo"; else rm -f ".deps/ibsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ibsend.lo -MD -MP -MF .deps/ibsend.Tpo -c ibsend.c -fPIC -DPIC -o ibsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iccreate.lo -MD -MP -MF ".deps/iccreate.Tpo" -c -o iccreate.lo iccreate.c; \
then mv -f ".deps/iccreate.Tpo" ".deps/iccreate.Plo"; else rm -f ".deps/iccreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iccreate.lo -MD -MP -MF .deps/iccreate.Tpo -c iccreate.c -fPIC -DPIC -o iccreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT icmerge.lo -MD -MP -MF ".deps/icmerge.Tpo" -c -o icmerge.lo icmerge.c; \
then mv -f ".deps/icmerge.Tpo" ".deps/icmerge.Plo"; else rm -f ".deps/icmerge.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT icmerge.lo -MD -MP -MF .deps/icmerge.Tpo -c icmerge.c -fPIC -DPIC -o icmerge.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infocreate.lo -MD -MP -MF ".deps/infocreate.Tpo" -c -o infocreate.lo infocreate.c; \
then mv -f ".deps/infocreate.Tpo" ".deps/infocreate.Plo"; else rm -f ".deps/infocreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infocreate.lo -MD -MP -MF .deps/infocreate.Tpo -c infocreate.c -fPIC -DPIC -o infocreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodel.lo -MD -MP -MF ".deps/infodel.Tpo" -c -o infodel.lo infodel.c; \
then mv -f ".deps/infodel.Tpo" ".deps/infodel.Plo"; else rm -f ".deps/infodel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodel.lo -MD -MP -MF .deps/infodel.Tpo -c infodel.c -fPIC -DPIC -o infodel.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodup.lo -MD -MP -MF ".deps/infodup.Tpo" -c -o infodup.lo infodup.c; \
then mv -f ".deps/infodup.Tpo" ".deps/infodup.Plo"; else rm -f ".deps/infodup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infodup.lo -MD -MP -MF .deps/infodup.Tpo -c infodup.c -fPIC -DPIC -o infodup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infofree.lo -MD -MP -MF ".deps/infofree.Tpo" -c -o infofree.lo infofree.c; \
then mv -f ".deps/infofree.Tpo" ".deps/infofree.Plo"; else rm -f ".deps/infofree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infofree.lo -MD -MP -MF .deps/infofree.Tpo -c infofree.c -fPIC -DPIC -o infofree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoget.lo -MD -MP -MF ".deps/infoget.Tpo" -c -o infoget.lo infoget.c; \
then mv -f ".deps/infoget.Tpo" ".deps/infoget.Plo"; else rm -f ".deps/infoget.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoget.lo -MD -MP -MF .deps/infoget.Tpo -c infoget.c -fPIC -DPIC -o infoget.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnkeys.lo -MD -MP -MF ".deps/infogetnkeys.Tpo" -c -o infogetnkeys.lo infogetnkeys.c; \
then mv -f ".deps/infogetnkeys.Tpo" ".deps/infogetnkeys.Plo"; else rm -f ".deps/infogetnkeys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnkeys.lo -MD -MP -MF .deps/infogetnkeys.Tpo -c infogetnkeys.c -fPIC -DPIC -o infogetnkeys.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnth.lo -MD -MP -MF ".deps/infogetnth.Tpo" -c -o infogetnth.lo infogetnth.c; \
then mv -f ".deps/infogetnth.Tpo" ".deps/infogetnth.Plo"; else rm -f ".deps/infogetnth.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetnth.lo -MD -MP -MF .deps/infogetnth.Tpo -c infogetnth.c -fPIC -DPIC -o infogetnth.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetvlen.lo -MD -MP -MF ".deps/infogetvlen.Tpo" -c -o infogetvlen.lo infogetvlen.c; \
then mv -f ".deps/infogetvlen.Tpo" ".deps/infogetvlen.Plo"; else rm -f ".deps/infogetvlen.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infogetvlen.lo -MD -MP -MF .deps/infogetvlen.Tpo -c infogetvlen.c -fPIC -DPIC -o infogetvlen.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoset.lo -MD -MP -MF ".deps/infoset.Tpo" -c -o infoset.lo infoset.c; \
then mv -f ".deps/infoset.Tpo" ".deps/infoset.Plo"; else rm -f ".deps/infoset.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT infoset.lo -MD -MP -MF .deps/infoset.Tpo -c infoset.c -fPIC -DPIC -o infoset.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT init.lo -MD -MP -MF ".deps/init.Tpo" -c -o init.lo init.c; \
then mv -f ".deps/init.Tpo" ".deps/init.Plo"; else rm -f ".deps/init.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT inited.lo -MD -MP -MF ".deps/inited.Tpo" -c -o inited.lo inited.c; \
then mv -f ".deps/inited.Tpo" ".deps/inited.Plo"; else rm -f ".deps/inited.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT inited.lo -MD -MP -MF .deps/inited.Tpo -c inited.c -fPIC -DPIC -o inited.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT initthr.lo -MD -MP -MF ".deps/initthr.Tpo" -c -o initthr.lo initthr.c; \
then mv -f ".deps/initthr.Tpo" ".deps/initthr.Plo"; else rm -f ".deps/initthr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT initthr.lo -MD -MP -MF .deps/initthr.Tpo -c initthr.c -fPIC -DPIC -o initthr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iprobe.lo -MD -MP -MF ".deps/iprobe.Tpo" -c -o iprobe.lo iprobe.c; \
then mv -f ".deps/iprobe.Tpo" ".deps/iprobe.Plo"; else rm -f ".deps/iprobe.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT iprobe.lo -MD -MP -MF .deps/iprobe.Tpo -c iprobe.c -fPIC -DPIC -o iprobe.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irecv.lo -MD -MP -MF ".deps/irecv.Tpo" -c -o irecv.lo irecv.c; \
then mv -f ".deps/irecv.Tpo" ".deps/irecv.Plo"; else rm -f ".deps/irecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irecv.lo -MD -MP -MF .deps/irecv.Tpo -c irecv.c -fPIC -DPIC -o irecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irsend.lo -MD -MP -MF ".deps/irsend.Tpo" -c -o irsend.lo irsend.c; \
then mv -f ".deps/irsend.Tpo" ".deps/irsend.Plo"; else rm -f ".deps/irsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT irsend.lo -MD -MP -MF .deps/irsend.Tpo -c irsend.c -fPIC -DPIC -o irsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isend.lo -MD -MP -MF ".deps/isend.Tpo" -c -o isend.lo isend.c; \
then mv -f ".deps/isend.Tpo" ".deps/isend.Plo"; else rm -f ".deps/isend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isend.lo -MD -MP -MF .deps/isend.Tpo -c isend.c -fPIC -DPIC -o isend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT issend.lo -MD -MP -MF ".deps/issend.Tpo" -c -o issend.lo issend.c; \
then mv -f ".deps/issend.Tpo" ".deps/issend.Plo"; else rm -f ".deps/issend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT issend.lo -MD -MP -MF .deps/issend.Tpo -c issend.c -fPIC -DPIC -o issend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isthrmain.lo -MD -MP -MF ".deps/isthrmain.Tpo" -c -o isthrmain.lo isthrmain.c; \
then mv -f ".deps/isthrmain.Tpo" ".deps/isthrmain.Plo"; else rm -f ".deps/isthrmain.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT isthrmain.lo -MD -MP -MF .deps/isthrmain.Tpo -c isthrmain.c -fPIC -DPIC -o isthrmain.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT join.lo -MD -MP -MF ".deps/join.Tpo" -c -o join.lo join.c; \
then mv -f ".deps/join.Tpo" ".deps/join.Plo"; else rm -f ".deps/join.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT join.lo -MD -MP -MF .deps/join.Tpo -c join.c -fPIC -DPIC -o join.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keycreate.lo -MD -MP -MF ".deps/keycreate.Tpo" -c -o keycreate.lo keycreate.c; \
then mv -f ".deps/keycreate.Tpo" ".deps/keycreate.Plo"; else rm -f ".deps/keycreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keycreate.lo -MD -MP -MF .deps/keycreate.Tpo -c keycreate.c -fPIC -DPIC -o keycreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keyfree.lo -MD -MP -MF ".deps/keyfree.Tpo" -c -o keyfree.lo keyfree.c; \
then mv -f ".deps/keyfree.Tpo" ".deps/keyfree.Plo"; else rm -f ".deps/keyfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT keyfree.lo -MD -MP -MF .deps/keyfree.Tpo -c keyfree.c -fPIC -DPIC -o keyfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamapps.lo -MD -MP -MF ".deps/lamapps.Tpo" -c -o lamapps.lo lamapps.c; \
then mv -f ".deps/lamapps.Tpo" ".deps/lamapps.Plo"; else rm -f ".deps/lamapps.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamapps.lo -MD -MP -MF .deps/lamapps.Tpo -c lamapps.c -fPIC -DPIC -o lamapps.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamattr.lo -MD -MP -MF ".deps/lamattr.Tpo" -c -o lamattr.lo lamattr.c; \
then mv -f ".deps/lamattr.Tpo" ".deps/lamattr.Plo"; else rm -f ".deps/lamattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamattr.lo -MD -MP -MF .deps/lamattr.Tpo -c lamattr.c -fPIC -DPIC -o lamattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lambuf.lo -MD -MP -MF ".deps/lambuf.Tpo" -c -o lambuf.lo lambuf.c; \
then mv -f ".deps/lambuf.Tpo" ".deps/lambuf.Plo"; else rm -f ".deps/lambuf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lambuf.lo -MD -MP -MF .deps/lambuf.Tpo -c lambuf.c -fPIC -DPIC -o lambuf.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcid.lo -MD -MP -MF ".deps/lamcid.Tpo" -c -o lamcid.lo lamcid.c; \
then mv -f ".deps/lamcid.Tpo" ".deps/lamcid.Plo"; else rm -f ".deps/lamcid.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcid.lo -MD -MP -MF .deps/lamcid.Tpo -c lamcid.c -fPIC -DPIC -o lamcid.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamclocks.lo -MD -MP -MF ".deps/lamclocks.Tpo" -c -o lamclocks.lo lamclocks.c; \
then mv -f ".deps/lamclocks.Tpo" ".deps/lamclocks.Plo"; else rm -f ".deps/lamclocks.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamclocks.lo -MD -MP -MF .deps/lamclocks.Tpo -c lamclocks.c -fPIC -DPIC -o lamclocks.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcomm.lo -MD -MP -MF ".deps/lamcomm.Tpo" -c -o lamcomm.lo lamcomm.c; \
then mv -f ".deps/lamcomm.Tpo" ".deps/lamcomm.Plo"; else rm -f ".deps/lamcomm.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamcomm.lo -MD -MP -MF .deps/lamcomm.Tpo -c lamcomm.c -fPIC -DPIC -o lamcomm.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdeferr.lo -MD -MP -MF ".deps/lamdeferr.Tpo" -c -o lamdeferr.lo lamdeferr.c; \
then mv -f ".deps/lamdeferr.Tpo" ".deps/lamdeferr.Plo"; else rm -f ".deps/lamdeferr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdeferr.lo -MD -MP -MF .deps/lamdeferr.Tpo -c lamdeferr.c -fPIC -DPIC -o lamdeferr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdtype.lo -MD -MP -MF ".deps/lamdtype.Tpo" -c -o lamdtype.lo lamdtype.c; \
then mv -f ".deps/lamdtype.Tpo" ".deps/lamdtype.Plo"; else rm -f ".deps/lamdtype.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamdtype.lo -MD -MP -MF .deps/lamdtype.Tpo -c lamdtype.c -fPIC -DPIC -o lamdtype.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT laminit.lo -MD -MP -MF ".deps/laminit.Tpo" -c -o laminit.lo laminit.c; \
then mv -f ".deps/laminit.Tpo" ".deps/laminit.Plo"; else rm -f ".deps/laminit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT laminit.lo -MD -MP -MF .deps/laminit.Tpo -c laminit.c -fPIC -DPIC -o laminit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT laminited.lo -MD -MP -MF ".deps/laminited.Tpo" -c -o laminited.lo laminited.c; \
then mv -f ".deps/laminited.Tpo" ".deps/laminited.Plo"; else rm -f ".deps/laminited.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT laminited.lo -MD -MP -MF .deps/laminited.Tpo -c laminited.c -fPIC -DPIC -o laminited.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammisc.lo -MD -MP -MF ".deps/lammisc.Tpo" -c -o lammisc.lo lammisc.c; \
then mv -f ".deps/lammisc.Tpo" ".deps/lammisc.Plo"; else rm -f ".deps/lammisc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammisc.lo -MD -MP -MF .deps/lammisc.Tpo -c lammisc.c -fPIC -DPIC -o lammisc.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammpiinit.lo -MD -MP -MF ".deps/lammpiinit.Tpo" -c -o lammpiinit.lo lammpiinit.c; \
then mv -f ".deps/lammpiinit.Tpo" ".deps/lammpiinit.Plo"; else rm -f ".deps/lammpiinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lammpiinit.lo -MD -MP -MF .deps/lammpiinit.Tpo -c lammpiinit.c -fPIC -DPIC -o lammpiinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamnbarrier.lo -MD -MP -MF ".deps/lamnbarrier.Tpo" -c -o lamnbarrier.lo lamnbarrier.c; \
then mv -f ".deps/lamnbarrier.Tpo" ".deps/lamnbarrier.Plo"; else rm -f ".deps/lamnbarrier.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamnbarrier.lo -MD -MP -MF .deps/lamnbarrier.Tpo -c lamnbarrier.c -fPIC -DPIC -o lamnbarrier.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamonesided.lo -MD -MP -MF ".deps/lamonesided.Tpo" -c -o lamonesided.lo lamonesided.c; \
then mv -f ".deps/lamonesided.Tpo" ".deps/lamonesided.Plo"; else rm -f ".deps/lamonesided.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamonesided.lo -MD -MP -MF .deps/lamonesided.Tpo -c lamonesided.c -fPIC -DPIC -o lamonesided.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lampack.lo -MD -MP -MF ".deps/lampack.Tpo" -c -o lampack.lo lampack.c; \
then mv -f ".deps/lampack.Tpo" ".deps/lampack.Plo"; else rm -f ".deps/lampack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lampack.lo -MD -MP -MF .deps/lampack.Tpo -c lampack.c -fPIC -DPIC -o lampack.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamports.lo -MD -MP -MF ".deps/lamports.Tpo" -c -o lamports.lo lamports.c; \
then mv -f ".deps/lamports.Tpo" ".deps/lamports.Plo"; else rm -f ".deps/lamports.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamports.lo -MD -MP -MF .deps/lamports.Tpo -c lamports.c -fPIC -DPIC -o lamports.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamprocs.lo -MD -MP -MF ".deps/lamprocs.Tpo" -c -o lamprocs.lo lamprocs.c; \
then mv -f ".deps/lamprocs.Tpo" ".deps/lamprocs.Plo"; else rm -f ".deps/lamprocs.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamprocs.lo -MD -MP -MF .deps/lamprocs.Tpo -c lamprocs.c -fPIC -DPIC -o lamprocs.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lampublish.lo -MD -MP -MF ".deps/lampublish.Tpo" -c -o lampublish.lo lampublish.c; \
then mv -f ".deps/lampublish.Tpo" ".deps/lampublish.Plo"; else rm -f ".deps/lampublish.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lampublish.lo -MD -MP -MF .deps/lampublish.Tpo -c lampublish.c -fPIC -DPIC -o lampublish.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreceive.lo -MD -MP -MF ".deps/lamreceive.Tpo" -c -o lamreceive.lo lamreceive.c; \
then mv -f ".deps/lamreceive.Tpo" ".deps/lamreceive.Plo"; else rm -f ".deps/lamreceive.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreceive.lo -MD -MP -MF .deps/lamreceive.Tpo -c lamreceive.c -fPIC -DPIC -o lamreceive.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreduce.lo -MD -MP -MF ".deps/lamreduce.Tpo" -c -o lamreduce.lo lamreduce.c; \
then mv -f ".deps/lamreduce.Tpo" ".deps/lamreduce.Plo"; else rm -f ".deps/lamreduce.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreduce.lo -MD -MP -MF .deps/lamreduce.Tpo -c lamreduce.c -fPIC -DPIC -o lamreduce.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreqs.lo -MD -MP -MF ".deps/lamreqs.Tpo" -c -o lamreqs.lo lamreqs.c; \
then mv -f ".deps/lamreqs.Tpo" ".deps/lamreqs.Plo"; else rm -f ".deps/lamreqs.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamreqs.lo -MD -MP -MF .deps/lamreqs.Tpo -c lamreqs.c -fPIC -DPIC -o lamreqs.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamsend.lo -MD -MP -MF ".deps/lamsend.Tpo" -c -o lamsend.lo lamsend.c; \
then mv -f ".deps/lamsend.Tpo" ".deps/lamsend.Plo"; else rm -f ".deps/lamsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamsend.lo -MD -MP -MF .deps/lamsend.Tpo -c lamsend.c -fPIC -DPIC -o lamsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamsig.lo -MD -MP -MF ".deps/lamsig.Tpo" -c -o lamsig.lo lamsig.c; \
then mv -f ".deps/lamsig.Tpo" ".deps/lamsig.Plo"; else rm -f ".deps/lamsig.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamsig.lo -MD -MP -MF .deps/lamsig.Tpo -c lamsig.c -fPIC -DPIC -o lamsig.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamspawn.lo -MD -MP -MF ".deps/lamspawn.Tpo" -c -o lamspawn.lo lamspawn.c; \
then mv -f ".deps/lamspawn.Tpo" ".deps/lamspawn.Plo"; else rm -f ".deps/lamspawn.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamspawn.lo -MD -MP -MF .deps/lamspawn.Tpo -c lamspawn.c -fPIC -DPIC -o lamspawn.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamtest.lo -MD -MP -MF ".deps/lamtest.Tpo" -c -o lamtest.lo lamtest.c; \
then mv -f ".deps/lamtest.Tpo" ".deps/lamtest.Plo"; else rm -f ".deps/lamtest.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamtest.lo -MD -MP -MF .deps/lamtest.Tpo -c lamtest.c -fPIC -DPIC -o lamtest.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamthreads.lo -MD -MP -MF ".deps/lamthreads.Tpo" -c -o lamthreads.lo lamthreads.c; \
then mv -f ".deps/lamthreads.Tpo" ".deps/lamthreads.Plo"; else rm -f ".deps/lamthreads.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamthreads.lo -MD -MP -MF .deps/lamthreads.Tpo -c lamthreads.c -fPIC -DPIC -o lamthreads.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamtrace.lo -MD -MP -MF ".deps/lamtrace.Tpo" -c -o lamtrace.lo lamtrace.c; \
then mv -f ".deps/lamtrace.Tpo" ".deps/lamtrace.Plo"; else rm -f ".deps/lamtrace.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamtrace.lo -MD -MP -MF .deps/lamtrace.Tpo -c lamtrace.c -fPIC -DPIC -o lamtrace.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamunpack.lo -MD -MP -MF ".deps/lamunpack.Tpo" -c -o lamunpack.lo lamunpack.c; \
then mv -f ".deps/lamunpack.Tpo" ".deps/lamunpack.Plo"; else rm -f ".deps/lamunpack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamunpack.lo -MD -MP -MF .deps/lamunpack.Tpo -c lamunpack.c -fPIC -DPIC -o lamunpack.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamupdown.lo -MD -MP -MF ".deps/lamupdown.Tpo" -c -o lamupdown.lo lamupdown.c; \
then mv -f ".deps/lamupdown.Tpo" ".deps/lamupdown.Plo"; else rm -f ".deps/lamupdown.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT lamupdown.lo -MD -MP -MF .deps/lamupdown.Tpo -c lamupdown.c -fPIC -DPIC -o lamupdown.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT m2l.lo -MD -MP -MF ".deps/m2l.Tpo" -c -o m2l.lo m2l.c; \
then mv -f ".deps/m2l.Tpo" ".deps/m2l.Plo"; else rm -f ".deps/m2l.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT m2l.lo -MD -MP -MF .deps/m2l.Tpo -c m2l.c -fPIC -DPIC -o m2l.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_id.lo -MD -MP -MF ".deps/mpil_id.Tpo" -c -o mpil_id.lo mpil_id.c; \
then mv -f ".deps/mpil_id.Tpo" ".deps/mpil_id.Plo"; else rm -f ".deps/mpil_id.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_id.lo -MD -MP -MF .deps/mpil_id.Tpo -c mpil_id.c -fPIC -DPIC -o mpil_id.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_rgetname.lo -MD -MP -MF ".deps/mpil_rgetname.Tpo" -c -o mpil_rgetname.lo mpil_rgetname.c; \
then mv -f ".deps/mpil_rgetname.Tpo" ".deps/mpil_rgetname.Plo"; else rm -f ".deps/mpil_rgetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_rgetname.lo -MD -MP -MF .deps/mpil_rgetname.Tpo -c mpil_rgetname.c -fPIC -DPIC -o mpil_rgetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_rsetname.lo -MD -MP -MF ".deps/mpil_rsetname.Tpo" -c -o mpil_rsetname.lo mpil_rsetname.c; \
then mv -f ".deps/mpil_rsetname.Tpo" ".deps/mpil_rsetname.Plo"; else rm -f ".deps/mpil_rsetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_rsetname.lo -MD -MP -MF .deps/mpil_rsetname.Tpo -c mpil_rsetname.c -fPIC -DPIC -o mpil_rsetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_signal.lo -MD -MP -MF ".deps/mpil_signal.Tpo" -c -o mpil_signal.lo mpil_signal.c; \
then mv -f ".deps/mpil_signal.Tpo" ".deps/mpil_signal.Plo"; else rm -f ".deps/mpil_signal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_signal.lo -MD -MP -MF .deps/mpil_signal.Tpo -c mpil_signal.c -fPIC -DPIC -o mpil_signal.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_trace.lo -MD -MP -MF ".deps/mpil_trace.Tpo" -c -o mpil_trace.lo mpil_trace.c; \
then mv -f ".deps/mpil_trace.Tpo" ".deps/mpil_trace.Plo"; else rm -f ".deps/mpil_trace.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT mpil_trace.lo -MD -MP -MF .deps/mpil_trace.Tpo -c mpil_trace.c -fPIC -DPIC -o mpil_trace.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namelook.lo -MD -MP -MF ".deps/namelook.Tpo" -c -o namelook.lo namelook.c; \
then mv -f ".deps/namelook.Tpo" ".deps/namelook.Plo"; else rm -f ".deps/namelook.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namelook.lo -MD -MP -MF .deps/namelook.Tpo -c namelook.c -fPIC -DPIC -o namelook.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namepub.lo -MD -MP -MF ".deps/namepub.Tpo" -c -o namepub.lo namepub.c; \
then mv -f ".deps/namepub.Tpo" ".deps/namepub.Plo"; else rm -f ".deps/namepub.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT namepub.lo -MD -MP -MF .deps/namepub.Tpo -c namepub.c -fPIC -DPIC -o namepub.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nameunpub.lo -MD -MP -MF ".deps/nameunpub.Tpo" -c -o nameunpub.lo nameunpub.c; \
then mv -f ".deps/nameunpub.Tpo" ".deps/nameunpub.Plo"; else rm -f ".deps/nameunpub.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nameunpub.lo -MD -MP -MF .deps/nameunpub.Tpo -c nameunpub.c -fPIC -DPIC -o nameunpub.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opcreate.lo -MD -MP -MF ".deps/opcreate.Tpo" -c -o opcreate.lo opcreate.c; \
then mv -f ".deps/opcreate.Tpo" ".deps/opcreate.Plo"; else rm -f ".deps/opcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opcreate.lo -MD -MP -MF .deps/opcreate.Tpo -c opcreate.c -fPIC -DPIC -o opcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opfree.lo -MD -MP -MF ".deps/opfree.Tpo" -c -o opfree.lo opfree.c; \
then mv -f ".deps/opfree.Tpo" ".deps/opfree.Plo"; else rm -f ".deps/opfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT opfree.lo -MD -MP -MF .deps/opfree.Tpo -c opfree.c -fPIC -DPIC -o opfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pack.lo -MD -MP -MF ".deps/pack.Tpo" -c -o pack.lo pack.c; \
then mv -f ".deps/pack.Tpo" ".deps/pack.Plo"; else rm -f ".deps/pack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pack.lo -MD -MP -MF .deps/pack.Tpo -c pack.c -fPIC -DPIC -o pack.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT packsize.lo -MD -MP -MF ".deps/packsize.Tpo" -c -o packsize.lo packsize.c; \
then mv -f ".deps/packsize.Tpo" ".deps/packsize.Plo"; else rm -f ".deps/packsize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT packsize.lo -MD -MP -MF .deps/packsize.Tpo -c packsize.c -fPIC -DPIC -o packsize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcontrol.lo -MD -MP -MF ".deps/pcontrol.Tpo" -c -o pcontrol.lo pcontrol.c; \
then mv -f ".deps/pcontrol.Tpo" ".deps/pcontrol.Plo"; else rm -f ".deps/pcontrol.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcontrol.lo -MD -MP -MF .deps/pcontrol.Tpo -c pcontrol.c -fPIC -DPIC -o pcontrol.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portclose.lo -MD -MP -MF ".deps/portclose.Tpo" -c -o portclose.lo portclose.c; \
then mv -f ".deps/portclose.Tpo" ".deps/portclose.Plo"; else rm -f ".deps/portclose.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portclose.lo -MD -MP -MF .deps/portclose.Tpo -c portclose.c -fPIC -DPIC -o portclose.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portopen.lo -MD -MP -MF ".deps/portopen.Tpo" -c -o portopen.lo portopen.c; \
then mv -f ".deps/portopen.Tpo" ".deps/portopen.Plo"; else rm -f ".deps/portopen.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT portopen.lo -MD -MP -MF .deps/portopen.Tpo -c portopen.c -fPIC -DPIC -o portopen.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT probe.lo -MD -MP -MF ".deps/probe.Tpo" -c -o probe.lo probe.c; \
then mv -f ".deps/probe.Tpo" ".deps/probe.Plo"; else rm -f ".deps/probe.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT probe.lo -MD -MP -MF .deps/probe.Tpo -c probe.c -fPIC -DPIC -o probe.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT put.lo -MD -MP -MF ".deps/put.Tpo" -c -o put.lo put.c; \
then mv -f ".deps/put.Tpo" ".deps/put.Plo"; else rm -f ".deps/put.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT put.lo -MD -MP -MF .deps/put.Tpo -c put.c -fPIC -DPIC -o put.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT querythr.lo -MD -MP -MF ".deps/querythr.Tpo" -c -o querythr.lo querythr.c; \
then mv -f ".deps/querythr.Tpo" ".deps/querythr.Plo"; else rm -f ".deps/querythr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT querythr.lo -MD -MP -MF .deps/querythr.Tpo -c querythr.c -fPIC -DPIC -o querythr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recv.lo -MD -MP -MF ".deps/recv.Tpo" -c -o recv.lo recv.c; \
then mv -f ".deps/recv.Tpo" ".deps/recv.Plo"; else rm -f ".deps/recv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recv.lo -MD -MP -MF .deps/recv.Tpo -c recv.c -fPIC -DPIC -o recv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recvinit.lo -MD -MP -MF ".deps/recvinit.Tpo" -c -o recvinit.lo recvinit.c; \
then mv -f ".deps/recvinit.Tpo" ".deps/recvinit.Plo"; else rm -f ".deps/recvinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT recvinit.lo -MD -MP -MF .deps/recvinit.Tpo -c recvinit.c -fPIC -DPIC -o recvinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reduce.lo -MD -MP -MF ".deps/reduce.Tpo" -c -o reduce.lo reduce.c; \
then mv -f ".deps/reduce.Tpo" ".deps/reduce.Plo"; else rm -f ".deps/reduce.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reduce.lo -MD -MP -MF .deps/reduce.Tpo -c reduce.c -fPIC -DPIC -o reduce.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reducescatter.lo -MD -MP -MF ".deps/reducescatter.Tpo" -c -o reducescatter.lo reducescatter.c; \
then mv -f ".deps/reducescatter.Tpo" ".deps/reducescatter.Plo"; else rm -f ".deps/reducescatter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reducescatter.lo -MD -MP -MF .deps/reducescatter.Tpo -c reducescatter.c -fPIC -DPIC -o reducescatter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reqfree.lo -MD -MP -MF ".deps/reqfree.Tpo" -c -o reqfree.lo reqfree.c; \
then mv -f ".deps/reqfree.Tpo" ".deps/reqfree.Plo"; else rm -f ".deps/reqfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT reqfree.lo -MD -MP -MF .deps/reqfree.Tpo -c reqfree.c -fPIC -DPIC -o reqfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsend.lo -MD -MP -MF ".deps/rsend.Tpo" -c -o rsend.lo rsend.c; \
then mv -f ".deps/rsend.Tpo" ".deps/rsend.Plo"; else rm -f ".deps/rsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsend.lo -MD -MP -MF .deps/rsend.Tpo -c rsend.c -fPIC -DPIC -o rsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsendinit.lo -MD -MP -MF ".deps/rsendinit.Tpo" -c -o rsendinit.lo rsendinit.c; \
then mv -f ".deps/rsendinit.Tpo" ".deps/rsendinit.Plo"; else rm -f ".deps/rsendinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT rsendinit.lo -MD -MP -MF .deps/rsendinit.Tpo -c rsendinit.c -fPIC -DPIC -o rsendinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scan.lo -MD -MP -MF ".deps/scan.Tpo" -c -o scan.lo scan.c; \
then mv -f ".deps/scan.Tpo" ".deps/scan.Plo"; else rm -f ".deps/scan.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fPIC -DPIC -o scan.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatter.lo -MD -MP -MF ".deps/scatter.Tpo" -c -o scatter.lo scatter.c; \
then mv -f ".deps/scatter.Tpo" ".deps/scatter.Plo"; else rm -f ".deps/scatter.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatter.lo -MD -MP -MF .deps/scatter.Tpo -c scatter.c -fPIC -DPIC -o scatter.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatterv.lo -MD -MP -MF ".deps/scatterv.Tpo" -c -o scatterv.lo scatterv.c; \
then mv -f ".deps/scatterv.Tpo" ".deps/scatterv.Plo"; else rm -f ".deps/scatterv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT scatterv.lo -MD -MP -MF .deps/scatterv.Tpo -c scatterv.c -fPIC -DPIC -o scatterv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT send.lo -MD -MP -MF ".deps/send.Tpo" -c -o send.lo send.c; \
then mv -f ".deps/send.Tpo" ".deps/send.Plo"; else rm -f ".deps/send.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT send.lo -MD -MP -MF .deps/send.Tpo -c send.c -fPIC -DPIC -o send.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendinit.lo -MD -MP -MF ".deps/sendinit.Tpo" -c -o sendinit.lo sendinit.c; \
then mv -f ".deps/sendinit.Tpo" ".deps/sendinit.Plo"; else rm -f ".deps/sendinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendinit.lo -MD -MP -MF .deps/sendinit.Tpo -c sendinit.c -fPIC -DPIC -o sendinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecv.lo -MD -MP -MF ".deps/sendrecv.Tpo" -c -o sendrecv.lo sendrecv.c; \
then mv -f ".deps/sendrecv.Tpo" ".deps/sendrecv.Plo"; else rm -f ".deps/sendrecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecv.lo -MD -MP -MF .deps/sendrecv.Tpo -c sendrecv.c -fPIC -DPIC -o sendrecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecvrep.lo -MD -MP -MF ".deps/sendrecvrep.Tpo" -c -o sendrecvrep.lo sendrecvrep.c; \
then mv -f ".deps/sendrecvrep.Tpo" ".deps/sendrecvrep.Plo"; else rm -f ".deps/sendrecvrep.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT sendrecvrep.lo -MD -MP -MF .deps/sendrecvrep.Tpo -c sendrecvrep.c -fPIC -DPIC -o sendrecvrep.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawn.lo -MD -MP -MF ".deps/spawn.Tpo" -c -o spawn.lo spawn.c; \
then mv -f ".deps/spawn.Tpo" ".deps/spawn.Plo"; else rm -f ".deps/spawn.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c -fPIC -DPIC -o spawn.o
spawn.c: In function `get_sched_rrobin':
spawn.c:933: warning: cast from pointer to integer of different size
spawn.c:937: warning: cast from pointer to integer of different size
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawnmult.lo -MD -MP -MF ".deps/spawnmult.Tpo" -c -o spawnmult.lo spawnmult.c; \
then mv -f ".deps/spawnmult.Tpo" ".deps/spawnmult.Plo"; else rm -f ".deps/spawnmult.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT spawnmult.lo -MD -MP -MF .deps/spawnmult.Tpo -c spawnmult.c -fPIC -DPIC -o spawnmult.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssend.lo -MD -MP -MF ".deps/ssend.Tpo" -c -o ssend.lo ssend.c; \
then mv -f ".deps/ssend.Tpo" ".deps/ssend.Plo"; else rm -f ".deps/ssend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssend.lo -MD -MP -MF .deps/ssend.Tpo -c ssend.c -fPIC -DPIC -o ssend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssendinit.lo -MD -MP -MF ".deps/ssendinit.Tpo" -c -o ssendinit.lo ssendinit.c; \
then mv -f ".deps/ssendinit.Tpo" ".deps/ssendinit.Plo"; else rm -f ".deps/ssendinit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT ssendinit.lo -MD -MP -MF .deps/ssendinit.Tpo -c ssendinit.c -fPIC -DPIC -o ssendinit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT startall.lo -MD -MP -MF ".deps/startall.Tpo" -c -o startall.lo startall.c; \
then mv -f ".deps/startall.Tpo" ".deps/startall.Plo"; else rm -f ".deps/startall.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT startall.lo -MD -MP -MF .deps/startall.Tpo -c startall.c -fPIC -DPIC -o startall.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT start.lo -MD -MP -MF ".deps/start.Tpo" -c -o start.lo start.c; \
then mv -f ".deps/start.Tpo" ".deps/start.Plo"; else rm -f ".deps/start.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT start.lo -MD -MP -MF .deps/start.Tpo -c start.c -fPIC -DPIC -o start.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcommit.lo -MD -MP -MF ".deps/tcommit.Tpo" -c -o tcommit.lo tcommit.c; \
then mv -f ".deps/tcommit.Tpo" ".deps/tcommit.Plo"; else rm -f ".deps/tcommit.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcommit.lo -MD -MP -MF .deps/tcommit.Tpo -c tcommit.c -fPIC -DPIC -o tcommit.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcontig.lo -MD -MP -MF ".deps/tcontig.Tpo" -c -o tcontig.lo tcontig.c; \
then mv -f ".deps/tcontig.Tpo" ".deps/tcontig.Plo"; else rm -f ".deps/tcontig.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcontig.lo -MD -MP -MF .deps/tcontig.Tpo -c tcontig.c -fPIC -DPIC -o tcontig.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehindex.lo -MD -MP -MF ".deps/tcreatehindex.Tpo" -c -o tcreatehindex.lo tcreatehindex.c; \
then mv -f ".deps/tcreatehindex.Tpo" ".deps/tcreatehindex.Plo"; else rm -f ".deps/tcreatehindex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehindex.lo -MD -MP -MF .deps/tcreatehindex.Tpo -c tcreatehindex.c -fPIC -DPIC -o tcreatehindex.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehvector.lo -MD -MP -MF ".deps/tcreatehvector.Tpo" -c -o tcreatehvector.lo tcreatehvector.c; \
then mv -f ".deps/tcreatehvector.Tpo" ".deps/tcreatehvector.Plo"; else rm -f ".deps/tcreatehvector.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatehvector.lo -MD -MP -MF .deps/tcreatehvector.Tpo -c tcreatehvector.c -fPIC -DPIC -o tcreatehvector.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatekey.lo -MD -MP -MF ".deps/tcreatekey.Tpo" -c -o tcreatekey.lo tcreatekey.c; \
then mv -f ".deps/tcreatekey.Tpo" ".deps/tcreatekey.Plo"; else rm -f ".deps/tcreatekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatekey.lo -MD -MP -MF .deps/tcreatekey.Tpo -c tcreatekey.c -fPIC -DPIC -o tcreatekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatestruct.lo -MD -MP -MF ".deps/tcreatestruct.Tpo" -c -o tcreatestruct.lo tcreatestruct.c; \
then mv -f ".deps/tcreatestruct.Tpo" ".deps/tcreatestruct.Plo"; else rm -f ".deps/tcreatestruct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tcreatestruct.lo -MD -MP -MF .deps/tcreatestruct.Tpo -c tcreatestruct.c -fPIC -DPIC -o tcreatestruct.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdarray.lo -MD -MP -MF ".deps/tdarray.Tpo" -c -o tdarray.lo tdarray.c; \
then mv -f ".deps/tdarray.Tpo" ".deps/tdarray.Plo"; else rm -f ".deps/tdarray.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdarray.lo -MD -MP -MF .deps/tdarray.Tpo -c tdarray.c -fPIC -DPIC -o tdarray.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdelattr.lo -MD -MP -MF ".deps/tdelattr.Tpo" -c -o tdelattr.lo tdelattr.c; \
then mv -f ".deps/tdelattr.Tpo" ".deps/tdelattr.Plo"; else rm -f ".deps/tdelattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdelattr.lo -MD -MP -MF .deps/tdelattr.Tpo -c tdelattr.c -fPIC -DPIC -o tdelattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdup.lo -MD -MP -MF ".deps/tdup.Tpo" -c -o tdup.lo tdup.c; \
then mv -f ".deps/tdup.Tpo" ".deps/tdup.Plo"; else rm -f ".deps/tdup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tdup.lo -MD -MP -MF .deps/tdup.Tpo -c tdup.c -fPIC -DPIC -o tdup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testall.lo -MD -MP -MF ".deps/testall.Tpo" -c -o testall.lo testall.c; \
then mv -f ".deps/testall.Tpo" ".deps/testall.Plo"; else rm -f ".deps/testall.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testall.lo -MD -MP -MF .deps/testall.Tpo -c testall.c -fPIC -DPIC -o testall.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testany.lo -MD -MP -MF ".deps/testany.Tpo" -c -o testany.lo testany.c; \
then mv -f ".deps/testany.Tpo" ".deps/testany.Plo"; else rm -f ".deps/testany.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testany.lo -MD -MP -MF .deps/testany.Tpo -c testany.c -fPIC -DPIC -o testany.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT test.lo -MD -MP -MF ".deps/test.Tpo" -c -o test.lo test.c; \
then mv -f ".deps/test.Tpo" ".deps/test.Plo"; else rm -f ".deps/test.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT test.lo -MD -MP -MF .deps/test.Tpo -c test.c -fPIC -DPIC -o test.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testcancel.lo -MD -MP -MF ".deps/testcancel.Tpo" -c -o testcancel.lo testcancel.c; \
then mv -f ".deps/testcancel.Tpo" ".deps/testcancel.Plo"; else rm -f ".deps/testcancel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testcancel.lo -MD -MP -MF .deps/testcancel.Tpo -c testcancel.c -fPIC -DPIC -o testcancel.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testsome.lo -MD -MP -MF ".deps/testsome.Tpo" -c -o testsome.lo testsome.c; \
then mv -f ".deps/testsome.Tpo" ".deps/testsome.Plo"; else rm -f ".deps/testsome.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT testsome.lo -MD -MP -MF .deps/testsome.Tpo -c testsome.c -fPIC -DPIC -o testsome.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT textent.lo -MD -MP -MF ".deps/textent.Tpo" -c -o textent.lo textent.c; \
then mv -f ".deps/textent.Tpo" ".deps/textent.Plo"; else rm -f ".deps/textent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT textent.lo -MD -MP -MF .deps/textent.Tpo -c textent.c -fPIC -DPIC -o textent.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfree.lo -MD -MP -MF ".deps/tfree.Tpo" -c -o tfree.lo tfree.c; \
then mv -f ".deps/tfree.Tpo" ".deps/tfree.Plo"; else rm -f ".deps/tfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfree.lo -MD -MP -MF .deps/tfree.Tpo -c tfree.c -fPIC -DPIC -o tfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfreekey.lo -MD -MP -MF ".deps/tfreekey.Tpo" -c -o tfreekey.lo tfreekey.c; \
then mv -f ".deps/tfreekey.Tpo" ".deps/tfreekey.Plo"; else rm -f ".deps/tfreekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tfreekey.lo -MD -MP -MF .deps/tfreekey.Tpo -c tfreekey.c -fPIC -DPIC -o tfreekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetattr.lo -MD -MP -MF ".deps/tgetattr.Tpo" -c -o tgetattr.lo tgetattr.c; \
then mv -f ".deps/tgetattr.Tpo" ".deps/tgetattr.Plo"; else rm -f ".deps/tgetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetattr.lo -MD -MP -MF .deps/tgetattr.Tpo -c tgetattr.c -fPIC -DPIC -o tgetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetconts.lo -MD -MP -MF ".deps/tgetconts.Tpo" -c -o tgetconts.lo tgetconts.c; \
then mv -f ".deps/tgetconts.Tpo" ".deps/tgetconts.Plo"; else rm -f ".deps/tgetconts.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetconts.lo -MD -MP -MF .deps/tgetconts.Tpo -c tgetconts.c -fPIC -DPIC -o tgetconts.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetenvl.lo -MD -MP -MF ".deps/tgetenvl.Tpo" -c -o tgetenvl.lo tgetenvl.c; \
then mv -f ".deps/tgetenvl.Tpo" ".deps/tgetenvl.Plo"; else rm -f ".deps/tgetenvl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetenvl.lo -MD -MP -MF .deps/tgetenvl.Tpo -c tgetenvl.c -fPIC -DPIC -o tgetenvl.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetextent.lo -MD -MP -MF ".deps/tgetextent.Tpo" -c -o tgetextent.lo tgetextent.c; \
then mv -f ".deps/tgetextent.Tpo" ".deps/tgetextent.Plo"; else rm -f ".deps/tgetextent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetextent.lo -MD -MP -MF .deps/tgetextent.Tpo -c tgetextent.c -fPIC -DPIC -o tgetextent.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetname.lo -MD -MP -MF ".deps/tgetname.Tpo" -c -o tgetname.lo tgetname.c; \
then mv -f ".deps/tgetname.Tpo" ".deps/tgetname.Plo"; else rm -f ".deps/tgetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgetname.lo -MD -MP -MF .deps/tgetname.Tpo -c tgetname.c -fPIC -DPIC -o tgetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgettrue.lo -MD -MP -MF ".deps/tgettrue.Tpo" -c -o tgettrue.lo tgettrue.c; \
then mv -f ".deps/tgettrue.Tpo" ".deps/tgettrue.Plo"; else rm -f ".deps/tgettrue.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tgettrue.lo -MD -MP -MF .deps/tgettrue.Tpo -c tgettrue.c -fPIC -DPIC -o tgettrue.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thindex.lo -MD -MP -MF ".deps/thindex.Tpo" -c -o thindex.lo thindex.c; \
then mv -f ".deps/thindex.Tpo" ".deps/thindex.Plo"; else rm -f ".deps/thindex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thindex.lo -MD -MP -MF .deps/thindex.Tpo -c thindex.c -fPIC -DPIC -o thindex.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thvector.lo -MD -MP -MF ".deps/thvector.Tpo" -c -o thvector.lo thvector.c; \
then mv -f ".deps/thvector.Tpo" ".deps/thvector.Plo"; else rm -f ".deps/thvector.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT thvector.lo -MD -MP -MF .deps/thvector.Tpo -c thvector.c -fPIC -DPIC -o thvector.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tindex.lo -MD -MP -MF ".deps/tindex.Tpo" -c -o tindex.lo tindex.c; \
then mv -f ".deps/tindex.Tpo" ".deps/tindex.Plo"; else rm -f ".deps/tindex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tindex.lo -MD -MP -MF .deps/tindex.Tpo -c tindex.c -fPIC -DPIC -o tindex.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tlb.lo -MD -MP -MF ".deps/tlb.Tpo" -c -o tlb.lo tlb.c; \
then mv -f ".deps/tlb.Tpo" ".deps/tlb.Plo"; else rm -f ".deps/tlb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tlb.lo -MD -MP -MF .deps/tlb.Tpo -c tlb.c -fPIC -DPIC -o tlb.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topotest.lo -MD -MP -MF ".deps/topotest.Tpo" -c -o topotest.lo topotest.c; \
then mv -f ".deps/topotest.Tpo" ".deps/topotest.Plo"; else rm -f ".deps/topotest.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT topotest.lo -MD -MP -MF .deps/topotest.Tpo -c topotest.c -fPIC -DPIC -o topotest.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tresize.lo -MD -MP -MF ".deps/tresize.Tpo" -c -o tresize.lo tresize.c; \
then mv -f ".deps/tresize.Tpo" ".deps/tresize.Plo"; else rm -f ".deps/tresize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tresize.lo -MD -MP -MF .deps/tresize.Tpo -c tresize.c -fPIC -DPIC -o tresize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetattr.lo -MD -MP -MF ".deps/tsetattr.Tpo" -c -o tsetattr.lo tsetattr.c; \
then mv -f ".deps/tsetattr.Tpo" ".deps/tsetattr.Plo"; else rm -f ".deps/tsetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetattr.lo -MD -MP -MF .deps/tsetattr.Tpo -c tsetattr.c -fPIC -DPIC -o tsetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetname.lo -MD -MP -MF ".deps/tsetname.Tpo" -c -o tsetname.lo tsetname.c; \
then mv -f ".deps/tsetname.Tpo" ".deps/tsetname.Plo"; else rm -f ".deps/tsetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsetname.lo -MD -MP -MF .deps/tsetname.Tpo -c tsetname.c -fPIC -DPIC -o tsetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsize.lo -MD -MP -MF ".deps/tsize.Tpo" -c -o tsize.lo tsize.c; \
then mv -f ".deps/tsize.Tpo" ".deps/tsize.Plo"; else rm -f ".deps/tsize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsize.lo -MD -MP -MF .deps/tsize.Tpo -c tsize.c -fPIC -DPIC -o tsize.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tstruct.lo -MD -MP -MF ".deps/tstruct.Tpo" -c -o tstruct.lo tstruct.c; \
then mv -f ".deps/tstruct.Tpo" ".deps/tstruct.Plo"; else rm -f ".deps/tstruct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tstruct.lo -MD -MP -MF .deps/tstruct.Tpo -c tstruct.c -fPIC -DPIC -o tstruct.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsubarray.lo -MD -MP -MF ".deps/tsubarray.Tpo" -c -o tsubarray.lo tsubarray.c; \
then mv -f ".deps/tsubarray.Tpo" ".deps/tsubarray.Plo"; else rm -f ".deps/tsubarray.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsubarray.lo -MD -MP -MF .deps/tsubarray.Tpo -c tsubarray.c -fPIC -DPIC -o tsubarray.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tub.lo -MD -MP -MF ".deps/tub.Tpo" -c -o tub.lo tub.c; \
then mv -f ".deps/tub.Tpo" ".deps/tub.Plo"; else rm -f ".deps/tub.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tub.lo -MD -MP -MF .deps/tub.Tpo -c tub.c -fPIC -DPIC -o tub.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tvector.lo -MD -MP -MF ".deps/tvector.Tpo" -c -o tvector.lo tvector.c; \
then mv -f ".deps/tvector.Tpo" ".deps/tvector.Plo"; else rm -f ".deps/tvector.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tvector.lo -MD -MP -MF .deps/tvector.Tpo -c tvector.c -fPIC -DPIC -o tvector.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT unpack.lo -MD -MP -MF ".deps/unpack.Tpo" -c -o unpack.lo unpack.c; \
then mv -f ".deps/unpack.Tpo" ".deps/unpack.Plo"; else rm -f ".deps/unpack.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fPIC -DPIC -o unpack.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitall.lo -MD -MP -MF ".deps/waitall.Tpo" -c -o waitall.lo waitall.c; \
then mv -f ".deps/waitall.Tpo" ".deps/waitall.Plo"; else rm -f ".deps/waitall.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitall.lo -MD -MP -MF .deps/waitall.Tpo -c waitall.c -fPIC -DPIC -o waitall.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitany.lo -MD -MP -MF ".deps/waitany.Tpo" -c -o waitany.lo waitany.c; \
then mv -f ".deps/waitany.Tpo" ".deps/waitany.Plo"; else rm -f ".deps/waitany.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitany.lo -MD -MP -MF .deps/waitany.Tpo -c waitany.c -fPIC -DPIC -o waitany.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wait.lo -MD -MP -MF ".deps/wait.Tpo" -c -o wait.lo wait.c; \
then mv -f ".deps/wait.Tpo" ".deps/wait.Plo"; else rm -f ".deps/wait.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c wait.c -fPIC -DPIC -o wait.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitsome.lo -MD -MP -MF ".deps/waitsome.Tpo" -c -o waitsome.lo waitsome.c; \
then mv -f ".deps/waitsome.Tpo" ".deps/waitsome.Plo"; else rm -f ".deps/waitsome.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT waitsome.lo -MD -MP -MF .deps/waitsome.Tpo -c waitsome.c -fPIC -DPIC -o waitsome.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcomplete.lo -MD -MP -MF ".deps/wcomplete.Tpo" -c -o wcomplete.lo wcomplete.c; \
then mv -f ".deps/wcomplete.Tpo" ".deps/wcomplete.Plo"; else rm -f ".deps/wcomplete.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcomplete.lo -MD -MP -MF .deps/wcomplete.Tpo -c wcomplete.c -fPIC -DPIC -o wcomplete.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreate.lo -MD -MP -MF ".deps/wcreate.Tpo" -c -o wcreate.lo wcreate.c; \
then mv -f ".deps/wcreate.Tpo" ".deps/wcreate.Plo"; else rm -f ".deps/wcreate.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreate.lo -MD -MP -MF .deps/wcreate.Tpo -c wcreate.c -fPIC -DPIC -o wcreate.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreateerr.lo -MD -MP -MF ".deps/wcreateerr.Tpo" -c -o wcreateerr.lo wcreateerr.c; \
then mv -f ".deps/wcreateerr.Tpo" ".deps/wcreateerr.Plo"; else rm -f ".deps/wcreateerr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreateerr.lo -MD -MP -MF .deps/wcreateerr.Tpo -c wcreateerr.c -fPIC -DPIC -o wcreateerr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreatekey.lo -MD -MP -MF ".deps/wcreatekey.Tpo" -c -o wcreatekey.lo wcreatekey.c; \
then mv -f ".deps/wcreatekey.Tpo" ".deps/wcreatekey.Plo"; else rm -f ".deps/wcreatekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wcreatekey.lo -MD -MP -MF .deps/wcreatekey.Tpo -c wcreatekey.c -fPIC -DPIC -o wcreatekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wdelattr.lo -MD -MP -MF ".deps/wdelattr.Tpo" -c -o wdelattr.lo wdelattr.c; \
then mv -f ".deps/wdelattr.Tpo" ".deps/wdelattr.Plo"; else rm -f ".deps/wdelattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wdelattr.lo -MD -MP -MF .deps/wdelattr.Tpo -c wdelattr.c -fPIC -DPIC -o wdelattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfence.lo -MD -MP -MF ".deps/wfence.Tpo" -c -o wfence.lo wfence.c; \
then mv -f ".deps/wfence.Tpo" ".deps/wfence.Plo"; else rm -f ".deps/wfence.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfence.lo -MD -MP -MF .deps/wfence.Tpo -c wfence.c -fPIC -DPIC -o wfence.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfree.lo -MD -MP -MF ".deps/wfree.Tpo" -c -o wfree.lo wfree.c; \
then mv -f ".deps/wfree.Tpo" ".deps/wfree.Plo"; else rm -f ".deps/wfree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfree.lo -MD -MP -MF .deps/wfree.Tpo -c wfree.c -fPIC -DPIC -o wfree.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfreekey.lo -MD -MP -MF ".deps/wfreekey.Tpo" -c -o wfreekey.lo wfreekey.c; \
then mv -f ".deps/wfreekey.Tpo" ".deps/wfreekey.Plo"; else rm -f ".deps/wfreekey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wfreekey.lo -MD -MP -MF .deps/wfreekey.Tpo -c wfreekey.c -fPIC -DPIC -o wfreekey.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetattr.lo -MD -MP -MF ".deps/wgetattr.Tpo" -c -o wgetattr.lo wgetattr.c; \
then mv -f ".deps/wgetattr.Tpo" ".deps/wgetattr.Plo"; else rm -f ".deps/wgetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetattr.lo -MD -MP -MF .deps/wgetattr.Tpo -c wgetattr.c -fPIC -DPIC -o wgetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgeterr.lo -MD -MP -MF ".deps/wgeterr.Tpo" -c -o wgeterr.lo wgeterr.c; \
then mv -f ".deps/wgeterr.Tpo" ".deps/wgeterr.Plo"; else rm -f ".deps/wgeterr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgeterr.lo -MD -MP -MF .deps/wgeterr.Tpo -c wgeterr.c -fPIC -DPIC -o wgeterr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetname.lo -MD -MP -MF ".deps/wgetname.Tpo" -c -o wgetname.lo wgetname.c; \
then mv -f ".deps/wgetname.Tpo" ".deps/wgetname.Plo"; else rm -f ".deps/wgetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgetname.lo -MD -MP -MF .deps/wgetname.Tpo -c wgetname.c -fPIC -DPIC -o wgetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgroup.lo -MD -MP -MF ".deps/wgroup.Tpo" -c -o wgroup.lo wgroup.c; \
then mv -f ".deps/wgroup.Tpo" ".deps/wgroup.Plo"; else rm -f ".deps/wgroup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wgroup.lo -MD -MP -MF .deps/wgroup.Tpo -c wgroup.c -fPIC -DPIC -o wgroup.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wpost.lo -MD -MP -MF ".deps/wpost.Tpo" -c -o wpost.lo wpost.c; \
then mv -f ".deps/wpost.Tpo" ".deps/wpost.Plo"; else rm -f ".deps/wpost.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wpost.lo -MD -MP -MF .deps/wpost.Tpo -c wpost.c -fPIC -DPIC -o wpost.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetattr.lo -MD -MP -MF ".deps/wsetattr.Tpo" -c -o wsetattr.lo wsetattr.c; \
then mv -f ".deps/wsetattr.Tpo" ".deps/wsetattr.Plo"; else rm -f ".deps/wsetattr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetattr.lo -MD -MP -MF .deps/wsetattr.Tpo -c wsetattr.c -fPIC -DPIC -o wsetattr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wseterr.lo -MD -MP -MF ".deps/wseterr.Tpo" -c -o wseterr.lo wseterr.c; \
then mv -f ".deps/wseterr.Tpo" ".deps/wseterr.Plo"; else rm -f ".deps/wseterr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wseterr.lo -MD -MP -MF .deps/wseterr.Tpo -c wseterr.c -fPIC -DPIC -o wseterr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetname.lo -MD -MP -MF ".deps/wsetname.Tpo" -c -o wsetname.lo wsetname.c; \
then mv -f ".deps/wsetname.Tpo" ".deps/wsetname.Plo"; else rm -f ".deps/wsetname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wsetname.lo -MD -MP -MF .deps/wsetname.Tpo -c wsetname.c -fPIC -DPIC -o wsetname.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wstart.lo -MD -MP -MF ".deps/wstart.Tpo" -c -o wstart.lo wstart.c; \
then mv -f ".deps/wstart.Tpo" ".deps/wstart.Plo"; else rm -f ".deps/wstart.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wstart.lo -MD -MP -MF .deps/wstart.Tpo -c wstart.c -fPIC -DPIC -o wstart.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtick.lo -MD -MP -MF ".deps/wtick.Tpo" -c -o wtick.lo wtick.c; \
then mv -f ".deps/wtick.Tpo" ".deps/wtick.Plo"; else rm -f ".deps/wtick.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtick.lo -MD -MP -MF .deps/wtick.Tpo -c wtick.c -fPIC -DPIC -o wtick.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtime.lo -MD -MP -MF ".deps/wtime.Tpo" -c -o wtime.lo wtime.c; \
then mv -f ".deps/wtime.Tpo" ".deps/wtime.Plo"; else rm -f ".deps/wtime.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wtime.lo -MD -MP -MF .deps/wtime.Tpo -c wtime.c -fPIC -DPIC -o wtime.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wwait.lo -MD -MP -MF ".deps/wwait.Tpo" -c -o wwait.lo wwait.c; \
then mv -f ".deps/wwait.Tpo" ".deps/wwait.Plo"; else rm -f ".deps/wwait.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT wwait.lo -MD -MP -MF .deps/wwait.Tpo -c wwait.c -fPIC -DPIC -o wwait.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xbuoy.lo -MD -MP -MF ".deps/xbuoy.Tpo" -c -o xbuoy.lo xbuoy.c; \
then mv -f ".deps/xbuoy.Tpo" ".deps/xbuoy.Plo"; else rm -f ".deps/xbuoy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xbuoy.lo -MD -MP -MF .deps/xbuoy.Tpo -c xbuoy.c -fPIC -DPIC -o xbuoy.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloron.lo -MD -MP -MF ".deps/xcoloron.Tpo" -c -o xcoloron.lo xcoloron.c; \
then mv -f ".deps/xcoloron.Tpo" ".deps/xcoloron.Plo"; else rm -f ".deps/xcoloron.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloron.lo -MD -MP -MF .deps/xcoloron.Tpo -c xcoloron.c -fPIC -DPIC -o xcoloron.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloroff.lo -MD -MP -MF ".deps/xcoloroff.Tpo" -c -o xcoloroff.lo xcoloroff.c; \
then mv -f ".deps/xcoloroff.Tpo" ".deps/xcoloroff.Plo"; else rm -f ".deps/xcoloroff.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT xcoloroff.lo -MD -MP -MF .deps/xcoloroff.Tpo -c xcoloroff.c -fPIC -DPIC -o xcoloroff.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o libmpi.la lammemcpy.lo MPI.lo abort.lo accept.lo accumulate.lo address.lo allgather.lo allgatherv.lo allocmem.lo allreduce.lo alltoall.lo alltoallv.lo attrdel.lo attrget.lo attrput.lo barrier.lo bcast.lo bsend.lo bsendinit.lo bufattach.lo bufdetach.lo cancel.lo cartcoords.lo cartcreate.lo cartdimget.lo cartget.lo cartmap.lo cartrank.lo cartshift.lo cartsub.lo ccmp.lo ccreate.lo ccreateerr.lo ccreatekey.lo cdelattr.lo cdisconnect.lo cdup.lo cfree.lo cfreekey.lo cgetattr.lo cgeterr.lo cgetname.lo cgetparent.lo cgroup.lo connect.lo crank.lo crgroup.lo crsize.lo csetattr.lo cseterr.lo csetname.lo csize.lo csplit.lo ctestinter.lo dimscreate.lo dupfn.lo errclass.lo errcreate.lo errfree.lo errget.lo errset.lo errstring.lo finalize.lo finalized.lo freemem.lo gather.lo gatherv.lo gcmp.lo gdiff.lo getaddress.lo get.lo getcount.lo getelem.lo getprocname.lo getversion.lo gexcl.lo gfree.lo gincl.lo ginter.lo grank.lo graphcreate.lo graphdimsget.lo graphget.lo graphmap.lo graphnbr.lo graphnbrcount.lo grexcl.lo grincl.lo gsize.lo gtranks.lo gunion.lo handles.lo ibsend.lo iccreate.lo icmerge.lo infocreate.lo infodel.lo infodup.lo infofree.lo infoget.lo infogetnkeys.lo infogetnth.lo infogetvlen.lo infoset.lo init.lo inited.lo initthr.lo iprobe.lo irecv.lo irsend.lo isend.lo issend.lo isthrmain.lo join.lo keycreate.lo keyfree.lo lamapps.lo lamattr.lo lambuf.lo lamcid.lo lamclocks.lo lamcomm.lo lamdeferr.lo lamdtype.lo laminit.lo laminited.lo lammisc.lo lammpiinit.lo lamnbarrier.lo lamonesided.lo lampack.lo lamports.lo lamprocs.lo lampublish.lo lamreceive.lo lamreduce.lo lamreqs.lo lamsend.lo lamsig.lo lamspawn.lo lamtest.lo lamthreads.lo lamtrace.lo lamunpack.lo lamupdown.lo m2l.lo mpil_id.lo mpil_rgetname.lo mpil_rsetname.lo mpil_signal.lo mpil_trace.lo namelook.lo namepub.lo nameunpub.lo opcreate.lo opfree.lo pack.lo packsize.lo pcontrol.lo portclose.lo portopen.lo probe.lo put.lo querythr.lo recv.lo recvinit.lo reduce.lo reducescatter.lo reqfree.lo rsend.lo rsendinit.lo scan.lo scatter.lo scatterv.lo send.lo sendinit.lo sendrecv.lo sendrecvrep.lo spawn.lo spawnmult.lo ssend.lo ssendinit.lo startall.lo start.lo tcommit.lo tcontig.lo tcreatehindex.lo tcreatehvector.lo tcreatekey.lo tcreatestruct.lo tdarray.lo tdelattr.lo tdup.lo testall.lo testany.lo test.lo testcancel.lo testsome.lo textent.lo tfree.lo tfreekey.lo tgetattr.lo tgetconts.lo tgetenvl.lo tgetextent.lo tgetname.lo tgettrue.lo thindex.lo thvector.lo tindex.lo tlb.lo topotest.lo tresize.lo tsetattr.lo tsetname.lo tsize.lo tstruct.lo tsubarray.lo tub.lo tvector.lo unpack.lo waitall.lo waitany.lo wait.lo waitsome.lo wcomplete.lo wcreate.lo wcreateerr.lo wcreatekey.lo wdelattr.lo wfence.lo wfree.lo wfreekey.lo wgetattr.lo wgeterr.lo wgetname.lo wgroup.lo wpost.lo wsetattr.lo wseterr.lo wsetname.lo wstart.lo wtick.lo wtime.lo wwait.lo xbuoy.lo xcoloron.lo xcoloroff.lo totalview/libmpi_totalview.la -lpthread
mkdir .libs
rm -fr .libs/libmpi.lax
mkdir .libs/libmpi.lax
rm -fr .libs/libmpi.lax/libmpi_totalview.a
mkdir .libs/libmpi.lax/libmpi_totalview.a
(cd .libs/libmpi.lax/libmpi_totalview.a && ar x /home/mercator/src/lam-7.0.6/share/mpi/totalview/.libs/libmpi_totalview.a)
ar cru .libs/libmpi.a lammemcpy.o MPI.o abort.o accept.o accumulate.o address.o allgather.o allgatherv.o allocmem.o allreduce.o alltoall.o alltoallv.o attrdel.o attrget.o attrput.o barrier.o bcast.o bsend.o bsendinit.o bufattach.o bufdetach.o cancel.o cartcoords.o cartcreate.o cartdimget.o cartget.o cartmap.o cartrank.o cartshift.o cartsub.o ccmp.o ccreate.o ccreateerr.o ccreatekey.o cdelattr.o cdisconnect.o cdup.o cfree.o cfreekey.o cgetattr.o cgeterr.o cgetname.o cgetparent.o cgroup.o connect.o crank.o crgroup.o crsize.o csetattr.o cseterr.o csetname.o csize.o csplit.o ctestinter.o dimscreate.o dupfn.o errclass.o errcreate.o errfree.o errget.o errset.o errstring.o finalize.o finalized.o freemem.o gather.o gatherv.o gcmp.o gdiff.o getaddress.o get.o getcount.o getelem.o getprocname.o getversion.o gexcl.o gfree.o gincl.o ginter.o grank.o graphcreate.o graphdimsget.o graphget.o graphmap.o graphnbr.o graphnbrcount.o grexcl.o grincl.o gsize.o gtranks.o gunion.o handles.o ibsend.o iccreate.o icmerge.o infocreate.o infodel.o infodup.o infofree.o infoget.o infogetnkeys.o infogetnth.o infogetvlen.o infoset.o init.o inited.o initthr.o iprobe.o irecv.o irsend.o isend.o issend.o isthrmain.o join.o keycreate.o keyfree.o lamapps.o lamattr.o lambuf.o lamcid.o lamclocks.o lamcomm.o lamdeferr.o lamdtype.o laminit.o laminited.o lammisc.o lammpiinit.o lamnbarrier.o lamonesided.o lampack.o lamports.o lamprocs.o lampublish.o lamreceive.o lamreduce.o lamreqs.o lamsend.o lamsig.o lamspawn.o lamtest.o lamthreads.o lamtrace.o lamunpack.o lamupdown.o m2l.o mpil_id.o mpil_rgetname.o mpil_rsetname.o mpil_signal.o mpil_trace.o namelook.o namepub.o nameunpub.o opcreate.o opfree.o pack.o packsize.o pcontrol.o portclose.o portopen.o probe.o put.o querythr.o recv.o recvinit.o reduce.o reducescatter.o reqfree.o rsend.o rsendinit.o scan.o scatter.o scatterv.o send.o sendinit.o sendrecv.o sendrecvrep.o spawn.o spawnmult.o ssend.o ssendinit.o startall.o start.o tcommit.o tcontig.o tcreatehindex.o tcreatehvector.o tcreatekey.o tcreatestruct.o tdarray.o tdelattr.o tdup.o testall.o testany.o test.o testcancel.o testsome.o textent.o tfree.o tfreekey.o tgetattr.o tgetconts.o tgetenvl.o tgetextent.o tgetname.o tgettrue.o thindex.o thvector.o tindex.o tlb.o topotest.o tresize.o tsetattr.o tsetname.o tsize.o tstruct.o tsubarray.o tub.o tvector.o unpack.o waitall.o waitany.o wait.o waitsome.o wcomplete.o wcreate.o wcreateerr.o wcreatekey.o wdelattr.o wfence.o wfree.o wfreekey.o wgetattr.o wgeterr.o wgetname.o wgroup.o wpost.o wsetattr.o wseterr.o wsetname.o wstart.o wtick.o wtime.o wwait.o xbuoy.o xcoloron.o xcoloroff.o .libs/libmpi.lax/libmpi_totalview.a/types.o
ranlib .libs/libmpi.a
rm -fr .libs/libmpi.lax
creating libmpi.la
(cd .libs && rm -f libmpi.la && ln -s ../libmpi.la libmpi.la)
rm -f liblam-mpietc.c
echo "#define LAM_MPI_EXTRA 0" > liblam-mpietc.c
cat mpietc.c >> liblam-mpietc.c
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT liblam-mpietc.lo -MD -MP -MF ".deps/liblam-mpietc.Tpo" -c -o liblam-mpietc.lo liblam-mpietc.c; \
then mv -f ".deps/liblam-mpietc.Tpo" ".deps/liblam-mpietc.Plo"; else rm -f ".deps/liblam-mpietc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT liblam-mpietc.lo -MD -MP -MF .deps/liblam-mpietc.Tpo -c liblam-mpietc.c -fPIC -DPIC -o liblam-mpietc.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamextra.la liblam-mpietc.lo -lpthread
ar cru .libs/liblamextra.a liblam-mpietc.o
ranlib .libs/liblamextra.a
creating liblamextra.la
(cd .libs && rm -f liblamextra.la && ln -s ../liblamextra.la liblamextra.la)
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL="\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT libmpi-mpietc.lo -MD -MP -MF ".deps/libmpi-mpietc.Tpo" -c -o libmpi-mpietc.lo libmpi-mpietc.c; \
then mv -f ".deps/libmpi-mpietc.Tpo" ".deps/libmpi-mpietc.Plo"; else rm -f ".deps/libmpi-mpietc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/ssi/include -DLAM_TOTALVIEW_DLL=\"/home/mercator/versions64/lam/lam-7.0.6-gcc64/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT libmpi-mpietc.lo -MD -MP -MF .deps/libmpi-mpietc.Tpo -c libmpi-mpietc.c -fPIC -DPIC -o libmpi-mpietc.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o libmpiextra.la libmpi-mpietc.lo -lpthread
ar cru .libs/libmpiextra.a libmpi-mpietc.o
ranlib .libs/libmpiextra.a
creating libmpiextra.la
(cd .libs && rm -f libmpiextra.la && ln -s ../libmpiextra.la libmpiextra.la)
make[3]: Leaving directory `/home/mercator/src/lam-7.0.6/share/mpi'
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/mpi'
Making all in nreq
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/nreq'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfiprobe.lo -MD -MP -MF ".deps/bfiprobe.Tpo" -c -o bfiprobe.lo bfiprobe.c; \
then mv -f ".deps/bfiprobe.Tpo" ".deps/bfiprobe.Plo"; else rm -f ".deps/bfiprobe.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfiprobe.lo -MD -MP -MF .deps/bfiprobe.Tpo -c bfiprobe.c -fPIC -DPIC -o bfiprobe.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfiselect.lo -MD -MP -MF ".deps/bfiselect.Tpo" -c -o bfiselect.lo bfiselect.c; \
then mv -f ".deps/bfiselect.Tpo" ".deps/bfiselect.Plo"; else rm -f ".deps/bfiselect.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfiselect.lo -MD -MP -MF .deps/bfiselect.Tpo -c bfiselect.c -fPIC -DPIC -o bfiselect.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfrecv.lo -MD -MP -MF ".deps/bfrecv.Tpo" -c -o bfrecv.lo bfrecv.c; \
then mv -f ".deps/bfrecv.Tpo" ".deps/bfrecv.Plo"; else rm -f ".deps/bfrecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfrecv.lo -MD -MP -MF .deps/bfrecv.Tpo -c bfrecv.c -fPIC -DPIC -o bfrecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfselect.lo -MD -MP -MF ".deps/bfselect.Tpo" -c -o bfselect.lo bfselect.c; \
then mv -f ".deps/bfselect.Tpo" ".deps/bfselect.Plo"; else rm -f ".deps/bfselect.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT bfselect.lo -MD -MP -MF .deps/bfselect.Tpo -c bfselect.c -fPIC -DPIC -o bfselect.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT drecv.lo -MD -MP -MF ".deps/drecv.Tpo" -c -o drecv.lo drecv.c; \
then mv -f ".deps/drecv.Tpo" ".deps/drecv.Plo"; else rm -f ".deps/drecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT drecv.lo -MD -MP -MF .deps/drecv.Tpo -c drecv.c -fPIC -DPIC -o drecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dsend.lo -MD -MP -MF ".deps/dsend.Tpo" -c -o dsend.lo dsend.c; \
then mv -f ".deps/dsend.Tpo" ".deps/dsend.Plo"; else rm -f ".deps/dsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dsend.lo -MD -MP -MF .deps/dsend.Tpo -c dsend.c -fPIC -DPIC -o dsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dsfr.lo -MD -MP -MF ".deps/dsfr.Tpo" -c -o dsfr.lo dsfr.c; \
then mv -f ".deps/dsfr.Tpo" ".deps/dsfr.Plo"; else rm -f ".deps/dsfr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT dsfr.lo -MD -MP -MF .deps/dsfr.Tpo -c dsfr.c -fPIC -DPIC -o dsfr.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT frecv.lo -MD -MP -MF ".deps/frecv.Tpo" -c -o frecv.lo frecv.c; \
then mv -f ".deps/frecv.Tpo" ".deps/frecv.Plo"; else rm -f ".deps/frecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT frecv.lo -MD -MP -MF .deps/frecv.Tpo -c frecv.c -fPIC -DPIC -o frecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nprobe.lo -MD -MP -MF ".deps/nprobe.Tpo" -c -o nprobe.lo nprobe.c; \
then mv -f ".deps/nprobe.Tpo" ".deps/nprobe.Plo"; else rm -f ".deps/nprobe.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nprobe.lo -MD -MP -MF .deps/nprobe.Tpo -c nprobe.c -fPIC -DPIC -o nprobe.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nrecv.lo -MD -MP -MF ".deps/nrecv.Tpo" -c -o nrecv.lo nrecv.c; \
then mv -f ".deps/nrecv.Tpo" ".deps/nrecv.Plo"; else rm -f ".deps/nrecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nrecv.lo -MD -MP -MF .deps/nrecv.Tpo -c nrecv.c -fPIC -DPIC -o nrecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nsend.lo -MD -MP -MF ".deps/nsend.Tpo" -c -o nsend.lo nsend.c; \
then mv -f ".deps/nsend.Tpo" ".deps/nsend.Plo"; else rm -f ".deps/nsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT nsend.lo -MD -MP -MF .deps/nsend.Tpo -c nsend.c -fPIC -DPIC -o nsend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT precv.lo -MD -MP -MF ".deps/precv.Tpo" -c -o precv.lo precv.c; \
then mv -f ".deps/precv.Tpo" ".deps/precv.Plo"; else rm -f ".deps/precv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT precv.lo -MD -MP -MF .deps/precv.Tpo -c precv.c -fPIC -DPIC -o precv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT psend.lo -MD -MP -MF ".deps/psend.Tpo" -c -o psend.lo psend.c; \
then mv -f ".deps/psend.Tpo" ".deps/psend.Plo"; else rm -f ".deps/psend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT psend.lo -MD -MP -MF .deps/psend.Tpo -c psend.c -fPIC -DPIC -o psend.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT trecv.lo -MD -MP -MF ".deps/trecv.Tpo" -c -o trecv.lo trecv.c; \
then mv -f ".deps/trecv.Tpo" ".deps/trecv.Plo"; else rm -f ".deps/trecv.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT trecv.lo -MD -MP -MF .deps/trecv.Tpo -c trecv.c -fPIC -DPIC -o trecv.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsend.lo -MD -MP -MF ".deps/tsend.Tpo" -c -o tsend.lo tsend.c; \
then mv -f ".deps/tsend.Tpo" ".deps/tsend.Plo"; else rm -f ".deps/tsend.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT tsend.lo -MD -MP -MF .deps/tsend.Tpo -c tsend.c -fPIC -DPIC -o tsend.o
/bin/sh ../../libtool --mode=link gcc -O3 -m64 -fPIC -pthread -m64 -fPIC -o liblamnreq.la bfiprobe.lo bfiselect.lo bfrecv.lo bfselect.lo drecv.lo dsend.lo dsfr.lo frecv.lo nprobe.lo nrecv.lo nsend.lo precv.lo psend.lo trecv.lo tsend.lo -lpthread
mkdir .libs
ar cru .libs/liblamnreq.a bfiprobe.o bfiselect.o bfrecv.o bfselect.o drecv.o dsend.o dsfr.o frecv.o nprobe.o nrecv.o nsend.o precv.o psend.o trecv.o tsend.o
ranlib .libs/liblamnreq.a
creating liblamnreq.la
(cd .libs && rm -f liblamnreq.la && ln -s ../liblamnreq.la liblamnreq.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.6/share/nreq'
Making all in pmpi
make[2]: Entering directory `/home/mercator/src/lam-7.0.6/share/pmpi'
Making all in f77
make[3]: Entering directory `/home/mercator/src/lam-7.0.6/share/pmpi/f77'
if test ! -r pabort_f.c ; then \
        pname=`echo pabort_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pabort_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pabort_f.lo -MD -MP -MF ".deps/pabort_f.Tpo" -c -o pabort_f.lo pabort_f.c; \
then mv -f ".deps/pabort_f.Tpo" ".deps/pabort_f.Plo"; else rm -f ".deps/pabort_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pabort_f.lo -MD -MP -MF .deps/pabort_f.Tpo -c pabort_f.c -fPIC -DPIC -o pabort_f.o
if test ! -r paccept_f.c ; then \
        pname=`echo paccept_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname paccept_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paccept_f.lo -MD -MP -MF ".deps/paccept_f.Tpo" -c -o paccept_f.lo paccept_f.c; \
then mv -f ".deps/paccept_f.Tpo" ".deps/paccept_f.Plo"; else rm -f ".deps/paccept_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paccept_f.lo -MD -MP -MF .deps/paccept_f.Tpo -c paccept_f.c -fPIC -DPIC -o paccept_f.o
if test ! -r paccumulate_f.c ; then \
        pname=`echo paccumulate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname paccumulate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paccumulate_f.lo -MD -MP -MF ".deps/paccumulate_f.Tpo" -c -o paccumulate_f.lo paccumulate_f.c; \
then mv -f ".deps/paccumulate_f.Tpo" ".deps/paccumulate_f.Plo"; else rm -f ".deps/paccumulate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paccumulate_f.lo -MD -MP -MF .deps/paccumulate_f.Tpo -c paccumulate_f.c -fPIC -DPIC -o paccumulate_f.o
if test ! -r paddress_f.c ; then \
        pname=`echo paddress_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname paddress_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paddress_f.lo -MD -MP -MF ".deps/paddress_f.Tpo" -c -o paddress_f.lo paddress_f.c; \
then mv -f ".deps/paddress_f.Tpo" ".deps/paddress_f.Plo"; else rm -f ".deps/paddress_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT paddress_f.lo -MD -MP -MF .deps/paddress_f.Tpo -c paddress_f.c -fPIC -DPIC -o paddress_f.o
if test ! -r pallgather_f.c ; then \
        pname=`echo pallgather_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pallgather_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallgather_f.lo -MD -MP -MF ".deps/pallgather_f.Tpo" -c -o pallgather_f.lo pallgather_f.c; \
then mv -f ".deps/pallgather_f.Tpo" ".deps/pallgather_f.Plo"; else rm -f ".deps/pallgather_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallgather_f.lo -MD -MP -MF .deps/pallgather_f.Tpo -c pallgather_f.c -fPIC -DPIC -o pallgather_f.o
if test ! -r pallgatherv_f.c ; then \
        pname=`echo pallgatherv_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pallgatherv_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallgatherv_f.lo -MD -MP -MF ".deps/pallgatherv_f.Tpo" -c -o pallgatherv_f.lo pallgatherv_f.c; \
then mv -f ".deps/pallgatherv_f.Tpo" ".deps/pallgatherv_f.Plo"; else rm -f ".deps/pallgatherv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallgatherv_f.lo -MD -MP -MF .deps/pallgatherv_f.Tpo -c pallgatherv_f.c -fPIC -DPIC -o pallgatherv_f.o
if test ! -r pallocmem_f.c ; then \
        pname=`echo pallocmem_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pallocmem_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallocmem_f.lo -MD -MP -MF ".deps/pallocmem_f.Tpo" -c -o pallocmem_f.lo pallocmem_f.c; \
then mv -f ".deps/pallocmem_f.Tpo" ".deps/pallocmem_f.Plo"; else rm -f ".deps/pallocmem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallocmem_f.lo -MD -MP -MF .deps/pallocmem_f.Tpo -c pallocmem_f.c -fPIC -DPIC -o pallocmem_f.o
if test ! -r pallreduce_f.c ; then \
        pname=`echo pallreduce_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pallreduce_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallreduce_f.lo -MD -MP -MF ".deps/pallreduce_f.Tpo" -c -o pallreduce_f.lo pallreduce_f.c; \
then mv -f ".deps/pallreduce_f.Tpo" ".deps/pallreduce_f.Plo"; else rm -f ".deps/pallreduce_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pallreduce_f.lo -MD -MP -MF .deps/pallreduce_f.Tpo -c pallreduce_f.c -fPIC -DPIC -o pallreduce_f.o
if test ! -r palltoall_f.c ; then \
        pname=`echo palltoall_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname palltoall_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT palltoall_f.lo -MD -MP -MF ".deps/palltoall_f.Tpo" -c -o palltoall_f.lo palltoall_f.c; \
then mv -f ".deps/palltoall_f.Tpo" ".deps/palltoall_f.Plo"; else rm -f ".deps/palltoall_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT palltoall_f.lo -MD -MP -MF .deps/palltoall_f.Tpo -c palltoall_f.c -fPIC -DPIC -o palltoall_f.o
if test ! -r palltoallv_f.c ; then \
        pname=`echo palltoallv_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname palltoallv_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT palltoallv_f.lo -MD -MP -MF ".deps/palltoallv_f.Tpo" -c -o palltoallv_f.lo palltoallv_f.c; \
then mv -f ".deps/palltoallv_f.Tpo" ".deps/palltoallv_f.Plo"; else rm -f ".deps/palltoallv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT palltoallv_f.lo -MD -MP -MF .deps/palltoallv_f.Tpo -c palltoallv_f.c -fPIC -DPIC -o palltoallv_f.o
if test ! -r pattrdel_f.c ; then \
        pname=`echo pattrdel_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pattrdel_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrdel_f.lo -MD -MP -MF ".deps/pattrdel_f.Tpo" -c -o pattrdel_f.lo pattrdel_f.c; \
then mv -f ".deps/pattrdel_f.Tpo" ".deps/pattrdel_f.Plo"; else rm -f ".deps/pattrdel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrdel_f.lo -MD -MP -MF .deps/pattrdel_f.Tpo -c pattrdel_f.c -fPIC -DPIC -o pattrdel_f.o
if test ! -r pattrget_f.c ; then \
        pname=`echo pattrget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pattrget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrget_f.lo -MD -MP -MF ".deps/pattrget_f.Tpo" -c -o pattrget_f.lo pattrget_f.c; \
then mv -f ".deps/pattrget_f.Tpo" ".deps/pattrget_f.Plo"; else rm -f ".deps/pattrget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrget_f.lo -MD -MP -MF .deps/pattrget_f.Tpo -c pattrget_f.c -fPIC -DPIC -o pattrget_f.o
if test ! -r pattrput_f.c ; then \
        pname=`echo pattrput_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pattrput_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrput_f.lo -MD -MP -MF ".deps/pattrput_f.Tpo" -c -o pattrput_f.lo pattrput_f.c; \
then mv -f ".deps/pattrput_f.Tpo" ".deps/pattrput_f.Plo"; else rm -f ".deps/pattrput_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pattrput_f.lo -MD -MP -MF .deps/pattrput_f.Tpo -c pattrput_f.c -fPIC -DPIC -o pattrput_f.o
if test ! -r pbarrier_f.c ; then \
        pname=`echo pbarrier_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbarrier_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbarrier_f.lo -MD -MP -MF ".deps/pbarrier_f.Tpo" -c -o pbarrier_f.lo pbarrier_f.c; \
then mv -f ".deps/pbarrier_f.Tpo" ".deps/pbarrier_f.Plo"; else rm -f ".deps/pbarrier_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbarrier_f.lo -MD -MP -MF .deps/pbarrier_f.Tpo -c pbarrier_f.c -fPIC -DPIC -o pbarrier_f.o
if test ! -r pbcast_f.c ; then \
        pname=`echo pbcast_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbcast_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbcast_f.lo -MD -MP -MF ".deps/pbcast_f.Tpo" -c -o pbcast_f.lo pbcast_f.c; \
then mv -f ".deps/pbcast_f.Tpo" ".deps/pbcast_f.Plo"; else rm -f ".deps/pbcast_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbcast_f.lo -MD -MP -MF .deps/pbcast_f.Tpo -c pbcast_f.c -fPIC -DPIC -o pbcast_f.o
if test ! -r pbsend_f.c ; then \
        pname=`echo pbsend_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbsend_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbsend_f.lo -MD -MP -MF ".deps/pbsend_f.Tpo" -c -o pbsend_f.lo pbsend_f.c; \
then mv -f ".deps/pbsend_f.Tpo" ".deps/pbsend_f.Plo"; else rm -f ".deps/pbsend_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbsend_f.lo -MD -MP -MF .deps/pbsend_f.Tpo -c pbsend_f.c -fPIC -DPIC -o pbsend_f.o
if test ! -r pbsendinit_f.c ; then \
        pname=`echo pbsendinit_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbsendinit_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbsendinit_f.lo -MD -MP -MF ".deps/pbsendinit_f.Tpo" -c -o pbsendinit_f.lo pbsendinit_f.c; \
then mv -f ".deps/pbsendinit_f.Tpo" ".deps/pbsendinit_f.Plo"; else rm -f ".deps/pbsendinit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbsendinit_f.lo -MD -MP -MF .deps/pbsendinit_f.Tpo -c pbsendinit_f.c -fPIC -DPIC -o pbsendinit_f.o
if test ! -r pbufattach_f.c ; then \
        pname=`echo pbufattach_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbufattach_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbufattach_f.lo -MD -MP -MF ".deps/pbufattach_f.Tpo" -c -o pbufattach_f.lo pbufattach_f.c; \
then mv -f ".deps/pbufattach_f.Tpo" ".deps/pbufattach_f.Plo"; else rm -f ".deps/pbufattach_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbufattach_f.lo -MD -MP -MF .deps/pbufattach_f.Tpo -c pbufattach_f.c -fPIC -DPIC -o pbufattach_f.o
if test ! -r pbufdetach_f.c ; then \
        pname=`echo pbufdetach_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pbufdetach_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbufdetach_f.lo -MD -MP -MF ".deps/pbufdetach_f.Tpo" -c -o pbufdetach_f.lo pbufdetach_f.c; \
then mv -f ".deps/pbufdetach_f.Tpo" ".deps/pbufdetach_f.Plo"; else rm -f ".deps/pbufdetach_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pbufdetach_f.lo -MD -MP -MF .deps/pbufdetach_f.Tpo -c pbufdetach_f.c -fPIC -DPIC -o pbufdetach_f.o
if test ! -r pcancel_f.c ; then \
        pname=`echo pcancel_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcancel_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcancel_f.lo -MD -MP -MF ".deps/pcancel_f.Tpo" -c -o pcancel_f.lo pcancel_f.c; \
then mv -f ".deps/pcancel_f.Tpo" ".deps/pcancel_f.Plo"; else rm -f ".deps/pcancel_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcancel_f.lo -MD -MP -MF .deps/pcancel_f.Tpo -c pcancel_f.c -fPIC -DPIC -o pcancel_f.o
if test ! -r pcartcoords_f.c ; then \
        pname=`echo pcartcoords_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartcoords_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartcoords_f.lo -MD -MP -MF ".deps/pcartcoords_f.Tpo" -c -o pcartcoords_f.lo pcartcoords_f.c; \
then mv -f ".deps/pcartcoords_f.Tpo" ".deps/pcartcoords_f.Plo"; else rm -f ".deps/pcartcoords_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartcoords_f.lo -MD -MP -MF .deps/pcartcoords_f.Tpo -c pcartcoords_f.c -fPIC -DPIC -o pcartcoords_f.o
if test ! -r pcartcreate_f.c ; then \
        pname=`echo pcartcreate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartcreate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartcreate_f.lo -MD -MP -MF ".deps/pcartcreate_f.Tpo" -c -o pcartcreate_f.lo pcartcreate_f.c; \
then mv -f ".deps/pcartcreate_f.Tpo" ".deps/pcartcreate_f.Plo"; else rm -f ".deps/pcartcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartcreate_f.lo -MD -MP -MF .deps/pcartcreate_f.Tpo -c pcartcreate_f.c -fPIC -DPIC -o pcartcreate_f.o
if test ! -r pcartdimget_f.c ; then \
        pname=`echo pcartdimget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartdimget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartdimget_f.lo -MD -MP -MF ".deps/pcartdimget_f.Tpo" -c -o pcartdimget_f.lo pcartdimget_f.c; \
then mv -f ".deps/pcartdimget_f.Tpo" ".deps/pcartdimget_f.Plo"; else rm -f ".deps/pcartdimget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartdimget_f.lo -MD -MP -MF .deps/pcartdimget_f.Tpo -c pcartdimget_f.c -fPIC -DPIC -o pcartdimget_f.o
if test ! -r pcartget_f.c ; then \
        pname=`echo pcartget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartget_f.lo -MD -MP -MF ".deps/pcartget_f.Tpo" -c -o pcartget_f.lo pcartget_f.c; \
then mv -f ".deps/pcartget_f.Tpo" ".deps/pcartget_f.Plo"; else rm -f ".deps/pcartget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartget_f.lo -MD -MP -MF .deps/pcartget_f.Tpo -c pcartget_f.c -fPIC -DPIC -o pcartget_f.o
if test ! -r pcartmap_f.c ; then \
        pname=`echo pcartmap_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartmap_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartmap_f.lo -MD -MP -MF ".deps/pcartmap_f.Tpo" -c -o pcartmap_f.lo pcartmap_f.c; \
then mv -f ".deps/pcartmap_f.Tpo" ".deps/pcartmap_f.Plo"; else rm -f ".deps/pcartmap_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartmap_f.lo -MD -MP -MF .deps/pcartmap_f.Tpo -c pcartmap_f.c -fPIC -DPIC -o pcartmap_f.o
if test ! -r pcartrank_f.c ; then \
        pname=`echo pcartrank_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartrank_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartrank_f.lo -MD -MP -MF ".deps/pcartrank_f.Tpo" -c -o pcartrank_f.lo pcartrank_f.c; \
then mv -f ".deps/pcartrank_f.Tpo" ".deps/pcartrank_f.Plo"; else rm -f ".deps/pcartrank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartrank_f.lo -MD -MP -MF .deps/pcartrank_f.Tpo -c pcartrank_f.c -fPIC -DPIC -o pcartrank_f.o
if test ! -r pcartshift_f.c ; then \
        pname=`echo pcartshift_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartshift_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartshift_f.lo -MD -MP -MF ".deps/pcartshift_f.Tpo" -c -o pcartshift_f.lo pcartshift_f.c; \
then mv -f ".deps/pcartshift_f.Tpo" ".deps/pcartshift_f.Plo"; else rm -f ".deps/pcartshift_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartshift_f.lo -MD -MP -MF .deps/pcartshift_f.Tpo -c pcartshift_f.c -fPIC -DPIC -o pcartshift_f.o
if test ! -r pcartsub_f.c ; then \
        pname=`echo pcartsub_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcartsub_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartsub_f.lo -MD -MP -MF ".deps/pcartsub_f.Tpo" -c -o pcartsub_f.lo pcartsub_f.c; \
then mv -f ".deps/pcartsub_f.Tpo" ".deps/pcartsub_f.Plo"; else rm -f ".deps/pcartsub_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcartsub_f.lo -MD -MP -MF .deps/pcartsub_f.Tpo -c pcartsub_f.c -fPIC -DPIC -o pcartsub_f.o
if test ! -r pccmp_f.c ; then \
        pname=`echo pccmp_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pccmp_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccmp_f.lo -MD -MP -MF ".deps/pccmp_f.Tpo" -c -o pccmp_f.lo pccmp_f.c; \
then mv -f ".deps/pccmp_f.Tpo" ".deps/pccmp_f.Plo"; else rm -f ".deps/pccmp_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccmp_f.lo -MD -MP -MF .deps/pccmp_f.Tpo -c pccmp_f.c -fPIC -DPIC -o pccmp_f.o
if test ! -r pccreateerr_f.c ; then \
        pname=`echo pccreateerr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pccreateerr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreateerr_f.lo -MD -MP -MF ".deps/pccreateerr_f.Tpo" -c -o pccreateerr_f.lo pccreateerr_f.c; \
then mv -f ".deps/pccreateerr_f.Tpo" ".deps/pccreateerr_f.Plo"; else rm -f ".deps/pccreateerr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreateerr_f.lo -MD -MP -MF .deps/pccreateerr_f.Tpo -c pccreateerr_f.c -fPIC -DPIC -o pccreateerr_f.o
if test ! -r pccreate_f.c ; then \
        pname=`echo pccreate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pccreate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreate_f.lo -MD -MP -MF ".deps/pccreate_f.Tpo" -c -o pccreate_f.lo pccreate_f.c; \
then mv -f ".deps/pccreate_f.Tpo" ".deps/pccreate_f.Plo"; else rm -f ".deps/pccreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreate_f.lo -MD -MP -MF .deps/pccreate_f.Tpo -c pccreate_f.c -fPIC -DPIC -o pccreate_f.o
if test ! -r pccreatekey_f.c ; then \
        pname=`echo pccreatekey_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pccreatekey_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreatekey_f.lo -MD -MP -MF ".deps/pccreatekey_f.Tpo" -c -o pccreatekey_f.lo pccreatekey_f.c; \
then mv -f ".deps/pccreatekey_f.Tpo" ".deps/pccreatekey_f.Plo"; else rm -f ".deps/pccreatekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pccreatekey_f.lo -MD -MP -MF .deps/pccreatekey_f.Tpo -c pccreatekey_f.c -fPIC -DPIC -o pccreatekey_f.o
if test ! -r pcdelattr_f.c ; then \
        pname=`echo pcdelattr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcdelattr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdelattr_f.lo -MD -MP -MF ".deps/pcdelattr_f.Tpo" -c -o pcdelattr_f.lo pcdelattr_f.c; \
then mv -f ".deps/pcdelattr_f.Tpo" ".deps/pcdelattr_f.Plo"; else rm -f ".deps/pcdelattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdelattr_f.lo -MD -MP -MF .deps/pcdelattr_f.Tpo -c pcdelattr_f.c -fPIC -DPIC -o pcdelattr_f.o
if test ! -r pcdisconnect_f.c ; then \
        pname=`echo pcdisconnect_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcdisconnect_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdisconnect_f.lo -MD -MP -MF ".deps/pcdisconnect_f.Tpo" -c -o pcdisconnect_f.lo pcdisconnect_f.c; \
then mv -f ".deps/pcdisconnect_f.Tpo" ".deps/pcdisconnect_f.Plo"; else rm -f ".deps/pcdisconnect_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdisconnect_f.lo -MD -MP -MF .deps/pcdisconnect_f.Tpo -c pcdisconnect_f.c -fPIC -DPIC -o pcdisconnect_f.o
if test ! -r pcdup_f.c ; then \
        pname=`echo pcdup_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcdup_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdup_f.lo -MD -MP -MF ".deps/pcdup_f.Tpo" -c -o pcdup_f.lo pcdup_f.c; \
then mv -f ".deps/pcdup_f.Tpo" ".deps/pcdup_f.Plo"; else rm -f ".deps/pcdup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcdup_f.lo -MD -MP -MF .deps/pcdup_f.Tpo -c pcdup_f.c -fPIC -DPIC -o pcdup_f.o
if test ! -r pcfree_f.c ; then \
        pname=`echo pcfree_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcfree_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcfree_f.lo -MD -MP -MF ".deps/pcfree_f.Tpo" -c -o pcfree_f.lo pcfree_f.c; \
then mv -f ".deps/pcfree_f.Tpo" ".deps/pcfree_f.Plo"; else rm -f ".deps/pcfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcfree_f.lo -MD -MP -MF .deps/pcfree_f.Tpo -c pcfree_f.c -fPIC -DPIC -o pcfree_f.o
if test ! -r pcfreekey_f.c ; then \
        pname=`echo pcfreekey_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcfreekey_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcfreekey_f.lo -MD -MP -MF ".deps/pcfreekey_f.Tpo" -c -o pcfreekey_f.lo pcfreekey_f.c; \
then mv -f ".deps/pcfreekey_f.Tpo" ".deps/pcfreekey_f.Plo"; else rm -f ".deps/pcfreekey_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcfreekey_f.lo -MD -MP -MF .deps/pcfreekey_f.Tpo -c pcfreekey_f.c -fPIC -DPIC -o pcfreekey_f.o
if test ! -r pcgetattr_f.c ; then \
        pname=`echo pcgetattr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcgetattr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetattr_f.lo -MD -MP -MF ".deps/pcgetattr_f.Tpo" -c -o pcgetattr_f.lo pcgetattr_f.c; \
then mv -f ".deps/pcgetattr_f.Tpo" ".deps/pcgetattr_f.Plo"; else rm -f ".deps/pcgetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetattr_f.lo -MD -MP -MF .deps/pcgetattr_f.Tpo -c pcgetattr_f.c -fPIC -DPIC -o pcgetattr_f.o
if test ! -r pcgeterr_f.c ; then \
        pname=`echo pcgeterr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcgeterr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgeterr_f.lo -MD -MP -MF ".deps/pcgeterr_f.Tpo" -c -o pcgeterr_f.lo pcgeterr_f.c; \
then mv -f ".deps/pcgeterr_f.Tpo" ".deps/pcgeterr_f.Plo"; else rm -f ".deps/pcgeterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgeterr_f.lo -MD -MP -MF .deps/pcgeterr_f.Tpo -c pcgeterr_f.c -fPIC -DPIC -o pcgeterr_f.o
if test ! -r pcgetname_f.c ; then \
        pname=`echo pcgetname_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcgetname_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetname_f.lo -MD -MP -MF ".deps/pcgetname_f.Tpo" -c -o pcgetname_f.lo pcgetname_f.c; \
then mv -f ".deps/pcgetname_f.Tpo" ".deps/pcgetname_f.Plo"; else rm -f ".deps/pcgetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetname_f.lo -MD -MP -MF .deps/pcgetname_f.Tpo -c pcgetname_f.c -fPIC -DPIC -o pcgetname_f.o
if test ! -r pcgetparent_f.c ; then \
        pname=`echo pcgetparent_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcgetparent_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetparent_f.lo -MD -MP -MF ".deps/pcgetparent_f.Tpo" -c -o pcgetparent_f.lo pcgetparent_f.c; \
then mv -f ".deps/pcgetparent_f.Tpo" ".deps/pcgetparent_f.Plo"; else rm -f ".deps/pcgetparent_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgetparent_f.lo -MD -MP -MF .deps/pcgetparent_f.Tpo -c pcgetparent_f.c -fPIC -DPIC -o pcgetparent_f.o
if test ! -r pcgroup_f.c ; then \
        pname=`echo pcgroup_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcgroup_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgroup_f.lo -MD -MP -MF ".deps/pcgroup_f.Tpo" -c -o pcgroup_f.lo pcgroup_f.c; \
then mv -f ".deps/pcgroup_f.Tpo" ".deps/pcgroup_f.Plo"; else rm -f ".deps/pcgroup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcgroup_f.lo -MD -MP -MF .deps/pcgroup_f.Tpo -c pcgroup_f.c -fPIC -DPIC -o pcgroup_f.o
if test ! -r pconnect_f.c ; then \
        pname=`echo pconnect_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pconnect_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pconnect_f.lo -MD -MP -MF ".deps/pconnect_f.Tpo" -c -o pconnect_f.lo pconnect_f.c; \
then mv -f ".deps/pconnect_f.Tpo" ".deps/pconnect_f.Plo"; else rm -f ".deps/pconnect_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pconnect_f.lo -MD -MP -MF .deps/pconnect_f.Tpo -c pconnect_f.c -fPIC -DPIC -o pconnect_f.o
if test ! -r pcrank_f.c ; then \
        pname=`echo pcrank_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcrank_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrank_f.lo -MD -MP -MF ".deps/pcrank_f.Tpo" -c -o pcrank_f.lo pcrank_f.c; \
then mv -f ".deps/pcrank_f.Tpo" ".deps/pcrank_f.Plo"; else rm -f ".deps/pcrank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrank_f.lo -MD -MP -MF .deps/pcrank_f.Tpo -c pcrank_f.c -fPIC -DPIC -o pcrank_f.o
if test ! -r pcrgroup_f.c ; then \
        pname=`echo pcrgroup_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcrgroup_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrgroup_f.lo -MD -MP -MF ".deps/pcrgroup_f.Tpo" -c -o pcrgroup_f.lo pcrgroup_f.c; \
then mv -f ".deps/pcrgroup_f.Tpo" ".deps/pcrgroup_f.Plo"; else rm -f ".deps/pcrgroup_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrgroup_f.lo -MD -MP -MF .deps/pcrgroup_f.Tpo -c pcrgroup_f.c -fPIC -DPIC -o pcrgroup_f.o
if test ! -r pcrsize_f.c ; then \
        pname=`echo pcrsize_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcrsize_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrsize_f.lo -MD -MP -MF ".deps/pcrsize_f.Tpo" -c -o pcrsize_f.lo pcrsize_f.c; \
then mv -f ".deps/pcrsize_f.Tpo" ".deps/pcrsize_f.Plo"; else rm -f ".deps/pcrsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcrsize_f.lo -MD -MP -MF .deps/pcrsize_f.Tpo -c pcrsize_f.c -fPIC -DPIC -o pcrsize_f.o
if test ! -r pcsetattr_f.c ; then \
        pname=`echo pcsetattr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcsetattr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsetattr_f.lo -MD -MP -MF ".deps/pcsetattr_f.Tpo" -c -o pcsetattr_f.lo pcsetattr_f.c; \
then mv -f ".deps/pcsetattr_f.Tpo" ".deps/pcsetattr_f.Plo"; else rm -f ".deps/pcsetattr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsetattr_f.lo -MD -MP -MF .deps/pcsetattr_f.Tpo -c pcsetattr_f.c -fPIC -DPIC -o pcsetattr_f.o
if test ! -r pcseterr_f.c ; then \
        pname=`echo pcseterr_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcseterr_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcseterr_f.lo -MD -MP -MF ".deps/pcseterr_f.Tpo" -c -o pcseterr_f.lo pcseterr_f.c; \
then mv -f ".deps/pcseterr_f.Tpo" ".deps/pcseterr_f.Plo"; else rm -f ".deps/pcseterr_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcseterr_f.lo -MD -MP -MF .deps/pcseterr_f.Tpo -c pcseterr_f.c -fPIC -DPIC -o pcseterr_f.o
if test ! -r pcsetname_f.c ; then \
        pname=`echo pcsetname_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcsetname_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsetname_f.lo -MD -MP -MF ".deps/pcsetname_f.Tpo" -c -o pcsetname_f.lo pcsetname_f.c; \
then mv -f ".deps/pcsetname_f.Tpo" ".deps/pcsetname_f.Plo"; else rm -f ".deps/pcsetname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsetname_f.lo -MD -MP -MF .deps/pcsetname_f.Tpo -c pcsetname_f.c -fPIC -DPIC -o pcsetname_f.o
if test ! -r pcsize_f.c ; then \
        pname=`echo pcsize_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcsize_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsize_f.lo -MD -MP -MF ".deps/pcsize_f.Tpo" -c -o pcsize_f.lo pcsize_f.c; \
then mv -f ".deps/pcsize_f.Tpo" ".deps/pcsize_f.Plo"; else rm -f ".deps/pcsize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsize_f.lo -MD -MP -MF .deps/pcsize_f.Tpo -c pcsize_f.c -fPIC -DPIC -o pcsize_f.o
if test ! -r pcsplit_f.c ; then \
        pname=`echo pcsplit_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pcsplit_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsplit_f.lo -MD -MP -MF ".deps/pcsplit_f.Tpo" -c -o pcsplit_f.lo pcsplit_f.c; \
then mv -f ".deps/pcsplit_f.Tpo" ".deps/pcsplit_f.Plo"; else rm -f ".deps/pcsplit_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pcsplit_f.lo -MD -MP -MF .deps/pcsplit_f.Tpo -c pcsplit_f.c -fPIC -DPIC -o pcsplit_f.o
if test ! -r pctestinter_f.c ; then \
        pname=`echo pctestinter_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pctestinter_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pctestinter_f.lo -MD -MP -MF ".deps/pctestinter_f.Tpo" -c -o pctestinter_f.lo pctestinter_f.c; \
then mv -f ".deps/pctestinter_f.Tpo" ".deps/pctestinter_f.Plo"; else rm -f ".deps/pctestinter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pctestinter_f.lo -MD -MP -MF .deps/pctestinter_f.Tpo -c pctestinter_f.c -fPIC -DPIC -o pctestinter_f.o
if test ! -r pdimscreate_f.c ; then \
        pname=`echo pdimscreate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pdimscreate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pdimscreate_f.lo -MD -MP -MF ".deps/pdimscreate_f.Tpo" -c -o pdimscreate_f.lo pdimscreate_f.c; \
then mv -f ".deps/pdimscreate_f.Tpo" ".deps/pdimscreate_f.Plo"; else rm -f ".deps/pdimscreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pdimscreate_f.lo -MD -MP -MF .deps/pdimscreate_f.Tpo -c pdimscreate_f.c -fPIC -DPIC -o pdimscreate_f.o
if test ! -r perrclass_f.c ; then \
        pname=`echo perrclass_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrclass_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrclass_f.lo -MD -MP -MF ".deps/perrclass_f.Tpo" -c -o perrclass_f.lo perrclass_f.c; \
then mv -f ".deps/perrclass_f.Tpo" ".deps/perrclass_f.Plo"; else rm -f ".deps/perrclass_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrclass_f.lo -MD -MP -MF .deps/perrclass_f.Tpo -c perrclass_f.c -fPIC -DPIC -o perrclass_f.o
if test ! -r perrcreate_f.c ; then \
        pname=`echo perrcreate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrcreate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrcreate_f.lo -MD -MP -MF ".deps/perrcreate_f.Tpo" -c -o perrcreate_f.lo perrcreate_f.c; \
then mv -f ".deps/perrcreate_f.Tpo" ".deps/perrcreate_f.Plo"; else rm -f ".deps/perrcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrcreate_f.lo -MD -MP -MF .deps/perrcreate_f.Tpo -c perrcreate_f.c -fPIC -DPIC -o perrcreate_f.o
if test ! -r perrfree_f.c ; then \
        pname=`echo perrfree_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrfree_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrfree_f.lo -MD -MP -MF ".deps/perrfree_f.Tpo" -c -o perrfree_f.lo perrfree_f.c; \
then mv -f ".deps/perrfree_f.Tpo" ".deps/perrfree_f.Plo"; else rm -f ".deps/perrfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrfree_f.lo -MD -MP -MF .deps/perrfree_f.Tpo -c perrfree_f.c -fPIC -DPIC -o perrfree_f.o
if test ! -r perrget_f.c ; then \
        pname=`echo perrget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrget_f.lo -MD -MP -MF ".deps/perrget_f.Tpo" -c -o perrget_f.lo perrget_f.c; \
then mv -f ".deps/perrget_f.Tpo" ".deps/perrget_f.Plo"; else rm -f ".deps/perrget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrget_f.lo -MD -MP -MF .deps/perrget_f.Tpo -c perrget_f.c -fPIC -DPIC -o perrget_f.o
if test ! -r perrset_f.c ; then \
        pname=`echo perrset_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrset_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrset_f.lo -MD -MP -MF ".deps/perrset_f.Tpo" -c -o perrset_f.lo perrset_f.c; \
then mv -f ".deps/perrset_f.Tpo" ".deps/perrset_f.Plo"; else rm -f ".deps/perrset_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrset_f.lo -MD -MP -MF .deps/perrset_f.Tpo -c perrset_f.c -fPIC -DPIC -o perrset_f.o
if test ! -r perrstring_f.c ; then \
        pname=`echo perrstring_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname perrstring_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrstring_f.lo -MD -MP -MF ".deps/perrstring_f.Tpo" -c -o perrstring_f.lo perrstring_f.c; \
then mv -f ".deps/perrstring_f.Tpo" ".deps/perrstring_f.Plo"; else rm -f ".deps/perrstring_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT perrstring_f.lo -MD -MP -MF .deps/perrstring_f.Tpo -c perrstring_f.c -fPIC -DPIC -o perrstring_f.o
if test ! -r pfinalize_f.c ; then \
        pname=`echo pfinalize_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pfinalize_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfinalize_f.lo -MD -MP -MF ".deps/pfinalize_f.Tpo" -c -o pfinalize_f.lo pfinalize_f.c; \
then mv -f ".deps/pfinalize_f.Tpo" ".deps/pfinalize_f.Plo"; else rm -f ".deps/pfinalize_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfinalize_f.lo -MD -MP -MF .deps/pfinalize_f.Tpo -c pfinalize_f.c -fPIC -DPIC -o pfinalize_f.o
if test ! -r pfinalized_f.c ; then \
        pname=`echo pfinalized_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pfinalized_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfinalized_f.lo -MD -MP -MF ".deps/pfinalized_f.Tpo" -c -o pfinalized_f.lo pfinalized_f.c; \
then mv -f ".deps/pfinalized_f.Tpo" ".deps/pfinalized_f.Plo"; else rm -f ".deps/pfinalized_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfinalized_f.lo -MD -MP -MF .deps/pfinalized_f.Tpo -c pfinalized_f.c -fPIC -DPIC -o pfinalized_f.o
if test ! -r pfreemem_f.c ; then \
        pname=`echo pfreemem_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pfreemem_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfreemem_f.lo -MD -MP -MF ".deps/pfreemem_f.Tpo" -c -o pfreemem_f.lo pfreemem_f.c; \
then mv -f ".deps/pfreemem_f.Tpo" ".deps/pfreemem_f.Plo"; else rm -f ".deps/pfreemem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pfreemem_f.lo -MD -MP -MF .deps/pfreemem_f.Tpo -c pfreemem_f.c -fPIC -DPIC -o pfreemem_f.o
if test ! -r pgather_f.c ; then \
        pname=`echo pgather_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgather_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgather_f.lo -MD -MP -MF ".deps/pgather_f.Tpo" -c -o pgather_f.lo pgather_f.c; \
then mv -f ".deps/pgather_f.Tpo" ".deps/pgather_f.Plo"; else rm -f ".deps/pgather_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgather_f.lo -MD -MP -MF .deps/pgather_f.Tpo -c pgather_f.c -fPIC -DPIC -o pgather_f.o
if test ! -r pgatherv_f.c ; then \
        pname=`echo pgatherv_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgatherv_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgatherv_f.lo -MD -MP -MF ".deps/pgatherv_f.Tpo" -c -o pgatherv_f.lo pgatherv_f.c; \
then mv -f ".deps/pgatherv_f.Tpo" ".deps/pgatherv_f.Plo"; else rm -f ".deps/pgatherv_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgatherv_f.lo -MD -MP -MF .deps/pgatherv_f.Tpo -c pgatherv_f.c -fPIC -DPIC -o pgatherv_f.o
if test ! -r pgcmp_f.c ; then \
        pname=`echo pgcmp_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgcmp_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgcmp_f.lo -MD -MP -MF ".deps/pgcmp_f.Tpo" -c -o pgcmp_f.lo pgcmp_f.c; \
then mv -f ".deps/pgcmp_f.Tpo" ".deps/pgcmp_f.Plo"; else rm -f ".deps/pgcmp_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgcmp_f.lo -MD -MP -MF .deps/pgcmp_f.Tpo -c pgcmp_f.c -fPIC -DPIC -o pgcmp_f.o
if test ! -r pgdiff_f.c ; then \
        pname=`echo pgdiff_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgdiff_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgdiff_f.lo -MD -MP -MF ".deps/pgdiff_f.Tpo" -c -o pgdiff_f.lo pgdiff_f.c; \
then mv -f ".deps/pgdiff_f.Tpo" ".deps/pgdiff_f.Plo"; else rm -f ".deps/pgdiff_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgdiff_f.lo -MD -MP -MF .deps/pgdiff_f.Tpo -c pgdiff_f.c -fPIC -DPIC -o pgdiff_f.o
if test ! -r pgetaddress_f.c ; then \
        pname=`echo pgetaddress_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgetaddress_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetaddress_f.lo -MD -MP -MF ".deps/pgetaddress_f.Tpo" -c -o pgetaddress_f.lo pgetaddress_f.c; \
then mv -f ".deps/pgetaddress_f.Tpo" ".deps/pgetaddress_f.Plo"; else rm -f ".deps/pgetaddress_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetaddress_f.lo -MD -MP -MF .deps/pgetaddress_f.Tpo -c pgetaddress_f.c -fPIC -DPIC -o pgetaddress_f.o
if test ! -r pgetcount_f.c ; then \
        pname=`echo pgetcount_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgetcount_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetcount_f.lo -MD -MP -MF ".deps/pgetcount_f.Tpo" -c -o pgetcount_f.lo pgetcount_f.c; \
then mv -f ".deps/pgetcount_f.Tpo" ".deps/pgetcount_f.Plo"; else rm -f ".deps/pgetcount_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetcount_f.lo -MD -MP -MF .deps/pgetcount_f.Tpo -c pgetcount_f.c -fPIC -DPIC -o pgetcount_f.o
if test ! -r pgetelem_f.c ; then \
        pname=`echo pgetelem_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgetelem_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetelem_f.lo -MD -MP -MF ".deps/pgetelem_f.Tpo" -c -o pgetelem_f.lo pgetelem_f.c; \
then mv -f ".deps/pgetelem_f.Tpo" ".deps/pgetelem_f.Plo"; else rm -f ".deps/pgetelem_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetelem_f.lo -MD -MP -MF .deps/pgetelem_f.Tpo -c pgetelem_f.c -fPIC -DPIC -o pgetelem_f.o
if test ! -r pget_f.c ; then \
        pname=`echo pget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pget_f.lo -MD -MP -MF ".deps/pget_f.Tpo" -c -o pget_f.lo pget_f.c; \
then mv -f ".deps/pget_f.Tpo" ".deps/pget_f.Plo"; else rm -f ".deps/pget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pget_f.lo -MD -MP -MF .deps/pget_f.Tpo -c pget_f.c -fPIC -DPIC -o pget_f.o
if test ! -r pgetprocname_f.c ; then \
        pname=`echo pgetprocname_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgetprocname_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetprocname_f.lo -MD -MP -MF ".deps/pgetprocname_f.Tpo" -c -o pgetprocname_f.lo pgetprocname_f.c; \
then mv -f ".deps/pgetprocname_f.Tpo" ".deps/pgetprocname_f.Plo"; else rm -f ".deps/pgetprocname_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetprocname_f.lo -MD -MP -MF .deps/pgetprocname_f.Tpo -c pgetprocname_f.c -fPIC -DPIC -o pgetprocname_f.o
if test ! -r pgetversion_f.c ; then \
        pname=`echo pgetversion_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgetversion_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetversion_f.lo -MD -MP -MF ".deps/pgetversion_f.Tpo" -c -o pgetversion_f.lo pgetversion_f.c; \
then mv -f ".deps/pgetversion_f.Tpo" ".deps/pgetversion_f.Plo"; else rm -f ".deps/pgetversion_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgetversion_f.lo -MD -MP -MF .deps/pgetversion_f.Tpo -c pgetversion_f.c -fPIC -DPIC -o pgetversion_f.o
if test ! -r pgexcl_f.c ; then \
        pname=`echo pgexcl_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgexcl_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgexcl_f.lo -MD -MP -MF ".deps/pgexcl_f.Tpo" -c -o pgexcl_f.lo pgexcl_f.c; \
then mv -f ".deps/pgexcl_f.Tpo" ".deps/pgexcl_f.Plo"; else rm -f ".deps/pgexcl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgexcl_f.lo -MD -MP -MF .deps/pgexcl_f.Tpo -c pgexcl_f.c -fPIC -DPIC -o pgexcl_f.o
if test ! -r pgfree_f.c ; then \
        pname=`echo pgfree_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgfree_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgfree_f.lo -MD -MP -MF ".deps/pgfree_f.Tpo" -c -o pgfree_f.lo pgfree_f.c; \
then mv -f ".deps/pgfree_f.Tpo" ".deps/pgfree_f.Plo"; else rm -f ".deps/pgfree_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgfree_f.lo -MD -MP -MF .deps/pgfree_f.Tpo -c pgfree_f.c -fPIC -DPIC -o pgfree_f.o
if test ! -r pgincl_f.c ; then \
        pname=`echo pgincl_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgincl_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgincl_f.lo -MD -MP -MF ".deps/pgincl_f.Tpo" -c -o pgincl_f.lo pgincl_f.c; \
then mv -f ".deps/pgincl_f.Tpo" ".deps/pgincl_f.Plo"; else rm -f ".deps/pgincl_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgincl_f.lo -MD -MP -MF .deps/pgincl_f.Tpo -c pgincl_f.c -fPIC -DPIC -o pgincl_f.o
if test ! -r pginter_f.c ; then \
        pname=`echo pginter_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pginter_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pginter_f.lo -MD -MP -MF ".deps/pginter_f.Tpo" -c -o pginter_f.lo pginter_f.c; \
then mv -f ".deps/pginter_f.Tpo" ".deps/pginter_f.Plo"; else rm -f ".deps/pginter_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pginter_f.lo -MD -MP -MF .deps/pginter_f.Tpo -c pginter_f.c -fPIC -DPIC -o pginter_f.o
if test ! -r pgrank_f.c ; then \
        pname=`echo pgrank_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgrank_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgrank_f.lo -MD -MP -MF ".deps/pgrank_f.Tpo" -c -o pgrank_f.lo pgrank_f.c; \
then mv -f ".deps/pgrank_f.Tpo" ".deps/pgrank_f.Plo"; else rm -f ".deps/pgrank_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgrank_f.lo -MD -MP -MF .deps/pgrank_f.Tpo -c pgrank_f.c -fPIC -DPIC -o pgrank_f.o
if test ! -r pgraphcreate_f.c ; then \
        pname=`echo pgraphcreate_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgraphcreate_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphcreate_f.lo -MD -MP -MF ".deps/pgraphcreate_f.Tpo" -c -o pgraphcreate_f.lo pgraphcreate_f.c; \
then mv -f ".deps/pgraphcreate_f.Tpo" ".deps/pgraphcreate_f.Plo"; else rm -f ".deps/pgraphcreate_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphcreate_f.lo -MD -MP -MF .deps/pgraphcreate_f.Tpo -c pgraphcreate_f.c -fPIC -DPIC -o pgraphcreate_f.o
if test ! -r pgraphdimsget_f.c ; then \
        pname=`echo pgraphdimsget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgraphdimsget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphdimsget_f.lo -MD -MP -MF ".deps/pgraphdimsget_f.Tpo" -c -o pgraphdimsget_f.lo pgraphdimsget_f.c; \
then mv -f ".deps/pgraphdimsget_f.Tpo" ".deps/pgraphdimsget_f.Plo"; else rm -f ".deps/pgraphdimsget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphdimsget_f.lo -MD -MP -MF .deps/pgraphdimsget_f.Tpo -c pgraphdimsget_f.c -fPIC -DPIC -o pgraphdimsget_f.o
if test ! -r pgraphget_f.c ; then \
        pname=`echo pgraphget_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgraphget_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphget_f.lo -MD -MP -MF ".deps/pgraphget_f.Tpo" -c -o pgraphget_f.lo pgraphget_f.c; \
then mv -f ".deps/pgraphget_f.Tpo" ".deps/pgraphget_f.Plo"; else rm -f ".deps/pgraphget_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphget_f.lo -MD -MP -MF .deps/pgraphget_f.Tpo -c pgraphget_f.c -fPIC -DPIC -o pgraphget_f.o
if test ! -r pgraphmap_f.c ; then \
        pname=`echo pgraphmap_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgraphmap_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphmap_f.lo -MD -MP -MF ".deps/pgraphmap_f.Tpo" -c -o pgraphmap_f.lo pgraphmap_f.c; \
then mv -f ".deps/pgraphmap_f.Tpo" ".deps/pgraphmap_f.Plo"; else rm -f ".deps/pgraphmap_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphmap_f.lo -MD -MP -MF .deps/pgraphmap_f.Tpo -c pgraphmap_f.c -fPIC -DPIC -o pgraphmap_f.o
if test ! -r pgraphnbrcount_f.c ; then \
        pname=`echo pgraphnbrcount_f.c | cut -b '2-'` ; \
        ln -s ../../../share/mpi/f77/$pname pgraphnbrcount_f.c ; \
fi
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphnbrcount_f.lo -MD -MP -MF ".deps/pgraphnbrcount_f.Tpo" -c -o pgraphnbrcount_f.lo pgraphnbrcount_f.c; \
then mv -f ".deps/pgraphnbrcount_f.Tpo" ".deps/pgraphnbrcount_f.Plo"; else rm -f ".deps/pgraphnbrcount_f.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O3 -m64 -fPIC -pthread -MT pgraphnbrcount_f.lo -MD -MP -MF .deps/pgraphnbrcount_f.Tpo -c pgraphnbrcount_f.c -fPIC -DPIC -o pgraphnbrcount_f.o
if test ! -r pgraphnbr_f.c ; then \
        pname=`echo pgraphnbr_f.c | cut -b '2-'` ; \
    &nb