|
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
-
- It was created by libsamplerate configure 0.1.9, which was
- generated by GNU Autoconf 2.69. Invocation command line was
-
- $ ./configure --prefix=/f/git/Rack/plugins/Fundamental/dep
-
- ## --------- ##
- ## Platform. ##
- ## --------- ##
-
- hostname = TERA
- uname -m = x86_64
- uname -r = 2.10.0(0.325/5/3)
- uname -s = MINGW64_NT-10.0
- uname -v = 2018-02-09 15:25
-
- /usr/bin/uname -p = unknown
- /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: /mingw64/bin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /c/Windows/System32
- PATH: /c/Windows
- PATH: /c/Windows/System32/Wbem
- PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
-
-
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
-
- configure:2505: loading site script /mingw64/etc/config.site
- | # This file is in public domain.
- | # Original author: Karlson2k (Evgeny Grin)
- | # Written for MSys2/MinGW64 to help running 'configure' scripts
- |
- | # Defaults for MinGW64-targeted programs
- |
- | # Set proper selfname on bash and fallback to default name on other shells
- | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
- |
- | # Set default 'host' to speedup configure
- | if test -z "$build_alias"; then
- | build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
- | $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
- | fi
- |
- | # Set default 'prefix' to "/mingw64"
- | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
- | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
- | prefix="${MSYSTEM_PREFIX-/mingw64}" && \
- | $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
- | fi
- config.site:13: default build_alias set to x86_64-w64-mingw32
- configure:2638: checking build system type
- configure:2652: result: x86_64-w64-mingw32
- configure:2672: checking host system type
- configure:2685: result: x86_64-w64-mingw32
- configure:2705: checking target system type
- configure:2718: result: x86_64-w64-mingw32
- configure:2765: checking for a BSD-compatible install
- configure:2833: result: /usr/bin/install -c
- configure:2844: checking whether build environment is sane
- configure:2899: result: yes
- configure:2937: WARNING: 'missing' script is too old or missing
- configure:3050: checking for a thread-safe mkdir -p
- configure:3089: result: /usr/bin/mkdir -p
- configure:3096: checking for gawk
- configure:3112: found /usr/bin/gawk
- configure:3123: result: gawk
- configure:3134: checking whether make sets $(MAKE)
- configure:3156: result: yes
- configure:3185: checking whether make supports nested variables
- configure:3202: result: yes
- configure:3340: checking whether make supports nested variables
- configure:3357: result: yes
- configure:3427: checking for gcc
- configure:3443: found /mingw64/bin/gcc
- configure:3454: result: gcc
- configure:3683: checking for C compiler version
- configure:3692: gcc --version >&5
- gcc.exe (Rev2, Built by MSYS2 project) 7.3.0
- Copyright (C) 2017 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:3703: $? = 0
- configure:3692: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=C:\msys64\mingw64\bin\gcc.exe
- COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
- Target: x86_64-w64-mingw32
- Configured with: ../gcc-7.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
- Thread model: posix
- gcc version 7.3.0 (Rev2, Built by MSYS2 project)
- configure:3703: $? = 0
- configure:3692: gcc -V >&5
- gcc.exe: error: unrecognized command line option '-V'
- gcc.exe: fatal error: no input files
- compilation terminated.
- configure:3703: $? = 1
- configure:3692: gcc -qversion >&5
- gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
- gcc.exe: fatal error: no input files
- compilation terminated.
- configure:3703: $? = 1
- configure:3723: checking whether the C compiler works
- configure:3745: gcc -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:3749: $? = 0
- configure:3797: result: yes
- configure:3800: checking for C compiler default output file name
- configure:3802: result: a.exe
- configure:3808: checking for suffix of executables
- configure:3815: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:3819: $? = 0
- configure:3841: result: .exe
- configure:3863: checking whether we are cross compiling
- configure:3871: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:3875: $? = 0
- configure:3882: ./conftest.exe
- configure:3886: $? = 0
- configure:3901: result: no
- configure:3906: checking for suffix of object files
- configure:3928: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:3932: $? = 0
- configure:3953: result: o
- configure:3957: checking whether we are using the GNU C compiler
- configure:3976: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:3976: $? = 0
- configure:3985: result: yes
- configure:3994: checking whether gcc accepts -g
- configure:4014: gcc -c -g conftest.c >&5
- configure:4014: $? = 0
- configure:4055: result: yes
- configure:4072: checking for gcc option to accept ISO C89
- configure:4135: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:4135: $? = 0
- configure:4148: result: none needed
- configure:4173: checking whether gcc understands -c and -o together
- configure:4195: gcc -c conftest.c -o conftest2.o
- configure:4198: $? = 0
- configure:4195: gcc -c conftest.c -o conftest2.o
- configure:4198: $? = 0
- configure:4210: result: yes
- configure:4238: checking for style of include used by make
- configure:4266: result: GNU
- configure:4292: checking dependency style of gcc
- configure:4403: result: gcc3
- configure:4477: checking for g++
- configure:4493: found /mingw64/bin/g++
- configure:4504: result: g++
- configure:4531: checking for C++ compiler version
- configure:4540: g++ --version >&5
- g++.exe (Rev2, Built by MSYS2 project) 7.3.0
- Copyright (C) 2017 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:4551: $? = 0
- configure:4540: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=C:\msys64\mingw64\bin\g++.exe
- COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
- Target: x86_64-w64-mingw32
- Configured with: ../gcc-7.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
- Thread model: posix
- gcc version 7.3.0 (Rev2, Built by MSYS2 project)
- configure:4551: $? = 0
- configure:4540: g++ -V >&5
- g++.exe: error: unrecognized command line option '-V'
- g++.exe: fatal error: no input files
- compilation terminated.
- configure:4551: $? = 1
- configure:4540: g++ -qversion >&5
- g++.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
- g++.exe: fatal error: no input files
- compilation terminated.
- configure:4551: $? = 1
- configure:4555: checking whether we are using the GNU C++ compiler
- configure:4574: g++ -c -fPIC -g -O3 -march=nocona conftest.cpp >&5
- configure:4574: $? = 0
- configure:4583: result: yes
- configure:4592: checking whether g++ accepts -g
- configure:4612: g++ -c -g conftest.cpp >&5
- configure:4612: $? = 0
- configure:4653: result: yes
- configure:4678: checking dependency style of g++
- configure:4789: result: gcc3
- configure:4804: checking for a sed that does not truncate output
- configure:4868: result: /usr/bin/sed
- configure:4922: checking how to print strings
- configure:4949: result: printf
- configure:4970: checking for a sed that does not truncate output
- configure:5034: result: /usr/bin/sed
- configure:5052: checking for grep that handles long lines and -e
- configure:5110: result: /usr/bin/grep
- configure:5115: checking for egrep
- configure:5177: result: /usr/bin/grep -E
- configure:5182: checking for fgrep
- configure:5244: result: /usr/bin/grep -F
- configure:5279: checking for ld used by gcc
- configure:5346: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- configure:5353: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
- configure:5368: result: yes
- configure:5380: checking for BSD- or MS-compatible name lister (nm)
- configure:5434: result: /mingw64/bin/nm -B
- configure:5564: checking the name lister (/mingw64/bin/nm -B) interface
- configure:5571: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:5574: /mingw64/bin/nm -B "conftest.o"
- configure:5577: output
- 0000000000000000 b .bss
- 0000000000000000 d .data
- 0000000000000000 N .debug_abbrev
- 0000000000000000 N .debug_aranges
- 0000000000000000 N .debug_info
- 0000000000000000 N .debug_line
- 0000000000000000 r .rdata$zzz
- 0000000000000000 t .text
- 0000000000000000 B some_variable
- configure:5584: result: BSD nm
- configure:5587: checking whether ln -s works
- configure:5594: result: no, using cp -pR
- configure:5599: checking the maximum length of command line arguments
- configure:5730: result: 8192
- configure:5778: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
- configure:5818: result: func_convert_file_msys_to_w32
- configure:5825: checking how to convert x86_64-w64-mingw32 file names to toolchain format
- configure:5845: result: func_convert_file_msys_to_w32
- configure:5852: checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files
- configure:5859: result: -r
- configure:5933: checking for objdump
- configure:5949: found /mingw64/bin/objdump
- configure:5960: result: objdump
- configure:5992: checking how to recognize dependent libraries
- configure:6192: result: file_magic ^x86 archive import|^x86 DLL
- configure:6277: checking for dlltool
- configure:6293: found /mingw64/bin/dlltool
- configure:6304: result: dlltool
- configure:6337: checking how to associate runtime and link libraries
- configure:6364: result: func_cygming_dll_for_implib
- configure:6425: checking for ar
- configure:6441: found /mingw64/bin/ar
- configure:6452: result: ar
- configure:6489: checking for archiver @FILE support
- configure:6506: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:6506: $? = 0
- configure:6509: ar cru libconftest.a @conftest.lst >&5
- configure:6512: $? = 0
- configure:6517: ar cru libconftest.a @conftest.lst >&5
- C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
- configure:6520: $? = 1
- configure:6532: result: @
- configure:6590: checking for strip
- configure:6606: found /mingw64/bin/strip
- configure:6617: result: strip
- configure:6689: checking for ranlib
- configure:6705: found /mingw64/bin/ranlib
- configure:6716: result: ranlib
- configure:6818: checking command to parse /mingw64/bin/nm -B output from gcc object
- configure:6971: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:6974: $? = 0
- configure:6978: /mingw64/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:6981: $? = 0
- configure:7047: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c conftstm.o >&5
- configure:7050: $? = 0
- configure:7088: result: ok
- configure:7135: checking for sysroot
- configure:7165: result: no
- configure:7172: checking for a working dd
- configure:7210: result: /usr/bin/dd
- configure:7214: checking how to truncate binary pipes
- configure:7229: result: /usr/bin/dd bs=4096 count=1
- configure:7558: checking for mt
- configure:7588: result: no
- configure:7608: checking if : is a manifest tool
- configure:7614: : '-?'
- configure:7622: result: no
- configure:8299: checking how to run the C preprocessor
- configure:8330: gcc -E conftest.c
- configure:8330: $? = 0
- configure:8344: gcc -E conftest.c
- conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:8344: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8369: result: gcc -E
- configure:8389: gcc -E conftest.c
- configure:8389: $? = 0
- configure:8403: gcc -E conftest.c
- conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:8403: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8432: checking for ANSI C header files
- configure:8452: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8452: $? = 0
- configure:8525: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8525: $? = 0
- configure:8525: ./conftest.exe
- configure:8525: $? = 0
- configure:8536: result: yes
- configure:8549: checking for sys/types.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for sys/stat.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for stdlib.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for string.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for memory.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for strings.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for inttypes.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for stdint.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8549: checking for unistd.h
- configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:8549: $? = 0
- configure:8549: result: yes
- configure:8563: checking for dlfcn.h
- configure:8563: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:55:10: fatal error: dlfcn.h: No such file or directory
- #include <dlfcn.h>
- ^~~~~~~~~
- compilation terminated.
- configure:8563: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 <dlfcn.h>
- configure:8563: result: no
- configure:8830: checking for objdir
- configure:8845: result: .libs
- configure:9109: checking if gcc supports -fno-rtti -fno-exceptions
- configure:9127: gcc -c -fPIC -g -O3 -march=nocona -fno-rtti -fno-exceptions conftest.c >&5
- cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
- configure:9131: $? = 0
- configure:9144: result: no
- configure:9502: checking for gcc option to produce PIC
- configure:9509: result: -DDLL_EXPORT -DPIC
- configure:9517: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
- configure:9535: gcc -c -fPIC -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
- configure:9539: $? = 0
- configure:9552: result: yes
- configure:9581: checking if gcc static flag -static works
- configure:9609: result: yes
- configure:9624: checking if gcc supports -c -o file.o
- configure:9645: gcc -c -fPIC -g -O3 -march=nocona -o out/conftest2.o conftest.c >&5
- configure:9649: $? = 0
- configure:9671: result: yes
- configure:9679: checking if gcc supports -c -o file.o
- configure:9726: result: yes
- configure:9759: checking whether the gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
- configure:11022: result: yes
- configure:11059: checking whether -lc should be explicitly linked in
- configure:11067: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:11070: $? = 0
- configure:11085: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
- configure:11088: $? = 1
- configure:11102: result: yes
- configure:11262: checking dynamic linker characteristics
- configure:12092: result: Win32 ld.exe
- configure:12214: checking how to hardcode library paths into programs
- configure:12239: result: immediate
- configure:12787: checking whether stripping libraries is possible
- configure:12792: result: yes
- configure:12827: checking if libtool supports shared libraries
- configure:12829: result: yes
- configure:12832: checking whether to build shared libraries
- configure:12857: result: yes
- configure:12860: checking whether to build static libraries
- configure:12864: result: yes
- configure:12887: checking how to run the C++ preprocessor
- configure:12914: g++ -E conftest.cpp
- configure:12914: $? = 0
- configure:12928: g++ -E conftest.cpp
- conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:12928: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:12953: result: g++ -E
- configure:12973: g++ -E conftest.cpp
- configure:12973: $? = 0
- configure:12987: g++ -E conftest.cpp
- conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:12987: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:13149: checking for ld used by g++
- configure:13216: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- configure:13223: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
- configure:13238: result: yes
- configure:13293: checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
- configure:14366: result: yes
- configure:14402: g++ -c -fPIC -g -O3 -march=nocona conftest.cpp >&5
- configure:14405: $? = 0
- configure:14886: checking for g++ option to produce PIC
- configure:14893: result: -DDLL_EXPORT -DPIC
- configure:14901: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
- configure:14919: g++ -c -fPIC -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
- configure:14923: $? = 0
- configure:14936: result: yes
- configure:14959: checking if g++ static flag -static works
- configure:14987: result: yes
- configure:14999: checking if g++ supports -c -o file.o
- configure:15020: g++ -c -fPIC -g -O3 -march=nocona -o out/conftest2.o conftest.cpp >&5
- configure:15024: $? = 0
- configure:15046: result: yes
- configure:15051: checking if g++ supports -c -o file.o
- configure:15098: result: yes
- configure:15128: checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
- configure:15171: result: yes
- configure:15312: checking dynamic linker characteristics
- configure:16069: result: Win32 ld.exe
- configure:16134: checking how to hardcode library paths into programs
- configure:16159: result: immediate
- configure:16263: checking for windres
- configure:16279: found /mingw64/bin/windres
- configure:16290: result: windres
- configure:16391: checking whether ln -s works
- configure:16398: result: no, using cp -pR
- configure:16425: checking whether make sets $(MAKE)
- configure:16447: result: yes
- configure:16456: checking whether ln -s works
- configure:16463: result: no, using cp -pR
- configure:16472: checking for dlltool
- configure:16499: result: dlltool
- configure:16509: checking for dllwrap
- configure:16525: found /mingw64/bin/dllwrap
- configure:16536: result: dllwrap
- configure:16546: checking for pexports
- configure:16576: result: no
- configure:16583: checking for ANSI C header files
- configure:16687: result: yes
- configure:16699: checking for stdint.h
- configure:16699: result: yes
- configure:16699: checking sys/times.h usability
- configure:16699: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:57:10: fatal error: sys/times.h: No such file or directory
- #include <sys/times.h>
- ^~~~~~~~~~~~~
- compilation terminated.
- configure:16699: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_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 <sys/times.h>
- configure:16699: result: no
- configure:16699: checking sys/times.h presence
- configure:16699: gcc -E conftest.c
- conftest.c:24:10: fatal error: sys/times.h: No such file or directory
- #include <sys/times.h>
- ^~~~~~~~~~~~~
- compilation terminated.
- configure:16699: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_H 1
- | /* end confdefs.h. */
- | #include <sys/times.h>
- configure:16699: result: no
- configure:16699: checking for sys/times.h
- configure:16699: result: no
- configure:16765: checking size of int
- configure:16770: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16770: $? = 0
- configure:16770: ./conftest.exe
- configure:16770: $? = 0
- configure:16784: result: 4
- configure:16798: checking size of long
- configure:16803: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16803: $? = 0
- configure:16803: ./conftest.exe
- configure:16803: $? = 0
- configure:16817: result: 4
- configure:16831: checking size of float
- configure:16836: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16836: $? = 0
- configure:16836: ./conftest.exe
- configure:16836: $? = 0
- configure:16850: result: 4
- configure:16864: checking size of double
- configure:16869: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16869: $? = 0
- configure:16869: ./conftest.exe
- configure:16869: $? = 0
- configure:16883: result: 8
- configure:16897: checking processor byte ordering
- configure:16976: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16976: $? = 0
- configure:16994: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:16994: $? = 0
- configure:17018: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:17018: $? = 0
- configure:17111: result: little
- configure:17156: checking for malloc
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:53:6: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
- char malloc ();
- ^~~~~~
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for calloc
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:54:6: warning: conflicting types for built-in function 'calloc' [-Wbuiltin-declaration-mismatch]
- char calloc ();
- ^~~~~~
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for free
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:55:6: warning: conflicting types for built-in function 'free' [-Wbuiltin-declaration-mismatch]
- char free ();
- ^~~~
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for memcpy
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:56:6: warning: conflicting types for built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
- char memcpy ();
- ^~~~~~
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for memmove
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:57:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
- char memmove ();
- ^~~~~~~
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for alarm
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17156: checking for signal
- configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
- configure:17156: $? = 0
- configure:17156: result: yes
- configure:17166: checking for floor in -lm
- configure:17191: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- conftest.c:44:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
- char floor ();
- ^~~~~
- configure:17191: $? = 0
- configure:17200: result: yes
- configure:17214: checking for floor
- configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- conftest.c:61:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
- char floor ();
- ^~~~~
- configure:17214: $? = 0
- configure:17214: result: yes
- configure:17214: checking for ceil
- configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- conftest.c:62:6: warning: conflicting types for built-in function 'ceil' [-Wbuiltin-declaration-mismatch]
- char ceil ();
- ^~~~
- configure:17214: $? = 0
- configure:17214: result: yes
- configure:17214: checking for fmod
- configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- conftest.c:63:6: warning: conflicting types for built-in function 'fmod' [-Wbuiltin-declaration-mismatch]
- char fmod ();
- ^~~~
- configure:17214: $? = 0
- configure:17214: result: yes
- configure:17224: checking for SIGALRM
- configure:17244: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- conftest.c: In function 'main':
- conftest.c:48:8: error: 'SIGALRM' undeclared (first use in this function); did you mean 'SIGABRT'?
- signal(SIGALRM, SIG_DFL) ;
- ^~~~~~~
- SIGABRT
- conftest.c:48:8: note: each undeclared identifier is reported only once for each function it appears in
- configure:17244: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_H 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 4
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define CPU_IS_BIG_ENDIAN 0
- | #define CPU_IS_LITTLE_ENDIAN 1
- | #define HAVE_MALLOC 1
- | #define HAVE_CALLOC 1
- | #define HAVE_FREE 1
- | #define HAVE_MEMCPY 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_ALARM 1
- | #define HAVE_SIGNAL 1
- | #define HAVE_LIBM 1
- | #define HAVE_FLOOR 1
- | #define HAVE_CEIL 1
- | #define HAVE_FMOD 1
- | /* end confdefs.h. */
- |
- | #include <signal.h>
- |
- |
- | int
- | main ()
- | {
- | signal(SIGALRM, SIG_DFL) ;
- | ;
- | return 0;
- | }
- configure:17254: result: no
- configure:17264: checking for lrint
- configure:17290: gcc -o conftest.exe -lm conftest.c -lm >&5
- configure:17290: $? = 0
- configure:17302: result: yes
- configure:17311: checking for lrintf
- configure:17337: gcc -o conftest.exe -lm conftest.c -lm >&5
- configure:17337: $? = 0
- configure:17349: result: yes
- configure:17375: checking processor clipping capabilities
- configure:17415: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- configure:17415: $? = 0
- configure:17415: ./conftest.exe
- configure:17415: $? = 1
- configure: program exited with status 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_H 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 4
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define CPU_IS_BIG_ENDIAN 0
- | #define CPU_IS_LITTLE_ENDIAN 1
- | #define HAVE_MALLOC 1
- | #define HAVE_CALLOC 1
- | #define HAVE_FREE 1
- | #define HAVE_MEMCPY 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_ALARM 1
- | #define HAVE_SIGNAL 1
- | #define HAVE_LIBM 1
- | #define HAVE_FLOOR 1
- | #define HAVE_CEIL 1
- | #define HAVE_FMOD 1
- | #define HAVE_LRINT 1
- | #define HAVE_LRINTF 1
- | /* end confdefs.h. */
- |
- | #define _ISOC9X_SOURCE 1
- | #define _ISOC99_SOURCE 1
- | #define __USE_ISOC99 1
- | #define __USE_ISOC9X 1
- | #include <math.h>
- | int main (void)
- | { double fval ;
- | int k, ival ;
- |
- | fval = 1.0 * 0x7FFFFFFF ;
- | for (k = 0 ; k < 100 ; k++)
- | { ival = (lrint (fval)) >> 24 ;
- | if (ival != 127)
- | return 1 ;
- |
- | fval *= 1.2499999 ;
- | } ;
- |
- | return 0 ;
- | }
- |
- configure:17454: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
- configure:17454: $? = 0
- configure:17454: ./conftest.exe
- configure:17454: $? = 0
- configure:17496: result: negative
- configure:17584: checking for pkg-config
- configure:17617: result: no
- configure:17654: checking for SNDFILE
- configure:17713: result: no
- configure:17749: checking alsa/asoundlib.h usability
- configure:17749: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
- conftest.c:79:10: fatal error: alsa/asoundlib.h: No such file or directory
- #include <alsa/asoundlib.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:17749: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_H 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 4
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define CPU_IS_BIG_ENDIAN 0
- | #define CPU_IS_LITTLE_ENDIAN 1
- | #define HAVE_MALLOC 1
- | #define HAVE_CALLOC 1
- | #define HAVE_FREE 1
- | #define HAVE_MEMCPY 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_ALARM 1
- | #define HAVE_SIGNAL 1
- | #define HAVE_LIBM 1
- | #define HAVE_FLOOR 1
- | #define HAVE_CEIL 1
- | #define HAVE_FMOD 1
- | #define HAVE_LRINT 1
- | #define HAVE_LRINTF 1
- | #define CPU_CLIPS_POSITIVE 0
- | #define CPU_CLIPS_NEGATIVE 1
- | #define HAVE_SNDFILE 0
- | /* 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 <alsa/asoundlib.h>
- configure:17749: result: no
- configure:17749: checking alsa/asoundlib.h presence
- configure:17749: gcc -E conftest.c
- conftest.c:46:10: fatal error: alsa/asoundlib.h: No such file or directory
- #include <alsa/asoundlib.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:17749: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libsamplerate"
- | #define PACKAGE_TARNAME "libsamplerate"
- | #define PACKAGE_VERSION "0.1.9"
- | #define PACKAGE_STRING "libsamplerate 0.1.9"
- | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- | #define PACKAGE "libsamplerate"
- | #define VERSION "0.1.9"
- | #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 LT_OBJDIR ".libs/"
- | #define STDC_HEADERS 1
- | #define HAVE_STDINT_H 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 4
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define CPU_IS_BIG_ENDIAN 0
- | #define CPU_IS_LITTLE_ENDIAN 1
- | #define HAVE_MALLOC 1
- | #define HAVE_CALLOC 1
- | #define HAVE_FREE 1
- | #define HAVE_MEMCPY 1
- | #define HAVE_MEMMOVE 1
- | #define HAVE_ALARM 1
- | #define HAVE_SIGNAL 1
- | #define HAVE_LIBM 1
- | #define HAVE_FLOOR 1
- | #define HAVE_CEIL 1
- | #define HAVE_FMOD 1
- | #define HAVE_LRINT 1
- | #define HAVE_LRINTF 1
- | #define CPU_CLIPS_POSITIVE 0
- | #define CPU_CLIPS_NEGATIVE 1
- | #define HAVE_SNDFILE 0
- | /* end confdefs.h. */
- | #include <alsa/asoundlib.h>
- configure:17749: result: no
- configure:17749: checking for alsa/asoundlib.h
- configure:17749: result: no
- configure:17771: checking for FFTW3
- configure:17830: result: no
- configure:18072: checking that generated files are newer than configure
- configure:18078: result: done
- configure:18105: creating ./config.status
-
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
-
- This file was extended by libsamplerate config.status 0.1.9, which was
- generated by GNU Autoconf 2.69. Invocation command line was
-
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
-
- on TERA
-
- config.status:1280: creating Makefile
- config.status:1280: creating M4/Makefile
- config.status:1280: creating src/Version_script
- config.status:1280: creating Win32/Makefile
- config.status:1280: creating Win32/Makefile.mingw
- config.status:1280: creating src/Makefile
- config.status:1280: creating examples/Makefile
- config.status:1280: creating tests/Makefile
- config.status:1280: creating doc/Makefile
- config.status:1280: creating libsamplerate.spec
- config.status:1280: creating samplerate.pc
- config.status:1280: creating src/config.h
- config.status:1509: executing depfiles commands
- config.status:1509: executing libtool commands
- configure:20775: result:
- -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
-
- Configuration summary :
-
- Version : ..................... 0.1.9
-
- Host CPU : .................... x86_64
- Host Vendor : ................. w64
- Host OS : ..................... mingw32
-
- configure:20797: result:
- Extra tools required for testing and examples :
-
- Have FFTW : ................... no
- configure:20803: result: Have libsndfile : ............. no
- configure:20806: result: Have ALSA : ................... no
-
- configure:20815: result: Installation directories :
-
- Library directory : ........... /f/git/Rack/plugins/Fundamental/dep/lib
- Program directory : ........... /f/git/Rack/plugins/Fundamental/dep/bin
- Pkgconfig directory : ......... /f/git/Rack/plugins/Fundamental/dep/lib/pkgconfig
-
-
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
-
- ac_cv_build=x86_64-w64-mingw32
- ac_cv_c99_lrint=yes
- ac_cv_c99_lrintf=yes
- ac_cv_c_big_endian=0
- ac_cv_c_byte_order=little
- ac_cv_c_clip_negative=1
- ac_cv_c_clip_positive=0
- ac_cv_c_clip_type=negative
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_little_endian=1
- 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=set
- ac_cv_env_CFLAGS_value='-fPIC -g -O3 -march=nocona'
- 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=set
- ac_cv_env_CXXFLAGS_value='-fPIC -g -O3 -march=nocona'
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_FFTW3_CFLAGS_set=
- ac_cv_env_FFTW3_CFLAGS_value=
- ac_cv_env_FFTW3_LIBS_set=
- ac_cv_env_FFTW3_LIBS_value=
- ac_cv_env_LDFLAGS_set=set
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=set
- ac_cv_env_PKG_CONFIG_PATH_value=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_SNDFILE_CFLAGS_set=
- ac_cv_env_SNDFILE_CFLAGS_value=
- ac_cv_env_SNDFILE_LIBS_set=
- ac_cv_env_SNDFILE_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_exeext=.exe
- ac_cv_fftw3=no
- ac_cv_func_alarm=yes
- ac_cv_func_calloc=yes
- ac_cv_func_ceil=yes
- ac_cv_func_floor=yes
- ac_cv_func_fmod=yes
- ac_cv_func_free=yes
- ac_cv_func_malloc=yes
- ac_cv_func_memcpy=yes
- ac_cv_func_memmove=yes
- ac_cv_func_signal=yes
- ac_cv_header_alsa_asoundlib_h=no
- ac_cv_header_dlfcn_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_times_h=no
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-w64-mingw32
- ac_cv_lib_m_floor=yes
- 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_lt_DD=/usr/bin/dd
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_DLLTOOL=dlltool
- ac_cv_prog_DLLWRAP=dllwrap
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_DLLTOOL=dlltool
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_RC=windres
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_signal_SIGALRM=no
- ac_cv_sizeof_double=8
- ac_cv_sizeof_float=4
- ac_cv_sizeof_int=4
- ac_cv_sizeof_long=4
- ac_cv_sndfile=no
- ac_cv_target=x86_64-w64-mingw32
- 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
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=yes
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd=func_win32_libid
- 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=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- lt_cv_path_LDCXX=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- lt_cv_path_NM='/mingw64/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_c_o_RC=yes
- lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
- lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=8192
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
- lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
-
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
-
- ACLOCAL='aclocal-1.15'
- ACLOCAL_AMFLAGS='-I M4'
- ALSA_LIBS=''
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='0'
- AM_V='$(V)'
- AR='ar'
- AUTOCONF='autoconf'
- AUTOHEADER='autoheader'
- AUTOMAKE='automake-1.15'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-fPIC -g -O3 -march=nocona -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe'
- COMPILER_IS_GCC=''
- CPP='gcc -E'
- CPPFLAGS=''
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-fPIC -g -O3 -march=nocona'
- CYGPATH_W='cygpath -w'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='dlltool'
- DLLWRAP='dllwrap'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT='.exe'
- FFTW3_CFLAGS=''
- FFTW3_LIBS=''
- FGREP='/usr/bin/grep -F'
- GCC_MAJOR_VERSION='7'
- GREP='/usr/bin/grep'
- HAVE_FFTW3='0'
- HAVE_SNDFILE='0'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe'
- LDFLAGS=''
- LIBOBJS=''
- LIBS='-lm '
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='cp -pR'
- LTLIBOBJS=''
- LT_SYS_LIBRARY_PATH=''
- MAKEINFO='makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/usr/bin/mkdir -p'
- NM='/mingw64/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OS_SPECIFIC_INCLUDES=''
- OS_SPECIFIC_LINKS='-lwinmm'
- OTOOL64=''
- OTOOL=''
- PACKAGE='libsamplerate'
- PACKAGE_BUGREPORT='erikd@mega-nerd.com'
- PACKAGE_NAME='libsamplerate'
- PACKAGE_STRING='libsamplerate 0.1.9'
- PACKAGE_TARNAME='libsamplerate'
- PACKAGE_URL='http://www.mega-nerd.com/libsamplerate/'
- PACKAGE_VERSION='0.1.9'
- PATH_SEPARATOR=':'
- PEXPORTS=''
- PKG_CONFIG=''
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH='/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'
- RANLIB='ranlib'
- RC='windres'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHARED_VERSION_INFO='1:8:1'
- SHELL='/bin/sh'
- SHLIB_VERSION_ARG=''
- SNDFILE_CFLAGS=''
- SNDFILE_LIBS=''
- STRIP='strip'
- VERSION='0.1.9'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE='#'
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_TRUE=''
- am__include='include'
- am__isrc=''
- 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-w64-mingw32'
- build_alias='x86_64-w64-mingw32'
- build_cpu='x86_64'
- build_os='mingw32'
- build_vendor='w64'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-w64-mingw32'
- host_alias=''
- host_cpu='x86_64'
- host_os='mingw32'
- host_vendor='w64'
- htmldir='${docdir}'
- htmldocdir='/f/git/Rack/plugins/Fundamental/dep/share/doc/libsamplerate0-dev/html'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Cfg/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='/f/git/Rack/plugins/Fundamental/dep'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target='x86_64-w64-mingw32'
- target_alias=''
- target_cpu='x86_64'
- target_os='mingw32'
- target_vendor='w64'
-
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
-
- /* confdefs.h */
- #define PACKAGE_NAME "libsamplerate"
- #define PACKAGE_TARNAME "libsamplerate"
- #define PACKAGE_VERSION "0.1.9"
- #define PACKAGE_STRING "libsamplerate 0.1.9"
- #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
- #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
- #define PACKAGE "libsamplerate"
- #define VERSION "0.1.9"
- #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 LT_OBJDIR ".libs/"
- #define STDC_HEADERS 1
- #define HAVE_STDINT_H 1
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 4
- #define SIZEOF_FLOAT 4
- #define SIZEOF_DOUBLE 8
- #define CPU_IS_BIG_ENDIAN 0
- #define CPU_IS_LITTLE_ENDIAN 1
- #define HAVE_MALLOC 1
- #define HAVE_CALLOC 1
- #define HAVE_FREE 1
- #define HAVE_MEMCPY 1
- #define HAVE_MEMMOVE 1
- #define HAVE_ALARM 1
- #define HAVE_SIGNAL 1
- #define HAVE_LIBM 1
- #define HAVE_FLOOR 1
- #define HAVE_CEIL 1
- #define HAVE_FMOD 1
- #define HAVE_LRINT 1
- #define HAVE_LRINTF 1
- #define CPU_CLIPS_POSITIVE 0
- #define CPU_CLIPS_NEGATIVE 1
- #define HAVE_SNDFILE 0
- #define HAVE_FFTW3 0
- #define COMPILER_IS_GCC 1
- #define GCC_MAJOR_VERSION 7
- #define OS_IS_WIN32 1
-
- configure: exit 0
|