2023-04-07 09:22:40 +00:00

1020 lines
33 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by m4ri configure 20140914, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = code-server
uname -m = x86_64
uname -r = 5.15.74-1-pve
uname -s = Linux
uname -v = #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100)
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/code-server/lib/vscode/bin/remote-cli
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /root/.local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2295: checking build system type
configure:2309: result: x86_64-unknown-linux-gnu
configure:2329: checking host system type
configure:2342: result: x86_64-unknown-linux-gnu
configure:2381: checking for a BSD-compatible install
configure:2449: result: /usr/bin/install -c
configure:2460: checking whether build environment is sane
configure:2515: result: yes
configure:2666: checking for a thread-safe mkdir -p
configure:2705: result: /usr/bin/mkdir -p
configure:2712: checking for gawk
configure:2742: result: no
configure:2712: checking for mawk
configure:2728: found /usr/bin/mawk
configure:2739: result: mawk
configure:2750: checking whether make sets $(MAKE)
configure:2772: result: yes
configure:2801: checking whether make supports nested variables
configure:2818: result: yes
configure:2946: checking whether to enable maintainer-specific portions of Makefiles
configure:2955: result: no
configure:2983: checking for style of include used by make
configure:3011: result: GNU
configure:3082: checking for gcc
configure:3098: found /usr/bin/gcc
configure:3109: result: gcc
configure:3338: checking for C compiler version
configure:3347: gcc --version >&5
gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0
Copyright (C) 2022 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:3358: $? = 0
configure:3347: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 12.2.0-3ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-U8K4Qv/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-U8K4Qv/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Ubuntu 12.2.0-3ubuntu1)
... rest of stderr output deleted ...
configure:3358: $? = 0
configure:3347: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3358: $? = 1
configure:3347: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3358: $? = 1
configure:3378: checking whether the C compiler works
configure:3400: gcc conftest.c >&5
configure:3404: $? = 0
configure:3452: result: yes
configure:3455: checking for C compiler default output file name
configure:3457: result: a.out
configure:3463: checking for suffix of executables
configure:3470: gcc -o conftest conftest.c >&5
configure:3474: $? = 0
configure:3496: result:
configure:3518: checking whether we are cross compiling
configure:3526: gcc -o conftest conftest.c >&5
configure:3530: $? = 0
configure:3537: ./conftest
configure:3541: $? = 0
configure:3556: result: no
configure:3561: checking for suffix of object files
configure:3583: gcc -c conftest.c >&5
configure:3587: $? = 0
configure:3608: result: o
configure:3612: checking whether we are using the GNU C compiler
configure:3631: gcc -c conftest.c >&5
configure:3631: $? = 0
configure:3640: result: yes
configure:3649: checking whether gcc accepts -g
configure:3669: gcc -c -g conftest.c >&5
configure:3669: $? = 0
configure:3710: result: yes
configure:3727: checking for gcc option to accept ISO C89
configure:3790: gcc -c -g -O2 conftest.c >&5
configure:3790: $? = 0
configure:3803: result: none needed
configure:3828: checking whether gcc understands -c and -o together
configure:3850: gcc -c conftest.c -o conftest2.o
configure:3853: $? = 0
configure:3850: gcc -c conftest.c -o conftest2.o
configure:3853: $? = 0
configure:3865: result: yes
configure:3884: checking dependency style of gcc
configure:3995: result: gcc3
configure:4058: checking how to print strings
configure:4085: result: printf
configure:4106: checking for a sed that does not truncate output
configure:4170: result: /usr/bin/sed
configure:4188: checking for grep that handles long lines and -e
configure:4246: result: /usr/bin/grep
configure:4251: checking for egrep
configure:4313: result: /usr/bin/grep -E
configure:4318: checking for fgrep
configure:4380: result: /usr/bin/grep -F
configure:4415: checking for ld used by gcc
configure:4482: result: /usr/bin/ld
configure:4489: checking if the linker (/usr/bin/ld) is GNU ld
configure:4504: result: yes
configure:4516: checking for BSD- or MS-compatible name lister (nm)
configure:4565: result: /usr/bin/nm -B
configure:4695: checking the name lister (/usr/bin/nm -B) interface
configure:4702: gcc -c -g -O2 conftest.c >&5
configure:4705: /usr/bin/nm -B "conftest.o"
configure:4708: output
0000000000000000 B some_variable
configure:4715: result: BSD nm
configure:4718: checking whether ln -s works
configure:4722: result: yes
configure:4730: checking the maximum length of command line arguments
configure:4861: result: 1572864
configure:4878: checking whether the shell understands some XSI constructs
configure:4888: result: yes
configure:4892: checking whether the shell understands "+="
configure:4898: result: yes
configure:4933: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:4973: result: func_convert_file_noop
configure:4980: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5000: result: func_convert_file_noop
configure:5007: checking for /usr/bin/ld option to reload object files
configure:5014: result: -r
configure:5088: checking for objdump
configure:5104: found /usr/bin/objdump
configure:5115: result: objdump
configure:5147: checking how to recognize dependent libraries
configure:5345: result: pass_all
configure:5430: checking for dlltool
configure:5460: result: no
configure:5490: checking how to associate runtime and link libraries
configure:5517: result: printf %s\n
configure:5578: checking for ar
configure:5594: found /usr/bin/ar
configure:5605: result: ar
configure:5642: checking for archiver @FILE support
configure:5659: gcc -c -g -O2 conftest.c >&5
configure:5659: $? = 0
configure:5662: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5665: $? = 0
configure:5670: 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:5673: $? = 1
configure:5685: result: @
configure:5743: checking for strip
configure:5759: found /usr/bin/strip
configure:5770: result: strip
configure:5842: checking for ranlib
configure:5858: found /usr/bin/ranlib
configure:5869: result: ranlib
configure:5971: checking command to parse /usr/bin/nm -B output from gcc object
configure:6091: gcc -c -g -O2 conftest.c >&5
configure:6094: $? = 0
configure:6098: /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:6101: $? = 0
configure:6167: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6170: $? = 0
configure:6208: result: ok
configure:6245: checking for sysroot
configure:6275: result: no
configure:6352: gcc -c -g -O2 conftest.c >&5
configure:6355: $? = 0
configure:6544: checking for mt
configure:6560: found /usr/bin/mt
configure:6571: result: mt
configure:6594: checking if mt is a manifest tool
configure:6600: mt '-?'
configure:6608: result: no
configure:7250: checking how to run the C preprocessor
configure:7281: gcc -E conftest.c
configure:7281: $? = 0
configure:7295: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7295: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7320: result: gcc -E
configure:7340: gcc -E conftest.c
configure:7340: $? = 0
configure:7354: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7383: checking for ANSI C header files
configure:7403: gcc -c -g -O2 conftest.c >&5
configure:7403: $? = 0
configure:7476: gcc -o conftest -g -O2 conftest.c >&5
configure:7476: $? = 0
configure:7476: ./conftest
configure:7476: $? = 0
configure:7487: result: yes
configure:7500: checking for sys/types.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for sys/stat.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for stdlib.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for string.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for memory.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for strings.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for inttypes.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for stdint.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7500: checking for unistd.h
configure:7500: gcc -c -g -O2 conftest.c >&5
configure:7500: $? = 0
configure:7500: result: yes
configure:7514: checking for dlfcn.h
configure:7514: gcc -c -g -O2 conftest.c >&5
configure:7514: $? = 0
configure:7514: result: yes
configure:7720: checking for objdir
configure:7735: result: .libs
configure:8006: checking if gcc supports -fno-rtti -fno-exceptions
configure:8024: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8028: $? = 0
configure:8041: result: no
configure:8368: checking for gcc option to produce PIC
configure:8375: result: -fPIC -DPIC
configure:8383: checking if gcc PIC flag -fPIC -DPIC works
configure:8401: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8405: $? = 0
configure:8418: result: yes
configure:8447: checking if gcc static flag -static works
configure:8475: result: yes
configure:8490: checking if gcc supports -c -o file.o
configure:8511: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8515: $? = 0
configure:8537: result: yes
configure:8545: checking if gcc supports -c -o file.o
configure:8592: result: yes
configure:8625: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9782: result: yes
configure:9819: checking whether -lc should be explicitly linked in
configure:9827: gcc -c -g -O2 conftest.c >&5
configure:9830: $? = 0
configure:9845: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9848: $? = 0
configure:9862: result: no
configure:10022: checking dynamic linker characteristics
configure:10522: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10522: $? = 0
configure:10756: result: GNU/Linux ld.so
configure:10863: checking how to hardcode library paths into programs
configure:10888: result: immediate
configure:11428: checking whether stripping libraries is possible
configure:11433: result: yes
configure:11468: checking if libtool supports shared libraries
configure:11470: result: yes
configure:11473: checking whether to build shared libraries
configure:11494: result: yes
configure:11497: checking whether to build static libraries
configure:11501: result: yes
configure:11544: checking for gcc option to accept ISO C99
configure:11693: gcc -c -g -O2 conftest.c >&5
configure:11693: $? = 0
configure:11706: result: none needed
configure:11750: checking for x86 cpuid 0x00000001 output
configure:11789: gcc -o conftest -g -O2 conftest.c >&5
configure:11789: $? = 0
configure:11789: ./conftest
configure:11789: $? = 0
configure:11799: result: 90675:7100800:7ffafbbf:bfebfbff
configure:11811: checking whether mmx is supported
configure:11823: result: yes
configure:11826: checking whether sse is supported
configure:11838: result: yes
configure:11841: checking whether sse2 is supported
configure:11853: result: yes
configure:11856: checking whether sse3 is supported
configure:11868: result: yes
configure:11871: checking whether ssse3 is supported
configure:11883: result: yes
configure:11890: checking whether C compiler accepts -mmmx
configure:11909: gcc -c -mmmx conftest.c >&5
configure:11909: $? = 0
configure:11919: result: yes
configure:11933: checking whether C compiler accepts -msse
configure:11952: gcc -c -msse conftest.c >&5
configure:11952: $? = 0
configure:11962: result: yes
configure:11976: checking whether C compiler accepts -msse2
configure:11995: gcc -c -msse2 conftest.c >&5
configure:11995: $? = 0
configure:12005: result: yes
configure:12019: checking whether C compiler accepts -msse3
configure:12038: gcc -c -msse3 conftest.c >&5
configure:12038: $? = 0
configure:12048: result: yes
configure:12091: checking mm_malloc.h usability
configure:12091: gcc -c -g -O2 conftest.c >&5
configure:12091: $? = 0
configure:12091: result: yes
configure:12091: checking mm_malloc.h presence
configure:12091: gcc -E conftest.c
configure:12091: $? = 0
configure:12091: result: yes
configure:12091: checking for mm_malloc.h
configure:12091: result: yes
configure:12107: checking for working posix_memalign
configure:12131: gcc -o conftest -g -O2 conftest.c >&5
configure:12131: $? = 0
configure:12131: ./conftest
configure:12131: $? = 0
configure:12141: result: yes
configure:12282: checking for PAPI_start_counters in -lpapi
configure:12307: gcc -o conftest -g -O2 conftest.c -lpapi >&5
/usr/bin/ld: cannot find -lpapi: No such file or directory
collect2: error: ld returned 1 exit status
configure:12307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| #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 HAVE_MMX /**/
| #define HAVE_SSE /**/
| #define HAVE_SSE2 /**/
| #define HAVE_SSE3 /**/
| #define HAVE_SSSE3 /**/
| #define HAVE_MM_MALLOC /**/
| #define HAVE_POSIX_MEMALIGN 1
| #define NDEBUG 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 PAPI_start_counters ();
| int
| main ()
| {
| return PAPI_start_counters ();
| ;
| return 0;
| }
configure:12316: result: no
configure:12486: checking for x86 cpuid 0x0 output
configure:12525: gcc -o conftest -g -O2 conftest.c >&5
configure:12525: $? = 0
configure:12525: ./conftest
configure:12525: $? = 0
configure:12535: result: 20:756e6547:6c65746e:49656e69
configure:12545: checking for the processor vendor
configure:12584: result: Intel
configure:12601: checking for x86 cpuid 0x0 output
configure:12650: result: 20:756e6547:6c65746e:49656e69
configure:12660: checking for the processor vendor
configure:12699: result: Intel
configure:13036: checking the L1 cache size
configure:13040: result: 32768 Bytes
configure:13043: checking the L2 cache size
configure:13047: result: 1310720 Bytes
configure:13050: checking the L3 cache size
configure:13054: result: 12582912 Bytes
configure:13315: checking whether to build with PNG support
configure:13317: result: yes
configure:13375: checking for pkg-config
configure:13408: result: no
configure:13443: checking for PNG
configure:13502: result: no
configure:13513: checking for png_create_write_struct in -lpng
configure:13538: gcc -o conftest -g -O2 conftest.c -lpng >&5
/usr/bin/ld: cannot find -lpng: No such file or directory
collect2: error: ld returned 1 exit status
configure:13538: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| #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 HAVE_MMX /**/
| #define HAVE_SSE /**/
| #define HAVE_SSE2 /**/
| #define HAVE_SSE3 /**/
| #define HAVE_SSSE3 /**/
| #define HAVE_MM_MALLOC /**/
| #define HAVE_POSIX_MEMALIGN 1
| #define NDEBUG 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 png_create_write_struct ();
| int
| main ()
| {
| return png_create_write_struct ();
| ;
| return 0;
| }
configure:13547: result: no
configure:13552: checking for png_create_write_struct in -lpng14
configure:13577: gcc -o conftest -g -O2 conftest.c -lpng14 >&5
/usr/bin/ld: cannot find -lpng14: No such file or directory
collect2: error: ld returned 1 exit status
configure:13577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| #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 HAVE_MMX /**/
| #define HAVE_SSE /**/
| #define HAVE_SSE2 /**/
| #define HAVE_SSE3 /**/
| #define HAVE_SSSE3 /**/
| #define HAVE_MM_MALLOC /**/
| #define HAVE_POSIX_MEMALIGN 1
| #define NDEBUG 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 png_create_write_struct ();
| int
| main ()
| {
| return png_create_write_struct ();
| ;
| return 0;
| }
configure:13586: result: no
configure:13591: checking for png_create_write_struct in -lpng12
configure:13616: gcc -o conftest -g -O2 conftest.c -lpng12 >&5
/usr/bin/ld: cannot find -lpng12: No such file or directory
collect2: error: ld returned 1 exit status
configure:13616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| #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 HAVE_MMX /**/
| #define HAVE_SSE /**/
| #define HAVE_SSE2 /**/
| #define HAVE_SSE3 /**/
| #define HAVE_SSSE3 /**/
| #define HAVE_MM_MALLOC /**/
| #define HAVE_POSIX_MEMALIGN 1
| #define NDEBUG 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 png_create_write_struct ();
| int
| main ()
| {
| return png_create_write_struct ();
| ;
| return 0;
| }
configure:13625: result: no
configure:13630: checking for png_create_write_struct in -lpng10
configure:13655: gcc -o conftest -g -O2 conftest.c -lpng10 >&5
/usr/bin/ld: cannot find -lpng10: No such file or directory
collect2: error: ld returned 1 exit status
configure:13655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "m4ri"
| #define PACKAGE_TARNAME "m4ri"
| #define PACKAGE_VERSION "20140914"
| #define PACKAGE_STRING "m4ri 20140914"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "m4ri"
| #define VERSION "20140914"
| #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 HAVE_MMX /**/
| #define HAVE_SSE /**/
| #define HAVE_SSE2 /**/
| #define HAVE_SSE3 /**/
| #define HAVE_SSSE3 /**/
| #define HAVE_MM_MALLOC /**/
| #define HAVE_POSIX_MEMALIGN 1
| #define NDEBUG 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 png_create_write_struct ();
| int
| main ()
| {
| return png_create_write_struct ();
| ;
| return 0;
| }
configure:13664: result: no
configure:13683: WARNING: Can not find a usuable PNG library. Make sure that CPPFLAGS and LDFLAGS are correctly set.
configure:13700: checking whether make sets $(MAKE)
configure:13722: result: yes
configure:13835: checking that generated files are newer than configure
configure:13841: result: done
configure:13868: creating ./config.status
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
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_PNG_CFLAGS_set=
ac_cv_env_PNG_CFLAGS_value=
ac_cv_env_PNG_LIBS_set=
ac_cv_env_PNG_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mm_malloc_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-unknown-linux-gnu
ac_cv_lib_papi_PAPI_start_counters=no
ac_cv_lib_png10_png_create_write_struct=no
ac_cv_lib_png12_png_create_write_struct=no
ac_cv_lib_png14_png_create_write_struct=no
ac_cv_lib_png_png_create_write_struct=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_c_flags__mmmx=yes
ax_cv_c_flags__msse2=yes
ax_cv_c_flags__msse3=yes
ax_cv_c_flags__msse=yes
ax_cv_cpu_vendor=Intel
ax_cv_func_posix_memalign_works=yes
ax_cv_gcc_x86_cpuid_0x00000001=90675:7100800:7ffafbbf:bfebfbff
ax_cv_gcc_x86_cpuid_0x0=20:756e6547:6c65746e:49656e69
ax_cv_have_mmx_ext=yes
ax_cv_have_sse2_ext=yes
ax_cv_have_sse3_ext=yes
ax_cv_have_sse_ext=yes
ax_cv_have_ssse3_ext=yes
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_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/cloud-sat/m4ri-20140914/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /root/cloud-sat/m4ri-20140914/missing autoconf'
AUTOHEADER='${SHELL} /root/cloud-sat/m4ri-20140914/missing autoheader'
AUTOMAKE='${SHELL} /root/cloud-sat/m4ri-20140914/missing automake-1.14'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUG_FLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
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=''
LIBOBJS=''
LIBPNG_LIBADD=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
M4RI_CPU_L1_CACHE='32768'
M4RI_CPU_L2_CACHE='1310720'
M4RI_CPU_L3_CACHE='12582912'
M4RI_DEBUG_DUMP='0'
M4RI_DEBUG_MZD='0'
M4RI_HAVE_LIBPNG='0'
M4RI_HAVE_MM_MALLOC='1'
M4RI_HAVE_OPENMP='0'
M4RI_HAVE_POSIX_MEMALIGN='1'
M4RI_HAVE_SSE2='1'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/cloud-sat/m4ri-20140914/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_CFLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE='m4ri'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='m4ri'
PACKAGE_STRING='m4ri 20140914'
PACKAGE_TARNAME='m4ri'
PACKAGE_URL=''
PACKAGE_VERSION='20140914'
PAPI_CFLAGS=''
PAPI_LDFLAGS=''
PAPI_LIBS=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS=''
PNG_LIBS=''
RANLIB='ranlib'
RELEASE='20140914'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMD_CFLAGS=' -mmmx -msse -msse2 -msse3'
STRIP='strip'
VERSION='20140914'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
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-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /root/cloud-sat/m4ri-20140914/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='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "m4ri"
#define PACKAGE_TARNAME "m4ri"
#define PACKAGE_VERSION "20140914"
#define PACKAGE_STRING "m4ri 20140914"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "m4ri"
#define VERSION "20140914"
#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 HAVE_MMX /**/
#define HAVE_SSE /**/
#define HAVE_SSE2 /**/
#define HAVE_SSE3 /**/
#define HAVE_SSSE3 /**/
#define HAVE_MM_MALLOC /**/
#define HAVE_POSIX_MEMALIGN 1
#define NDEBUG 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by m4ri config.status 20140914, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on code-server
config.status:1117: creating Makefile
config.status:1117: creating testsuite/Makefile
config.status:1117: creating m4ri/m4ri_config.h
config.status:1117: creating m4ri.pc
config.status:1117: creating m4ri/config.h
config.status:1298: m4ri/config.h is unchanged
config.status:1346: executing depfiles commands
config.status:1346: executing libtool commands