All pastes #3290492 Raw Edit

Someone

public unlisted text v1 · immutable
#3290492 ·published 2015-12-17 20:11 UTC
rendered paste body
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Global Arrays (GA) configure 5.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../ga-5-4/configure --prefix=/home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/install --with-tcgmsg --with-mpi=-I/usr/local/mpich2.141p1/include -Lv/usr/local/mpich2.141p1/lib -lmpich -lopa -lmpl -lpthread -lmpichf90 -lfmpich -lmpich --enable-peigs --enable-underscoring --disable-mpi-tests --without-scalapack --without-lapack --with-blas4=-lopenblas -lpthread -lrt --with-mpi-ts CC=cc CXX=g++ F77=gfortran ARMCI_DEFAULT_SHMMAX_UBOUND=131072

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

hostname = linux-94w6.suse
uname -m = x86_64
uname -r = 4.1.13-5-default
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Nov 26 16:35:17 UTC 2015 (49475c3)

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

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

PATH: /usr/lib64/openmpi/bin/
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /home/franksus/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:3192: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS $CXXFLAGS $CC $CXX" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:3333: checking build system type
configure:3347: result: x86_64-unknown-linux-gnu
configure:3367: checking host system type
configure:3380: result: x86_64-unknown-linux-gnu
configure:3435: checking for TARGET base (64bit-ness checked later)
configure:3484: result: LINUX
configure:3491: checking whether we think this system is what we call SYSV
configure:3504: result: yes
configure:3707: checking whether we are cross compiling
configure:3717: result: no
configure:3748: checking for a BSD-compatible install
configure:3816: result: /usr/bin/install -c
configure:3827: checking whether build environment is sane
configure:3877: result: yes
configure:4018: checking for a thread-safe mkdir -p
configure:4057: result: /usr/bin/mkdir -p
configure:4070: checking for gawk
configure:4086: found /usr/bin/gawk
configure:4097: result: gawk
configure:4108: checking whether make sets $(MAKE)
configure:4130: result: yes
configure:4159: checking whether make supports nested variables
configure:4176: result: yes
configure:4252: checking whether to enable maintainer-specific portions of Makefiles
configure:4261: result: no
configure:4290: Detected VPATH build
configure:4591: 
configure:4593: C compiler
configure:4595: 
configure:4611: checking for style of include used by make
configure:4639: result: GNU
configure:4825: checking for C compiler version
configure:4834: cc --version >&5
cc (SUSE Linux) 4.8.5
Copyright (C) 2015 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:4845: $? = 0
configure:4834: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.5 (SUSE Linux) 
configure:4845: $? = 0
configure:4834: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:4845: $? = 1
configure:4834: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'
cc: fatal error: no input files
compilation terminated.
configure:4845: $? = 1
configure:4865: checking whether the C compiler works
configure:4887: cc    conftest.c  >&5
configure:4891: $? = 0
configure:4939: result: yes
configure:4942: checking for C compiler default output file name
configure:4944: result: a.out
configure:4950: checking for suffix of executables
configure:4957: cc -o conftest    conftest.c  >&5
configure:4961: $? = 0
configure:4983: result: 
configure:5005: checking whether we are cross compiling
configure:5013: cc -o conftest    conftest.c  >&5
configure:5017: $? = 0
configure:5024: ./conftest
configure:5028: $? = 0
configure:5043: result: no
configure:5048: checking for suffix of object files
configure:5070: cc -c   conftest.c >&5
configure:5074: $? = 0
configure:5095: result: o
configure:5099: checking whether we are using the GNU C compiler
configure:5118: cc -c   conftest.c >&5
configure:5118: $? = 0
configure:5127: result: yes
configure:5136: checking whether cc accepts -g
configure:5156: cc -c -g  conftest.c >&5
configure:5156: $? = 0
configure:5197: result: yes
configure:5214: checking for cc option to accept ISO C89
configure:5277: cc  -c -g -O2  conftest.c >&5
configure:5277: $? = 0
configure:5290: result: none needed
configure:5312: checking dependency style of cc
configure:5423: result: gcc3
configure:5446: checking how to run the C preprocessor
configure:5477: cc -E  conftest.c
configure:5477: $? = 0
configure:5491: cc -E  conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5516: result: cc -E
configure:5536: cc -E  conftest.c
configure:5536: $? = 0
configure:5550: cc -E  conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5579: checking for grep that handles long lines and -e
configure:5637: result: /usr/bin/grep
configure:5642: checking for egrep
configure:5704: result: /usr/bin/grep -E
configure:5709: checking for ANSI C header files
configure:5729: cc -c   conftest.c >&5
configure:5729: $? = 0
configure:5802: cc -o conftest    conftest.c  >&5
configure:5802: $? = 0
configure:5802: ./conftest
configure:5802: $? = 0
configure:5813: result: yes
configure:5826: checking for sys/types.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for sys/stat.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for stdlib.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for string.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for memory.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for strings.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for inttypes.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for stdint.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5826: checking for unistd.h
configure:5826: cc -c   conftest.c >&5
configure:5826: $? = 0
configure:5826: result: yes
configure:5839: checking minix/config.h usability
configure:5839: cc -c   conftest.c >&5
conftest.c:60:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:5839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5839: result: no
configure:5839: checking minix/config.h presence
configure:5839: cc -E  conftest.c
conftest.c:27:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:5839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5839: result: no
configure:5839: checking for minix/config.h
configure:5839: result: no
configure:5860: checking whether it is safe to define __EXTENSIONS__
configure:5878: cc -c   conftest.c >&5
configure:5878: $? = 0
configure:5885: result: yes
configure:5901: checking for C compiler vendor
configure:5971: cc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:5: error: 'chokeonthis' undeclared (first use in this function)
     chokeonthis
     ^
conftest.c:38:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
|     chokeonthis
| #endif
| 
|   ;
|   return 0;
| }
configure:5971: cc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:5: error: 'chokeonthis' undeclared (first use in this function)
     chokeonthis
     ^
conftest.c:38:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
|     chokeonthis
| #endif
| 
|   ;
|   return 0;
| }
configure:5971: cc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:5: error: 'chokeonthis' undeclared (first use in this function)
     chokeonthis
     ^
conftest.c:38:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
|     chokeonthis
| #endif
| 
|   ;
|   return 0;
| }
configure:5971: cc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:5: error: 'chokeonthis' undeclared (first use in this function)
     chokeonthis
     ^
conftest.c:38:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #if !(defined(__OPEN64__))
|     chokeonthis
| #endif
| 
|   ;
|   return 0;
| }
configure:5971: cc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:5: error: 'chokeonthis' undeclared (first use in this function)
     chokeonthis
     ^
conftest.c:38:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #if !(defined(_CRAYC) || defined(_ADDR64))
|     chokeonthis
| #endif
| 
|   ;
|   return 0;
| }
configure:5971: cc -c   conftest.c >&5
configure:5971: $? = 0
configure:5980: result: gnu
configure:6367: cc -o conftest     conftest.c  >&5
configure:6367: $? = 0
configure:6367: ./conftest
configure:6367: $? = 0
configure:6534: checking whether a simple C MPI program compiles
configure:6540: cc -c     -I/usr/local/mpich2.141p1/include conftest.c >&5
conftest.c:32:17: fatal error: mpi.h: No such file or directory
 #include <mpi.h>
                 ^
compilation terminated.
configure:6540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.4"
| #define PACKAGE_STRING "Global Arrays (GA) 5.4"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.4"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_EISPACK 0
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <mpi.h>
| int
| main ()
| {
| int myargc; char **myargv; MPI_Init(&myargc, &myargv); MPI_Finalize();
|   ;
|   return 0;
| }
configure:6548: result: no
configure:6558: error: in `/home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/build':
configure:6560: error: could not compile simple C MPI program
See `config.log' for more details

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_AR_FLAGS_set=
ac_cv_env_AR_FLAGS_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS_set=
ac_cv_env_F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS_value=
ac_cv_env_F77_set=set
ac_cv_env_F77_value=gfortran
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FFLAG_INT_set=
ac_cv_env_FFLAG_INT_value=
ac_cv_env_GA_COPT_set=
ac_cv_env_GA_COPT_value=
ac_cv_env_GA_CXXOPT_set=
ac_cv_env_GA_CXXOPT_value=
ac_cv_env_GA_FOPT_set=
ac_cv_env_GA_FOPT_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MPICC_set=
ac_cv_env_MPICC_value=
ac_cv_env_MPICXX_set=
ac_cv_env_MPICXX_value=
ac_cv_env_MPIEXEC_set=
ac_cv_env_MPIEXEC_value=
ac_cv_env_MPIF77_set=
ac_cv_env_MPIF77_value=
ac_cv_env_NPROCS_set=
ac_cv_env_NPROCS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_THREAD_LIBRARY_set=
ac_cv_env_THREAD_LIBRARY_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
ga_cv_c_compiler_vendor=gnu
ga_cv_c_mpi_test_compile=no
ga_cv_cross_compiling=no
ga_cv_sysv=yes
ga_cv_target_base=LINUX

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

ACLOCAL='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR=''
ARMCI_NETWORK_ARMCI_FALSE=''
ARMCI_NETWORK_ARMCI_TRUE=''
ARMCI_NETWORK_BGML_FALSE=''
ARMCI_NETWORK_BGML_TRUE=''
ARMCI_NETWORK_COMEX_FALSE=''
ARMCI_NETWORK_COMEX_TRUE=''
ARMCI_NETWORK_CPPFLAGS=''
ARMCI_NETWORK_CRAY_SHMEM_FALSE=''
ARMCI_NETWORK_CRAY_SHMEM_TRUE=''
ARMCI_NETWORK_DCMF_FALSE=''
ARMCI_NETWORK_DCMF_TRUE=''
ARMCI_NETWORK_DMAPP_FALSE=''
ARMCI_NETWORK_DMAPP_TRUE=''
ARMCI_NETWORK_EXTERNAL_FALSE=''
ARMCI_NETWORK_EXTERNAL_TRUE=''
ARMCI_NETWORK_GEMINI_FALSE=''
ARMCI_NETWORK_GEMINI_TRUE=''
ARMCI_NETWORK_LAPI_FALSE=''
ARMCI_NETWORK_LAPI_TRUE=''
ARMCI_NETWORK_LDFLAGS=''
ARMCI_NETWORK_LIBS=''
ARMCI_NETWORK_MPI_MT_FALSE=''
ARMCI_NETWORK_MPI_MT_TRUE=''
ARMCI_NETWORK_MPI_PR_FALSE=''
ARMCI_NETWORK_MPI_PR_TRUE=''
ARMCI_NETWORK_MPI_PT_FALSE=''
ARMCI_NETWORK_MPI_PT_TRUE=''
ARMCI_NETWORK_MPI_SPAWN_FALSE=''
ARMCI_NETWORK_MPI_SPAWN_TRUE=''
ARMCI_NETWORK_MPI_TS_FALSE=''
ARMCI_NETWORK_MPI_TS_TRUE=''
ARMCI_NETWORK_OFA_FALSE=''
ARMCI_NETWORK_OFA_TRUE=''
ARMCI_NETWORK_OPENIB_FALSE=''
ARMCI_NETWORK_OPENIB_TRUE=''
ARMCI_NETWORK_PORTALS4_FALSE=''
ARMCI_NETWORK_PORTALS4_TRUE=''
ARMCI_NETWORK_PORTALS_FALSE=''
ARMCI_NETWORK_PORTALS_TRUE=''
ARMCI_NETWORK_SOCKETS_FALSE=''
ARMCI_NETWORK_SOCKETS_TRUE=''
ARMCI_SRC_DIR=''
ARMCI_SRC_DIR_COMEX_FALSE=''
ARMCI_SRC_DIR_COMEX_TRUE=''
ARMCI_SRC_DIR_GEMINI_FALSE=''
ARMCI_SRC_DIR_GEMINI_TRUE=''
ARMCI_SRC_DIR_PORTALS_FALSE=''
ARMCI_SRC_DIR_PORTALS_TRUE=''
ARMCI_SRC_DIR_SRC_FALSE=''
ARMCI_SRC_DIR_SRC_TRUE=''
AR_FLAGS=''
AUTOCONF='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/missing --run automake-1.11'
AWK='gawk'
BGL_FALSE=''
BGL_TRUE='#'
BGP_FALSE=''
BGP_TRUE='#'
BLAS_CPPFLAGS=''
BLAS_LDFLAGS=''
BLAS_LIBS=''
CATAMOUNT_FALSE=''
CATAMOUNT_TRUE='#'
CC='cc'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS=' '
CFLAG_NO_LOOP_OPT=''
CPP='cc -E'
CPPFLAGS=''
CRAY_SV1_FALSE=''
CRAY_SV1_TRUE='#'
CRAY_SV2_FALSE=''
CRAY_SV2_TRUE='#'
CRAY_T3E_FALSE=''
CRAY_T3E_TRUE='#'
CRAY_XT_FALSE=''
CRAY_XT_NETWORKS_FALSE=''
CRAY_XT_NETWORKS_TRUE=''
CRAY_XT_TRUE='#'
CRAY_YMP_FALSE=''
CRAY_YMP_TRUE='#'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CXX_BINDINGS_FALSE=''
CXX_BINDINGS_TRUE='#'
CXX_NAMESPACES_FALSE=''
CXX_NAMESPACES_TRUE=''
CYGNUS_FALSE=''
CYGNUS_TRUE='#'
CYGPATH_W='echo'
CYGWIN_FALSE=''
CYGWIN_TRUE='#'
C_POINTER_AS_INTEGER=''
DCMF_VER_0_2_FALSE=''
DCMF_VER_0_2_TRUE=''
DCMF_VER_0_3_FALSE=''
DCMF_VER_0_3_TRUE=''
DCMF_VER_2_FALSE=''
DCMF_VER_2_TRUE=''
DECOSF_FALSE=''
DECOSF_TRUE='#'
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELPA_CPPFLAGS=''
ELPA_LDFLAGS=''
ELPA_LIBS=''
ENABLE_ARMCI_MEM_OPTION_FALSE=''
ENABLE_ARMCI_MEM_OPTION_TRUE=''
ENABLE_CHECKPOINT_FALSE=''
ENABLE_CHECKPOINT_TRUE='#'
ENABLE_EISPACK_FALSE=''
ENABLE_EISPACK_TRUE='#'
ENABLE_F77_FALSE=''
ENABLE_F77_TRUE=''
ENABLE_GPARRAYS_FALSE=''
ENABLE_GPARRAYS_TRUE=''
ENABLE_PEIGS_FALSE='#'
ENABLE_PEIGS_TRUE=''
ENABLE_PROFILING_FALSE=''
ENABLE_PROFILING_TRUE='#'
ENABLE_TRACE_FALSE=''
ENABLE_TRACE_TRUE='#'
ENABLE_UNIT_TESTS_FALSE=''
ENABLE_UNIT_TESTS_TRUE='#'
ENABLE_XREGION_FALSE=''
ENABLE_XREGION_TRUE=''
EXEEXT=''
F2C_DOUBLE_PRECISION_C_TYPE=''
F2C_GETARG=''
F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS=''
F2C_IARGC=''
F2C_INTEGER_C_TYPE=''
F2C_REAL_C_TYPE=''
F77='gfortran'
F77LINK=''
FFLAGS=''
FFLAG_INT=''
FFLAG_NO_LOOP_OPT=''
FGREP=''
FLD_NOMAIN=''
FLIBS=''
FUJITSU_VPP_FALSE=''
FUJITSU_VPP_TRUE='#'
GA_ACCESS_INDEX_TYPE=''
GA_COPT=''
GA_CXXOPT=''
GA_CXX_WARN=''
GA_C_WARN=''
GA_FOPT=''
GA_F_WARN=''
GA_MP_CPPFLAGS=' -I/usr/local/mpich2.141p1/include'
GA_MP_LDFLAGS=' -Lv/usr/local/mpich2.141p1/lib'
GA_MP_LIBS=' -lmpich -lopa -lmpl -lpthread -lmpichf90 -lfmpich -lmpich'
GREP='/usr/bin/grep'
HAVE_ARMCI_GROUP_COMM_FALSE=''
HAVE_ARMCI_GROUP_COMM_MEMBER_FALSE=''
HAVE_ARMCI_GROUP_COMM_MEMBER_TRUE=''
HAVE_ARMCI_GROUP_COMM_TRUE=''
HAVE_ARMCI_INITIALIZED_FALSE=''
HAVE_ARMCI_INITIALIZED_TRUE=''
HAVE_ARMCI_MSG_FINALIZE_FALSE=''
HAVE_ARMCI_MSG_FINALIZE_TRUE=''
HAVE_ARMCI_MSG_INIT_FALSE=''
HAVE_ARMCI_MSG_INIT_TRUE=''
HAVE_ARMCI_NOTIFY_FALSE=''
HAVE_ARMCI_NOTIFY_TRUE=''
HAVE_ARMCI_STRIDE_INFO_INIT_FALSE=''
HAVE_ARMCI_STRIDE_INFO_INIT_TRUE=''
HAVE_BLAS_FALSE=''
HAVE_BLAS_TRUE=''
HAVE_ELPA_FALSE=''
HAVE_ELPA_TRUE=''
HAVE_LAPACK_FALSE=''
HAVE_LAPACK_TRUE=''
HAVE_M4_FALSE=''
HAVE_M4_TRUE=''
HAVE_PERL_FALSE=''
HAVE_PERL_TRUE=''
HAVE_PYTHON_FALSE=''
HAVE_PYTHON_TRUE=''
HAVE_SCALAPACK_FALSE=''
HAVE_SCALAPACK_TRUE=''
HAVE_SYS_WEAK_ALIAS_PRAGMA_FALSE=''
HAVE_SYS_WEAK_ALIAS_PRAGMA_TRUE=''
HITACHI_FALSE=''
HITACHI_TRUE='#'
HPUX_FALSE=''
HPUX_TRUE='#'
IBM_FALSE=''
IBM_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERIX_FALSE=''
INTERIX_TRUE='#'
LAPACK_CPPFLAGS=''
LAPACK_LDFLAGS=''
LAPACK_LIBS=''
LAPI_FALSE=''
LAPI_TRUE='#'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LINUX_FALSE='#'
LINUX_TRUE=''
LIPO=''
LN_S=''
LTLIBOBJS=''
M4=''
MACX_FALSE=''
MACX_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/missing --run makeinfo'
MANIFEST_TOOL=''
MA_ACCESS_INDEX_TYPE=''
MA_ACCESS_INDEX_TYPE_C=''
MA_LONG_DOUBLE=''
MKDIR_P='/usr/bin/mkdir -p'
MPICC=''
MPICXX=''
MPIEXEC=''
MPIF77=''
MSG_COMMS_MPI_FALSE='#'
MSG_COMMS_MPI_TRUE=''
MSG_COMMS_TCGMSG4_FALSE=''
MSG_COMMS_TCGMSG4_TRUE='#'
MSG_COMMS_TCGMSG5_FALSE=''
MSG_COMMS_TCGMSG5_TRUE='#'
NEC_FALSE=''
NEC_TRUE='#'
NM=''
NMEDIT=''
NOFORT_FALSE=''
NOFORT_TRUE=''
NO_X_FALSE=''
NO_X_TRUE=''
NPROCS=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='ga'
PACKAGE_BUGREPORT='hpctools@pnl.gov'
PACKAGE_NAME='Global Arrays (GA)'
PACKAGE_STRING='Global Arrays (GA) 5.4'
PACKAGE_TARNAME='ga'
PACKAGE_URL='http://www.emsl.pnl.gov/docs/global/'
PACKAGE_VERSION='5.4'
PATH_SEPARATOR=':'
PERL=''
PLOTLIB=''
PYTHON=''
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB=''
SCALAPACK_CPPFLAGS=''
SCALAPACK_LDFLAGS=''
SCALAPACK_LIBS=''
SED=''
SET_MAKE=''
SGITFP_FALSE=''
SGITFP_TRUE='#'
SGI_FALSE=''
SGI_N32_FALSE=''
SGI_N32_TRUE='#'
SGI_TRUE='#'
SHELL='/bin/sh'
SOLARIS_FALSE=''
SOLARIS_TRUE='#'
STRIP=''
SYSV_FALSE=''
SYSV_TRUE=''
TCGEXEC=''
THREAD_LIBRARY=''
THREAD_SAFE_FALSE=''
THREAD_SAFE_TRUE='#'
VERSION='5.4'
XMKMF=''
X_CPPFLAGS=''
X_LDFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am__v_F77LD_0=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/ga-5-4/build-aux/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/home/franksus/Desktop/nwchem/nwchem-6.6/src/tools/install'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "Global Arrays (GA)"
#define PACKAGE_TARNAME "ga"
#define PACKAGE_VERSION "5.4"
#define PACKAGE_STRING "Global Arrays (GA) 5.4"
#define PACKAGE_BUGREPORT "hpctools@pnl.gov"
#define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
#define LINUX 1
#define SYSV 1
#define PACKAGE "ga"
#define VERSION "5.4"
#define MSG_COMMS_MPI 1
#define ENABLE_PEIGS 1
#define ENABLE_EISPACK 0
#define ENABLE_PROFILING 0
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1

configure: exit 1