Skip to content

Instantly share code, notes, and snippets.

@kenenbek
Created June 4, 2018 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenenbek/42bce3359e48c585471604f1e826c073 to your computer and use it in GitHub Desktop.
Save kenenbek/42bce3359e48c585471604f1e826c073 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by codes configure 0.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../configure --prefix=/home/ken/git/codes/install CC=mpicc CXX=mpicxx PKG_CONFIG_PATH=/home/ken/git/ROSS/install/lib/pkgconfig
## --------- ##
## Platform. ##
## --------- ##
hostname = ken
uname -m = x86_64
uname -r = 4.13.0-43-generic
uname -s = Linux
uname -v = #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ken/anaconda3/bin
PATH: /home/ken/bin
PATH: /home/ken/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /usr/local/go/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2693: checking build system type
configure:2707: result: x86_64-pc-linux-gnu
configure:2727: checking host system type
configure:2740: result: x86_64-pc-linux-gnu
configure:2781: checking how to print strings
configure:2808: result: printf
configure:2880: checking for gcc
configure:2907: result: mpicc
configure:3136: checking for C compiler version
configure:3145: mpicc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
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:3156: $? = 0
configure:3145: mpicc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.9' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
configure:3156: $? = 0
configure:3145: mpicc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3156: $? = 1
configure:3145: mpicc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3156: $? = 1
configure:3176: checking whether the C compiler works
configure:3198: mpicc conftest.c >&5
configure:3202: $? = 0
configure:3250: result: yes
configure:3253: checking for C compiler default output file name
configure:3255: result: a.out
configure:3261: checking for suffix of executables
configure:3268: mpicc -o conftest conftest.c >&5
configure:3272: $? = 0
configure:3294: result:
configure:3316: checking whether we are cross compiling
configure:3324: mpicc -o conftest conftest.c >&5
configure:3328: $? = 0
configure:3335: ./conftest
configure:3339: $? = 0
configure:3354: result: no
configure:3359: checking for suffix of object files
configure:3381: mpicc -c conftest.c >&5
configure:3385: $? = 0
configure:3406: result: o
configure:3410: checking whether we are using the GNU C compiler
configure:3429: mpicc -c conftest.c >&5
configure:3429: $? = 0
configure:3438: result: yes
configure:3447: checking whether mpicc accepts -g
configure:3467: mpicc -c -g conftest.c >&5
configure:3467: $? = 0
configure:3508: result: yes
configure:3525: checking for mpicc option to accept ISO C89
configure:3588: mpicc -c -g -O2 conftest.c >&5
configure:3588: $? = 0
configure:3601: result: none needed
configure:3626: checking whether mpicc understands -c and -o together
configure:3648: mpicc -c conftest.c -o conftest2.o
configure:3651: $? = 0
configure:3648: mpicc -c conftest.c -o conftest2.o
configure:3651: $? = 0
configure:3663: result: yes
configure:3680: checking for a sed that does not truncate output
configure:3744: result: /bin/sed
configure:3762: checking for grep that handles long lines and -e
configure:3820: result: /bin/grep
configure:3825: checking for egrep
configure:3887: result: /bin/grep -E
configure:3892: checking for fgrep
configure:3954: result: /bin/grep -F
configure:3989: checking for ld used by mpicc
configure:4056: result: /usr/bin/ld
configure:4063: checking if the linker (/usr/bin/ld) is GNU ld
configure:4078: result: yes
configure:4090: checking for BSD- or MS-compatible name lister (nm)
configure:4144: result: /usr/bin/nm -B
configure:4274: checking the name lister (/usr/bin/nm -B) interface
configure:4281: mpicc -c -g -O2 conftest.c >&5
configure:4284: /usr/bin/nm -B "conftest.o"
configure:4287: output
0000000000000000 B some_variable
configure:4294: result: BSD nm
configure:4297: checking whether ln -s works
configure:4301: result: yes
configure:4309: checking the maximum length of command line arguments
configure:4440: result: 1572864
configure:4488: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:4528: result: func_convert_file_noop
configure:4535: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:4555: result: func_convert_file_noop
configure:4562: checking for /usr/bin/ld option to reload object files
configure:4569: result: -r
configure:4643: checking for objdump
configure:4659: found /usr/bin/objdump
configure:4670: result: objdump
configure:4702: checking how to recognize dependent libraries
configure:4902: result: pass_all
configure:4987: checking for dlltool
configure:5017: result: no
configure:5047: checking how to associate runtime and link libraries
configure:5074: result: printf %s\n
configure:5135: checking for ar
configure:5151: found /usr/bin/ar
configure:5162: result: ar
configure:5199: checking for archiver @FILE support
configure:5216: mpicc -c -g -O2 conftest.c >&5
configure:5216: $? = 0
configure:5219: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5222: $? = 0
configure:5227: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:5230: $? = 1
configure:5242: result: @
configure:5300: checking for strip
configure:5316: found /usr/bin/strip
configure:5327: result: strip
configure:5399: checking for ranlib
configure:5415: found /usr/bin/ranlib
configure:5426: result: ranlib
configure:5503: checking for gawk
configure:5519: found /usr/bin/gawk
configure:5530: result: gawk
configure:5570: checking command to parse /usr/bin/nm -B output from mpicc object
configure:5723: mpicc -c -g -O2 conftest.c >&5
configure:5726: $? = 0
configure:5730: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5733: $? = 0
configure:5799: mpicc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5802: $? = 0
configure:5840: result: ok
configure:5887: checking for sysroot
configure:5917: result: no
configure:5924: checking for a working dd
configure:5962: result: /bin/dd
configure:5966: checking how to truncate binary pipes
configure:5981: result: /bin/dd bs=4096 count=1
configure:6117: mpicc -c -g -O2 conftest.c >&5
configure:6120: $? = 0
configure:6310: checking for mt
configure:6326: found /bin/mt
configure:6337: result: mt
configure:6360: checking if mt is a manifest tool
configure:6366: mt '-?'
configure:6374: result: no
configure:7051: checking how to run the C preprocessor
configure:7082: mpicc -E conftest.c
configure:7082: $? = 0
configure:7096: mpicc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7121: result: mpicc -E
configure:7141: mpicc -E conftest.c
configure:7141: $? = 0
configure:7155: mpicc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7184: checking for ANSI C header files
configure:7204: mpicc -c -g -O2 conftest.c >&5
configure:7204: $? = 0
configure:7277: mpicc -o conftest -g -O2 conftest.c >&5
configure:7277: $? = 0
configure:7277: ./conftest
configure:7277: $? = 0
configure:7288: result: yes
configure:7301: checking for sys/types.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for sys/stat.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for stdlib.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for string.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for memory.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for strings.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for inttypes.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for stdint.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for unistd.h
configure:7301: mpicc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7315: checking for dlfcn.h
configure:7315: mpicc -c -g -O2 conftest.c >&5
configure:7315: $? = 0
configure:7315: result: yes
configure:7571: checking for objdir
configure:7586: result: .libs
configure:7850: checking if mpicc supports -fno-rtti -fno-exceptions
configure:7868: mpicc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:7872: $? = 0
configure:7885: result: no
configure:8243: checking for mpicc option to produce PIC
configure:8250: result: -fPIC -DPIC
configure:8258: checking if mpicc PIC flag -fPIC -DPIC works
configure:8276: mpicc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8280: $? = 0
configure:8293: result: yes
configure:8322: checking if mpicc static flag -static works
configure:8350: result: no
configure:8365: checking if mpicc supports -c -o file.o
configure:8386: mpicc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8390: $? = 0
configure:8412: result: yes
configure:8420: checking if mpicc supports -c -o file.o
configure:8467: result: yes
configure:8500: checking whether the mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9759: result: yes
configure:9796: checking whether -lc should be explicitly linked in
configure:9804: mpicc -c -g -O2 conftest.c >&5
configure:9807: $? = 0
configure:9822: mpicc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9825: $? = 0
configure:9839: result: no
configure:9999: checking dynamic linker characteristics
configure:10580: mpicc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10580: $? = 0
configure:10817: result: GNU/Linux ld.so
configure:10939: checking how to hardcode library paths into programs
configure:10964: result: immediate
configure:11512: checking whether stripping libraries is possible
configure:11517: result: yes
configure:11552: checking if libtool supports shared libraries
configure:11554: result: yes
configure:11557: checking whether to build shared libraries
configure:11582: result: yes
configure:11585: checking whether to build static libraries
configure:11589: result: yes
configure:11627: checking target system type
configure:11640: result: x86_64-pc-linux-gnu
configure:11685: checking for a BSD-compatible install
configure:11753: result: /usr/bin/install -c
configure:11764: checking whether build environment is sane
configure:11819: result: yes
configure:11967: checking for a thread-safe mkdir -p
configure:12006: result: /bin/mkdir -p
configure:12009: checking whether make sets $(MAKE)
configure:12031: result: yes
configure:12061: checking for style of include used by make
configure:12089: result: GNU
configure:12123: checking whether make supports nested variables
configure:12140: result: yes
configure:12225: checking dependency style of mpicc
configure:12336: result: gcc3
configure:12406: checking whether make supports nested variables
configure:12423: result: yes
configure:12443: checking for bison
configure:12459: found /usr/bin/bison
configure:12470: result: bison -y
configure:12486: checking if bison is the parser generator
configure:12503: result: yes
configure:12546: checking for flex
configure:12576: result: no
configure:12546: checking for lex
configure:12576: result: no
configure:12705: checking if flex is the lexer generator
configure:12722: result: no
configure:12732: WARNING: Could not find flex
configure:12789: checking for gcc
configure:12816: result: mpicc
configure:13045: checking for C compiler version
configure:13054: mpicc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
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:13065: $? = 0
configure:13054: mpicc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.9' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
configure:13065: $? = 0
configure:13054: mpicc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:13065: $? = 1
configure:13054: mpicc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:13065: $? = 1
configure:13069: checking whether we are using the GNU C compiler
configure:13097: result: yes
configure:13106: checking whether mpicc accepts -g
configure:13167: result: yes
configure:13184: checking for mpicc option to accept ISO C89
configure:13260: result: none needed
configure:13285: checking whether mpicc understands -c and -o together
configure:13322: result: yes
configure:13452: checking for C++ compiler version
configure:13461: mpicxx --version >&5
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
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:13472: $? = 0
configure:13461: mpicxx -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.9' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
configure:13472: $? = 0
configure:13461: mpicxx -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:13472: $? = 1
configure:13461: mpicxx -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:13472: $? = 1
configure:13476: checking whether we are using the GNU C++ compiler
configure:13495: mpicxx -c conftest.cpp >&5
configure:13495: $? = 0
configure:13504: result: yes
configure:13513: checking whether mpicxx accepts -g
configure:13533: mpicxx -c -g conftest.cpp >&5
configure:13533: $? = 0
configure:13574: result: yes
configure:13615: checking how to run the C++ preprocessor
configure:13642: mpicxx -E conftest.cpp
configure:13642: $? = 0
configure:13656: mpicxx -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13681: result: mpicxx -E
configure:13701: mpicxx -E conftest.cpp
configure:13701: $? = 0
configure:13715: mpicxx -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13877: checking for ld used by mpicxx
configure:13944: result: /usr/bin/ld -m elf_x86_64
configure:13951: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13966: result: yes
configure:14021: checking whether the mpicxx linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15094: result: yes
configure:15130: mpicxx -c -g -O2 conftest.cpp >&5
configure:15133: $? = 0
configure:15614: checking for mpicxx option to produce PIC
configure:15621: result: -fPIC -DPIC
configure:15629: checking if mpicxx PIC flag -fPIC -DPIC works
configure:15647: mpicxx -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15651: $? = 0
configure:15664: result: yes
configure:15687: checking if mpicxx static flag -static works
configure:15715: result: no
configure:15727: checking if mpicxx supports -c -o file.o
configure:15748: mpicxx -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15752: $? = 0
configure:15774: result: yes
configure:15779: checking if mpicxx supports -c -o file.o
configure:15826: result: yes
configure:15856: checking whether the mpicxx linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15896: result: yes
configure:16037: checking dynamic linker characteristics
configure:16782: result: GNU/Linux ld.so
configure:16847: checking how to hardcode library paths into programs
configure:16872: result: immediate
configure:16914: checking dependency style of mpicxx
configure:17025: result: gcc3
configure:17045: checking how to run the C++ preprocessor
configure:17111: result: mpicxx -E
configure:17131: mpicxx -E conftest.cpp
configure:17131: $? = 0
configure:17145: mpicxx -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:17145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:17216: checking for ranlib
configure:17243: result: ranlib
configure:17320: checking for pkg-config
configure:17338: found /usr/bin/pkg-config
configure:17350: result: /usr/bin/pkg-config
configure:17375: checking pkg-config is at least version 0.9.0
configure:17378: result: yes
configure:17392: checking for mpicc option to accept ISO C99
configure:17541: mpicc -c -g -O2 conftest.c >&5
configure:17541: $? = 0
configure:17554: result: none needed
configure:17573: checking for ANSI C header files
configure:17677: result: yes
configure:17688: checking for stdlib.h
configure:17688: result: yes
configure:17688: checking for string.h
configure:17688: result: yes
configure:17688: checking for unistd.h
configure:17688: result: yes
configure:17688: checking execinfo.h usability
configure:17688: mpicc -c -g -O2 conftest.c >&5
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking execinfo.h presence
configure:17688: mpicc -E conftest.c
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking for execinfo.h
configure:17688: result: yes
configure:17688: checking pthread.h usability
configure:17688: mpicc -c -g -O2 conftest.c >&5
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking pthread.h presence
configure:17688: mpicc -E conftest.c
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking for pthread.h
configure:17688: result: yes
configure:17688: checking malloc.h usability
configure:17688: mpicc -c -g -O2 conftest.c >&5
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking malloc.h presence
configure:17688: mpicc -E conftest.c
configure:17688: $? = 0
configure:17688: result: yes
configure:17688: checking for malloc.h
configure:17688: result: yes
configure:17700: checking for an ANSI C-conforming const
configure:17766: mpicc -c -g -O2 conftest.c >&5
configure:17766: $? = 0
configure:17773: result: yes
configure:17781: checking for inline
configure:17797: mpicc -c -g -O2 conftest.c >&5
configure:17797: $? = 0
configure:17805: result: inline
configure:17823: checking for int8_t
configure:17823: mpicc -c -g -O2 conftest.c >&5
configure:17823: $? = 0
configure:17823: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:17823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:17823: result: yes
configure:17834: checking for int16_t
configure:17834: mpicc -c -g -O2 conftest.c >&5
configure:17834: $? = 0
configure:17834: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:17834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:17834: result: yes
configure:17845: checking for int32_t
configure:17845: mpicc -c -g -O2 conftest.c >&5
configure:17845: $? = 0
configure:17845: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:69:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:17845: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:17845: result: yes
configure:17856: checking for int64_t
configure:17856: mpicc -c -g -O2 conftest.c >&5
configure:17856: $? = 0
configure:17856: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:53: warning: integer overflow in expression [-Woverflow]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:69:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:17856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:17856: result: yes
configure:17867: checking for uint8_t
configure:17867: mpicc -c -g -O2 conftest.c >&5
configure:17867: $? = 0
configure:17867: result: yes
configure:17881: checking for uint16_t
configure:17881: mpicc -c -g -O2 conftest.c >&5
configure:17881: $? = 0
configure:17881: result: yes
configure:17893: checking for uint32_t
configure:17893: mpicc -c -g -O2 conftest.c >&5
configure:17893: $? = 0
configure:17893: result: yes
configure:17907: checking for uint64_t
configure:17907: mpicc -c -g -O2 conftest.c >&5
configure:17907: $? = 0
configure:17907: result: yes
configure:17921: checking for size_t
configure:17921: mpicc -c -g -O2 conftest.c >&5
configure:17921: $? = 0
configure:17921: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:17921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:17921: result: yes
configure:17932: checking for ssize_t
configure:17932: mpicc -c -g -O2 conftest.c >&5
configure:17932: $? = 0
configure:17932: mpicc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:17932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codes"
| #define PACKAGE_TARNAME "codes"
| #define PACKAGE_VERSION "0.6.0"
| #define PACKAGE_STRING "codes 0.6.0"
| #define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
| #define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "codes"
| #define VERSION "0.6.0"
| #define HAVE_YACC_OLD_PUSH 0
| #define HAVE_YACC_OLD_PURE 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_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
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:17932: result: yes
configure:17945: checking whether C compiler accepts -Wall
configure:17964: mpicc -c -g -O2 -Wall conftest.c >&5
configure:17964: $? = 0
configure:17972: result: yes
configure:17980: checking whether C compiler accepts -Wextra
configure:17999: mpicc -c -g -O2 -Wall -Wextra conftest.c >&5
configure:17999: $? = 0
configure:18007: result: yes
configure:18015: checking whether C compiler accepts -Wshadow
configure:18034: mpicc -c -g -O2 -Wall -Wextra -Wshadow conftest.c >&5
configure:18034: $? = 0
configure:18042: result: yes
configure:18054: checking for memset
configure:18054: mpicc -o conftest -g -O2 -Wall -Wextra -Wshadow conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'memset'
char memset ();
^
configure:18054: $? = 0
configure:18054: result: yes
configure:18063: checking for pthread_create in -lpthread
configure:18088: mpicc -o conftest -g -O2 -Wall -Wextra -Wshadow conftest.c -lpthread >&5
configure:18088: $? = 0
configure:18097: result: yes
configure:18110: checking for sqrt in -lm
configure:18135: mpicc -o conftest -g -O2 -Wall -Wextra -Wshadow conftest.c -lm -lpthread >&5
conftest.c:41:6: warning: conflicting types for built-in function 'sqrt'
char sqrt ();
^
configure:18135: $? = 0
configure:18144: result: yes
configure:18163: checking if bison is the parser generator
configure:18180: result: yes
configure:18203: checking if bison -y supports pure / reentrant paser features
configure:18209: result: old-style
configure:18266: checking if bison -y supports push parser features
configure:18272: result: old-style
configure:18329: checking whether the mpicc compiler works
configure:18342: mpicc -c -g -O2 -Wall -Wextra -Wshadow conftest.c >&5
conftest.c: In function 'main':
conftest.c:39:5: warning: unused variable 'ret' [-Wunused-variable]
int ret = MPI_Init(0, (void*)0)
^
configure:18342: $? = 0
configure:18343: result: yes
configure:18358: checking for ROSS
configure:18365: $PKG_CONFIG --exists --print-errors "ross"
configure:18368: $? = 0
configure:18382: $PKG_CONFIG --exists --print-errors "ross"
configure:18385: $? = 0
configure:18423: result: yes
configure:19040: checking that generated files are newer than configure
configure:19046: result: done
configure:19125: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by codes config.status 0.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ken
config.status:1215: creating Makefile
config.status:1215: creating maint/codes.pc
config.status:1215: creating codes_config.h
config.status:1381: codes_config.h is unchanged
config.status:1441: linking ../tests/conf to tests/conf
config.status:1460: executing libtool commands
config.status:1460: executing depfiles commands
configure:21683: checking that generated files are newer than configure
configure:21689: result: done
configure:21772: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by codes config.status 0.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ken
config.status:1217: creating Makefile
config.status:1217: creating maint/codes.pc
config.status:1217: creating src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-1728-nodes.conf
config.status:1217: creating codes_config.h
config.status:1383: codes_config.h is unchanged
config.status:1443: linking ../tests/conf to tests/conf
config.status:1462: executing libtool commands
config.status:1462: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mpicc
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=mpicxx
ac_cv_env_DARSHAN_CFLAGS_set=
ac_cv_env_DARSHAN_CFLAGS_value=
ac_cv_env_DARSHAN_LIBS_set=
ac_cv_env_DARSHAN_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/ken/git/ROSS/install/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_ROSS_CFLAGS_set=
ac_cv_env_ROSS_CFLAGS_value=
ac_cv_env_ROSS_LIBS_set=
ac_cv_env_ROSS_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_func_memset=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_m_sqrt=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='mpicc -E'
ac_cv_prog_CXXCPP='mpicxx -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=mpicc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_yacc_root=y.tab
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___Wall=yes
ax_cv_check_cflags___Wextra=yes
ax_cv_check_cflags___Wshadow=yes
ax_cv_prog_bison=yes
ax_cv_prog_flex=no
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_ROSS_CFLAGS=-I/home/ken/git/ROSS/install/include
pkg_cv_ROSS_LIBS='-L/home/ken/git/ROSS/install/lib -lROSS -lm'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ken/git/codes/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/ken/git/codes/missing autoconf'
AUTOHEADER='${SHELL} /home/ken/git/codes/missing autoheader'
AUTOMAKE='${SHELL} /home/ken/git/codes/missing automake-1.15'
AWK='gawk'
BISON=''
CC='mpicc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wextra -Wshadow'
CODES_PURE_PARSER_DEFINES='%pure-parser'
CODES_PUSH_PARSER_DEFINES='%define api.push_pull "push"'
CORTEX_CFLAGS=''
CORTEX_LIBS=''
CORTEX_PYTHON_CFLAGS=''
CORTEX_PYTHON_LIBS=''
CPP='mpicc -E'
CPPFLAGS=''
CXX='mpicxx'
CXXCPP='mpicxx -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DARSHAN_CFLAGS=''
DARSHAN_LIBS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
DUMPI_CFLAGS=''
DUMPI_LIBS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FLEX=''
GREP='/bin/grep'
HAVE_YACC_OLD_PURE_FALSE=''
HAVE_YACC_OLD_PURE_TRUE='#'
HAVE_YACC_OLD_PUSH_FALSE=''
HAVE_YACC_OLD_PUSH_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS='-lm -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/ken/git/codes/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='codes'
PACKAGE_BUGREPORT='http://trac.mcs.anl.gov/projects/codes/newticket'
PACKAGE_NAME='codes'
PACKAGE_STRING='codes 0.6.0'
PACKAGE_TARNAME='codes'
PACKAGE_URL='http://www.mcs.anl.gov/projects/codes/'
PACKAGE_VERSION='0.6.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/ken/git/ROSS/install/lib/pkgconfig'
PYTHON_CFLAGS=''
PYTHON_LIBS=''
RANLIB='ranlib'
RECORDER_CPPFLAGS='-DUSE_RECORDER=1'
ROSS_CFLAGS='-I/home/ken/git/ROSS/install/include'
ROSS_LIBS='-L/home/ken/git/ROSS/install/lib -lROSS -lm'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
USE_CORTEX_FALSE=''
USE_CORTEX_PYTHON_FALSE=''
USE_CORTEX_PYTHON_TRUE='#'
USE_CORTEX_TRUE='#'
USE_DARSHAN_FALSE=''
USE_DARSHAN_TRUE='#'
USE_DEBUG_FALSE=''
USE_DEBUG_TRUE='#'
USE_DUMPI_FALSE=''
USE_DUMPI_TRUE='#'
USE_PYTHON_FALSE=''
USE_PYTHON_TRUE='#'
USE_RECORDER_FALSE='#'
USE_RECORDER_TRUE=''
VERSION='0.6.0'
YACC='bison -y'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='mpicc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_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 -'
bindir='${exec_prefix}/bin'
bison_ok='yes'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/ken/git/codes/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/ken/git/codes/install'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "codes"
#define PACKAGE_TARNAME "codes"
#define PACKAGE_VERSION "0.6.0"
#define PACKAGE_STRING "codes 0.6.0"
#define PACKAGE_BUGREPORT "http://trac.mcs.anl.gov/projects/codes/newticket"
#define PACKAGE_URL "http://www.mcs.anl.gov/projects/codes/"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "codes"
#define VERSION "0.6.0"
#define HAVE_YACC_OLD_PUSH 0
#define HAVE_YACC_OLD_PURE 0
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMSET 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBM 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment