Skip to content

Instantly share code, notes, and snippets.

@rschwarz
Created September 9, 2016 20:13
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 rschwarz/822e62b67db22f1f75b77dc3698fa072 to your computer and use it in GitHub Desktop.
Save rschwarz/822e62b67db22f1f75b77dc3698fa072 to your computer and use it in GitHub Desktop.
Logging file from failing Lapack build withing Ipopt.jl
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ThirdPartyLapack configure 1.5.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../configure --prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr --disable-shared --with-pic
## --------- ##
## Platform. ##
## --------- ##
hostname = zen
uname -m = x86_64
uname -r = 3.16.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/rs/opt/julia/bin/
PATH: /home/rs/go/bin
PATH: /home/rs/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1679: checking for svnversion
configure:1706: result: no
configure:1770: checking build system type
configure:1788: result: x86_64-unknown-linux-gnu
configure:1803: checking whether we want to compile in debug mode
configure:1849: result: no
configure:2099: checking for gcc
configure:2115: found /usr/bin/gcc
configure:2125: result: gcc
configure:2146: checking for C compiler version
configure:2149: gcc --version </dev/null >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:2152: $? = 0
configure:2154: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --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 4.9.2 (Debian 4.9.2-10)
configure:2157: $? = 0
configure:2159: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2162: $? = 4
configure:2185: checking for C compiler default output file name
configure:2188: gcc conftest.c >&5
configure:2191: $? = 0
configure:2237: result: a.out
configure:2242: checking whether the C compiler works
configure:2248: ./a.out
configure:2251: $? = 0
configure:2268: result: yes
configure:2275: checking whether we are cross compiling
configure:2277: result: no
configure:2280: checking for suffix of executables
configure:2282: gcc -o conftest conftest.c >&5
configure:2285: $? = 0
configure:2310: result:
configure:2316: checking for suffix of object files
configure:2337: gcc -c conftest.c >&5
configure:2340: $? = 0
configure:2362: result: o
configure:2366: checking whether we are using the GNU C compiler
configure:2390: gcc -c conftest.c >&5
configure:2396: $? = 0
configure:2400: test -z
|| test ! -s conftest.err
configure:2403: $? = 0
configure:2406: test -s conftest.o
configure:2409: $? = 0
configure:2422: result: yes
configure:2428: checking whether gcc accepts -g
configure:2449: gcc -c -g conftest.c >&5
configure:2455: $? = 0
configure:2459: test -z
|| test ! -s conftest.err
configure:2462: $? = 0
configure:2465: test -s conftest.o
configure:2468: $? = 0
configure:2479: result: yes
configure:2496: checking for gcc option to accept ANSI C
configure:2566: gcc -c -g -O2 conftest.c >&5
configure:2572: $? = 0
configure:2576: test -z
|| test ! -s conftest.err
configure:2579: $? = 0
configure:2582: test -s conftest.o
configure:2585: $? = 0
configure:2603: result: none needed
configure:2621: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2627: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3055: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c >&5
configure:3061: $? = 0
configure:3065: test -z
|| test ! -s conftest.err
configure:3068: $? = 0
configure:3071: test -s conftest
configure:3074: $? = 0
configure:3141: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD
configure:3210: Trying to determine Fortran compiler name
configure:3259: checking for gfortran
configure:3275: found /usr/bin/gfortran
configure:3285: result: gfortran
configure:3393: checking for Fortran 77 compiler version
configure:3396: gfortran --version </dev/null >&5
GNU Fortran (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:3399: $? = 0
configure:3401: gfortran -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --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 4.9.2 (Debian 4.9.2-10)
configure:3404: $? = 0
configure:3406: gfortran -V </dev/null >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:3409: $? = 4
configure:3417: checking whether we are using the GNU Fortran 77 compiler
configure:3431: gfortran -c conftest.F >&5
configure:3437: $? = 0
configure:3441: test -z
|| test ! -s conftest.err
configure:3444: $? = 0
configure:3447: test -s conftest.o
configure:3450: $? = 0
configure:3463: result: yes
configure:3469: checking whether gfortran accepts -g
configure:3481: gfortran -c -g conftest.f >&5
configure:3487: $? = 0
configure:3491: test -z
|| test ! -s conftest.err
configure:3494: $? = 0
configure:3497: test -s conftest.o
configure:3500: $? = 0
configure:3512: result: yes
configure:3747: gfortran -o conftest -O3 -pipe conftest.f >&5
configure:3753: $? = 0
configure:3757: test -z
|| test ! -s conftest.err
configure:3760: $? = 0
configure:3763: test -s conftest
configure:3766: $? = 0
configure:3824: Fortran compiler options are: -O3 -pipe
configure:3856: checking how to get verbose linking output from gfortran
configure:3867: gfortran -c -O3 -pipe conftest.f >&5
configure:3873: $? = 0
configure:3877: test -z
|| test ! -s conftest.err
configure:3880: $? = 0
configure:3883: test -s conftest.o
configure:3886: $? = 0
configure:3903: gfortran -o conftest -O3 -pipe -v conftest.f >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --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 4.9.2 (Debian 4.9.2-10)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.9/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O3 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.9/finclude -o - |
as -v --64 -o /tmp/cc8aBtXE.o
GNU assembler version 2.25 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.25
GNU Fortran (Debian 4.9.2-10) version 4.9.2 (x86_64-linux-gnu)
compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (Debian 4.9.2-10) version 4.9.2 (x86_64-linux-gnu)
compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.9/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/cc82nCE7.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. /tmp/cc8aBtXE.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o
configure:3958: result: -v
configure:3960: checking for Fortran libraries of gfortran
configure:3981: gfortran -o conftest -O3 -pipe -v conftest.f >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --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 4.9.2 (Debian 4.9.2-10)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.9/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O3 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.9/finclude -o - |
as -v --64 -o /tmp/ccmX130K.o
GNU assembler version 2.25 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.25
GNU Fortran (Debian 4.9.2-10) version 4.9.2 (x86_64-linux-gnu)
compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (Debian 4.9.2-10) version 4.9.2 (x86_64-linux-gnu)
compiled by GNU C version 4.9.2, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.9/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccq5EdNd.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 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. /tmp/ccmX130K.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o
configure:4142: result: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure:4209: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath
configure:4218: checking for dummy main to link with Fortran libraries
configure:4257: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath >&5
configure:4263: $? = 0
configure:4267: test -z
|| test ! -s conftest.err
configure:4270: $? = 0
configure:4273: test -s conftest
configure:4276: $? = 0
configure:4354: result: none
configure:4390: checking for Fortran name-mangling scheme
configure:4404: gfortran -c -O3 -pipe conftest.f >&5
configure:4410: $? = 0
configure:4414: test -z
|| test ! -s conftest.err
configure:4417: $? = 0
configure:4420: test -s conftest.o
configure:4423: $? = 0
configure:4470: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath >&5
/tmp/cco6TQdI.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:4476: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ThirdPartyLapack"
| #define PACKAGE_TARNAME "thirdpartylapack"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "ThirdPartyLapack 1.5.2"
| #define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket"
| #define LAPACK_VERSION "1.5.2"
| #define LAPACK_VERSION_MAJOR 1
| #define LAPACK_VERSION_MINOR 5
| #define LAPACK_VERSION_RELEASE 2
| #define COIN_LAPACK_VERBOSITY 0
| #define COIN_LAPACK_CHECKLEVEL 0
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char foobar ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| foobar ();
| ;
| return 0;
| }
configure:4470: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath >&5
configure:4476: $? = 0
configure:4480: test -z
|| test ! -s conftest.err
configure:4483: $? = 0
configure:4486: test -s conftest
configure:4489: $? = 0
configure:4557: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath >&5
configure:4563: $? = 0
configure:4567: test -z
|| test ! -s conftest.err
configure:4570: $? = 0
configure:4573: test -s conftest
configure:4576: $? = 0
configure:4626: result: lower case, underscore, no extra underscore
configure:4797: checking for pkg-config
configure:4826: result: no
configure:7330: checking whether -lblas has BLAS
configure:7446: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c -lblas >&5
/usr/bin/ld: cannot find -lblas
collect2: error: ld returned 1 exit status
configure:7452: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ThirdPartyLapack"
| #define PACKAGE_TARNAME "thirdpartylapack"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "ThirdPartyLapack 1.5.2"
| #define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket"
| #define LAPACK_VERSION "1.5.2"
| #define LAPACK_VERSION_MAJOR 1
| #define LAPACK_VERSION_MINOR 5
| #define LAPACK_VERSION_RELEASE 2
| #define COIN_LAPACK_VERBOSITY 0
| #define COIN_LAPACK_CHECKLEVEL 0
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| void daxpy_();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| daxpy_()
| ;
| return 0;
| }
configure:7513: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD conftest.c -lblas -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath >&5
/usr/bin/ld: cannot find -lblas
collect2: error: ld returned 1 exit status
configure:7519: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ThirdPartyLapack"
| #define PACKAGE_TARNAME "thirdpartylapack"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "ThirdPartyLapack 1.5.2"
| #define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket"
| #define LAPACK_VERSION "1.5.2"
| #define LAPACK_VERSION_MAJOR 1
| #define LAPACK_VERSION_MINOR 5
| #define LAPACK_VERSION_RELEASE 2
| #define COIN_LAPACK_VERBOSITY 0
| #define COIN_LAPACK_CHECKLEVEL 0
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| void daxpy_();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| daxpy_()
| ;
| return 0;
| }
configure:7549: result: no
configure:7734: checking for COIN-OR package Blas
configure:7916: result: skipped check via pkg-config, redirect to fallback
configure:7919: checking for COIN-OR package Blas (fallback)
configure:7985: result: no, dependency coinblas not available
configure:8295: error: Required package BLAS not found.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_ADD_CFLAGS_set=
ac_cv_env_ADD_CFLAGS_value=
ac_cv_env_ADD_FFLAGS_set=
ac_cv_env_ADD_FFLAGS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CDEFS_set=
ac_cv_env_CDEFS_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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBG_CFLAGS_set=
ac_cv_env_DBG_CFLAGS_value=
ac_cv_env_DBG_FFLAGS_set=
ac_cv_env_DBG_FFLAGS_value=
ac_cv_env_DLAMCH_FFLAGS_set=
ac_cv_env_DLAMCH_FFLAGS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_MPICC_set=
ac_cv_env_MPICC_value=
ac_cv_env_MPIF77_set=
ac_cv_env_MPIF77_value=
ac_cv_env_OPT_CFLAGS_set=
ac_cv_env_OPT_CFLAGS_value=
ac_cv_env_OPT_FFLAGS_set=
ac_cv_env_OPT_FFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_dummy_main=none
ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath'
ac_cv_f77_mangling='lower case, underscore, no extra underscore'
ac_cv_fortran_dummy_main=none
ac_cv_objext=o
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_have_svnversion=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABSBUILDDIR=''
ACLOCAL=''
ADD_CFLAGS=''
ADD_FFLAGS=''
ALWAYS_FALSE_FALSE=''
ALWAYS_FALSE_TRUE='#'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR=''
AR=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
AUX_DIR=''
AWK=''
BLAS_CFLAGS=''
BLAS_CFLAGS_INSTALLED=''
BLAS_DATA=''
BLAS_DATA_INSTALLED=''
BLAS_DEPENDENCIES=''
BLAS_LIBS=''
BLAS_LIBS_INSTALLED=''
BUILDTOOLSDIR=''
CC='gcc'
CCDEPMODE=''
CDEFS=''
CFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD'
COIN_CC_IS_CL_FALSE=''
COIN_CC_IS_CL_TRUE='#'
COIN_HAS_BLAS_FALSE=''
COIN_HAS_BLAS_TRUE='#'
COIN_HAS_PKGCONFIG_FALSE=''
COIN_HAS_PKGCONFIG_TRUE='#'
COIN_PKG_CONFIG_PATH='/home/rs/.julia/v0.4/Ipopt/deps/usr/lib64/pkgconfig:/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig:/home/rs/.julia/v0.4/Ipopt/deps/usr/share/pkgconfig:'
COIN_PKG_CONFIG_PATH_UNINSTALLED=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DBG_CFLAGS='-g -O0 -pipe -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
DBG_FFLAGS='-g -O0 -pipe '
DEFS=''
DEPDIR=''
DEPENDENCY_LINKING_FALSE=''
DEPENDENCY_LINKING_TRUE=''
DLAMCH_FFLAGS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77='gfortran'
FFLAGS='-O3 -pipe '
FLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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/4.9/../../.. -lgfortran -lm -lquadmath'
HAVE_EXTERNALS_FALSE=''
HAVE_EXTERNALS_TRUE=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_STRIP_PROGRAM=''
LAPACKLIB_CFLAGS=''
LAPACKLIB_CFLAGS_INSTALLED=''
LAPACKLIB_DEPENDENCIES=''
LAPACKLIB_LIBS=''
LAPACKLIB_LIBS_INSTALLED=''
LAPACKLIB_PCLIBS=''
LAPACKLIB_PCREQUIRES=''
LAPACK_SVN_REV=''
LDFLAGS=''
LIBEXT=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOLM4=''
LN_S=''
LTLIBOBJS=''
LT_LDFLAGS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
MPICC=''
MPIF77=''
OBJEXT='o'
OPT_CFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
OPT_FFLAGS='-O3 -pipe '
PACKAGE=''
PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket'
PACKAGE_NAME='ThirdPartyLapack'
PACKAGE_STRING='ThirdPartyLapack 1.5.2'
PACKAGE_TARNAME='thirdpartylapack'
PACKAGE_VERSION='1.5.2'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB=''
RPATH_FLAGS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION=''
VPATH_DISTCLEANFILES=''
abs_bin_dir=''
abs_include_dir=''
abs_lib_dir=''
abs_source_dir=''
ac_c_preproc_warn_flag=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77='gfortran'
ac_ct_PKG_CONFIG=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_cxx_preproc_warn_flag=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot=''
am__quote=''
am__tar=''
am__untar=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
have_autoconf=''
have_automake=''
have_svn=''
have_svnversion='no'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p=''
oldincludedir='/usr/include'
prefix='/home/rs/.julia/v0.4/Ipopt/deps/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sol_cc_compiler=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define COIN_LAPACK_CHECKLEVEL 0
#define COIN_LAPACK_VERBOSITY 0
#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## _
#define LAPACK_VERSION "1.5.2"
#define LAPACK_VERSION_MAJOR 1
#define LAPACK_VERSION_MINOR 5
#define LAPACK_VERSION_RELEASE 2
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/BuildTools/newticket"
#define PACKAGE_NAME "ThirdPartyLapack"
#define PACKAGE_STRING "ThirdPartyLapack 1.5.2"
#define PACKAGE_TARNAME "thirdpartylapack"
#define PACKAGE_VERSION "1.5.2"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment