Last active
March 21, 2017 05:57
-
-
Save Poofee/54e53923df63aaafab6ffb621174e9be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by spral configure 2016.06.24, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ../configure NVCC=nvcc NVCC_INCLUDE_FLAGS=-I/usr/local/cuda/include --with-metis=-L/home/poofee/metis-4.0.3 -lmetis --with-blas=-L/home/poofee/openblas/lib -lopenblas | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = hoofee | |
uname -m = x86_64 | |
uname -r = 4.4.0-21-generic | |
uname -s = Linux | |
uname -v = #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 | |
/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: /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: /usr/local/cuda | |
PATH: /usr/local/cuda/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2472: checking for a BSD-compatible install | |
configure:2540: result: /usr/bin/install -c | |
configure:2551: checking whether build environment is sane | |
configure:2606: result: yes | |
configure:2757: checking for a thread-safe mkdir -p | |
configure:2796: result: /bin/mkdir -p | |
configure:2803: checking for gawk | |
configure:2833: result: no | |
configure:2803: checking for mawk | |
configure:2819: found /usr/bin/mawk | |
configure:2830: result: mawk | |
configure:2841: checking whether make sets $(MAKE) | |
configure:2863: result: yes | |
configure:2892: checking whether make supports nested variables | |
configure:2909: result: yes | |
configure:3106: checking for gcc | |
configure:3122: found /usr/bin/gcc | |
configure:3133: result: gcc | |
configure:3362: checking for C compiler version | |
configure:3371: gcc --version >&5 | |
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 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:3382: $? = 0 | |
configure:3371: gcc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=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.4' --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.4) | |
configure:3382: $? = 0 | |
configure:3371: gcc -V >&5 | |
gcc: error: unrecognized command line option '-V' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3382: $? = 1 | |
configure:3371: gcc -qversion >&5 | |
gcc: error: unrecognized command line option '-qversion' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3382: $? = 1 | |
configure:3402: checking whether the C compiler works | |
configure:3424: gcc conftest.c >&5 | |
configure:3428: $? = 0 | |
configure:3476: result: yes | |
configure:3479: checking for C compiler default output file name | |
configure:3481: result: a.out | |
configure:3487: checking for suffix of executables | |
configure:3494: gcc -o conftest conftest.c >&5 | |
configure:3498: $? = 0 | |
configure:3520: result: | |
configure:3542: checking whether we are cross compiling | |
configure:3550: gcc -o conftest conftest.c >&5 | |
configure:3554: $? = 0 | |
configure:3561: ./conftest | |
configure:3565: $? = 0 | |
configure:3580: result: no | |
configure:3585: checking for suffix of object files | |
configure:3607: gcc -c conftest.c >&5 | |
configure:3611: $? = 0 | |
configure:3632: result: o | |
configure:3636: checking whether we are using the GNU C compiler | |
configure:3655: gcc -c conftest.c >&5 | |
configure:3655: $? = 0 | |
configure:3664: result: yes | |
configure:3673: checking whether gcc accepts -g | |
configure:3693: gcc -c -g conftest.c >&5 | |
configure:3693: $? = 0 | |
configure:3734: result: yes | |
configure:3751: checking for gcc option to accept ISO C89 | |
configure:3814: gcc -c -g -O2 conftest.c >&5 | |
configure:3814: $? = 0 | |
configure:3827: result: none needed | |
configure:3852: checking whether gcc understands -c and -o together | |
configure:3874: gcc -c conftest.c -o conftest2.o | |
configure:3877: $? = 0 | |
configure:3874: gcc -c conftest.c -o conftest2.o | |
configure:3877: $? = 0 | |
configure:3889: result: yes | |
configure:3917: checking for style of include used by make | |
configure:3945: result: GNU | |
configure:3971: checking dependency style of gcc | |
configure:4082: result: gcc3 | |
configure:4155: checking for g++ | |
configure:4171: found /usr/bin/g++ | |
configure:4182: result: g++ | |
configure:4209: checking for C++ compiler version | |
configure:4218: g++ --version >&5 | |
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 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:4229: $? = 0 | |
configure:4218: g++ -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=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.4' --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.4) | |
configure:4229: $? = 0 | |
configure:4218: g++ -V >&5 | |
g++: error: unrecognized command line option '-V' | |
g++: fatal error: no input files | |
compilation terminated. | |
configure:4229: $? = 1 | |
configure:4218: g++ -qversion >&5 | |
g++: error: unrecognized command line option '-qversion' | |
g++: fatal error: no input files | |
compilation terminated. | |
configure:4229: $? = 1 | |
configure:4233: checking whether we are using the GNU C++ compiler | |
configure:4252: g++ -c conftest.cpp >&5 | |
configure:4252: $? = 0 | |
configure:4261: result: yes | |
configure:4270: checking whether g++ accepts -g | |
configure:4290: g++ -c -g conftest.cpp >&5 | |
configure:4290: $? = 0 | |
configure:4331: result: yes | |
configure:4356: checking dependency style of g++ | |
configure:4467: result: gcc3 | |
configure:4535: checking for g77 | |
configure:4565: result: no | |
configure:4535: checking for xlf | |
configure:4565: result: no | |
configure:4535: checking for f77 | |
configure:4551: found /usr/bin/f77 | |
configure:4562: result: f77 | |
configure:4588: checking for Fortran 77 compiler version | |
configure:4597: f77 --version >&5 | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 | |
Copyright (C) 2015 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 | |
configure:4608: $? = 0 | |
configure:4597: f77 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=f77 | |
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.4' --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.4) | |
configure:4608: $? = 0 | |
configure:4597: f77 -V >&5 | |
f77: error: unrecognized command line option '-V' | |
f77: fatal error: no input files | |
compilation terminated. | |
configure:4608: $? = 1 | |
configure:4597: f77 -qversion >&5 | |
f77: error: unrecognized command line option '-qversion' | |
f77: fatal error: no input files | |
compilation terminated. | |
configure:4608: $? = 1 | |
configure:4617: checking whether we are using the GNU Fortran 77 compiler | |
configure:4630: f77 -c conftest.F >&5 | |
configure:4630: $? = 0 | |
configure:4639: result: yes | |
configure:4645: checking whether f77 accepts -g | |
configure:4656: f77 -c -g conftest.f >&5 | |
configure:4656: $? = 0 | |
configure:4664: result: yes | |
configure:4746: checking for gfortran | |
configure:4762: found /usr/bin/gfortran | |
configure:4773: result: gfortran | |
configure:4799: checking for Fortran compiler version | |
configure:4808: gfortran --version >&5 | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 | |
Copyright (C) 2015 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 | |
configure:4819: $? = 0 | |
configure:4808: gfortran -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gfortran | |
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.4' --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.4) | |
configure:4819: $? = 0 | |
configure:4808: gfortran -V >&5 | |
gfortran: error: unrecognized command line option '-V' | |
gfortran: fatal error: no input files | |
compilation terminated. | |
configure:4819: $? = 1 | |
configure:4808: gfortran -qversion >&5 | |
gfortran: error: unrecognized command line option '-qversion' | |
gfortran: fatal error: no input files | |
compilation terminated. | |
configure:4819: $? = 1 | |
configure:4828: checking whether we are using the GNU Fortran compiler | |
configure:4841: gfortran -c conftest.F >&5 | |
configure:4841: $? = 0 | |
configure:4850: result: yes | |
configure:4856: checking whether gfortran accepts -g | |
configure:4867: gfortran -c -g conftest.f >&5 | |
configure:4867: $? = 0 | |
configure:4875: result: yes | |
configure:4947: checking for ranlib | |
configure:4963: found /usr/bin/ranlib | |
configure:4974: result: ranlib | |
configure:5066: checking for gcc option to accept ISO C99 | |
configure:5215: gcc -c -g -O2 conftest.c >&5 | |
configure:5215: $? = 0 | |
configure:5228: result: none needed | |
configure:5267: checking for gcc option to support OpenMP | |
configure:5282: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:13:2: error: unknown type name 'choke' | |
choke me | |
^ | |
In file included from conftest.c:15:0: | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:35:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' | |
typedef struct | |
^ | |
configure:5282: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| /* end confdefs.h. */ | |
| | |
| #ifndef _OPENMP | |
| choke me | |
| #endif | |
| #include <omp.h> | |
| int main () { return omp_get_num_threads (); } | |
| | |
configure:5300: gcc -o conftest -g -O2 -fopenmp conftest.c >&5 | |
configure:5300: $? = 0 | |
configure:5314: result: -fopenmp | |
configure:5339: checking for g++ option to support OpenMP | |
configure:5354: g++ -o conftest -g -O2 conftest.cpp >&5 | |
conftest.cpp:13:2: error: 'choke' does not name a type | |
choke me | |
^ | |
In file included from conftest.cpp:15:0: | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:39:3: error: 'omp_lock_t' does not name a type | |
} omp_lock_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: variable or field 'omp_init_lock' declared void | |
extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: 'omp_lock_t' was not declared in this scope | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:40: error: expected primary-expression before ')' token | |
extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: variable or field 'omp_destroy_lock' declared void | |
extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: 'omp_lock_t' was not declared in this scope | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:43: error: expected primary-expression before ')' token | |
extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: variable or field 'omp_set_lock' declared void | |
extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: 'omp_lock_t' was not declared in this scope | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:39: error: expected primary-expression before ')' token | |
extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: variable or field 'omp_unset_lock' declared void | |
extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: 'omp_lock_t' was not declared in this scope | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:41: error: expected primary-expression before ')' token | |
extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:27: error: 'omp_lock_t' was not declared in this scope | |
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:39: error: expected primary-expression before ')' token | |
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:41: error: expected ',' or ';' before 'throw' | |
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; | |
^ | |
configure:5354: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| /* end confdefs.h. */ | |
| | |
| #ifndef _OPENMP | |
| choke me | |
| #endif | |
| #include <omp.h> | |
| int main () { return omp_get_num_threads (); } | |
| | |
configure:5372: g++ -o conftest -g -O2 -fopenmp conftest.cpp >&5 | |
configure:5372: $? = 0 | |
configure:5386: result: -fopenmp | |
configure:5411: checking build system type | |
configure:5425: result: x86_64-pc-linux-gnu | |
configure:5445: checking host system type | |
configure:5458: result: x86_64-pc-linux-gnu | |
configure:5483: checking how to get verbose linking output from gfortran | |
configure:5493: gfortran -c -g -O2 conftest.f >&5 | |
configure:5493: $? = 0 | |
configure:5511: gfortran -o conftest -g -O2 -v conftest.f | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Thread model: posix | |
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | |
/usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccbLzQny.s | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
as -v --64 -o /tmp/cciqvuuP.o /tmp/ccbLzQny.s | |
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1 | |
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec | |
rename spec lib to liborig | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccu1oSB6.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/cciqvuuP.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
configure:5594: result: -v | |
configure:5596: checking for Fortran libraries of gfortran | |
configure:5619: gfortran -o conftest -g -O2 -v conftest.f | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Thread model: posix | |
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | |
/usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccmQc5ME.s | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
as -v --64 -o /tmp/ccja7l2V.o /tmp/ccmQc5ME.s | |
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1 | |
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec | |
rename spec lib to liborig | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccT6Okid.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/ccja7l2V.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
configure:5815: result: -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath | |
configure:5827: checking flags to link C main with gfortran | |
Trying '' | |
configure:5881: result: none | |
configure:5945: checking for std::align | |
configure:5967: g++ -o conftest -g -O2 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:16:1: error: 'align' is not a member of 'std' | |
std::align(alignment, size, ptr, space); | |
^ | |
configure:5967: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| /* end confdefs.h. */ | |
| #include <memory> | |
| int | |
| main () | |
| { | |
| std::size_t alignment, size, space; void* ptr; | |
| std::align(alignment, size, ptr, space); | |
| ; | |
| return 0; | |
| } | |
configure:5973: result: no | |
configure:5987: checking for sched_getcpu() | |
configure:6000: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:15:1: warning: implicit declaration of function 'sched_getcpu' [-Wimplicit-function-declaration] | |
sched_getcpu(); | |
^ | |
configure:6000: $? = 0 | |
configure:6001: result: yes | |
configure:6020: checking how to get verbose linking output from f77 | |
configure:6030: f77 -c -g -O2 conftest.f >&5 | |
configure:6030: $? = 0 | |
configure:6048: f77 -o conftest -g -O2 -v conftest.f | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Thread model: posix | |
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | |
/usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccBTAU5T.s | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
as -v --64 -o /tmp/ccBSJh3b.o /tmp/ccBTAU5T.s | |
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1 | |
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec | |
rename spec lib to liborig | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cc5rRn1t.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/ccBSJh3b.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
configure:6131: result: -v | |
configure:6133: checking for Fortran 77 libraries of f77 | |
configure:6156: f77 -o conftest -g -O2 -v conftest.f | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Thread model: posix | |
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) | |
/usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccPR8kKU.s | |
GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu) | |
compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3 | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
as -v --64 -o /tmp/cciZP9Qc.o /tmp/ccPR8kKU.s | |
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1 | |
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec | |
rename spec lib to liborig | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccL00EYu.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/cciZP9Qc.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
configure:6352: result: -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath | |
configure:6368: checking for dummy main to link with Fortran 77 libraries | |
configure:6402: gcc -o conftest -g -O2 conftest.c -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
configure:6402: $? = 0 | |
configure:6447: result: none | |
configure:6480: checking for Fortran 77 name-mangling scheme | |
configure:6493: f77 -c -g -O2 conftest.f >&5 | |
configure:6493: $? = 0 | |
configure:6534: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
/tmp/cciDS1km.o: In function `main': | |
/home/poofee/spral/build/conftest.c:31: undefined reference to `foobar' | |
collect2: error: ld returned 1 exit status | |
configure:6534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char foobar (); | |
| #ifdef F77_DUMMY_MAIN | |
| | |
| # ifdef __cplusplus | |
| extern "C" | |
| # endif | |
| int F77_DUMMY_MAIN() { return 1; } | |
| | |
| #endif | |
| int | |
| main () | |
| { | |
| return foobar (); | |
| ; | |
| return 0; | |
| } | |
configure:6534: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
configure:6534: $? = 0 | |
configure:6592: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
configure:6592: $? = 0 | |
configure:6634: result: lower case, underscore, no extra underscore | |
configure:6709: checking for sgemm_ in -L/home/poofee/openblas/lib -lopenblas | |
configure:6737: gcc -o conftest -g -O2 conftest.c -L/home/poofee/openblas/lib -lopenblas -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
configure:6737: $? = 0 | |
configure:6744: result: yes | |
configure:8045: checking for cheev_ | |
configure:8045: gcc -o conftest -g -O2 conftest.c -L/home/poofee/openblas/lib -lopenblas -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5 | |
configure:8045: $? = 0 | |
configure:8045: result: yes | |
configure:8125: checking for METIS library | |
configure:8170: checking for metis_nodend_ in -L/home/poofee/metis-4.0.3 -lmetis | |
configure:8198: gcc -o conftest -g -O2 conftest.c -L/home/poofee/metis-4.0.3 -lmetis -lm >&5 | |
configure:8198: $? = 0 | |
configure:8205: result: yes | |
configure:8281: checking version of METIS | |
configure:8309: gcc -o conftest -g -O2 conftest.c -L/home/poofee/metis-4.0.3 -lmetis -lm >&5 | |
/tmp/cczmYooA.o: In function `main': | |
/home/poofee/spral/build/conftest.c:34: undefined reference to `METIS_Free' | |
collect2: error: ld returned 1 exit status | |
configure:8309: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| #define HAVE_BLAS 1 | |
| #define HAVE_LAPACK 1 | |
| #define HAVE_METIS 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char METIS_Free (); | |
| #ifdef F77_DUMMY_MAIN | |
| | |
| # ifdef __cplusplus | |
| extern "C" | |
| # endif | |
| int F77_DUMMY_MAIN() { return 1; } | |
| | |
| #endif | |
| int | |
| main () | |
| { | |
| return METIS_Free (); | |
| ; | |
| return 0; | |
| } | |
configure:8318: result: "version 4" | |
configure:8383: checking for pkg-config | |
configure:8401: found /usr/bin/pkg-config | |
configure:8413: result: /usr/bin/pkg-config | |
configure:8438: checking pkg-config is at least version 0.9.0 | |
configure:8441: result: yes | |
configure:8452: checking for HWLOC | |
configure:8459: $PKG_CONFIG --exists --print-errors "hwloc" | |
Package hwloc was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `hwloc.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'hwloc' found | |
configure:8462: $? = 1 | |
configure:8476: $PKG_CONFIG --exists --print-errors "hwloc" | |
Package hwloc was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `hwloc.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'hwloc' found | |
configure:8479: $? = 1 | |
configure:8493: result: no | |
No package 'hwloc' found | |
configure:8509: WARNING: hwloc not supplied: cannot detect NUMA regions | |
configure:8533: checking how to run the C preprocessor | |
configure:8564: gcc -E conftest.c | |
configure:8564: $? = 0 | |
configure:8578: gcc -E conftest.c | |
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:8578: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| #define HAVE_BLAS 1 | |
| #define HAVE_LAPACK 1 | |
| #define HAVE_METIS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8603: result: gcc -E | |
configure:8623: gcc -E conftest.c | |
configure:8623: $? = 0 | |
configure:8637: gcc -E conftest.c | |
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:8637: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| #define HAVE_BLAS 1 | |
| #define HAVE_LAPACK 1 | |
| #define HAVE_METIS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8666: checking for grep that handles long lines and -e | |
configure:8724: result: /bin/grep | |
configure:8729: checking for egrep | |
configure:8791: result: /bin/grep -E | |
configure:8796: checking for ANSI C header files | |
configure:8824: gcc -c -g -O2 conftest.c >&5 | |
configure:8824: $? = 0 | |
configure:8897: gcc -o conftest -g -O2 conftest.c >&5 | |
configure:8897: $? = 0 | |
configure:8897: ./conftest | |
configure:8897: $? = 0 | |
configure:8908: result: yes | |
configure:8921: checking for sys/types.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for sys/stat.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for stdlib.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for string.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for memory.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for strings.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for inttypes.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for stdint.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8921: checking for unistd.h | |
configure:8921: gcc -c -g -O2 conftest.c >&5 | |
configure:8921: $? = 0 | |
configure:8921: result: yes | |
configure:8940: checking cuda_runtime_api.h usability | |
configure:8940: gcc -c -g -O2 conftest.c >&5 | |
conftest.c:58:30: fatal error: cuda_runtime_api.h: No such file or directory | |
compilation terminated. | |
configure:8940: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| #define HAVE_BLAS 1 | |
| #define HAVE_LAPACK 1 | |
| #define HAVE_METIS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* 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 <cuda_runtime_api.h> | |
configure:8940: result: no | |
configure:8940: checking cuda_runtime_api.h presence | |
configure:8940: gcc -E conftest.c | |
conftest.c:25:30: fatal error: cuda_runtime_api.h: No such file or directory | |
compilation terminated. | |
configure:8940: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spral" | |
| #define PACKAGE_TARNAME "spral" | |
| #define PACKAGE_VERSION "2016.06.24" | |
| #define PACKAGE_STRING "spral 2016.06.24" | |
| #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spral" | |
| #define VERSION "2016.06.24" | |
| #define HAVE_SCHED_GETCPU 1 | |
| #define HAVE_BLAS 1 | |
| #define HAVE_LAPACK 1 | |
| #define HAVE_METIS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <cuda_runtime_api.h> | |
configure:8940: result: no | |
configure:8940: checking for cuda_runtime_api.h | |
configure:8940: result: no | |
configure:8951: checking for cuda_runtime_api.h | |
configure:8951: result: no | |
configure:8967: error: NVCC include path not found | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-pc-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_F77_set= | |
ac_cv_env_F77_value= | |
ac_cv_env_FCFLAGS_set= | |
ac_cv_env_FCFLAGS_value= | |
ac_cv_env_FC_set= | |
ac_cv_env_FC_value= | |
ac_cv_env_FFLAGS_set= | |
ac_cv_env_FFLAGS_value= | |
ac_cv_env_HWLOC_CFLAGS_set= | |
ac_cv_env_HWLOC_CFLAGS_value= | |
ac_cv_env_HWLOC_LIBS_set= | |
ac_cv_env_HWLOC_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_NVCCFLAGS_set= | |
ac_cv_env_NVCCFLAGS_value= | |
ac_cv_env_NVCC_set=set | |
ac_cv_env_NVCC_value=nvcc | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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_f77_compiler_gnu=yes | |
ac_cv_f77_dummy_main=none | |
ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath' | |
ac_cv_f77_mangling='lower case, underscore, no extra underscore' | |
ac_cv_fc_compiler_gnu=yes | |
ac_cv_fc_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath' | |
ac_cv_fortran_dummy_main=none | |
ac_cv_func_cheev_=yes | |
ac_cv_header_cuda_runtime_api_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_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_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=mawk | |
ac_cv_prog_CPP='gcc -E' | |
ac_cv_prog_ac_ct_CC=gcc | |
ac_cv_prog_ac_ct_CXX=g++ | |
ac_cv_prog_ac_ct_F77=f77 | |
ac_cv_prog_ac_ct_FC=gfortran | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_c_openmp=-fopenmp | |
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_cxx_openmp=-fopenmp | |
ac_cv_prog_f77_g=yes | |
ac_cv_prog_f77_v=-v | |
ac_cv_prog_fc_g=yes | |
ac_cv_prog_fc_v=-v | |
ac_cv_prog_make_make_set=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 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /home/poofee/spral/missing aclocal-1.15' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AUTOCONF='${SHELL} /home/poofee/spral/missing autoconf' | |
AUTOHEADER='${SHELL} /home/poofee/spral/missing autoheader' | |
AUTOMAKE='${SHELL} /home/poofee/spral/missing automake-1.15' | |
AWK='mawk' | |
BLAS_LIBS='-L/home/poofee/openblas/lib -lopenblas' | |
CC='gcc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-g -O2' | |
CPP='gcc -E' | |
CPPFLAGS='' | |
CXX='g++' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2' | |
CXXLIB='-lstdc++' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
F77='f77' | |
FC='gfortran' | |
FCFLAGS='-g -O2' | |
FCLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath' | |
FFLAGS='-g -O2' | |
FLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath' | |
GREP='/bin/grep' | |
GTG_INCLUDE='' | |
GTG_LIBS='' | |
HAVE_NVCC_FALSE='#' | |
HAVE_NVCC_TRUE='' | |
HWLOC_CFLAGS='' | |
HWLOC_LIBS='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LAPACK_LIBS='' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /home/poofee/spral/missing makeinfo' | |
METIS_LIBS='-L/home/poofee/metis-4.0.3 -lmetis' | |
METIS_VERSION='4' | |
MKDIR_P='/bin/mkdir -p' | |
NO_FORT_MAIN='' | |
NVCC='nvcc' | |
NVCCFLAGS='-g -arch=compute_20 -code=compute_20,sm_20,sm_35' | |
NVCC_INCLUDE_FLAGS='-I/usr/local/cuda/include -I/usr/local/cuda/include' | |
OBJEXT='o' | |
OPENMP_CFLAGS='-fopenmp' | |
OPENMP_CXXFLAGS='-fopenmp' | |
PACKAGE='spral' | |
PACKAGE_BUGREPORT='jonathan.hogg@stfc.ac.uk' | |
PACKAGE_NAME='spral' | |
PACKAGE_STRING='spral 2016.06.24' | |
PACKAGE_TARNAME='spral' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2016.06.24' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/bin/pkg-config --static' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
RANLIB='ranlib' | |
SET_MAKE='' | |
SHELL='/bin/bash' | |
STRIP='' | |
VERSION='2016.06.24' | |
ac_ct_CC='gcc' | |
ac_ct_CXX='g++' | |
ac_ct_F77='f77' | |
ac_ct_FC='gfortran' | |
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' | |
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='NONE' | |
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/poofee/spral/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='NONE' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "spral" | |
#define PACKAGE_TARNAME "spral" | |
#define PACKAGE_VERSION "2016.06.24" | |
#define PACKAGE_STRING "spral 2016.06.24" | |
#define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk" | |
#define PACKAGE_URL "" | |
#define PACKAGE "spral" | |
#define VERSION "2016.06.24" | |
#define HAVE_SCHED_GETCPU 1 | |
#define HAVE_BLAS 1 | |
#define HAVE_LAPACK 1 | |
#define HAVE_METIS 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment