Hi
So I found what the problem is. The installation instructions available
at "http://www.lam-mpi.org/cvs/notes.php" linked from the page
"http://www.lam-mpi.org/cvs/" say in step 3:
" Note that no |autoconf|- or |automake|-generated files are kept in the
CVS repository. So upon checkout, you will need to generate an
executable |configure| script. This can be accomplished by running:
| ./autogen.sh |
"
If you run this script on Cygwin then "configure", which is in the root
of the CVS snapshot distribution, is replaced by a new version which
produces a "config.status" file with the problem referred to below i.e a
sed operation where the "empty" braces contain a TAB followed by a SPACE
instead of a SPACE followed by a TAB.
If you don't run this script and use "configure" provided in the
distrbution then the configure script completes without error
Christopher Barton wrote:
> Still hard at it ...
>
> It is the execution of the code snipets below which fail on
> "lam-7.1a1cvs20040107.tar.gz".
> The first one of these snipets in the generated "config.status" is
> trying to operate on "Makefile.in" to produce Makefile and goes into
> some sort recusive loop.
>
> I have noticed that for "lam-7.0.3.tar.gz", in the generated
> "config.status" I have the code:
>
> sed "/^[ ]*VPATH[ ]*=/{
> s/:*\$(srcdir):*/:/;
> s/:*\${srcdir}:*/:/;
> s/:*@srcdir@:*/:/;
> s/^\([^=]*=[ ]*\):*/\1/;
> s/:*$//;
> s/^[^=]*=[ ]*$//;
> }
>
> whereas for "lam-7.1a1cvs20040107.tar.gz" "config.status" has:
>
> sed "/^[ ]*VPATH[ ]*=/{
> s/:*\$(srcdir):*/:/;
> s/:*\${srcdir}:*/:/;
> s/:*@srcdir@:*/:/;
> s/^\([^=]*=[ ]*\):*/\1/;
> s/:*$//;
> s/^[^=]*=[ ]*$//;
> }
>
> Now these look identical but in fact for 7.0.3, the "empty" square
> braces contain a SPACE followed by a TAB whereas for 7.1a1 the "empty"
> braces contain a TAB followed by a SPACE.
>
> Is this significant. I ask because line 234 in "configure" mentions
> "We need space, tab and new line, in precisely that order."
>
> chrisb
>
> Christopher Barton wrote:
>
>> Hi,
>>
>> I have continued to investigate my cygwin problem.
>>
>> It is also present in the CVS snapshot "lam-7.1a1cvs20040107.tar.gz"
>>
>> I added debug msg to the script "configure" and have tracked the
>> problem down to the following piece of code:
>>
>> _ACEOF
>> cat >>$CONFIG_STATUS <<_ACEOF
>> sed "$ac_vpsub
>> $extrasub
>> _ACEOF
>> cat >>$CONFIG_STATUS <<\_ACEOF
>> :t
>> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
>> s,@configure_input@,$configure_input,;t t
>> s,@srcdir@,$ac_srcdir,;t t
>> s,@abs_srcdir@,$ac_abs_srcdir,;t t
>> s,@top_srcdir@,$ac_top_srcdir,;t t
>> s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
>> s,@builddir@,$ac_builddir,;t t
>> s,@abs_builddir@,$ac_abs_builddir,;t t
>> s,@top_builddir@,$ac_top_builddir,;t t
>> s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
>> s,@INSTALL@,$ac_INSTALL,;t t
>> " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
>>
>> It seems that "sed" cannot complete its task. Now I have a little
>> experience with regular expressions and have seen this type of
>> problem before. Some regular expressions which never finish when I
>> use the java.util.regexp packages work fine if I switch to the ORO
>> class libraries. Am I on the right lines?
>>
>> Any help appreciated
>>
>> chrisb
>>
>> Christopher Barton wrote:
>>
>>> Hi
>>>
>>> I'm running Cygwin version 1.5.5-1 under Windows XP.
>>>
>>> I downloaded "lam-7.1a1cvs20040106.tar.gz" and did the following:
>>>
>>> started up xterm from cygwin
>>>
>>> gzip -d lam-7.1a1cvs20040106.tar.gz
>>> tar -xvf lam-7.1a1cvs20040106.tar
>>> cd lam-7.1a1cvs20040106
>>>
>>> export CC=cc
>>> export CXX=CC
>>> export FC=f77
>>>
>>> ./autogen.sh
>>> ./configure &> configure.log
>>>
>>> // Didn't work (see end) so tried again after looking at the mail
>>> archive
>>>
>>> ./autogen.sh
>>> ./configure --without-romio &> configure.log
>>>
>>> // Didn't work (see end) so tried again after looking at the mail
>>> archive
>>>
>>> ipc-daemon2 &
>>> ./autogen.sh
>>> ./configure --without-romio &> configure.log
>>>
>>> Each time ./configure runs fine until it gets to the "TotalView"
>>> modules (see below). At this point "top" shows "sed" to be running
>>> but I have left it overnight and in the morning it is still at the
>>> same point.
>>>
>>> Any ideas. I also tried this with the regular Cygwin terminal and
>>> get the same behaviour. I've attached my configure.log
>>>
>>> I'll try out the new snapshot from the 7th today
>>>
>>> Thanks
>>>
>>> chrisb
>>>
>>>
>>> ============================================================================
>>>
>>> == Final top-level LAM configuration
>>> ============================================================================
>>>
>>>
>>> *** Miscellaneous configuration
>>> checking if want extra wrapper compiler LDFLAGS... no (shared libs
>>> disabled)
>>> checking which of CFLAGS are ok for TotalView modules...
>>> checking extra CFLAGS for TotalView modules... -g
>>>
>>> *** Final output
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>>
>>> ||
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>>
>>> ============================================================================
>>>
>>> == Configuring LAM version 7.1a1cvs20040106
>>> ============================================================================
>>>
>>>
>>> *** 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
>>> configure: builddir: /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106
>>> configure: srcdir: /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106
>>> checking build system type... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 checking whether the C
>>> compiler (cc -O3 ) 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... 2
>>> checking size of int... 4
>>> checking size of long... 4
>>> checking size of long long... 8
>>> checking size of float... 4
>>> checking size of double... 8
>>> checking size of long double... 12
>>> checking size of void *... 4
>>> checking alignment of char... 1
>>> checking alignment of short... 2
>>> checking alignment of wchar_t... 2
>>> checking alignment of int... 4
>>> checking alignment of long... 4
>>> checking alignment of long long... 8
>>> checking alignment of float... 4
>>> checking alignment of double... 8
>>> checking alignment of long double... 4
>>> checking alignment of void *... 4
>>>
>>> *** C++ compiler and preprocessor
>>> checking whether we are using the GNU C++ compiler... yes
>>> checking whether CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking if want C++ exception handling... no
>>> checking whether CC has new(std::nothrow)... no
>>> checking for C++ template repository directory... not used
>>> checking for C++ compiler template parameters... none needed
>>> checking for C++ optimization flags... -O3 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 type bool... yes
>>> checking for true/false... yes
>>> 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 f77... f77
>>> checking how to add a library directory to f77... "-L"
>>> checking f77 external naming convention... FORTRANDOUBLEUNDERSCORE
>>> checking for FORTRAN optimization flags... -O 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... no
>>> 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... /usr/bin/cp
>>> checking for rm... /usr/bin/rm
>>> checking for sh... /usr/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... no
>>> checking stropts.h presence... no
>>> checking for stropts.h... no
>>> 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 if need to include sys/select.h... yes
>>> 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... no
>>> checking for strtoll... yes
>>> checking for sched_yield... yes
>>> checking whether vscanf is declared... yes
>>> checking whether va_copy is declared... yes
>>> checking whether __va_copy is declared... yes
>>> checking for glibc... no
>>> checking whether to use prefix memcpy()... no (default on non-glibc
>>> systems: no)
>>> checking whether byte ordering is bigendian... no
>>> checking for struct semid_ds... yes
>>> checking if SYSV semaphores work... no
>>> checking if SYSV semaphores work with -lrt... no
>>> checking if SYSV semaphores work with -lcygipc... 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... yes
>>> checking if C++ compiler and POSIX threads work as is... yes
>>> checking if F77 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 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
>>> ./configure: line 18680: LAM_CHECK_FD_SETSIZE: command not found
>>> checking BSD 4.3 for msg_accrights in struct msghdr... yes
>>> checking BSD 4.3 fd passing example... failed
>>> checking for BSD 4.3 fd passing support... no
>>> checking for POSIX.1g struct msghdr... no
>>> checking for BSD 4.4 fd passing support... no
>>> checking for System V Release 4 for struct strrecvfd... no
>>> checking for System V Release 4 fd passing support... no
>>>
>>> *******************************************************************************
>>>
>>> WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
>>> WARNING WARNING
>>> *******************************************************************************
>>>
>>>
>>> Your system does not appear to have supoprt for file descriptor
>>> passing.
>>> While it is possible to use LAM/MPI on such a system, some
>>> functionality
>>> will be missing - most notably, stdout/stderr of remote MPI processes.
>>>
>>> If you believe that your system does actually have file descriptor
>>> passing
>>> support, please contact the LAM/MPI mailing list (lam_at_[hidden]).
>>>
>>> *******************************************************************************
>>>
>>> WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
>>> WARNING WARNING
>>> *******************************************************************************
>>>
>>>
>>> checking for BSD ptys... no
>>> checking for SYSV ptys... yes
>>> checking size of struct stat members... 4
>>> checking type of getsockopt optlen parameter... socklen_t
>>> checking type of recvfrom length parameter... socklen_t
>>> checking if build filesystem is case sensitive... no
>>> checking if configuring for case sensitive fs... no
>>>
>>> *******************************************************************************
>>>
>>> NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
>>> NOTE NOTE NOTE
>>> *******************************************************************************
>>>
>>>
>>> Because LAM/MPI is being installed on a non-case sensitive file
>>> system, the
>>> C++ wrapper compiler will be named mpic++ instead of the traditional
>>> mpiCC.
>>>
>>> Please update any makefiles appropriately.
>>>
>>> *******************************************************************************
>>>
>>> NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
>>> NOTE NOTE NOTE
>>> *******************************************************************************
>>>
>>>
>>>
>>> *** Optional modules
>>> checking if want MPI C++ bindings... enabled
>>> checking size of int... 4
>>> checking size of bool... 1
>>> checking type of MPI attributes... int
>>> checking for signal declaration... SYSV
>>> checking if want ROMIO... disabled
>>> 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 if want deprecated executable names... yes
>>> checking for subdir args... '--without-romio' 'CC=cc' 'CXX=CC'
>>> 'FC=f77'
>>>
>>> ============================================================================
>>>
>>> == Totalview message queue debugging support
>>> ============================================================================
>>>
>>>
>>> configure: LAM configuring in share/totalview
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 checking size of void *... 4
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking whether -lc should be explicitly linked in... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> checking if libtool supports shared libraries... yes
>>> checking whether to build shared libraries... yes
>>> checking whether to build static libraries... no
>>> configure: creating libtool
>>> appending configuration tag "CXX" to libtool
>>> checking for ld used by CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> appending configuration tag "F77" to libtool
>>> checking if libtool supports shared libraries... yes
>>> checking whether to build shared libraries... yes
>>> checking whether to build static libraries... no
>>> checking for g77 option to produce PIC... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> config.status: creating config/Makefile
>>> config.status: creating src/Makefile
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/totalview
>>>
>>> *** SSI modules
>>> checking which modules should be run-time loadable... none
>>> checking for SSI kinds... boot coll crlam crmpi rpi
>>> configure: LAM configuring in share/ssi/boot/bproc
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI boot bproc module version 1.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the bproc boot to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI boot bproc-specific
>>> setup
>>> ./configure: line 4215: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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-bproc-config.h
>>> config.status: src/lam-ssi-boot-bproc-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/boot/bproc
>>> configure: +++ SSI module boot:bproc compile: yes
>>> configure: +++ SSI module boot:bproc mode: static
>>>
>>> configure: LAM configuring in share/ssi/boot/globus
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI boot globus module version 0.5cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the globus boot to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/boot/globus
>>> configure: +++ SSI module boot:globus compile: yes
>>> configure: +++ SSI module boot:globus mode: static
>>>
>>> configure: LAM configuring in share/ssi/boot/rsh
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI boot rsh module version 1.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the rsh boot to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI boot rsh-specific
>>> setup
>>> ./configure: line 4213: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/boot/rsh
>>> configure: +++ SSI module boot:rsh compile: yes
>>> configure: +++ SSI module boot:rsh mode: static
>>>
>>> configure: LAM configuring in share/ssi/boot/slurm
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI boot slurm module version 1.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the slurm boot to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI boot slurm-specific
>>> setup
>>> ./configure: line 4215: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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-slurm-config.h
>>> config.status: src/lam-ssi-boot-slurm-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/boot/slurm
>>> configure: +++ SSI module boot:slurm compile: yes
>>> configure: +++ SSI module boot:slurm mode: static
>>>
>>> configure: LAM configuring in share/ssi/boot/tm
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI boot tm module version 1.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the tm boot to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI boot tm-specific setup
>>> ./configure: line 4213: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/boot/tm
>>> configure: +++ SSI module boot:tm compile: yes
>>> configure: +++ SSI module boot:tm mode: static
>>>
>>> configure: LAM configuring in share/ssi/coll/impi
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI coll impi module version 7.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the impi coll to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI coll impi-specific
>>> setup
>>> ./configure: line 4214: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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-impi-config.h
>>> config.status: src/lam-ssi-coll-impi-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/coll/impi
>>> configure: +++ SSI module coll:impi compile: yes
>>> configure: +++ SSI module coll:impi mode: static
>>>
>>> configure: LAM configuring in share/ssi/coll/lam_basic
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI coll lam_basic module version 7.1cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the lam_basic coll to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for
>>> share/ssi/coll/lam_basic
>>> configure: +++ SSI module coll:lam_basic compile: yes
>>> configure: +++ SSI module coll:lam_basic mode: static
>>>
>>> configure: LAM configuring in share/ssi/coll/smp
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI coll smp module version 1.1cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the smp coll to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/coll/smp
>>> configure: +++ SSI module coll:smp compile: yes
>>> configure: +++ SSI module coll:smp mode: static
>>>
>>> configure: LAM configuring in share/ssi/crlam/blcr
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI crlam blcr module version 1.0.2cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the blcr crlam to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI crlam blcr-specific
>>> setup
>>> ./configure: line 4215: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** Final output
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> config.status: creating config/Makefile
>>> config.status: creating src/Makefile
>>> config.status: creating ssi_crlam_blcr_config.sh
>>> config.status: creating src/lam-ssi-crlam-blcr-config.h
>>> config.status: src/lam-ssi-crlam-blcr-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/crlam/blcr
>>> configure: +++ SSI module crlam:blcr compile: yes
>>> configure: +++ SSI module crlam:blcr mode: static
>>>
>>> configure: LAM configuring in share/ssi/crmpi/blcr
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI crmpi blcr module version 1.0.2cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the blcr crmpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI crmpi blcr-specific
>>> setup
>>> ./configure: line 4215: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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-crmpi-blcr-config.h
>>> config.status: src/lam-ssi-crmpi-blcr-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/crmpi/blcr
>>> configure: +++ SSI module crmpi:blcr compile: yes
>>> configure: +++ SSI module crmpi:blcr mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/crtcp
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi crtcp module version 1.0.1cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the crtcp rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI rpi crtcp-specific
>>> setup
>>> ./configure: line 4215: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/rpi/crtcp
>>> configure: +++ SSI module rpi:crtcp compile: yes
>>> configure: +++ SSI module rpi:crtcp mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/gm
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi gm module version 1.1cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the gm rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output file name... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** C++ compiler and
>>> preprocessor
>>> checking whether we are using the GNU C++ compiler... yes
>>> checking whether CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking if want C++ exception handling... no
>>> checking whether CC has new(std::nothrow)... no
>>> checking for C++ template repository directory... not used
>>> checking for C++ compiler template parameters... none needed
>>> checking for C++ optimization flags... -O3 *** SSI rpi gm-specific
>>> setup
>>> ./configure: line 5514: SSI_CONFIGURE_STUB: command not found
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** Final output
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> config.status: creating config/Makefile
>>> config.status: creating ptmalloc/Makefile
>>> config.status: creating src/Makefile
>>> config.status: creating ssi_rpi_gm_config.sh
>>> config.status: creating src/lam-ssi-rpi-gm-config.h
>>> config.status: src/lam-ssi-rpi-gm-config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/ssi/rpi/gm
>>> configure: +++ SSI module rpi:gm compile: yes
>>> configure: +++ SSI module rpi:gm mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/ib
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi ib module version 0.5cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the ib rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** C++ compiler and
>>> preprocessor
>>> checking whether we are using the GNU C++ compiler... yes
>>> checking whether CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking if want C++ exception handling... no
>>> checking whether CC has new(std::nothrow)... no
>>> checking for C++ template repository directory... not used
>>> checking for C++ compiler template parameters... none needed
>>> checking for C++ optimization flags... -O3 *** SSI rpi ib-specific
>>> 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 VAPI_open_hca in -lvapi... no
>>> configure: error: *** Cannot find working libvapi.
>>> configure: /bin/bash './configure' *failed* for share/ssi/rpi/ib
>>> configure: --- SSI module rpi:ib compile: no
>>>
>>> configure: LAM configuring in share/ssi/rpi/lamd
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi lamd module version 7.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the lamd rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/rpi/lamd
>>> configure: +++ SSI module rpi:lamd compile: yes
>>> configure: +++ SSI module rpi:lamd mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/sysv
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi sysv module version 7.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the sysv rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI rpi sysv-specific
>>> setup
>>> 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
>>> 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... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/rpi/sysv
>>> configure: +++ SSI module rpi:sysv compile: yes
>>> configure: +++ SSI module rpi:sysv mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/tcp
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi tcp module version 7.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the tcp rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI rpi tcp-specific setup
>>> checking for TCP short message length... 65536 bytes
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/rpi/tcp
>>> configure: +++ SSI module rpi:tcp compile: yes
>>> configure: +++ SSI module rpi:tcp mode: static
>>>
>>> configure: LAM configuring in share/ssi/rpi/usysv
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>>
>>> ============================================================================
>>>
>>> == Configuring SSI rpi usysv module version 7.0cvs
>>> ============================================================================
>>>
>>>
>>> *** 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... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for prefix by checking for lamclean... no
>>> installing to directory "/usr/local"
>>> checking if want the usysv rpi to be the default... no
>>> checking if want module to be run-time loadable... no
>>>
>>> *** C compiler and preprocessor
>>> checking if want debugging output support... no
>>> checking for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... gcc3
>>> checking how to run the C preprocessor... cc -E
>>> checking for egrep... grep -E
>>> checking whether cc needs -traditional... no
>>> checking for AIX... no
>>> checking if need special C compiler/linker flags... none needed
>>> checking for C optimization flags... -O3 *** SSI rpi usysv-specific
>>> setup
>>> 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
>>> 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... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... gcc3
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** 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/bash './configure' succeeded for share/ssi/rpi/usysv
>>> configure: +++ SSI module rpi:usysv compile: yes
>>> configure: +++ SSI module rpi:usysv mode: static
>>>
>>>
>>> ============================================================================
>>>
>>> == Libtool / libltdl configuration
>>> ============================================================================
>>>
>>>
>>> *** GNU libtool setup
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object
>>> files... -r
>>> checking for BSD-compatible nm... /usr/bin/nm -B
>>> checking how to recognise dependent libraries... file_magic ^x86
>>> archive import|^x86 DLL
>>> 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... yes
>>> checking whether f77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> checking whether a program can dlopen itself... no
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> checking whether a program can dlopen itself... (cached) no
>>> 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 f77 option to produce PIC... checking if f77 supports
>>> -c -o file.o... yes
>>> checking whether the f77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>>
>>> *** GNU libltdl setup
>>> configure: LAM configuring in share/libltdl
>>> configure: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --enable-ltdl-convenience
>>> --disable-ltdl-install --disable-shared --enable-static
>>> --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 for gcc... cc
>>> checking for C compiler default output... a.exe
>>> checking whether the C compiler works... yes
>>> checking whether we are cross compiling... no
>>> checking for suffix of executables... .exe
>>> checking for suffix of object files... o
>>> checking whether we are using the GNU C compiler... yes
>>> checking whether cc accepts -g... yes
>>> checking for cc option to accept ANSI C... none needed
>>> checking for style of include used by make... GNU
>>> checking dependency style of cc... none
>>> checking for an ANSI C-conforming const... yes
>>> checking for inline... inline
>>> checking build system type... i686-pc-cygwin
>>> checking host system type... i686-pc-cygwin
>>> checking for a sed that does not truncate output... /usr/bin/sed
>>> checking for egrep... grep -E
>>> checking for ld used by cc... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking for /usr/i686-pc-cygwin/bin/ld.exe 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 ^x86
>>> archive import|^x86 DLL
>>> checking for dlltool... dlltool
>>> checking for as... as
>>> checking for objdump... objdump
>>> checking how to run the C preprocessor... cc -E
>>> 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 CC accepts -g... yes
>>> checking dependency style of CC... none
>>> checking how to run the C++ preprocessor... CC -E
>>> checking for g77... g77
>>> checking whether we are using the GNU Fortran 77 compiler... yes
>>> checking whether g77 accepts -g... yes
>>> checking the maximum length of command line arguments... 8192
>>> checking command to parse /usr/bin/nm -B output from cc object... ok
>>> checking for objdir... .libs
>>> checking for ar... ar
>>> checking for ranlib... ranlib
>>> checking for strip... strip
>>> checking if cc static flag works... yes
>>> checking if cc supports -fno-rtti -fno-exceptions... no
>>> checking for cc option to produce PIC... checking if cc supports -c
>>> -o file.o... yes
>>> checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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 CC... /usr/i686-pc-cygwin/bin/ld.exe
>>> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld...
>>> yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking for CC option to produce PIC... checking if CC supports -c
>>> -o file.o... yes
>>> checking whether the CC linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> 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... checking if g77 supports
>>> -c -o file.o... yes
>>> checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe)
>>> supports shared libraries... yes
>>> checking how to hardcode library paths into programs... immediate
>>> checking whether stripping libraries is possible... yes
>>> checking dynamic linker characteristics... Win32 ld.exe
>>> checking for dirent.h that defines DIR... yes
>>> checking for library containing opendir... none required
>>> checking which extension is used for loadable modules... .dll
>>> checking which variable specifies run-time library path... PATH
>>> checking for the default library search path... /lib /usr/lib
>>> checking for objdir... .libs
>>> checking whether libtool supports -dlopen/-dlpreopen... yes
>>> checking for shl_load... no
>>> checking for shl_load in -ldld... no
>>> checking for dlopen in -ldl... no
>>> checking for dlerror... yes
>>> checking for _ prefix in compiled symbols... yes
>>> checking whether we have to add an underscore for dlsym... unknown
>>> checking whether deplibs are loaded by dlopen... unknown
>>> checking argz.h usability... no
>>> checking argz.h presence... no
>>> checking for argz.h... no
>>> checking for error_t... no
>>> checking for argz_append... yes
>>> checking for argz_create_sep... yes
>>> checking for argz_insert... yes
>>> checking for argz_next... yes
>>> checking for argz_stringify... yes
>>> checking assert.h usability... yes
>>> checking assert.h presence... yes
>>> checking for assert.h... yes
>>> checking ctype.h usability... yes
>>> checking ctype.h presence... yes
>>> checking for ctype.h... yes
>>> checking errno.h usability... yes
>>> checking errno.h presence... yes
>>> checking for errno.h... yes
>>> checking malloc.h usability... yes
>>> checking malloc.h presence... yes
>>> checking for malloc.h... yes
>>> checking for memory.h... (cached) yes
>>> checking for stdlib.h... (cached) yes
>>> checking stdio.h usability... yes
>>> checking stdio.h presence... yes
>>> checking for stdio.h... yes
>>> checking for unistd.h... (cached) yes
>>> checking dl.h usability... no
>>> checking dl.h presence... no
>>> checking for dl.h... no
>>> checking sys/dl.h usability... no
>>> checking sys/dl.h presence... no
>>> checking for sys/dl.h... no
>>> checking dld.h usability... no
>>> checking dld.h presence... no
>>> checking for dld.h... no
>>> checking mach-o/dyld.h usability... no
>>> checking mach-o/dyld.h presence... no
>>> checking for mach-o/dyld.h... no
>>> checking for string.h... (cached) yes
>>> checking for strchr... yes
>>> checking for strrchr... yes
>>> checking for memcpy... yes
>>> checking for memmove... yes
>>> checking for strcmp... yes
>>> checking for closedir... yes
>>> checking for opendir... yes
>>> checking for readdir... yes
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> config.status: creating config.h
>>> config.status: config.h is unchanged
>>> config.status: executing depfiles commands
>>> configure: /bin/bash './configure' succeeded for share/libltdl
>>> checking for libtool-supplied linker flags... -Wl,--export-dynamic
>>> -lcygipc
>>>
>>> ============================================================================
>>>
>>> == Final top-level LAM configuration
>>> ============================================================================
>>>
>>>
>>> *** Miscellaneous configuration
>>> checking if want extra wrapper compiler LDFLAGS... no (shared libs
>>> disabled)
>>> checking which of CFLAGS are ok for TotalView modules... checking
>>> extra CFLAGS for TotalView modules... -g
>>>
>>> *** Final output
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> 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 --without-romio
>>>
>>> ## --------- ##
>>> ## Platform. ##
>>> ## --------- ##
>>>
>>> hostname = tynrachel2
>>> uname -m = i686
>>> uname -r = 1.5.5(0.94/3/2)
>>> uname -s = CYGWIN_NT-5.1
>>> uname -v = 2003-09-20 16:31
>>>
>>> /usr/bin/uname -p = unknown
>>> /bin/uname -X = unknown
>>>
>>> /bin/arch = unknown
>>> /usr/bin/arch -k = unknown
>>> /usr/convex/getsysinfo = unknown
>>> hostinfo = unknown
>>> /bin/machine = unknown
>>> /usr/bin/oslevel = unknown
>>> /bin/universe = unknown
>>>
>>> PATH: /usr/local/bin
>>> PATH: /usr/bin
>>> PATH: /bin
>>> PATH: /usr/X11R6/bin
>>> PATH: /cygdrive/c/tools/j2sdk1.4.2_03/bin
>>> PATH: /cygdrive/c/tools/apache-ant-1.6.0/bin
>>> PATH: /cygdrive/c/tools/MPICH-1.2.5/mpd/bin
>>> PATH: /cygdrive/c/tools/MicrosoftVisualStudio/Common/Tools
>>> PATH: /cygdrive/c/tools/MicrosoftVisualStudio/Common/Msdev98/BIN
>>> PATH: /cygdrive/c/tools/MicrosoftVisualStudio/DF98/BIN
>>> PATH: /cygdrive/c/tools/MicrosoftVisualStudio/VC98/BIN
>>> PATH: /cygdrive/c/WINDOWS/system32
>>> PATH: /cygdrive/c/WINDOWS
>>> PATH: /cygdrive/c/WINDOWS/System32/Wbem
>>> PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
>>> PATH: /cygdrive/c/Program Files/Common Files/Adaptec Shared/System
>>>
>>>
>>> ## ----------- ##
>>> ## Core tests. ##
>>> ## ----------- ##
>>>
>>> configure:1724: checking for a BSD-compatible install
>>> configure:1779: result: /usr/bin/install -c
>>> configure:1790: checking whether build environment is sane
>>> configure:1833: result: yes
>>> configure:1866: checking for gawk
>>> configure:1882: found /usr/bin/gawk
>>> configure:1892: result: gawk
>>> configure:1902: checking whether make sets $(MAKE)
>>> configure:1922: result: yes
>>> configure:2082: builddir:
>>> /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106
>>> configure:2084: srcdir:
>>> /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106
>>> configure:2120: checking build system type
>>> configure:2138: result: i686-pc-cygwin
>>> configure:2166: checking host system type
>>> configure:2180: result: i686-pc-cygwin
>>> configure:2202: checking for lamclean
>>> configure:2235: result: no
>>> configure:2627: checking if want debugging output support
>>> configure:2641: result: no
>>> configure:2702: checking for gcc
>>> configure:2728: result: cc
>>> configure:2972: checking for C compiler version
>>> configure:2975: cc --version </dev/null >&5
>>> cc (GCC) 3.3.1 (cygming special)
>>> Copyright (C) 2003 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions. There
>>> is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>> PURPOSE.
>>>
>>> configure:2978: $? = 0
>>> configure:2980: cc -v </dev/null >&5
>>> Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs
>>> Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc --with-gnu-ld
>>> --with-gnu-as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
>>> --libdir=/usr/lib --libexecdir=/usr/sbin --mandir=/usr/share/man
>>> --infodir=/usr/share/info
>>> --enable-languages=c,ada,c++,f77,pascal,java,objc --enable-libgcj
>>> --enable-threads=posix --with-system-zlib --enable-nls
>>> --without-included-gettext --enable-interpreter
>>> --enable-sjlj-exceptions --disable-version-specific-runtime-libs
>>> --enable-shared --disable-win32-registry --enable-java-gc=boehm
>>> --disable-hash-synchronization --verbose --target=i686-pc-cygwin
>>> --host=i686-pc-cygwin --build=i686-pc-cygwin
>>> Thread model: posix
>>> gcc version 3.3.1 (cygming special)
>>> configure:2983: $? = 0
>>> configure:2985: cc -V </dev/null >&5
>>> cc: `-V' option must have argument
>>> configure:2988: $? = 1
>>> configure:3011: checking for C compiler default output file name
>>> configure:3014: cc conftest.c >&5
>>> configure:3017: $? = 0
>>> configure:3063: result: a.exe
>>> configure:3068: checking whether the C compiler works
>>> configure:3074: ./a.exe
>>> configure:3077: $? = 0
>>> configure:3094: result: yes
>>> configure:3101: checking whether we are cross compiling
>>> configure:3103: result: no
>>> configure:3106: checking for suffix of executables
>>> configure:3108: cc -o conftest.exe conftest.c >&5
>>> configure:3111: $? = 0
>>> configure:3136: result: .exe
>>> configure:3142: checking for suffix of object files
>>> configure:3163: cc -c conftest.c >&5
>>> configure:3166: $? = 0
>>> configure:3188: result: o
>>> configure:3192: checking whether we are using the GNU C compiler
>>> configure:3216: cc -c conftest.c >&5
>>> configure:3222: $? = 0
>>> configure:3226: test -z || test ! -s conftest.err
>>> configure:3229: $? = 0
>>> configure:3232: test -s conftest.o
>>> configure:3235: $? = 0
>>> configure:3248: result: yes
>>> configure:3254: checking whether cc accepts -g
>>> configure:3275: cc -c -g conftest.c >&5
>>> configure:3281: $? = 0
>>> configure:3285: test -z || test ! -s conftest.err
>>> configure:3288: $? = 0
>>> configure:3291: test -s conftest.o
>>> configure:3294: $? = 0
>>> configure:3305: result: yes
>>> configure:3322: checking for cc option to accept ANSI C
>>> configure:3392: cc -c -g -O2 conftest.c >&5
>>> configure:3398: $? = 0
>>> configure:3402: test -z || test ! -s conftest.err
>>> configure:3405: $? = 0
>>> configure:3408: test -s conftest.o
>>> configure:3411: $? = 0
>>> configure:3429: result: none needed
>>> configure:3447: cc -c -g -O2 conftest.c >&5
>>> conftest.c:2: error: syntax error before "me"
>>> configure:3453: $? = 1
>>> configure: failed program was:
>>> | #ifndef __cplusplus
>>> | choke me
>>> | #endif
>>> configure:3597: checking for style of include used by make
>>> configure:3625: result: GNU
>>> configure:3653: checking dependency style of cc
>>> configure:3736: result: gcc3
>>> configure:3759: checking how to run the C preprocessor
>>> configure:3794: cc -E conftest.c
>>> configure:3800: $? = 0
>>> configure:3832: cc -E conftest.c
>>> conftest.c:19:28: ac_nonexistent.h: No such file or directory
>>> configure:3838: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:3877: result: cc -E
>>> configure:3901: cc -E conftest.c
>>> configure:3907: $? = 0
>>> configure:3939: cc -E conftest.c
>>> conftest.c:19:28: ac_nonexistent.h: No such file or directory
>>> configure:3945: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:3989: checking for egrep
>>> configure:3999: result: grep -E
>>> configure:4005: checking whether cc needs -traditional
>>> conftest.c:19:19: sgtty.h: No such file or directory
>>> configure:4047: result: no
>>> configure:4065: checking for AIX
>>> configure:4087: result: no
>>> configure:4097: checking if need special C compiler/linker flags
>>> configure:4130: result: none needed
>>> configure:4342: checking for C optimization flags
>>> configure:4344: result: -O3 configure:4352: checking whether the C
>>> compiler (cc -O3 ) accepts ANSI prototypes
>>> configure:4365: result: yes
>>> configure:4500: checking for type int2
>>> configure:4518: $CPP $CPPFLAGS conftest.c
>>> configure:4528: $? = 0
>>> configure:4537: ...some ugly egrepping...
>>> configure:4547: $? = 1
>>> configure:4566: result: no
>>> configure:4575: checking for type uint2
>>> configure:4593: $CPP $CPPFLAGS conftest.c
>>> configure:4603: $? = 0
>>> configure:4612: ...some ugly egrepping...
>>> configure:4622: $? = 1
>>> configure:4641: result: no
>>> configure:4650: checking for type int4
>>> configure:4668: $CPP $CPPFLAGS conftest.c
>>> configure:4678: $? = 0
>>> configure:4687: ...some ugly egrepping...
>>> configure:4697: $? = 1
>>> configure:4716: result: no
>>> configure:4725: checking for type uint4
>>> configure:4743: $CPP $CPPFLAGS conftest.c
>>> configure:4753: $? = 0
>>> configure:4762: ...some ugly egrepping...
>>> configure:4772: $? = 1
>>> configure:4791: result: no
>>> configure:4800: checking for type int8
>>> configure:4818: $CPP $CPPFLAGS conftest.c
>>> configure:4828: $? = 0
>>> configure:4837: ...some ugly egrepping...
>>> configure:4847: $? = 1
>>> configure:4866: result: no
>>> configure:4875: checking for type uint8
>>> configure:4893: $CPP $CPPFLAGS conftest.c
>>> configure:4903: $? = 0
>>> configure:4912: ...some ugly egrepping...
>>> configure:4922: $? = 1
>>> configure:4941: result: no
>>> configure:4950: checking for type float4
>>> configure:4968: $CPP $CPPFLAGS conftest.c
>>> configure:4978: $? = 0
>>> configure:4987: ...some ugly egrepping...
>>> configure:4997: $? = 1
>>> configure:5016: result: no
>>> configure:5025: checking for type float8
>>> configure:5043: $CPP $CPPFLAGS conftest.c
>>> configure:5053: $? = 0
>>> configure:5062: ...some ugly egrepping...
>>> configure:5072: $? = 1
>>> configure:5091: result: no
>>> configure:5106: checking size of char
>>> configure:5129: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5132: $? = 0
>>> configure:5134: ./conftest.exe
>>> configure:5137: $? = 0
>>> configure:5151: result: 1
>>> configure:5179: checking size of short
>>> configure:5202: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5205: $? = 0
>>> configure:5207: ./conftest.exe
>>> configure:5210: $? = 0
>>> configure:5224: result: 2
>>> configure:5252: checking size of wchar_t
>>> configure:5275: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5278: $? = 0
>>> configure:5280: ./conftest.exe
>>> configure:5283: $? = 0
>>> configure:5297: result: 2
>>> configure:5325: checking size of int
>>> configure:5348: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5351: $? = 0
>>> configure:5353: ./conftest.exe
>>> configure:5356: $? = 0
>>> configure:5370: result: 4
>>> configure:5398: checking size of long
>>> configure:5421: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5424: $? = 0
>>> configure:5426: ./conftest.exe
>>> configure:5429: $? = 0
>>> configure:5443: result: 4
>>> configure:5471: checking size of long long
>>> configure:5494: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5497: $? = 0
>>> configure:5499: ./conftest.exe
>>> configure:5502: $? = 0
>>> configure:5516: result: 8
>>> configure:5544: checking size of float
>>> configure:5567: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5570: $? = 0
>>> configure:5572: ./conftest.exe
>>> configure:5575: $? = 0
>>> configure:5589: result: 4
>>> configure:5617: checking size of double
>>> configure:5640: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5643: $? = 0
>>> configure:5645: ./conftest.exe
>>> configure:5648: $? = 0
>>> configure:5662: result: 8
>>> configure:5690: checking size of long double
>>> configure:5713: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5716: $? = 0
>>> configure:5718: ./conftest.exe
>>> configure:5721: $? = 0
>>> configure:5735: result: 12
>>> configure:5763: checking size of void *
>>> configure:5786: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5789: $? = 0
>>> configure:5791: ./conftest.exe
>>> configure:5794: $? = 0
>>> configure:5808: result: 4
>>> configure:5842: checking alignment of char
>>> configure:5871: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5874: $? = 0
>>> configure:5876: ./conftest.exe
>>> configure:5879: $? = 0
>>> configure:5903: result: 1
>>> configure:5919: checking alignment of short
>>> configure:5948: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:5951: $? = 0
>>> configure:5953: ./conftest.exe
>>> configure:5956: $? = 0
>>> configure:5980: result: 2
>>> configure:5996: checking alignment of wchar_t
>>> configure:6025: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6028: $? = 0
>>> configure:6030: ./conftest.exe
>>> configure:6033: $? = 0
>>> configure:6057: result: 2
>>> configure:6073: checking alignment of int
>>> configure:6102: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6105: $? = 0
>>> configure:6107: ./conftest.exe
>>> configure:6110: $? = 0
>>> configure:6134: result: 4
>>> configure:6150: checking alignment of long
>>> configure:6179: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6182: $? = 0
>>> configure:6184: ./conftest.exe
>>> configure:6187: $? = 0
>>> configure:6211: result: 4
>>> configure:6227: checking alignment of long long
>>> configure:6256: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6259: $? = 0
>>> configure:6261: ./conftest.exe
>>> configure:6264: $? = 0
>>> configure:6288: result: 8
>>> configure:6304: checking alignment of float
>>> configure:6333: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6336: $? = 0
>>> configure:6338: ./conftest.exe
>>> configure:6341: $? = 0
>>> configure:6365: result: 4
>>> configure:6381: checking alignment of double
>>> configure:6410: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6413: $? = 0
>>> configure:6415: ./conftest.exe
>>> configure:6418: $? = 0
>>> configure:6442: result: 8
>>> configure:6458: checking alignment of long double
>>> configure:6487: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6490: $? = 0
>>> configure:6492: ./conftest.exe
>>> configure:6495: $? = 0
>>> configure:6519: result: 4
>>> configure:6535: checking alignment of void *
>>> configure:6564: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:6567: $? = 0
>>> configure:6569: ./conftest.exe
>>> configure:6572: $? = 0
>>> configure:6596: result: 4
>>> configure:6784: checking for C++ compiler version
>>> configure:6787: CC --version </dev/null >&5
>>> CC (GCC) 3.3.1 (cygming special)
>>> Copyright (C) 2003 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions. There
>>> is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>> PURPOSE.
>>>
>>> configure:6790: $? = 0
>>> configure:6792: CC -v </dev/null >&5
>>> Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs
>>> Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc --with-gnu-ld
>>> --with-gnu-as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
>>> --libdir=/usr/lib --libexecdir=/usr/sbin --mandir=/usr/share/man
>>> --infodir=/usr/share/info
>>> --enable-languages=c,ada,c++,f77,pascal,java,objc --enable-libgcj
>>> --enable-threads=posix --with-system-zlib --enable-nls
>>> --without-included-gettext --enable-interpreter
>>> --enable-sjlj-exceptions --disable-version-specific-runtime-libs
>>> --enable-shared --disable-win32-registry --enable-java-gc=boehm
>>> --disable-hash-synchronization --verbose --target=i686-pc-cygwin
>>> --host=i686-pc-cygwin --build=i686-pc-cygwin
>>> Thread model: posix
>>> gcc version 3.3.1 (cygming special)
>>> configure:6795: $? = 0
>>> configure:6797: CC -V </dev/null >&5
>>> CC: `-V' option must have argument
>>> configure:6800: $? = 1
>>> configure:6803: checking whether we are using the GNU C++ compiler
>>> configure:6827: CC -c -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:6833: $? = 0
>>> configure:6837: test -z || test ! -s conftest.err
>>> configure:6840: $? = 0
>>> configure:6843: test -s conftest.o
>>> configure:6846: $? = 0
>>> configure:6859: result: yes
>>> configure:6865: checking whether CC accepts -g
>>> configure:6886: CC -c -g -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:6892: $? = 0
>>> configure:6896: test -z || test ! -s conftest.err
>>> configure:6899: $? = 0
>>> configure:6902: test -s conftest.o
>>> configure:6905: $? = 0
>>> configure:6916: result: yes
>>> configure:6958: CC -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:6964: $? = 0
>>> configure:6968: test -z || test ! -s conftest.err
>>> configure:6971: $? = 0
>>> configure:6974: test -s conftest.o
>>> configure:6977: $? = 0
>>> configure:7003: CC -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
>>> conftest.cc: In function `int main()':
>>> conftest.cc:53: error: `exit' undeclared (first use this function)
>>> conftest.cc:53: error: (Each undeclared identifier is reported only
>>> once for each function it appears in.)
>>> configure:7009: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | /* end confdefs.h. */
>>> | | int
>>> | main ()
>>> | {
>>> | exit (42);
>>> | ;
>>> | return 0;
>>> | }
>>> configure:6958: CC -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:6964: $? = 0
>>> configure:6968: test -z || test ! -s conftest.err
>>> configure:6971: $? = 0
>>> configure:6974: test -s conftest.o
>>> configure:6977: $? = 0
>>> configure:7003: CC -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:7009: $? = 0
>>> configure:7013: test -z || test ! -s conftest.err
>>> configure:7016: $? = 0
>>> configure:7019: test -s conftest.o
>>> configure:7022: $? = 0
>>> configure:7047: checking dependency style of CC
>>> configure:7130: result: gcc3
>>> configure:7152: checking how to run the C++ preprocessor
>>> configure:7183: CC -E -DLAM_BUILDING=1 conftest.cc
>>> configure:7189: $? = 0
>>> configure:7221: CC -E -DLAM_BUILDING=1 conftest.cc
>>> conftest.cc:52:28: ac_nonexistent.h: No such file or directory
>>> configure:7227: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:7266: result: CC -E
>>> configure:7290: CC -E -DLAM_BUILDING=1 conftest.cc
>>> configure:7296: $? = 0
>>> configure:7328: CC -E -DLAM_BUILDING=1 conftest.cc
>>> conftest.cc:52:28: ac_nonexistent.h: No such file or directory
>>> configure:7334: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | /* end confdefs.h. */
>>> | #include <ac_nonexistent.h>
>>> configure:7544: checking if want C++ exception handling
>>> configure:7546: result: no
>>> configure:7832: checking whether CC has new(std::nothrow)
>>> configure:7845: CC conftest.cc -o conftest
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cceVhssw.o(.text+0x29):conftest.cc:
>>> undefined reference to `std::nothrow'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cceVhssw.o(.text+0x35):conftest.cc:
>>> undefined reference to `operator new(unsigned, std::nothrow_t const&)'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cceVhssw.o(.text+0x40):conftest.cc:
>>> undefined reference to `std::nothrow'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cceVhssw.o(.text+0x4f):conftest.cc:
>>> undefined reference to `operator new[](unsigned, std::nothrow_t
>>> const&)'
>>> collect2: ld returned 1 exit status
>>> configure:7853: here is the program that failed:
>>> #include <new>
>>>
>>> int main(int argc, char* argv) {
>>> int *baz;
>>> unsigned int foo = 3;
>>> baz = new(std::nothrow) int;
>>> baz = new(std::nothrow) int[foo - 1];
>>> }
>>> configure:7857: result: no
>>> configure:7902: checking for C++ template repository directory
>>> configure:7961: CC -c conftest1.C
>>> configure:7972: CC -c conftest2.C
>>> configure:8023: result: not used
>>> configure:8048: checking for C++ compiler template parameters
>>> configure:8056: result: none needed
>>> configure:8147: checking for C++ optimization flags
>>> configure:8149: result: -O3 configure:8183: checking for ANSI C
>>> header files
>>> configure:8208: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8214: $? = 0
>>> configure:8218: test -z || test ! -s conftest.err
>>> configure:8221: $? = 0
>>> configure:8224: test -s conftest.o
>>> configure:8227: $? = 0
>>> configure:8313: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.cc >&5
>>> configure:8316: $? = 0
>>> configure:8318: ./conftest.exe
>>> configure:8321: $? = 0
>>> configure:8336: result: yes
>>> configure:8360: checking for sys/types.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for sys/stat.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for stdlib.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for string.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for memory.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for strings.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for inttypes.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for stdint.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8360: checking for unistd.h
>>> configure:8376: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8382: $? = 0
>>> configure:8386: test -z || test ! -s conftest.err
>>> configure:8389: $? = 0
>>> configure:8392: test -s conftest.o
>>> configure:8395: $? = 0
>>> configure:8406: result: yes
>>> configure:8428: checking map usability
>>> configure:8440: CC -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
>>> configure:8446: $? = 0
>>> configure:8450: test -z || test ! -s conftest.err
>>> configure:8453: $? = 0
>>> configure:8456: test -s conftest.o
>>> configure:8459: $? = 0
>>> configure:8469: result: yes
>>> configure:8473: checking map presence
>>> configure:8483: CC -E -DLAM_BUILDING=1 conftest.cc
>>> configure:8489: $? = 0
>>> configure:8509: result: yes
>>> configure:8544: checking for map
>>> configure:8551: result: yes
>>> configure:8614: checking for type bool
>>> configure:8630: CC -O3 conftest.cc -o conftest
>>> configure:8631: result: yes
>>> configure:8688: checking for true/false
>>> configure:8706: CC -O3 conftest.cc -o conftest
>>> configure:8707: result: yes
>>> configure:8757: checking size of bool
>>> configure:8780: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.cc >&5
>>> configure:8783: $? = 0
>>> configure:8785: ./conftest.exe
>>> configure:8788: $? = 0
>>> configure:8802: result: 1
>>> configure:8845: checking size of int
>>> configure:8868: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.cc >&5
>>> configure:8871: $? = 0
>>> configure:8873: ./conftest.exe
>>> configure:8876: $? = 0
>>> configure:8890: result: 4
>>> configure:8937: checking alignment of bool
>>> configure:8966: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.cc >&5
>>> configure:8969: $? = 0
>>> configure:8971: ./conftest.exe
>>> configure:8974: $? = 0
>>> configure:8998: result: 1
>>> configure:9029: checking alignment of int
>>> configure:9058: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.cc >&5
>>> configure:9061: $? = 0
>>> configure:9063: ./conftest.exe
>>> configure:9066: $? = 0
>>> configure:9090: result: 4
>>> configure:9114: checking how to store bool in C
>>> configure:9134: result: unsigned char
>>> configure:9202: checking for f77
>>> configure:9218: found /usr/bin/f77
>>> configure:9228: result: f77
>>> configure:9332: checking how to add a library directory to f77
>>> configure:9337: result: "-L"
>>> configure:9348: checking f77 external naming convention
>>> configure:9364: result: FORTRANDOUBLEUNDERSCORE
>>> configure:9478: checking for FORTRAN optimization flags
>>> configure:9480: result: -O configure:9492: checking size of FORTRAN
>>> INTEGER
>>> configure:9571: cc -O3 -I. -c conftest.c
>>> configure:9578: $? = 0
>>> configure:9588: f77 -O conftestf.f conftest.o -o conftest
>>> configure:9595: $? = 0
>>> configure:9605: ./conftest
>>> configure:9612: $? = 0
>>> configure:9631: result: 4
>>> configure:9696: checking size of FORTRAN REAL
>>> configure:9775: cc -O3 -I. -c conftest.c
>>> configure:9782: $? = 0
>>> configure:9792: f77 -O conftestf.f conftest.o -o conftest
>>> configure:9799: $? = 0
>>> configure:9809: ./conftest
>>> configure:9816: $? = 0
>>> configure:9835: result: 4
>>> configure:9900: checking size of FORTRAN DOUBLE PRECISION
>>> configure:9979: cc -O3 -I. -c conftest.c
>>> configure:9986: $? = 0
>>> configure:9996: f77 -O conftestf.f conftest.o -o conftest
>>> configure:10003: $? = 0
>>> configure:10013: ./conftest
>>> configure:10020: $? = 0
>>> configure:10039: result: 8
>>> configure:10104: checking size of FORTRAN COMPLEX
>>> configure:10183: cc -O3 -I. -c conftest.c
>>> configure:10190: $? = 0
>>> configure:10200: f77 -O conftestf.f conftest.o -o conftest
>>> configure:10207: $? = 0
>>> configure:10217: ./conftest
>>> configure:10224: $? = 0
>>> configure:10243: result: 8
>>> configure:10308: checking size of FORTRAN DOUBLE COMPLEX
>>> configure:10387: cc -O3 -I. -c conftest.c
>>> configure:10394: $? = 0
>>> configure:10404: f77 -O conftestf.f conftest.o -o conftest
>>> configure:10411: $? = 0
>>> configure:10421: ./conftest
>>> configure:10428: $? = 0
>>> configure:10447: result: 16
>>> configure:10518: checking alignment of FORTRAN INTEGER
>>> configure:10603: cc -O3 -I. -c conftest.c
>>> configure:10610: $? = 0
>>> configure:10620: f77 -O conftestf.f conftest.o -o conftest
>>> conftestf.f: In program `falign':
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `x' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `z' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Initial padding for common block `foo' is 3 bytes at (^) -- consider
>>> reordering members, largest-type-size first
>>> configure:10627: $? = 0
>>> configure:10637: ./conftest
>>> configure:10644: $? = 0
>>> configure:10663: result: 4
>>> configure:10728: checking alignment of FORTRAN REAL
>>> configure:10813: cc -O3 -I. -c conftest.c
>>> configure:10820: $? = 0
>>> configure:10830: f77 -O conftestf.f conftest.o -o conftest
>>> conftestf.f: In program `falign':
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `x' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `z' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Initial padding for common block `foo' is 3 bytes at (^) -- consider
>>> reordering members, largest-type-size first
>>> configure:10837: $? = 0
>>> configure:10847: ./conftest
>>> configure:10854: $? = 0
>>> configure:10873: result: 4
>>> configure:10938: checking alignment of FORTRAN DOUBLE PRECISION
>>> configure:11023: cc -O3 -I. -c conftest.c
>>> configure:11030: $? = 0
>>> configure:11040: f77 -O conftestf.f conftest.o -o conftest
>>> conftestf.f: In program `falign':
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 7 bytes required before `x' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 7 bytes required before `z' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Initial padding for common block `foo' is 7 bytes at (^) -- consider
>>> reordering members, largest-type-size first
>>> configure:11047: $? = 0
>>> configure:11057: ./conftest
>>> configure:11064: $? = 0
>>> configure:11083: result: 8
>>> configure:11148: checking alignment of FORTRAN COMPLEX
>>> configure:11233: cc -O3 -I. -c conftest.c
>>> configure:11240: $? = 0
>>> configure:11250: f77 -O conftestf.f conftest.o -o conftest
>>> conftestf.f: In program `falign':
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `x' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 3 bytes required before `z' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Initial padding for common block `foo' is 3 bytes at (^) -- consider
>>> reordering members, largest-type-size first
>>> configure:11257: $? = 0
>>> configure:11267: ./conftest
>>> configure:11274: $? = 0
>>> configure:11293: result: 4
>>> configure:11358: checking alignment of FORTRAN DOUBLE COMPLEX
>>> configure:11443: cc -O3 -I. -c conftest.c
>>> configure:11450: $? = 0
>>> configure:11460: f77 -O conftestf.f conftest.o -o conftest
>>> conftestf.f: In program `falign':
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 7 bytes required before `x' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Padding of 7 bytes required before `z' in common block `foo' at (^)
>>> -- consider reordering members, largest-type-size first
>>> conftestf.f:5: warning:
>>> common /foo/a,w,b,x,y,c,z
>>> ^
>>> Initial padding for common block `foo' is 7 bytes at (^) -- consider
>>> reordering members, largest-type-size first
>>> configure:11467: $? = 0
>>> configure:11477: ./conftest
>>> configure:11484: $? = 0
>>> configure:11503: result: 8
>>> configure:11705: checking if want profiling interface
>>> configure:11707: result: yes
>>> configure:11747: checking if want full installation of Trillium files
>>> configure:11749: result: no
>>> configure:11806: checking if want ROMIO support
>>> configure:11808: result: no
>>> configure:11969: checking if want FORTRAN support
>>> configure:11998: result: yes
>>> configure:12028: checking if want MPI 2 C++ support
>>> configure:12030: result: yes
>>> configure:12069: checking if want MPI::File C++ binding support
>>> configure:12071: result: no
>>> configure:12114: checking if want IMPI support
>>> configure:12116: result: no
>>> configure:12277: checking how to yeild
>>> configure:12294: result: yield()
>>> configure:12309: checking for LAM user signal
>>> configure:12328: result: SIGUSR2
>>> configure:12340: checking if want purify clean
>>> configure:12362: result: no
>>> configure:12396: checking for desired boot timeout
>>> configure:12398: result: 60 seconds
>>> configure:12400: checking for desired lamd packet resend time
>>> configure:12402: result: 500000 seconds
>>> configure:12404: checking for desired lamd heartbeat time
>>> configure:12406: result: 120 seconds
>>> configure:12438: checking if want stub MPI functions
>>> configure:12440: result: no
>>> configure:12481: checking if want default promiscuous boot connections
>>> configure:12483: result: no
>>> configure:12513: checking whether ln -s works
>>> configure:12517: result: yes
>>> configure:12532: checking for cp
>>> configure:12550: found /usr/bin/cp
>>> configure:12562: result: /usr/bin/cp
>>> configure:12577: checking for rm
>>> configure:12595: found /usr/bin/rm
>>> configure:12607: result: /usr/bin/rm
>>> configure:12627: checking for sh
>>> configure:12645: found /usr/bin/sh
>>> configure:12657: result: /usr/bin/sh
>>> configure:12673: checking if installed perl can support mpiexec
>>> configure:12692: result: yes
>>> configure:12704: checking for prototype of snprintf
>>> configure:12729: cc -E -O3 conftest.c
>>> configure:12739: $? = 0
>>> configure:12748: ...some ugly egrepping...
>>> configure:12758: $? = 0
>>> configure:12767: ...some ugly egrepping...
>>> configure:12777: $? = 0
>>> configure:12786: result: yes
>>> configure:12802: checking for prototype of gethostname
>>> configure:12827: cc -E -O3 conftest.c
>>> configure:12837: $? = 0
>>> configure:12846: ...some ugly egrepping...
>>> configure:12856: $? = 0
>>> configure:12865: ...some ugly egrepping...
>>> configure:12875: $? = 0
>>> configure:12884: result: yes
>>> configure:12923: checking stropts.h usability
>>> configure:12935: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> conftest.c:144:21: stropts.h: No such file or directory
>>> configure:12941: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 1
>>> | #include <sys/types.h>
>>> | /* 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 <stropts.h>
>>> configure:12964: result: no
>>> configure:12968: checking stropts.h presence
>>> configure:12978: cc -E -DLAM_BUILDING=1 conftest.c
>>> conftest.c:110:21: stropts.h: No such file or directory
>>> configure:12984: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 1
>>> | #include <sys/types.h>
>>> | /* end confdefs.h. */
>>> | #include <stropts.h>
>>> configure:13004: result: no
>>> configure:13039: checking for stropts.h
>>> configure:13046: result: no
>>> configure:12923: checking grp.h usability
>>> configure:12935: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:12941: $? = 0
>>> configure:12945: test -z || test ! -s conftest.err
>>> configure:12948: $? = 0
>>> configure:12951: test -s conftest.o
>>> configure:12954: $? = 0
>>> configure:12964: result: yes
>>> configure:12968: checking grp.h presence
>>> configure:12978: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:12984: $? = 0
>>> configure:13004: result: yes
>>> configure:13039: checking for grp.h
>>> configure:13046: result: yes
>>> configure:12923: checking netinet/tcp.h usability
>>> configure:12935: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:12941: $? = 0
>>> configure:12945: test -z || test ! -s conftest.err
>>> configure:12948: $? = 0
>>> configure:12951: test -s conftest.o
>>> configure:12954: $? = 0
>>> configure:12964: result: yes
>>> configure:12968: checking netinet/tcp.h presence
>>> configure:12978: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:12984: $? = 0
>>> configure:13004: result: yes
>>> configure:13039: checking for netinet/tcp.h
>>> configure:13046: result: yes
>>> configure:12923: checking sys/select.h usability
>>> configure:12935: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:12941: $? = 0
>>> configure:12945: test -z || test ! -s conftest.err
>>> configure:12948: $? = 0
>>> configure:12951: test -s conftest.o
>>> configure:12954: $? = 0
>>> configure:12964: result: yes
>>> configure:12968: checking sys/select.h presence
>>> configure:12978: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:12984: $? = 0
>>> configure:13004: result: yes
>>> configure:13039: checking for sys/select.h
>>> configure:13046: result: yes
>>> configure:12923: checking sys/resource.h usability
>>> configure:12935: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:12941: $? = 0
>>> configure:12945: test -z || test ! -s conftest.err
>>> configure:12948: $? = 0
>>> configure:12951: test -s conftest.o
>>> configure:12954: $? = 0
>>> configure:12964: result: yes
>>> configure:12968: checking sys/resource.h presence
>>> configure:12978: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:12984: $? = 0
>>> configure:13004: result: yes
>>> configure:13039: checking for sys/resource.h
>>> configure:13046: result: yes
>>> configure:13073: checking rpc/types.h usability
>>> configure:13085: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:13091: $? = 0
>>> configure:13095: test -z || test ! -s conftest.err
>>> configure:13098: $? = 0
>>> configure:13101: test -s conftest.o
>>> configure:13104: $? = 0
>>> configure:13114: result: yes
>>> configure:13118: checking rpc/types.h presence
>>> configure:13128: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:13134: $? = 0
>>> configure:13154: result: yes
>>> configure:13189: checking for rpc/types.h
>>> configure:13196: result: yes
>>> configure:13213: checking for rpc/xdr.h
>>> configure:13232: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:13238: $? = 0
>>> configure:13242: test -z || test ! -s conftest.err
>>> configure:13245: $? = 0
>>> configure:13248: test -s conftest.o
>>> configure:13251: $? = 0
>>> configure:13262: result: yes
>>> configure:13288: checking pty.h usability
>>> configure:13300: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:13306: $? = 0
>>> configure:13310: test -z || test ! -s conftest.err
>>> configure:13313: $? = 0
>>> configure:13316: test -s conftest.o
>>> configure:13319: $? = 0
>>> configure:13329: result: yes
>>> configure:13333: checking pty.h presence
>>> configure:13343: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:13349: $? = 0
>>> configure:13369: result: yes
>>> configure:13404: checking for pty.h
>>> configure:13411: result: yes
>>> configure:13288: checking util.h usability
>>> configure:13300: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> conftest.c:151:18: util.h: No such file or directory
>>> configure:13306: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 1
>>> | #include <sys/types.h>
>>> | #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:13329: result: no
>>> configure:13333: checking util.h presence
>>> configure:13343: cc -E -DLAM_BUILDING=1 conftest.c
>>> conftest.c:117:18: util.h: No such file or directory
>>> configure:13349: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 1
>>> | #include <sys/types.h>
>>> | #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:13369: result: no
>>> configure:13404: checking for util.h
>>> configure:13411: result: no
>>> configure:13444: checking sched.h usability
>>> configure:13456: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:13462: $? = 0
>>> configure:13466: test -z || test ! -s conftest.err
>>> configure:13469: $? = 0
>>> configure:13472: test -s conftest.o
>>> configure:13475: $? = 0
>>> configure:13485: result: yes
>>> configure:13489: checking sched.h presence
>>> configure:13499: cc -E -DLAM_BUILDING=1 conftest.c
>>> configure:13505: $? = 0
>>> configure:13525: result: yes
>>> configure:13560: checking for sched.h
>>> configure:13567: result: yes
>>> configure:13435: checking for strings.h
>>> configure:13440: result: yes
>>> configure:13604: checking if FIONBIO defined in sys/ioctl.h
>>> configure:13639: result: not on AIX 4.3.3, so who cares?
>>> configure:13646: checking if SA_RESTART defined in signal.h
>>> configure:13673: result: yes
>>> configure:13676: checking for sa_len in struct sockaddr
>>> configure:13695: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> conftest.c: In function `main':
>>> conftest.c:125: error: structure has no member named `sa_len'
>>> configure:13701: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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:13729: result: no
>>> configure:13732: checking for union semun in sys/sem.h
>>> configure:13751: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> conftest.c: In function `main':
>>> conftest.c:126: error: storage size of `s' isn't known
>>> configure:13757: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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:13785: result: no
>>> configure:13788: checking if need to include sys/select.h
>>> configure:13807: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:13813: $? = 0
>>> configure:13817: test -z || test ! -s conftest.err
>>> configure:13820: $? = 0
>>> configure:13823: test -s conftest.o
>>> configure:13826: $? = 0
>>> configure:13841: result: yes
>>> configure:13856: checking for socket
>>> configure:13913: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:13919: $? = 0
>>> configure:13923: test -z || test ! -s conftest.err
>>> configure:13926: $? = 0
>>> configure:13929: test -s conftest.exe
>>> configure:13932: $? = 0
>>> configure:13944: result: yes
>>> configure:14024: checking for gethostbyname
>>> configure:14081: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:14087: $? = 0
>>> configure:14091: test -z || test ! -s conftest.err
>>> configure:14094: $? = 0
>>> configure:14097: test -s conftest.exe
>>> configure:14100: $? = 0
>>> configure:14112: result: yes
>>> configure:14200: checking for login in -lutil
>>> configure:14230: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c -lutil >&5
>>> configure:14236: $? = 0
>>> configure:14240: test -z || test ! -s conftest.err
>>> configure:14243: $? = 0
>>> configure:14246: test -s conftest.exe
>>> configure:14249: $? = 0
>>> configure:14262: result: yes
>>> configure:14275: checking for openpty
>>> configure:14332: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c -lutil >&5
>>> configure:14338: $? = 0
>>> configure:14342: test -z || test ! -s conftest.err
>>> configure:14345: $? = 0
>>> configure:14348: test -s conftest.exe
>>> configure:14351: $? = 0
>>> configure:14363: result: yes
>>> configure:14401: checking for atexit
>>> configure:14458: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:14464: $? = 0
>>> configure:14468: test -z || test ! -s conftest.err
>>> configure:14471: $? = 0
>>> configure:14474: test -s conftest.exe
>>> configure:14477: $? = 0
>>> configure:14489: result: yes
>>> configure:14518: checking for getcwd
>>> configure:14575: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:14581: $? = 0
>>> configure:14585: test -z || test ! -s conftest.err
>>> configure:14588: $? = 0
>>> configure:14591: test -s conftest.exe
>>> configure:14594: $? = 0
>>> configure:14606: result: yes
>>> configure:14635: checking for yield
>>> configure:14692: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/ccyaig87.o(.text+0x1d):conftest.c:
>>> undefined reference to `_yield'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/ccyaig87.o(.data+0x0):conftest.c:
>>> undefined reference to `_yield'
>>> collect2: ld returned 1 exit status
>>> configure:14698: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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:14723: result: no
>>> configure:14752: checking for snprintf
>>> configure:14809: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> conftest.c:151: warning: conflicting types for built-in function
>>> `snprintf'
>>> configure:14815: $? = 0
>>> configure:14819: test -z || test ! -s conftest.err
>>> configure:14822: $? = 0
>>> configure:14825: test -s conftest.exe
>>> configure:14828: $? = 0
>>> configure:14840: result: yes
>>> configure:14869: checking for atoll
>>> configure:14926: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cc8ZDcLy.o(.text+0x1d):conftest.c:
>>> undefined reference to `_atoll'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/cc8ZDcLy.o(.data+0x0):conftest.c:
>>> undefined reference to `_atoll'
>>> collect2: ld returned 1 exit status
>>> configure:14932: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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
>>> | /* end confdefs.h. */
>>> | /* Define atoll to an innocuous variant, in case <limits.h>
>>> declares atoll.
>>> | For example, HP-UX 11i <limits.h> declares gettimeofday. */
>>> | #define atoll innocuous_atoll
>>> | | /* System header to define __stub macros and hopefully few
>>> prototypes,
>>> | which can conflict with char atoll (); 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 atoll
>>> | | /* 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 atoll ();
>>> | /* 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_atoll) || defined (__stub___atoll)
>>> | choke me
>>> | #else
>>> | char (*f) () = atoll;
>>> | #endif
>>> | #ifdef __cplusplus
>>> | }
>>> | #endif
>>> | | int
>>> | main ()
>>> | {
>>> | return f != atoll;
>>> | ;
>>> | return 0;
>>> | }
>>> configure:14957: result: no
>>> configure:14986: checking for strtoll
>>> configure:15043: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:15049: $? = 0
>>> configure:15053: test -z || test ! -s conftest.err
>>> configure:15056: $? = 0
>>> configure:15059: test -s conftest.exe
>>> configure:15062: $? = 0
>>> configure:15074: result: yes
>>> configure:15103: checking for sched_yield
>>> configure:15160: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:15166: $? = 0
>>> configure:15170: test -z || test ! -s conftest.err
>>> configure:15173: $? = 0
>>> configure:15176: test -s conftest.exe
>>> configure:15179: $? = 0
>>> configure:15191: result: yes
>>> configure:15216: checking whether vscanf is declared
>>> configure:15240: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:15246: $? = 0
>>> configure:15250: test -z || test ! -s conftest.err
>>> configure:15253: $? = 0
>>> configure:15256: test -s conftest.o
>>> configure:15259: $? = 0
>>> configure:15270: result: yes
>>> configure:15286: checking whether va_copy is declared
>>> configure:15311: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:15317: $? = 0
>>> configure:15321: test -z || test ! -s conftest.err
>>> configure:15324: $? = 0
>>> configure:15327: test -s conftest.o
>>> configure:15330: $? = 0
>>> configure:15341: result: yes
>>> configure:15355: checking whether __va_copy is declared
>>> configure:15380: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:15386: $? = 0
>>> configure:15390: test -z || test ! -s conftest.err
>>> configure:15393: $? = 0
>>> configure:15396: test -s conftest.o
>>> configure:15399: $? = 0
>>> configure:15410: result: yes
>>> configure:15460: checking for glibc
>>> configure:15491: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> configure:15494: $? = 0
>>> configure:15496: ./conftest.exe
>>> configure:15499: $? = 0
>>> configure:15515: result: no
>>> configure:15522: checking whether to use prefix memcpy()
>>> configure:15565: result: no (default on non-glibc systems: no)
>>> configure:15573: checking whether byte ordering is bigendian
>>> configure:15600: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:15606: $? = 0
>>> configure:15610: test -z || test ! -s conftest.err
>>> configure:15613: $? = 0
>>> configure:15616: test -s conftest.o
>>> configure:15619: $? = 0
>>> configure:15643: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> conftest.c: In function `main':
>>> conftest.c:142: error: `not' undeclared (first use in this function)
>>> conftest.c:142: error: (Each undeclared identifier is reported only
>>> once
>>> conftest.c:142: error: for each function it appears in.)
>>> conftest.c:142: error: syntax error before "big"
>>> configure:15649: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | /* 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:15784: result: no
>>> configure:15838: checking for struct semid_ds
>>> configure:15859: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:15865: $? = 0
>>> configure:15869: test -z || test ! -s conftest.err
>>> configure:15872: $? = 0
>>> configure:15875: test -s conftest.o
>>> configure:15878: $? = 0
>>> configure:15888: result: yes
>>> configure:15898: checking if SYSV semaphores work
>>> configure:15935: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c >&5
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/ccYFcsNE.o(.text+0x35):conftest.c:
>>> undefined reference to `_semget'
>>> /cygdrive/c/DOCUME~1/e176/LOCALS~1/Temp/ccYFcsNE.o(.text+0x52):conftest.c:
>>> undefined reference to `_semctl'
>>> collect2: ld returned 1 exit status
>>> configure:15938: $? = 1
>>> configure: program exited with status 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/sem.h>
>>> | #include <sys/ipc.h>
>>> | #include <stdlib.h>
>>> | | int main(int argc, char **argv){
>>> | int semid;
>>> | /* Create a private semaphore set */
>>> | semid = semget (IPC_PRIVATE, 1, 0777);
>>> | /* If successful try to release it */
>>> | if( semid == -1 || semctl(semid, 0, IPC_RMID) == -1 ){
>>> | exit(3); /* one of them failed */
>>> | }
>>> | return 0; /* semget() and semctl() work */
>>> | }
>>> configure:15964: result: no
>>> configure:15970: checking if SYSV semaphores work with -lrt
>>> configure:16008: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c -lrt >&5
>>> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
>>> cannot find -lrt
>>> collect2: ld returned 1 exit status
>>> configure:16011: $? = 1
>>> configure: program exited with status 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/sem.h>
>>> | #include <sys/ipc.h>
>>> | #include <stdlib.h>
>>> | | int main(int argc, char **argv){
>>> | int semid;
>>> | /* Create a private semaphore set */
>>> | semid = semget (IPC_PRIVATE, 1, 0777);
>>> | /* If successful try to release it */
>>> | if( semid == -1 || semctl(semid, 0, IPC_RMID) == -1 ){
>>> | exit(3); /* one of them failed */
>>> | }
>>> | return 0; /* semget() and semctl() work */
>>> | }
>>> configure:16037: result: no
>>> configure:15970: checking if SYSV semaphores work with -lcygipc
>>> configure:16008: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c -lcygipc >&5
>>> configure:16011: $? = 0
>>> configure:16013: ./conftest.exe
>>> configure:16016: $? = 0
>>> configure:16037: result: yes
>>> configure:16051: checking for SYSV semaphore support
>>> configure:16054: result: yes
>>> configure:16146: checking for struct shmid_ds
>>> configure:16166: cc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
>>> configure:16172: $? = 0
>>> configure:16176: test -z || test ! -s conftest.err
>>> configure:16179: $? = 0
>>> configure:16182: test -s conftest.o
>>> configure:16185: $? = 0
>>> configure:16195: result: yes
>>> configure:16205: checking if SYSV shared memory works
>>> configure:16246: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> conftest.c -lcygipc >&5
>>> configure:16249: $? = 0
>>> configure:16251: ./conftest.exe
>>> configure:16254: $? = 0
>>> configure:16275: result: yes
>>> configure:16366: checking for SYSV shared memory support
>>> configure:16369: result: yes
>>> configure:16488: checking if C compiler and POSIX threads work as is
>>> configure:16547: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.c -lcygipc >&5
>>> configure:16553: $? = 0
>>> configure:16557: test -z || test ! -s conftest.err
>>> configure:16560: $? = 0
>>> configure:16563: test -s conftest.exe
>>> configure:16566: $? = 0
>>> configure:16586: result: yes
>>> configure:16603: checking if C++ compiler and POSIX threads work as is
>>> configure:16662: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.cc -lcygipc >&5
>>> configure:16668: $? = 0
>>> configure:16672: test -z || test ! -s conftest.err
>>> configure:16675: $? = 0
>>> configure:16678: test -s conftest.exe
>>> configure:16681: $? = 0
>>> configure:16701: result: yes
>>> configure:16718: checking if F77 compiler and POSIX threads work as is
>>> configure:16793: cc -O3 -I. -c conftest.c
>>> configure:16800: $? = 0
>>> configure:16810: f77 -O conftestf.f conftest.o -o conftest
>>> -lcygipc configure:16817: $? = 0
>>> configure:16888: result: yes
>>> configure:17979: checking for working POSIX threads package
>>> configure:17982: result: yes
>>> configure:18021: checking if C compiler and Solaris threads work
>>> configure:18056: cc -o conftest.exe -mt conftest.c >&5
>>> cc1: error: invalid option `t'
>>> configure:18062: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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:18098: result: no
>>> configure:18119: checking if C++ compiler and Solaris threads work
>>> configure:18150: CC -o conftest.exe -mt conftest.cc >&5
>>> cc1plus: error: invalid option `t'
>>> configure:18156: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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:18192: result: no
>>> configure:18211: checking if F77 compiler and Solaris threads work
>>> configure:18267: cc -mt -I. -c conftest.c
>>> cc1: error: invalid option `t'
>>> configure:18274: $? = 1
>>> configure:18314: 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:18342: here is the fortran program:
>>> program fpthread
>>> INTEGER i
>>> i = 1
>>> end
>>> configure:18365: result: no
>>> configure:18394: checking for working Solaris threads package
>>> configure:18400: result: no
>>> configure:18408: checking for type of thread support
>>> configure:18473: result: posix
>>> configure:18537: checking if threads have different pids (pthreads
>>> on linux)
>>> configure:18582: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.c -lcygipc >&5
>>> configure:18585: $? = 0
>>> configure:18587: ./conftest.exe
>>> configure:18590: $? = 0
>>> configure:18608: result: no
>>> configure:18730: checking BSD 4.3 for msg_accrights in struct msghdr
>>> configure:18749: cc -c -O3 -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.c >&5
>>> configure:18755: $? = 0
>>> configure:18759: test -z || test ! -s conftest.err
>>> configure:18762: $? = 0
>>> configure:18765: test -s conftest.o
>>> configure:18768: $? = 0
>>> configure:18778: result: yes
>>> configure:18788: checking BSD 4.3 fd passing example
>>> configure:18862: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT -I. conftest.c -lutil -lcygipc >&5
>>> configure:18865: $? = 0
>>> configure:18867: ./conftest.exe
>>> configure:18870: $? = 1
>>> configure: program exited with status 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/wait.h>
>>> | #include <sys/socket.h>
>>> | #include <signal.h>
>>> | #include <stdio.h>
>>> | #include <unistd.h>
>>> | | #define LAM_HAVE_BSD43_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 (socketpair(AF_UNIX, SOCK_STREAM, 0, 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);
>>> | }
>>> | }
>>> | if (WEXITSTATUS(status) == 0){
>>> | return 0; /*child recieved the fd */
>>> | }
>>> | else{
>>> | return 1;
>>> | }
>>> | }
>>> configure:18885: result: failed
>>> configure:18898: checking for BSD 4.3 fd passing support
>>> configure:18900: result: no
>>> configure:18961: checking for POSIX.1g struct msghdr
>>> configure:18984: cc -c -O3 -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.c >&5
>>> conftest.c: In function `main':
>>> conftest.c:147: error: storage size of `c' isn't known
>>> conftest.c:150: error: structure has no member named `msg_control'
>>> configure:18990: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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_HAVE_BSD43_FD_PASSING 0
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/socket.h>
>>> | #include <sys/un.h>
>>> | int
>>> | main ()
>>> | {
>>> | struct cmsghdr c;
>>> | struct msghdr m;
>>> | c.cmsg_type = 0;
>>> | m.msg_control = 0;
>>> | ;
>>> | return 0;
>>> | }
>>> configure:19013: result: no
>>> configure:19236: checking for BSD 4.4 fd passing support
>>> configure:19238: result: no
>>> configure:19300: checking for System V Release 4 for struct strrecvfd
>>> configure:19320: cc -c -O3 -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.c >&5
>>> conftest.c:145:25: sys/stropts.h: No such file or directory
>>> conftest.c: In function `main':
>>> conftest.c:149: error: storage size of `c' isn't known
>>> configure:19326: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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_HAVE_BSD43_FD_PASSING 0
>>> | #define LAM_HAVE_RFC2292_FD_PASSING 0
>>> | #define LAM_HAVE_POSIX_1G_FD_PASSING 0
>>> | /* end confdefs.h. */
>>> | #include <sys/types.h>
>>> | #include <sys/socket.h>
>>> | #include <sys/stropts.h>
>>> | int
>>> | main ()
>>> | {
>>> | struct strrecvfd c; c.fd = 0;
>>> | ;
>>> | return 0;
>>> | }
>>> configure:19349: result: no
>>> configure:19470: checking for System V Release 4 fd passing support
>>> configure:19472: result: no
>>> configure:19533: checking for BSD ptys
>>> configure:19549: result: no
>>> configure:19552: checking for SYSV ptys
>>> configure:19568: result: yes
>>> configure:19585: checking size of struct stat members
>>> configure:19605: result: 4
>>> configure:19625: checking type of getsockopt optlen parameter
>>> #include <sys/types.h>
>>> #include <sys/socket.h>
>>> int foobar(void *optval);
>>> int foobar(void *optval)
>>> {
>>> socklen_t optlen=0;
>>> return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
>>> }
>>> configure:19670: result: socklen_t
>>> configure:19689: 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:19733: result: socklen_t
>>> configure:19773: checking if build filesystem is case sensitive
>>> configure:19789: result: no
>>> configure:19798: checking if configuring for case sensitive fs
>>> configure:19819: result: no
>>> configure:19864: checking if want MPI C++ bindings
>>> configure:19867: result: enabled
>>> configure:19987: checking size of int
>>> configure:20010: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.cc >&5
>>> configure:20013: $? = 0
>>> configure:20015: ./conftest.exe
>>> configure:20018: $? = 0
>>> configure:20032: result: 4
>>> configure:20060: checking size of bool
>>> configure:20083: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.cc >&5
>>> configure:20086: $? = 0
>>> configure:20088: ./conftest.exe
>>> configure:20091: $? = 0
>>> configure:20105: result: 1
>>> configure:20141: checking type of MPI attributes
>>> configure:20160: CC -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.cc -lcygipc >&5
>>> configure:20163: $? = 0
>>> configure:20165: ./conftest.exe
>>> configure:20168: $? = 0
>>> configure:20196: result: int
>>> configure:20205: checking for signal declaration
>>> configure:20228: CC -c -O3 -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.cc >&5
>>> conftest.cc: In function `int main()':
>>> conftest.cc:159: error: invalid conversion from `void (*)(int,
>>> int, sigcontext*, char*)' to `void (*)(int)'
>>> conftest.cc:161: error: invalid conversion from `void (*)(int,
>>> int, sigcontext*, char*)' to `void (*)(int)'
>>> configure:20234: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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_HAVE_BSD43_FD_PASSING 0
>>> | #define LAM_HAVE_RFC2292_FD_PASSING 0
>>> | #define LAM_HAVE_POSIX_1G_FD_PASSING 0
>>> | #define LAM_HAVE_SVR4_FD_PASSING 0
>>> | #define LAM_HAVE_FD_PASSING 0
>>> | #define LAM_HAVE_BSD_PTYS 0
>>> | #define LAM_HAVE_SYSV_PTYS 1
>>> | #define LAM_STAT_MEMBERS_INT4 1
>>> | #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 int
>>> | /* 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:20297: CC -c -O3 -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.cc >&5
>>> configure:20303: $? = 0
>>> configure:20307: test -z || test ! -s conftest.err
>>> configure:20310: $? = 0
>>> configure:20313: test -s conftest.o
>>> configure:20316: $? = 0
>>> configure:20335: result: SYSV
>>> configure:20364: checking if want ROMIO
>>> configure:20370: result: disabled
>>> configure:20385: checking if want TotalView attach support
>>> configure:20388: result: enabled
>>> configure:20405: checking if want TotalView queue debugging support
>>> configure:20429: result: enabled
>>> configure:20564: checking for bproc_numnodes in -lbproc
>>> configure:20594: cc -o conftest.exe -O3 -DLAM_BUILDING=1
>>> -D_REENTRANT conftest.c -lbproc -lcygipc >&5
>>> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
>>> cannot find -lbproc
>>> collect2: ld returned 1 exit status
>>> configure:20600: $? = 1
>>> configure: failed program was:
>>> | /* confdefs.h. */
>>> | | #define PACKAGE_NAME ""
>>> | #define PACKAGE_TARNAME ""
>>> | #define PACKAGE_VERSION ""
>>> | #define PACKAGE_STRING ""
>>> | #define PACKAGE_BUGREPORT ""
>>> | #define LAM_MAJOR_VERSION 7
>>> | #define LAM_MINOR_VERSION 1
>>> | #define LAM_RELEASE_VERSION 0
>>> | #define LAM_ALPHA_VERSION 1
>>> | #define LAM_BETA_VERSION 0
>>> | #define LAM_CVS_VERSION 20040106
>>> | #define LAM_VERSION "7.1a1cvs20040106"
>>> | #define LAM_DEPENDENCY_PREFIX "NONE"
>>> | #define LAM_ARCH "i686-pc-cygwin"
>>> | #define LAM_WANT_DEBUG 0
>>> | #define LAM_CC "cc"
>>> | #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 2
>>> | #define LAM_SIZEOF_INT 4
>>> | #define LAM_SIZEOF_LONG 4
>>> | #define LAM_SIZEOF_LONG_LONG 8
>>> | #define LAM_SIZEOF_FLOAT 4
>>> | #define LAM_SIZEOF_DOUBLE 8
>>> | #define LAM_SIZEOF_LONG_DOUBLE 12
>>> | #define LAM_SIZEOF_VOID_P 4
>>> | #define LAM_ALIGNMENT_CHAR 1
>>> | #define LAM_ALIGNMENT_SHORT 2
>>> | #define LAM_ALIGNMENT_WCHAR 2
>>> | #define LAM_ALIGNMENT_INT 4
>>> | #define LAM_ALIGNMENT_LONG 4
>>> | #define LAM_ALIGNMENT_LONG_LONG 8
>>> | #define LAM_ALIGNMENT_FLOAT 4
>>> | #define LAM_ALIGNMENT_DOUBLE 8
>>> | #define LAM_ALIGNMENT_LONG_DOUBLE 4
>>> | #define LAM_ALIGNMENT_VOID_P 4
>>> | #ifdef __cplusplus
>>> | extern "C" void std::exit (int) throw (); using std::exit;
>>> | #endif
>>> | #define LAM_CXX "CC"
>>> | #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
>>> | #define LAM_CXX_NOTHROW_NEW 0
>>> | #define LAM_CXX_NOTHROW_NEW_ARG | #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_CXX_BOOL 1
>>> | #define LAM_CXX_TRUE_FALSE 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 1
>>> | #define LAM_FORTRANUNDERSCORE 0
>>> | #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 LAM_WANT_ROMIO 0
>>> | #define HAVE_LIBAIO 0
>>> | #define LAM_WANT_FORTRAN 1
>>> | #define LAM_F77 "f77"
>>> | #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 "/usr/bin/rm -f"
>>> | #define LAM_HAVE_PROTO_snprintf 1
>>> | #define LAM_HAVE_PROTO_gethostname 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_NEED_SYS_SELECT_H 1
>>> | #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 0
>>> | #define LAM_HAVE_STRTOLL 1
>>> | #define LAM_HAVE_SCHED_YIELD 1
>>> | #define LAM_HAVE_VSCANF 1
>>> | #define LAM_HAVE_VA_COPY 1
>>> | #define LAM_HAVE_UNDERSCORE_VA_COPY 1
>>> | #define LAM_WANT_PREFIX_MEMCPY 0
>>> | #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_HAVE_BSD43_FD_PASSING 0
>>> | #define LAM_HAVE_RFC2292_FD_PASSING 0
>>> | #define LAM_HAVE_POSIX_1G_FD_PASSING 0
>>> | #define LAM_HAVE_SVR4_FD_PASSING 0
>>> | #define LAM_HAVE_FD_PASSING 0
>>> | #define LAM_HAVE_BSD_PTYS 0
>>> | #define LAM_HAVE_SYSV_PTYS 1
>>> | #define LAM_STAT_MEMBERS_INT4 1
>>> | #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 int
>>> | #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:20626: result: no
>>> configure:20804: checking if want BPROC support
>>> configure:20824: result: no
>>> configure:20851: checking if want deprecated executable names
>>> configure:20872: result: yes
>>> configure:20883: checking for subdir args
>>> configure:20937: result: '--without-romio' 'CC=cc' 'CXX=CC' 'FC=f77'
>>> configure:20966: LAM configuring in share/totalview
>>> configure:21062: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21068: /bin/bash './configure' succeeded for share/totalview
>>> configure:21190: checking which modules should be run-time loadable
>>> configure:21217: result: none
>>> configure:21227: checking for SSI kinds
>>> configure:21252: result: boot coll crlam crmpi rpi
>>> configure:21375: LAM configuring in share/ssi/boot/bproc
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/boot/bproc
>>> configure:21558: +++ SSI module boot:bproc compile: yes
>>> configure:21560: +++ SSI module boot:bproc mode: static
>>> configure:21375: LAM configuring in share/ssi/boot/globus
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/boot/globus
>>> configure:21558: +++ SSI module boot:globus compile: yes
>>> configure:21560: +++ SSI module boot:globus mode: static
>>> configure:21375: LAM configuring in share/ssi/boot/rsh
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/boot/rsh
>>> configure:21558: +++ SSI module boot:rsh compile: yes
>>> configure:21560: +++ SSI module boot:rsh mode: static
>>> configure:21375: LAM configuring in share/ssi/boot/slurm
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/boot/slurm
>>> configure:21558: +++ SSI module boot:slurm compile: yes
>>> configure:21560: +++ SSI module boot:slurm mode: static
>>> configure:21375: LAM configuring in share/ssi/boot/tm
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/boot/tm
>>> configure:21558: +++ SSI module boot:tm compile: yes
>>> configure:21560: +++ SSI module boot:tm mode: static
>>> configure:21375: LAM configuring in share/ssi/coll/impi
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/coll/impi
>>> configure:21558: +++ SSI module coll:impi compile: yes
>>> configure:21560: +++ SSI module coll:impi mode: static
>>> configure:21375: LAM configuring in share/ssi/coll/lam_basic
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/coll/lam_basic
>>> configure:21558: +++ SSI module coll:lam_basic compile: yes
>>> configure:21560: +++ SSI module coll:lam_basic mode: static
>>> configure:21375: LAM configuring in share/ssi/coll/smp
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/coll/smp
>>> configure:21558: +++ SSI module coll:smp compile: yes
>>> configure:21560: +++ SSI module coll:smp mode: static
>>> configure:21375: LAM configuring in share/ssi/crlam/blcr
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/crlam/blcr
>>> configure:21558: +++ SSI module crlam:blcr compile: yes
>>> configure:21560: +++ SSI module crlam:blcr mode: static
>>> configure:21375: LAM configuring in share/ssi/crmpi/blcr
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/crmpi/blcr
>>> configure:21558: +++ SSI module crmpi:blcr compile: yes
>>> configure:21560: +++ SSI module crmpi:blcr mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/crtcp
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/rpi/crtcp
>>> configure:21558: +++ SSI module rpi:crtcp compile: yes
>>> configure:21560: +++ SSI module rpi:crtcp mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/gm
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for share/ssi/rpi/gm
>>> configure:21558: +++ SSI module rpi:gm compile: yes
>>> configure:21560: +++ SSI module rpi:gm mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/ib
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21481: /bin/bash './configure' *failed* for share/ssi/rpi/ib
>>> configure:21594: --- SSI module rpi:ib compile: no
>>> configure:21375: LAM configuring in share/ssi/rpi/lamd
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/rpi/lamd
>>> configure:21558: +++ SSI module rpi:lamd compile: yes
>>> configure:21560: +++ SSI module rpi:lamd mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/sysv
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/rpi/sysv
>>> configure:21558: +++ SSI module rpi:sysv compile: yes
>>> configure:21560: +++ SSI module rpi:sysv mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/tcp
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/rpi/tcp
>>> configure:21558: +++ SSI module rpi:tcp compile: yes
>>> configure:21560: +++ SSI module rpi:tcp mode: static
>>> configure:21375: LAM configuring in share/ssi/rpi/usysv
>>> configure:21471: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --cache-file=/dev/null --srcdir=.
>>> configure:21477: /bin/bash './configure' succeeded for
>>> share/ssi/rpi/usysv
>>> configure:21558: +++ SSI module rpi:usysv compile: yes
>>> configure:21560: +++ SSI module rpi:usysv mode: static
>>> configure:21783: checking for a sed that does not truncate output
>>> configure:21837: result: /usr/bin/sed
>>> configure:21851: checking for ld used by cc
>>> configure:21918: result: /usr/i686-pc-cygwin/bin/ld.exe
>>> configure:21927: checking if the linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
>>> configure:21942: result: yes
>>> configure:21947: checking for /usr/i686-pc-cygwin/bin/ld.exe option
>>> to reload object files
>>> configure:21954: result: -r
>>> configure:21963: checking for BSD-compatible nm
>>> configure:22005: result: /usr/bin/nm -B
>>> configure:22009: checking how to recognise dependent libraries
>>> configure:22209: result: file_magic ^x86 archive import|^x86 DLL
>>> configure:22431: checking dlfcn.h usability
>>> configure:22443: cc -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
>>> configure:22449: $? = 0
>>> configure:22453: test -z || test ! -s conftest.err
>>> configure:22456: $? = 0
>>> configure:22459: test -s conftest.o
>>> configure:22462: $? = 0
>>> configure:22472: result: yes
>>> configure:22476: checking dlfcn.h presence
>>> configure:22486: cc -E -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT conftest.c
>>> configure:22492: $? = 0
>>> configure:22512: result: yes
>>> configure:22547: checking for dlfcn.h
>>> configure:22554: result: yes
>>> configure:22662: checking for Fortran 77 compiler version
>>> configure:22662: f77 --version </dev/null >&5
>>> GNU Fortran (GCC) 3.3.1 (cygming special)
>>> Copyright (C) 2002 Free Software Foundation, Inc.
>>>
>>> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
>>> You may redistribute copies of GNU Fortran
>>> under the terms of the GNU General Public License.
>>> For more information about these matters, see the file named COPYING
>>> or type the command `info -f g77 Copying'.
>>> configure:22665: $? = 0
>>> configure:22667: f77 -v </dev/null >&5
>>> Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs
>>> Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc --with-gnu-ld
>>> --with-gnu-as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
>>> --libdir=/usr/lib --libexecdir=/usr/sbin --mandir=/usr/share/man
>>> --infodir=/usr/share/info
>>> --enable-languages=c,ada,c++,f77,pascal,java,objc --enable-libgcj
>>> --enable-threads=posix --with-system-zlib --enable-nls
>>> --without-included-gettext --enable-interpreter
>>> --enable-sjlj-exceptions --disable-version-specific-runtime-libs
>>> --enable-shared --disable-win32-registry --enable-java-gc=boehm
>>> --disable-hash-synchronization --verbose --target=i686-pc-cygwin
>>> --host=i686-pc-cygwin --build=i686-pc-cygwin
>>> Thread model: posix
>>> gcc version 3.3.1 (cygming special)
>>> configure:22670: $? = 0
>>> configure:22672: f77 -V </dev/null >&5
>>> f77: `-V' option must have argument
>>> configure:22675: $? = 1
>>> configure:22683: checking whether we are using the GNU Fortran 77
>>> compiler
>>> configure:22697: f77 -c -O conftest.F >&5
>>> configure:22703: $? = 0
>>> configure:22707: test -z || test ! -s conftest.err
>>> configure:22710: $? = 0
>>> configure:22713: test -s conftest.o
>>> configure:22716: $? = 0
>>> configure:22729: result: yes
>>> configure:22735: checking whether f77 accepts -g
>>> configure:22747: f77 -c -g conftest.f >&5
>>> configure:22753: $? = 0
>>> configure:22757: test -z || test ! -s conftest.err
>>> configure:22760: $? = 0
>>> configure:22763: test -s conftest.o
>>> configure:22766: $? = 0
>>> configure:22778: result: yes
>>> configure:22808: checking the maximum length of command line arguments
>>> configure:22867: result: 8192
>>> configure:22878: checking command to parse /usr/bin/nm -B output
>>> from cc object
>>> configure:22967: cc -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
>>> configure:22970: $? = 0
>>> configure:22974: /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:22977: $? = 0
>>> cannot find nm_test_var in conftest.nm
>>> configure:22967: cc -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
>>> configure:22970: $? = 0
>>> configure:22974: /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:22977: $? = 0
>>> configure:23029: cc -o conftest.exe -O3
>>> -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT
>>> conftest.c conftstm.o >&5
>>> configure:23032: $? = 0
>>> configure:23070: result: ok
>>> configure:23074: checking for objdir
>>> configure:23089: result: .libs
>>> configure:23179: checking for ar
>>> configure:23195: found /usr/bin/ar
>>> configure:23206: result: ar
>>> configure:23259: checking for ranlib
>>> configure:23275: found /usr/bin/ranlib
>>> configure:23286: result: ranlib
>>> configure:23339: checking for strip
>>> configure:23355: found /usr/bin/strip
>>> configure:23366: result: strip
>>> configure:23628: checking if cc static flag works
>>> configure:23651: result: yes
>>> configure:23668: checking if cc supports -fno-rtti -fno-exceptions
>>> configure:23689: cc -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT -fno-rtti -fno-exceptions conftest.c >&5
>>> cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
>>> configure:23693: $? = 0
>>> configure:23701: result: no
>>> configure:23716: checking for cc option to produce PIC
>>> configure:23893: result: configure:23957: checking if cc supports -c
>>> -o file.o
>>> configure:23988: cc -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT -o out/conftest2.o conftest.c >&5
>>> configure:23992: $? = 0
>>> configure:24006: result: yes
>>> configure:24032: checking whether the cc linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
>>> configure:24846: result: yes
>>> configure:24917: checking how to hardcode library paths into programs
>>> configure:24942: result: immediate
>>> configure:24956: checking whether stripping libraries is possible
>>> configure:24961: result: yes
>>> configure:24983: checking dynamic linker characteristics
>>> configure:25494: result: Win32 ld.exe
>>> configure:26092: checking whether a program can dlopen itself
>>> configure:26164: cc -o conftest.exe -O3
>>> -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT
>>> -DHAVE_DLFCN_H --export-dynamic conftest.c -lcygipc >&5
>>> cc1: error: unrecognized option `-fexport-dynamic'
>>> configure:26167: $? = 1
>>> configure:26185: result: no
>>> configure:26306: checking if libtool supports shared libraries
>>> configure:26308: result: yes
>>> configure:26311: checking whether to build shared libraries
>>> configure:26360: result: no
>>> configure:26363: checking whether to build static libraries
>>> configure:26367: result: yes
>>> configure:26458: creating libtool
>>> configure:27002: checking for ld used by CC
>>> configure:27069: result: /usr/i686-pc-cygwin/bin/ld.exe
>>> configure:27078: checking if the linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
>>> configure:27093: result: yes
>>> configure:27144: checking whether the CC linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
>>> configure:27959: result: yes
>>> configure:27977: CC -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
>>> configure:27980: $? = 0
>>> configure:28076: checking for CC option to produce PIC
>>> configure:28328: result: configure:28392: checking if CC supports -c
>>> -o file.o
>>> configure:28423: CC -c -O3 -I$(top_srcdir)/share/include
>>> -DLAM_BUILDING=1 -D_REENTRANT -o out/conftest2.o conftest.cc >&5
>>> configure:28427: $? = 0
>>> configure:28441: result: yes
>>> configure:28467: checking whether the CC linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
>>> configure:28492: result: yes
>>> configure:28563: checking how to hardcode library paths into programs
>>> configure:28588: result: immediate
>>> configure:28602: checking whether stripping libraries is possible
>>> configure:28607: result: yes
>>> configure:28629: checking dynamic linker characteristics
>>> configure:29140: result: Win32 ld.exe
>>> configure:29738: checking whether a program can dlopen itself
>>> configure:29831: result: no
>>> configure:30425: checking if libtool supports shared libraries
>>> configure:30427: result: yes
>>> configure:30430: checking whether to build shared libraries
>>> configure:30448: result: no
>>> configure:30451: checking whether to build static libraries
>>> configure:30455: result: yes
>>> configure:30467: checking for f77 option to produce PIC
>>> configure:30644: result: configure:30708: checking if f77 supports
>>> -c -o file.o
>>> configure:30739: f77 -c -O -o out/conftest2.o conftest.f >&5
>>> configure:30743: $? = 0
>>> configure:30757: result: yes
>>> configure:30783: checking whether the f77 linker
>>> (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
>>> configure:31577: result: yes
>>> configure:31648: checking how to hardcode library paths into programs
>>> configure:31673: result: immediate
>>> configure:31687: checking whether stripping libraries is possible
>>> configure:31692: result: yes
>>> configure:31714: checking dynamic linker characteristics
>>> configure:32225: result: Win32 ld.exe
>>> configure:36270: LAM configuring in share/libltdl
>>> configure:36366: running /bin/bash './configure' '--without-romio'
>>> 'CC=cc' 'CXX=CC' 'FC=f77' --enable-ltdl-convenience
>>> --disable-ltdl-install --disable-shared --enable-static
>>> --cache-file=/dev/null --srcdir=.
>>> configure:36372: /bin/bash './configure' succeeded for share/libltdl
>>> configure:36407: checking for libtool-supplied linker flags
>>> configure:36439:
>>> /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106/share/libltdl/libtool
>>> --mode=compile cc -O3 foo.c -c -o foo.o
>>> cc -O3 foo.c -c -o foo.o
>>> configure:36452: $? = 0
>>> configure:36439:
>>> /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106/share/libltdl/libtool
>>> --mode=link cc -O3 foo.lo -lcygipc -o libfoo.la
>>> mkdir .libs
>>> ar cru .libs/libfoo.a foo.o
>>> ranlib .libs/libfoo.a
>>> creating libfoo.la
>>> (cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
>>> configure:36452: $? = 0
>>> configure:36439:
>>> /cygdrive/c/home/e176/tools/lam-7.1a1cvs20040106/share/libltdl/libtool
>>> --dry-run --mode=link cc bar.lo libfoo.la -o bar -export-dynamic cc
>>> bar.o -o bar.exe -Wl,--export-dynamic ./.libs/libfoo.a -lcygipc
>>> configure:36452: $? = 0
>>> configure:36498: result: -Wl,--export-dynamic -lcygipc
>>> configure:36569: checking if want extra wrapper compiler LDFLAGS
>>> configure:36576: result: no (shared libs disabled)
>>> configure:37205: checking which of CFLAGS are ok for TotalView modules
>>> configure:37207: result: configure:37209: checking extra CFLAGS for
>>> TotalView modules
>>> configure:37211: result: -g
>>> configure:37446: creating ./config.status
>>>
>>> ## ---------------------- ##
>>> ## 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 tynrachel2
>>>
>>> config.status:932: creating Makefile
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>>>
>>>
>>
>>
>> _______________________________________________
>> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
>
>
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|