You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1516 lines
52KB

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by libsamplerate configure 0.1.9, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure --prefix=/f/git/Rack/plugins/Fundamental/dep
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = TERA
  10. uname -m = x86_64
  11. uname -r = 2.10.0(0.325/5/3)
  12. uname -s = MINGW64_NT-10.0
  13. uname -v = 2018-02-09 15:25
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = x86_64
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /mingw64/bin
  24. PATH: /usr/local/bin
  25. PATH: /usr/bin
  26. PATH: /bin
  27. PATH: /c/Windows/System32
  28. PATH: /c/Windows
  29. PATH: /c/Windows/System32/Wbem
  30. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  31. ## ----------- ##
  32. ## Core tests. ##
  33. ## ----------- ##
  34. configure:2505: loading site script /mingw64/etc/config.site
  35. | # This file is in public domain.
  36. | # Original author: Karlson2k (Evgeny Grin)
  37. | # Written for MSys2/MinGW64 to help running 'configure' scripts
  38. |
  39. | # Defaults for MinGW64-targeted programs
  40. |
  41. | # Set proper selfname on bash and fallback to default name on other shells
  42. | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  43. |
  44. | # Set default 'host' to speedup configure
  45. | if test -z "$build_alias"; then
  46. | build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
  47. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  48. | fi
  49. |
  50. | # Set default 'prefix' to "/mingw64"
  51. | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  52. | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  53. | prefix="${MSYSTEM_PREFIX-/mingw64}" && \
  54. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  55. | fi
  56. config.site:13: default build_alias set to x86_64-w64-mingw32
  57. configure:2638: checking build system type
  58. configure:2652: result: x86_64-w64-mingw32
  59. configure:2672: checking host system type
  60. configure:2685: result: x86_64-w64-mingw32
  61. configure:2705: checking target system type
  62. configure:2718: result: x86_64-w64-mingw32
  63. configure:2765: checking for a BSD-compatible install
  64. configure:2833: result: /usr/bin/install -c
  65. configure:2844: checking whether build environment is sane
  66. configure:2899: result: yes
  67. configure:2937: WARNING: 'missing' script is too old or missing
  68. configure:3050: checking for a thread-safe mkdir -p
  69. configure:3089: result: /usr/bin/mkdir -p
  70. configure:3096: checking for gawk
  71. configure:3112: found /usr/bin/gawk
  72. configure:3123: result: gawk
  73. configure:3134: checking whether make sets $(MAKE)
  74. configure:3156: result: yes
  75. configure:3185: checking whether make supports nested variables
  76. configure:3202: result: yes
  77. configure:3340: checking whether make supports nested variables
  78. configure:3357: result: yes
  79. configure:3427: checking for gcc
  80. configure:3443: found /mingw64/bin/gcc
  81. configure:3454: result: gcc
  82. configure:3683: checking for C compiler version
  83. configure:3692: gcc --version >&5
  84. gcc.exe (Rev2, Built by MSYS2 project) 7.3.0
  85. Copyright (C) 2017 Free Software Foundation, Inc.
  86. This is free software; see the source for copying conditions. There is NO
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88. configure:3703: $? = 0
  89. configure:3692: gcc -v >&5
  90. Using built-in specs.
  91. COLLECT_GCC=C:\msys64\mingw64\bin\gcc.exe
  92. COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
  93. Target: x86_64-w64-mingw32
  94. 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
  95. Thread model: posix
  96. gcc version 7.3.0 (Rev2, Built by MSYS2 project)
  97. configure:3703: $? = 0
  98. configure:3692: gcc -V >&5
  99. gcc.exe: error: unrecognized command line option '-V'
  100. gcc.exe: fatal error: no input files
  101. compilation terminated.
  102. configure:3703: $? = 1
  103. configure:3692: gcc -qversion >&5
  104. gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
  105. gcc.exe: fatal error: no input files
  106. compilation terminated.
  107. configure:3703: $? = 1
  108. configure:3723: checking whether the C compiler works
  109. configure:3745: gcc -fPIC -g -O3 -march=nocona conftest.c >&5
  110. configure:3749: $? = 0
  111. configure:3797: result: yes
  112. configure:3800: checking for C compiler default output file name
  113. configure:3802: result: a.exe
  114. configure:3808: checking for suffix of executables
  115. configure:3815: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  116. configure:3819: $? = 0
  117. configure:3841: result: .exe
  118. configure:3863: checking whether we are cross compiling
  119. configure:3871: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  120. configure:3875: $? = 0
  121. configure:3882: ./conftest.exe
  122. configure:3886: $? = 0
  123. configure:3901: result: no
  124. configure:3906: checking for suffix of object files
  125. configure:3928: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  126. configure:3932: $? = 0
  127. configure:3953: result: o
  128. configure:3957: checking whether we are using the GNU C compiler
  129. configure:3976: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  130. configure:3976: $? = 0
  131. configure:3985: result: yes
  132. configure:3994: checking whether gcc accepts -g
  133. configure:4014: gcc -c -g conftest.c >&5
  134. configure:4014: $? = 0
  135. configure:4055: result: yes
  136. configure:4072: checking for gcc option to accept ISO C89
  137. configure:4135: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  138. configure:4135: $? = 0
  139. configure:4148: result: none needed
  140. configure:4173: checking whether gcc understands -c and -o together
  141. configure:4195: gcc -c conftest.c -o conftest2.o
  142. configure:4198: $? = 0
  143. configure:4195: gcc -c conftest.c -o conftest2.o
  144. configure:4198: $? = 0
  145. configure:4210: result: yes
  146. configure:4238: checking for style of include used by make
  147. configure:4266: result: GNU
  148. configure:4292: checking dependency style of gcc
  149. configure:4403: result: gcc3
  150. configure:4477: checking for g++
  151. configure:4493: found /mingw64/bin/g++
  152. configure:4504: result: g++
  153. configure:4531: checking for C++ compiler version
  154. configure:4540: g++ --version >&5
  155. g++.exe (Rev2, Built by MSYS2 project) 7.3.0
  156. Copyright (C) 2017 Free Software Foundation, Inc.
  157. This is free software; see the source for copying conditions. There is NO
  158. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  159. configure:4551: $? = 0
  160. configure:4540: g++ -v >&5
  161. Using built-in specs.
  162. COLLECT_GCC=C:\msys64\mingw64\bin\g++.exe
  163. COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
  164. Target: x86_64-w64-mingw32
  165. 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
  166. Thread model: posix
  167. gcc version 7.3.0 (Rev2, Built by MSYS2 project)
  168. configure:4551: $? = 0
  169. configure:4540: g++ -V >&5
  170. g++.exe: error: unrecognized command line option '-V'
  171. g++.exe: fatal error: no input files
  172. compilation terminated.
  173. configure:4551: $? = 1
  174. configure:4540: g++ -qversion >&5
  175. g++.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
  176. g++.exe: fatal error: no input files
  177. compilation terminated.
  178. configure:4551: $? = 1
  179. configure:4555: checking whether we are using the GNU C++ compiler
  180. configure:4574: g++ -c -fPIC -g -O3 -march=nocona conftest.cpp >&5
  181. configure:4574: $? = 0
  182. configure:4583: result: yes
  183. configure:4592: checking whether g++ accepts -g
  184. configure:4612: g++ -c -g conftest.cpp >&5
  185. configure:4612: $? = 0
  186. configure:4653: result: yes
  187. configure:4678: checking dependency style of g++
  188. configure:4789: result: gcc3
  189. configure:4804: checking for a sed that does not truncate output
  190. configure:4868: result: /usr/bin/sed
  191. configure:4922: checking how to print strings
  192. configure:4949: result: printf
  193. configure:4970: checking for a sed that does not truncate output
  194. configure:5034: result: /usr/bin/sed
  195. configure:5052: checking for grep that handles long lines and -e
  196. configure:5110: result: /usr/bin/grep
  197. configure:5115: checking for egrep
  198. configure:5177: result: /usr/bin/grep -E
  199. configure:5182: checking for fgrep
  200. configure:5244: result: /usr/bin/grep -F
  201. configure:5279: checking for ld used by gcc
  202. configure:5346: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  203. configure:5353: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
  204. configure:5368: result: yes
  205. configure:5380: checking for BSD- or MS-compatible name lister (nm)
  206. configure:5434: result: /mingw64/bin/nm -B
  207. configure:5564: checking the name lister (/mingw64/bin/nm -B) interface
  208. configure:5571: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  209. configure:5574: /mingw64/bin/nm -B "conftest.o"
  210. configure:5577: output
  211. 0000000000000000 b .bss
  212. 0000000000000000 d .data
  213. 0000000000000000 N .debug_abbrev
  214. 0000000000000000 N .debug_aranges
  215. 0000000000000000 N .debug_info
  216. 0000000000000000 N .debug_line
  217. 0000000000000000 r .rdata$zzz
  218. 0000000000000000 t .text
  219. 0000000000000000 B some_variable
  220. configure:5584: result: BSD nm
  221. configure:5587: checking whether ln -s works
  222. configure:5594: result: no, using cp -pR
  223. configure:5599: checking the maximum length of command line arguments
  224. configure:5730: result: 8192
  225. configure:5778: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
  226. configure:5818: result: func_convert_file_msys_to_w32
  227. configure:5825: checking how to convert x86_64-w64-mingw32 file names to toolchain format
  228. configure:5845: result: func_convert_file_msys_to_w32
  229. configure:5852: checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files
  230. configure:5859: result: -r
  231. configure:5933: checking for objdump
  232. configure:5949: found /mingw64/bin/objdump
  233. configure:5960: result: objdump
  234. configure:5992: checking how to recognize dependent libraries
  235. configure:6192: result: file_magic ^x86 archive import|^x86 DLL
  236. configure:6277: checking for dlltool
  237. configure:6293: found /mingw64/bin/dlltool
  238. configure:6304: result: dlltool
  239. configure:6337: checking how to associate runtime and link libraries
  240. configure:6364: result: func_cygming_dll_for_implib
  241. configure:6425: checking for ar
  242. configure:6441: found /mingw64/bin/ar
  243. configure:6452: result: ar
  244. configure:6489: checking for archiver @FILE support
  245. configure:6506: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  246. configure:6506: $? = 0
  247. configure:6509: ar cru libconftest.a @conftest.lst >&5
  248. configure:6512: $? = 0
  249. configure:6517: ar cru libconftest.a @conftest.lst >&5
  250. C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
  251. configure:6520: $? = 1
  252. configure:6532: result: @
  253. configure:6590: checking for strip
  254. configure:6606: found /mingw64/bin/strip
  255. configure:6617: result: strip
  256. configure:6689: checking for ranlib
  257. configure:6705: found /mingw64/bin/ranlib
  258. configure:6716: result: ranlib
  259. configure:6818: checking command to parse /mingw64/bin/nm -B output from gcc object
  260. configure:6971: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  261. configure:6974: $? = 0
  262. 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
  263. configure:6981: $? = 0
  264. configure:7047: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c conftstm.o >&5
  265. configure:7050: $? = 0
  266. configure:7088: result: ok
  267. configure:7135: checking for sysroot
  268. configure:7165: result: no
  269. configure:7172: checking for a working dd
  270. configure:7210: result: /usr/bin/dd
  271. configure:7214: checking how to truncate binary pipes
  272. configure:7229: result: /usr/bin/dd bs=4096 count=1
  273. configure:7558: checking for mt
  274. configure:7588: result: no
  275. configure:7608: checking if : is a manifest tool
  276. configure:7614: : '-?'
  277. configure:7622: result: no
  278. configure:8299: checking how to run the C preprocessor
  279. configure:8330: gcc -E conftest.c
  280. configure:8330: $? = 0
  281. configure:8344: gcc -E conftest.c
  282. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  283. #include <ac_nonexistent.h>
  284. ^~~~~~~~~~~~~~~~~~
  285. compilation terminated.
  286. configure:8344: $? = 1
  287. configure: failed program was:
  288. | /* confdefs.h */
  289. | #define PACKAGE_NAME "libsamplerate"
  290. | #define PACKAGE_TARNAME "libsamplerate"
  291. | #define PACKAGE_VERSION "0.1.9"
  292. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  293. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  294. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  295. | #define PACKAGE "libsamplerate"
  296. | #define VERSION "0.1.9"
  297. | /* end confdefs.h. */
  298. | #include <ac_nonexistent.h>
  299. configure:8369: result: gcc -E
  300. configure:8389: gcc -E conftest.c
  301. configure:8389: $? = 0
  302. configure:8403: gcc -E conftest.c
  303. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  304. #include <ac_nonexistent.h>
  305. ^~~~~~~~~~~~~~~~~~
  306. compilation terminated.
  307. configure:8403: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h */
  310. | #define PACKAGE_NAME "libsamplerate"
  311. | #define PACKAGE_TARNAME "libsamplerate"
  312. | #define PACKAGE_VERSION "0.1.9"
  313. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  314. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  315. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  316. | #define PACKAGE "libsamplerate"
  317. | #define VERSION "0.1.9"
  318. | /* end confdefs.h. */
  319. | #include <ac_nonexistent.h>
  320. configure:8432: checking for ANSI C header files
  321. configure:8452: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  322. configure:8452: $? = 0
  323. configure:8525: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  324. configure:8525: $? = 0
  325. configure:8525: ./conftest.exe
  326. configure:8525: $? = 0
  327. configure:8536: result: yes
  328. configure:8549: checking for sys/types.h
  329. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  330. configure:8549: $? = 0
  331. configure:8549: result: yes
  332. configure:8549: checking for sys/stat.h
  333. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  334. configure:8549: $? = 0
  335. configure:8549: result: yes
  336. configure:8549: checking for stdlib.h
  337. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  338. configure:8549: $? = 0
  339. configure:8549: result: yes
  340. configure:8549: checking for string.h
  341. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  342. configure:8549: $? = 0
  343. configure:8549: result: yes
  344. configure:8549: checking for memory.h
  345. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  346. configure:8549: $? = 0
  347. configure:8549: result: yes
  348. configure:8549: checking for strings.h
  349. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  350. configure:8549: $? = 0
  351. configure:8549: result: yes
  352. configure:8549: checking for inttypes.h
  353. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  354. configure:8549: $? = 0
  355. configure:8549: result: yes
  356. configure:8549: checking for stdint.h
  357. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  358. configure:8549: $? = 0
  359. configure:8549: result: yes
  360. configure:8549: checking for unistd.h
  361. configure:8549: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  362. configure:8549: $? = 0
  363. configure:8549: result: yes
  364. configure:8563: checking for dlfcn.h
  365. configure:8563: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  366. conftest.c:55:10: fatal error: dlfcn.h: No such file or directory
  367. #include <dlfcn.h>
  368. ^~~~~~~~~
  369. compilation terminated.
  370. configure:8563: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "libsamplerate"
  374. | #define PACKAGE_TARNAME "libsamplerate"
  375. | #define PACKAGE_VERSION "0.1.9"
  376. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  377. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  378. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  379. | #define PACKAGE "libsamplerate"
  380. | #define VERSION "0.1.9"
  381. | #define STDC_HEADERS 1
  382. | #define HAVE_SYS_TYPES_H 1
  383. | #define HAVE_SYS_STAT_H 1
  384. | #define HAVE_STDLIB_H 1
  385. | #define HAVE_STRING_H 1
  386. | #define HAVE_MEMORY_H 1
  387. | #define HAVE_STRINGS_H 1
  388. | #define HAVE_INTTYPES_H 1
  389. | #define HAVE_STDINT_H 1
  390. | #define HAVE_UNISTD_H 1
  391. | /* end confdefs.h. */
  392. | #include <stdio.h>
  393. | #ifdef HAVE_SYS_TYPES_H
  394. | # include <sys/types.h>
  395. | #endif
  396. | #ifdef HAVE_SYS_STAT_H
  397. | # include <sys/stat.h>
  398. | #endif
  399. | #ifdef STDC_HEADERS
  400. | # include <stdlib.h>
  401. | # include <stddef.h>
  402. | #else
  403. | # ifdef HAVE_STDLIB_H
  404. | # include <stdlib.h>
  405. | # endif
  406. | #endif
  407. | #ifdef HAVE_STRING_H
  408. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  409. | # include <memory.h>
  410. | # endif
  411. | # include <string.h>
  412. | #endif
  413. | #ifdef HAVE_STRINGS_H
  414. | # include <strings.h>
  415. | #endif
  416. | #ifdef HAVE_INTTYPES_H
  417. | # include <inttypes.h>
  418. | #endif
  419. | #ifdef HAVE_STDINT_H
  420. | # include <stdint.h>
  421. | #endif
  422. | #ifdef HAVE_UNISTD_H
  423. | # include <unistd.h>
  424. | #endif
  425. |
  426. | #include <dlfcn.h>
  427. configure:8563: result: no
  428. configure:8830: checking for objdir
  429. configure:8845: result: .libs
  430. configure:9109: checking if gcc supports -fno-rtti -fno-exceptions
  431. configure:9127: gcc -c -fPIC -g -O3 -march=nocona -fno-rtti -fno-exceptions conftest.c >&5
  432. cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  433. configure:9131: $? = 0
  434. configure:9144: result: no
  435. configure:9502: checking for gcc option to produce PIC
  436. configure:9509: result: -DDLL_EXPORT -DPIC
  437. configure:9517: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  438. configure:9535: gcc -c -fPIC -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  439. configure:9539: $? = 0
  440. configure:9552: result: yes
  441. configure:9581: checking if gcc static flag -static works
  442. configure:9609: result: yes
  443. configure:9624: checking if gcc supports -c -o file.o
  444. configure:9645: gcc -c -fPIC -g -O3 -march=nocona -o out/conftest2.o conftest.c >&5
  445. configure:9649: $? = 0
  446. configure:9671: result: yes
  447. configure:9679: checking if gcc supports -c -o file.o
  448. configure:9726: result: yes
  449. configure:9759: checking whether the gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
  450. configure:11022: result: yes
  451. configure:11059: checking whether -lc should be explicitly linked in
  452. configure:11067: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  453. configure:11070: $? = 0
  454. 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
  455. configure:11088: $? = 1
  456. configure:11102: result: yes
  457. configure:11262: checking dynamic linker characteristics
  458. configure:12092: result: Win32 ld.exe
  459. configure:12214: checking how to hardcode library paths into programs
  460. configure:12239: result: immediate
  461. configure:12787: checking whether stripping libraries is possible
  462. configure:12792: result: yes
  463. configure:12827: checking if libtool supports shared libraries
  464. configure:12829: result: yes
  465. configure:12832: checking whether to build shared libraries
  466. configure:12857: result: yes
  467. configure:12860: checking whether to build static libraries
  468. configure:12864: result: yes
  469. configure:12887: checking how to run the C++ preprocessor
  470. configure:12914: g++ -E conftest.cpp
  471. configure:12914: $? = 0
  472. configure:12928: g++ -E conftest.cpp
  473. conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
  474. #include <ac_nonexistent.h>
  475. ^~~~~~~~~~~~~~~~~~
  476. compilation terminated.
  477. configure:12928: $? = 1
  478. configure: failed program was:
  479. | /* confdefs.h */
  480. | #define PACKAGE_NAME "libsamplerate"
  481. | #define PACKAGE_TARNAME "libsamplerate"
  482. | #define PACKAGE_VERSION "0.1.9"
  483. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  484. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  485. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  486. | #define PACKAGE "libsamplerate"
  487. | #define VERSION "0.1.9"
  488. | #define STDC_HEADERS 1
  489. | #define HAVE_SYS_TYPES_H 1
  490. | #define HAVE_SYS_STAT_H 1
  491. | #define HAVE_STDLIB_H 1
  492. | #define HAVE_STRING_H 1
  493. | #define HAVE_MEMORY_H 1
  494. | #define HAVE_STRINGS_H 1
  495. | #define HAVE_INTTYPES_H 1
  496. | #define HAVE_STDINT_H 1
  497. | #define HAVE_UNISTD_H 1
  498. | #define LT_OBJDIR ".libs/"
  499. | /* end confdefs.h. */
  500. | #include <ac_nonexistent.h>
  501. configure:12953: result: g++ -E
  502. configure:12973: g++ -E conftest.cpp
  503. configure:12973: $? = 0
  504. configure:12987: g++ -E conftest.cpp
  505. conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
  506. #include <ac_nonexistent.h>
  507. ^~~~~~~~~~~~~~~~~~
  508. compilation terminated.
  509. configure:12987: $? = 1
  510. configure: failed program was:
  511. | /* confdefs.h */
  512. | #define PACKAGE_NAME "libsamplerate"
  513. | #define PACKAGE_TARNAME "libsamplerate"
  514. | #define PACKAGE_VERSION "0.1.9"
  515. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  516. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  517. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  518. | #define PACKAGE "libsamplerate"
  519. | #define VERSION "0.1.9"
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define LT_OBJDIR ".libs/"
  531. | /* end confdefs.h. */
  532. | #include <ac_nonexistent.h>
  533. configure:13149: checking for ld used by g++
  534. configure:13216: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  535. configure:13223: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
  536. configure:13238: result: yes
  537. configure:13293: checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
  538. configure:14366: result: yes
  539. configure:14402: g++ -c -fPIC -g -O3 -march=nocona conftest.cpp >&5
  540. configure:14405: $? = 0
  541. configure:14886: checking for g++ option to produce PIC
  542. configure:14893: result: -DDLL_EXPORT -DPIC
  543. configure:14901: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
  544. configure:14919: g++ -c -fPIC -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
  545. configure:14923: $? = 0
  546. configure:14936: result: yes
  547. configure:14959: checking if g++ static flag -static works
  548. configure:14987: result: yes
  549. configure:14999: checking if g++ supports -c -o file.o
  550. configure:15020: g++ -c -fPIC -g -O3 -march=nocona -o out/conftest2.o conftest.cpp >&5
  551. configure:15024: $? = 0
  552. configure:15046: result: yes
  553. configure:15051: checking if g++ supports -c -o file.o
  554. configure:15098: result: yes
  555. configure:15128: checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
  556. configure:15171: result: yes
  557. configure:15312: checking dynamic linker characteristics
  558. configure:16069: result: Win32 ld.exe
  559. configure:16134: checking how to hardcode library paths into programs
  560. configure:16159: result: immediate
  561. configure:16263: checking for windres
  562. configure:16279: found /mingw64/bin/windres
  563. configure:16290: result: windres
  564. configure:16391: checking whether ln -s works
  565. configure:16398: result: no, using cp -pR
  566. configure:16425: checking whether make sets $(MAKE)
  567. configure:16447: result: yes
  568. configure:16456: checking whether ln -s works
  569. configure:16463: result: no, using cp -pR
  570. configure:16472: checking for dlltool
  571. configure:16499: result: dlltool
  572. configure:16509: checking for dllwrap
  573. configure:16525: found /mingw64/bin/dllwrap
  574. configure:16536: result: dllwrap
  575. configure:16546: checking for pexports
  576. configure:16576: result: no
  577. configure:16583: checking for ANSI C header files
  578. configure:16687: result: yes
  579. configure:16699: checking for stdint.h
  580. configure:16699: result: yes
  581. configure:16699: checking sys/times.h usability
  582. configure:16699: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  583. conftest.c:57:10: fatal error: sys/times.h: No such file or directory
  584. #include <sys/times.h>
  585. ^~~~~~~~~~~~~
  586. compilation terminated.
  587. configure:16699: $? = 1
  588. configure: failed program was:
  589. | /* confdefs.h */
  590. | #define PACKAGE_NAME "libsamplerate"
  591. | #define PACKAGE_TARNAME "libsamplerate"
  592. | #define PACKAGE_VERSION "0.1.9"
  593. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  594. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  595. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  596. | #define PACKAGE "libsamplerate"
  597. | #define VERSION "0.1.9"
  598. | #define STDC_HEADERS 1
  599. | #define HAVE_SYS_TYPES_H 1
  600. | #define HAVE_SYS_STAT_H 1
  601. | #define HAVE_STDLIB_H 1
  602. | #define HAVE_STRING_H 1
  603. | #define HAVE_MEMORY_H 1
  604. | #define HAVE_STRINGS_H 1
  605. | #define HAVE_INTTYPES_H 1
  606. | #define HAVE_STDINT_H 1
  607. | #define HAVE_UNISTD_H 1
  608. | #define LT_OBJDIR ".libs/"
  609. | #define STDC_HEADERS 1
  610. | #define HAVE_STDINT_H 1
  611. | /* end confdefs.h. */
  612. | #include <stdio.h>
  613. | #ifdef HAVE_SYS_TYPES_H
  614. | # include <sys/types.h>
  615. | #endif
  616. | #ifdef HAVE_SYS_STAT_H
  617. | # include <sys/stat.h>
  618. | #endif
  619. | #ifdef STDC_HEADERS
  620. | # include <stdlib.h>
  621. | # include <stddef.h>
  622. | #else
  623. | # ifdef HAVE_STDLIB_H
  624. | # include <stdlib.h>
  625. | # endif
  626. | #endif
  627. | #ifdef HAVE_STRING_H
  628. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  629. | # include <memory.h>
  630. | # endif
  631. | # include <string.h>
  632. | #endif
  633. | #ifdef HAVE_STRINGS_H
  634. | # include <strings.h>
  635. | #endif
  636. | #ifdef HAVE_INTTYPES_H
  637. | # include <inttypes.h>
  638. | #endif
  639. | #ifdef HAVE_STDINT_H
  640. | # include <stdint.h>
  641. | #endif
  642. | #ifdef HAVE_UNISTD_H
  643. | # include <unistd.h>
  644. | #endif
  645. | #include <sys/times.h>
  646. configure:16699: result: no
  647. configure:16699: checking sys/times.h presence
  648. configure:16699: gcc -E conftest.c
  649. conftest.c:24:10: fatal error: sys/times.h: No such file or directory
  650. #include <sys/times.h>
  651. ^~~~~~~~~~~~~
  652. compilation terminated.
  653. configure:16699: $? = 1
  654. configure: failed program was:
  655. | /* confdefs.h */
  656. | #define PACKAGE_NAME "libsamplerate"
  657. | #define PACKAGE_TARNAME "libsamplerate"
  658. | #define PACKAGE_VERSION "0.1.9"
  659. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  660. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  661. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  662. | #define PACKAGE "libsamplerate"
  663. | #define VERSION "0.1.9"
  664. | #define STDC_HEADERS 1
  665. | #define HAVE_SYS_TYPES_H 1
  666. | #define HAVE_SYS_STAT_H 1
  667. | #define HAVE_STDLIB_H 1
  668. | #define HAVE_STRING_H 1
  669. | #define HAVE_MEMORY_H 1
  670. | #define HAVE_STRINGS_H 1
  671. | #define HAVE_INTTYPES_H 1
  672. | #define HAVE_STDINT_H 1
  673. | #define HAVE_UNISTD_H 1
  674. | #define LT_OBJDIR ".libs/"
  675. | #define STDC_HEADERS 1
  676. | #define HAVE_STDINT_H 1
  677. | /* end confdefs.h. */
  678. | #include <sys/times.h>
  679. configure:16699: result: no
  680. configure:16699: checking for sys/times.h
  681. configure:16699: result: no
  682. configure:16765: checking size of int
  683. configure:16770: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  684. configure:16770: $? = 0
  685. configure:16770: ./conftest.exe
  686. configure:16770: $? = 0
  687. configure:16784: result: 4
  688. configure:16798: checking size of long
  689. configure:16803: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  690. configure:16803: $? = 0
  691. configure:16803: ./conftest.exe
  692. configure:16803: $? = 0
  693. configure:16817: result: 4
  694. configure:16831: checking size of float
  695. configure:16836: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  696. configure:16836: $? = 0
  697. configure:16836: ./conftest.exe
  698. configure:16836: $? = 0
  699. configure:16850: result: 4
  700. configure:16864: checking size of double
  701. configure:16869: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  702. configure:16869: $? = 0
  703. configure:16869: ./conftest.exe
  704. configure:16869: $? = 0
  705. configure:16883: result: 8
  706. configure:16897: checking processor byte ordering
  707. configure:16976: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  708. configure:16976: $? = 0
  709. configure:16994: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  710. configure:16994: $? = 0
  711. configure:17018: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  712. configure:17018: $? = 0
  713. configure:17111: result: little
  714. configure:17156: checking for malloc
  715. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  716. conftest.c:53:6: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  717. char malloc ();
  718. ^~~~~~
  719. configure:17156: $? = 0
  720. configure:17156: result: yes
  721. configure:17156: checking for calloc
  722. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  723. conftest.c:54:6: warning: conflicting types for built-in function 'calloc' [-Wbuiltin-declaration-mismatch]
  724. char calloc ();
  725. ^~~~~~
  726. configure:17156: $? = 0
  727. configure:17156: result: yes
  728. configure:17156: checking for free
  729. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  730. conftest.c:55:6: warning: conflicting types for built-in function 'free' [-Wbuiltin-declaration-mismatch]
  731. char free ();
  732. ^~~~
  733. configure:17156: $? = 0
  734. configure:17156: result: yes
  735. configure:17156: checking for memcpy
  736. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  737. conftest.c:56:6: warning: conflicting types for built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  738. char memcpy ();
  739. ^~~~~~
  740. configure:17156: $? = 0
  741. configure:17156: result: yes
  742. configure:17156: checking for memmove
  743. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  744. conftest.c:57:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
  745. char memmove ();
  746. ^~~~~~~
  747. configure:17156: $? = 0
  748. configure:17156: result: yes
  749. configure:17156: checking for alarm
  750. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  751. configure:17156: $? = 0
  752. configure:17156: result: yes
  753. configure:17156: checking for signal
  754. configure:17156: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c >&5
  755. configure:17156: $? = 0
  756. configure:17156: result: yes
  757. configure:17166: checking for floor in -lm
  758. configure:17191: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  759. conftest.c:44:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
  760. char floor ();
  761. ^~~~~
  762. configure:17191: $? = 0
  763. configure:17200: result: yes
  764. configure:17214: checking for floor
  765. configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  766. conftest.c:61:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
  767. char floor ();
  768. ^~~~~
  769. configure:17214: $? = 0
  770. configure:17214: result: yes
  771. configure:17214: checking for ceil
  772. configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  773. conftest.c:62:6: warning: conflicting types for built-in function 'ceil' [-Wbuiltin-declaration-mismatch]
  774. char ceil ();
  775. ^~~~
  776. configure:17214: $? = 0
  777. configure:17214: result: yes
  778. configure:17214: checking for fmod
  779. configure:17214: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  780. conftest.c:63:6: warning: conflicting types for built-in function 'fmod' [-Wbuiltin-declaration-mismatch]
  781. char fmod ();
  782. ^~~~
  783. configure:17214: $? = 0
  784. configure:17214: result: yes
  785. configure:17224: checking for SIGALRM
  786. configure:17244: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  787. conftest.c: In function 'main':
  788. conftest.c:48:8: error: 'SIGALRM' undeclared (first use in this function); did you mean 'SIGABRT'?
  789. signal(SIGALRM, SIG_DFL) ;
  790. ^~~~~~~
  791. SIGABRT
  792. conftest.c:48:8: note: each undeclared identifier is reported only once for each function it appears in
  793. configure:17244: $? = 1
  794. configure: failed program was:
  795. | /* confdefs.h */
  796. | #define PACKAGE_NAME "libsamplerate"
  797. | #define PACKAGE_TARNAME "libsamplerate"
  798. | #define PACKAGE_VERSION "0.1.9"
  799. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  800. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  801. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  802. | #define PACKAGE "libsamplerate"
  803. | #define VERSION "0.1.9"
  804. | #define STDC_HEADERS 1
  805. | #define HAVE_SYS_TYPES_H 1
  806. | #define HAVE_SYS_STAT_H 1
  807. | #define HAVE_STDLIB_H 1
  808. | #define HAVE_STRING_H 1
  809. | #define HAVE_MEMORY_H 1
  810. | #define HAVE_STRINGS_H 1
  811. | #define HAVE_INTTYPES_H 1
  812. | #define HAVE_STDINT_H 1
  813. | #define HAVE_UNISTD_H 1
  814. | #define LT_OBJDIR ".libs/"
  815. | #define STDC_HEADERS 1
  816. | #define HAVE_STDINT_H 1
  817. | #define SIZEOF_INT 4
  818. | #define SIZEOF_LONG 4
  819. | #define SIZEOF_FLOAT 4
  820. | #define SIZEOF_DOUBLE 8
  821. | #define CPU_IS_BIG_ENDIAN 0
  822. | #define CPU_IS_LITTLE_ENDIAN 1
  823. | #define HAVE_MALLOC 1
  824. | #define HAVE_CALLOC 1
  825. | #define HAVE_FREE 1
  826. | #define HAVE_MEMCPY 1
  827. | #define HAVE_MEMMOVE 1
  828. | #define HAVE_ALARM 1
  829. | #define HAVE_SIGNAL 1
  830. | #define HAVE_LIBM 1
  831. | #define HAVE_FLOOR 1
  832. | #define HAVE_CEIL 1
  833. | #define HAVE_FMOD 1
  834. | /* end confdefs.h. */
  835. |
  836. | #include <signal.h>
  837. |
  838. |
  839. | int
  840. | main ()
  841. | {
  842. | signal(SIGALRM, SIG_DFL) ;
  843. | ;
  844. | return 0;
  845. | }
  846. configure:17254: result: no
  847. configure:17264: checking for lrint
  848. configure:17290: gcc -o conftest.exe -lm conftest.c -lm >&5
  849. configure:17290: $? = 0
  850. configure:17302: result: yes
  851. configure:17311: checking for lrintf
  852. configure:17337: gcc -o conftest.exe -lm conftest.c -lm >&5
  853. configure:17337: $? = 0
  854. configure:17349: result: yes
  855. configure:17375: checking processor clipping capabilities
  856. configure:17415: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  857. configure:17415: $? = 0
  858. configure:17415: ./conftest.exe
  859. configure:17415: $? = 1
  860. configure: program exited with status 1
  861. configure: failed program was:
  862. | /* confdefs.h */
  863. | #define PACKAGE_NAME "libsamplerate"
  864. | #define PACKAGE_TARNAME "libsamplerate"
  865. | #define PACKAGE_VERSION "0.1.9"
  866. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  867. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  868. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  869. | #define PACKAGE "libsamplerate"
  870. | #define VERSION "0.1.9"
  871. | #define STDC_HEADERS 1
  872. | #define HAVE_SYS_TYPES_H 1
  873. | #define HAVE_SYS_STAT_H 1
  874. | #define HAVE_STDLIB_H 1
  875. | #define HAVE_STRING_H 1
  876. | #define HAVE_MEMORY_H 1
  877. | #define HAVE_STRINGS_H 1
  878. | #define HAVE_INTTYPES_H 1
  879. | #define HAVE_STDINT_H 1
  880. | #define HAVE_UNISTD_H 1
  881. | #define LT_OBJDIR ".libs/"
  882. | #define STDC_HEADERS 1
  883. | #define HAVE_STDINT_H 1
  884. | #define SIZEOF_INT 4
  885. | #define SIZEOF_LONG 4
  886. | #define SIZEOF_FLOAT 4
  887. | #define SIZEOF_DOUBLE 8
  888. | #define CPU_IS_BIG_ENDIAN 0
  889. | #define CPU_IS_LITTLE_ENDIAN 1
  890. | #define HAVE_MALLOC 1
  891. | #define HAVE_CALLOC 1
  892. | #define HAVE_FREE 1
  893. | #define HAVE_MEMCPY 1
  894. | #define HAVE_MEMMOVE 1
  895. | #define HAVE_ALARM 1
  896. | #define HAVE_SIGNAL 1
  897. | #define HAVE_LIBM 1
  898. | #define HAVE_FLOOR 1
  899. | #define HAVE_CEIL 1
  900. | #define HAVE_FMOD 1
  901. | #define HAVE_LRINT 1
  902. | #define HAVE_LRINTF 1
  903. | /* end confdefs.h. */
  904. |
  905. | #define _ISOC9X_SOURCE 1
  906. | #define _ISOC99_SOURCE 1
  907. | #define __USE_ISOC99 1
  908. | #define __USE_ISOC9X 1
  909. | #include <math.h>
  910. | int main (void)
  911. | { double fval ;
  912. | int k, ival ;
  913. |
  914. | fval = 1.0 * 0x7FFFFFFF ;
  915. | for (k = 0 ; k < 100 ; k++)
  916. | { ival = (lrint (fval)) >> 24 ;
  917. | if (ival != 127)
  918. | return 1 ;
  919. |
  920. | fval *= 1.2499999 ;
  921. | } ;
  922. |
  923. | return 0 ;
  924. | }
  925. |
  926. configure:17454: gcc -o conftest.exe -fPIC -g -O3 -march=nocona conftest.c -lm >&5
  927. configure:17454: $? = 0
  928. configure:17454: ./conftest.exe
  929. configure:17454: $? = 0
  930. configure:17496: result: negative
  931. configure:17584: checking for pkg-config
  932. configure:17617: result: no
  933. configure:17654: checking for SNDFILE
  934. configure:17713: result: no
  935. configure:17749: checking alsa/asoundlib.h usability
  936. configure:17749: gcc -c -fPIC -g -O3 -march=nocona conftest.c >&5
  937. conftest.c:79:10: fatal error: alsa/asoundlib.h: No such file or directory
  938. #include <alsa/asoundlib.h>
  939. ^~~~~~~~~~~~~~~~~~
  940. compilation terminated.
  941. configure:17749: $? = 1
  942. configure: failed program was:
  943. | /* confdefs.h */
  944. | #define PACKAGE_NAME "libsamplerate"
  945. | #define PACKAGE_TARNAME "libsamplerate"
  946. | #define PACKAGE_VERSION "0.1.9"
  947. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  948. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  949. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  950. | #define PACKAGE "libsamplerate"
  951. | #define VERSION "0.1.9"
  952. | #define STDC_HEADERS 1
  953. | #define HAVE_SYS_TYPES_H 1
  954. | #define HAVE_SYS_STAT_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_MEMORY_H 1
  958. | #define HAVE_STRINGS_H 1
  959. | #define HAVE_INTTYPES_H 1
  960. | #define HAVE_STDINT_H 1
  961. | #define HAVE_UNISTD_H 1
  962. | #define LT_OBJDIR ".libs/"
  963. | #define STDC_HEADERS 1
  964. | #define HAVE_STDINT_H 1
  965. | #define SIZEOF_INT 4
  966. | #define SIZEOF_LONG 4
  967. | #define SIZEOF_FLOAT 4
  968. | #define SIZEOF_DOUBLE 8
  969. | #define CPU_IS_BIG_ENDIAN 0
  970. | #define CPU_IS_LITTLE_ENDIAN 1
  971. | #define HAVE_MALLOC 1
  972. | #define HAVE_CALLOC 1
  973. | #define HAVE_FREE 1
  974. | #define HAVE_MEMCPY 1
  975. | #define HAVE_MEMMOVE 1
  976. | #define HAVE_ALARM 1
  977. | #define HAVE_SIGNAL 1
  978. | #define HAVE_LIBM 1
  979. | #define HAVE_FLOOR 1
  980. | #define HAVE_CEIL 1
  981. | #define HAVE_FMOD 1
  982. | #define HAVE_LRINT 1
  983. | #define HAVE_LRINTF 1
  984. | #define CPU_CLIPS_POSITIVE 0
  985. | #define CPU_CLIPS_NEGATIVE 1
  986. | #define HAVE_SNDFILE 0
  987. | /* end confdefs.h. */
  988. | #include <stdio.h>
  989. | #ifdef HAVE_SYS_TYPES_H
  990. | # include <sys/types.h>
  991. | #endif
  992. | #ifdef HAVE_SYS_STAT_H
  993. | # include <sys/stat.h>
  994. | #endif
  995. | #ifdef STDC_HEADERS
  996. | # include <stdlib.h>
  997. | # include <stddef.h>
  998. | #else
  999. | # ifdef HAVE_STDLIB_H
  1000. | # include <stdlib.h>
  1001. | # endif
  1002. | #endif
  1003. | #ifdef HAVE_STRING_H
  1004. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1005. | # include <memory.h>
  1006. | # endif
  1007. | # include <string.h>
  1008. | #endif
  1009. | #ifdef HAVE_STRINGS_H
  1010. | # include <strings.h>
  1011. | #endif
  1012. | #ifdef HAVE_INTTYPES_H
  1013. | # include <inttypes.h>
  1014. | #endif
  1015. | #ifdef HAVE_STDINT_H
  1016. | # include <stdint.h>
  1017. | #endif
  1018. | #ifdef HAVE_UNISTD_H
  1019. | # include <unistd.h>
  1020. | #endif
  1021. | #include <alsa/asoundlib.h>
  1022. configure:17749: result: no
  1023. configure:17749: checking alsa/asoundlib.h presence
  1024. configure:17749: gcc -E conftest.c
  1025. conftest.c:46:10: fatal error: alsa/asoundlib.h: No such file or directory
  1026. #include <alsa/asoundlib.h>
  1027. ^~~~~~~~~~~~~~~~~~
  1028. compilation terminated.
  1029. configure:17749: $? = 1
  1030. configure: failed program was:
  1031. | /* confdefs.h */
  1032. | #define PACKAGE_NAME "libsamplerate"
  1033. | #define PACKAGE_TARNAME "libsamplerate"
  1034. | #define PACKAGE_VERSION "0.1.9"
  1035. | #define PACKAGE_STRING "libsamplerate 0.1.9"
  1036. | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  1037. | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  1038. | #define PACKAGE "libsamplerate"
  1039. | #define VERSION "0.1.9"
  1040. | #define STDC_HEADERS 1
  1041. | #define HAVE_SYS_TYPES_H 1
  1042. | #define HAVE_SYS_STAT_H 1
  1043. | #define HAVE_STDLIB_H 1
  1044. | #define HAVE_STRING_H 1
  1045. | #define HAVE_MEMORY_H 1
  1046. | #define HAVE_STRINGS_H 1
  1047. | #define HAVE_INTTYPES_H 1
  1048. | #define HAVE_STDINT_H 1
  1049. | #define HAVE_UNISTD_H 1
  1050. | #define LT_OBJDIR ".libs/"
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_STDINT_H 1
  1053. | #define SIZEOF_INT 4
  1054. | #define SIZEOF_LONG 4
  1055. | #define SIZEOF_FLOAT 4
  1056. | #define SIZEOF_DOUBLE 8
  1057. | #define CPU_IS_BIG_ENDIAN 0
  1058. | #define CPU_IS_LITTLE_ENDIAN 1
  1059. | #define HAVE_MALLOC 1
  1060. | #define HAVE_CALLOC 1
  1061. | #define HAVE_FREE 1
  1062. | #define HAVE_MEMCPY 1
  1063. | #define HAVE_MEMMOVE 1
  1064. | #define HAVE_ALARM 1
  1065. | #define HAVE_SIGNAL 1
  1066. | #define HAVE_LIBM 1
  1067. | #define HAVE_FLOOR 1
  1068. | #define HAVE_CEIL 1
  1069. | #define HAVE_FMOD 1
  1070. | #define HAVE_LRINT 1
  1071. | #define HAVE_LRINTF 1
  1072. | #define CPU_CLIPS_POSITIVE 0
  1073. | #define CPU_CLIPS_NEGATIVE 1
  1074. | #define HAVE_SNDFILE 0
  1075. | /* end confdefs.h. */
  1076. | #include <alsa/asoundlib.h>
  1077. configure:17749: result: no
  1078. configure:17749: checking for alsa/asoundlib.h
  1079. configure:17749: result: no
  1080. configure:17771: checking for FFTW3
  1081. configure:17830: result: no
  1082. configure:18072: checking that generated files are newer than configure
  1083. configure:18078: result: done
  1084. configure:18105: creating ./config.status
  1085. ## ---------------------- ##
  1086. ## Running config.status. ##
  1087. ## ---------------------- ##
  1088. This file was extended by libsamplerate config.status 0.1.9, which was
  1089. generated by GNU Autoconf 2.69. Invocation command line was
  1090. CONFIG_FILES =
  1091. CONFIG_HEADERS =
  1092. CONFIG_LINKS =
  1093. CONFIG_COMMANDS =
  1094. $ ./config.status
  1095. on TERA
  1096. config.status:1280: creating Makefile
  1097. config.status:1280: creating M4/Makefile
  1098. config.status:1280: creating src/Version_script
  1099. config.status:1280: creating Win32/Makefile
  1100. config.status:1280: creating Win32/Makefile.mingw
  1101. config.status:1280: creating src/Makefile
  1102. config.status:1280: creating examples/Makefile
  1103. config.status:1280: creating tests/Makefile
  1104. config.status:1280: creating doc/Makefile
  1105. config.status:1280: creating libsamplerate.spec
  1106. config.status:1280: creating samplerate.pc
  1107. config.status:1280: creating src/config.h
  1108. config.status:1509: executing depfiles commands
  1109. config.status:1509: executing libtool commands
  1110. configure:20775: result:
  1111. -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
  1112. Configuration summary :
  1113. Version : ..................... 0.1.9
  1114. Host CPU : .................... x86_64
  1115. Host Vendor : ................. w64
  1116. Host OS : ..................... mingw32
  1117. configure:20797: result:
  1118. Extra tools required for testing and examples :
  1119. Have FFTW : ................... no
  1120. configure:20803: result: Have libsndfile : ............. no
  1121. configure:20806: result: Have ALSA : ................... no
  1122. configure:20815: result: Installation directories :
  1123. Library directory : ........... /f/git/Rack/plugins/Fundamental/dep/lib
  1124. Program directory : ........... /f/git/Rack/plugins/Fundamental/dep/bin
  1125. Pkgconfig directory : ......... /f/git/Rack/plugins/Fundamental/dep/lib/pkgconfig
  1126. ## ---------------- ##
  1127. ## Cache variables. ##
  1128. ## ---------------- ##
  1129. ac_cv_build=x86_64-w64-mingw32
  1130. ac_cv_c99_lrint=yes
  1131. ac_cv_c99_lrintf=yes
  1132. ac_cv_c_big_endian=0
  1133. ac_cv_c_byte_order=little
  1134. ac_cv_c_clip_negative=1
  1135. ac_cv_c_clip_positive=0
  1136. ac_cv_c_clip_type=negative
  1137. ac_cv_c_compiler_gnu=yes
  1138. ac_cv_c_little_endian=1
  1139. ac_cv_cxx_compiler_gnu=yes
  1140. ac_cv_env_CCC_set=
  1141. ac_cv_env_CCC_value=
  1142. ac_cv_env_CC_set=
  1143. ac_cv_env_CC_value=
  1144. ac_cv_env_CFLAGS_set=set
  1145. ac_cv_env_CFLAGS_value='-fPIC -g -O3 -march=nocona'
  1146. ac_cv_env_CPPFLAGS_set=
  1147. ac_cv_env_CPPFLAGS_value=
  1148. ac_cv_env_CPP_set=
  1149. ac_cv_env_CPP_value=
  1150. ac_cv_env_CXXCPP_set=
  1151. ac_cv_env_CXXCPP_value=
  1152. ac_cv_env_CXXFLAGS_set=set
  1153. ac_cv_env_CXXFLAGS_value='-fPIC -g -O3 -march=nocona'
  1154. ac_cv_env_CXX_set=
  1155. ac_cv_env_CXX_value=
  1156. ac_cv_env_FFTW3_CFLAGS_set=
  1157. ac_cv_env_FFTW3_CFLAGS_value=
  1158. ac_cv_env_FFTW3_LIBS_set=
  1159. ac_cv_env_FFTW3_LIBS_value=
  1160. ac_cv_env_LDFLAGS_set=set
  1161. ac_cv_env_LDFLAGS_value=
  1162. ac_cv_env_LIBS_set=
  1163. ac_cv_env_LIBS_value=
  1164. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1165. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1166. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1167. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1168. ac_cv_env_PKG_CONFIG_PATH_set=set
  1169. ac_cv_env_PKG_CONFIG_PATH_value=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  1170. ac_cv_env_PKG_CONFIG_set=
  1171. ac_cv_env_PKG_CONFIG_value=
  1172. ac_cv_env_SNDFILE_CFLAGS_set=
  1173. ac_cv_env_SNDFILE_CFLAGS_value=
  1174. ac_cv_env_SNDFILE_LIBS_set=
  1175. ac_cv_env_SNDFILE_LIBS_value=
  1176. ac_cv_env_build_alias_set=
  1177. ac_cv_env_build_alias_value=
  1178. ac_cv_env_host_alias_set=
  1179. ac_cv_env_host_alias_value=
  1180. ac_cv_env_target_alias_set=
  1181. ac_cv_env_target_alias_value=
  1182. ac_cv_exeext=.exe
  1183. ac_cv_fftw3=no
  1184. ac_cv_func_alarm=yes
  1185. ac_cv_func_calloc=yes
  1186. ac_cv_func_ceil=yes
  1187. ac_cv_func_floor=yes
  1188. ac_cv_func_fmod=yes
  1189. ac_cv_func_free=yes
  1190. ac_cv_func_malloc=yes
  1191. ac_cv_func_memcpy=yes
  1192. ac_cv_func_memmove=yes
  1193. ac_cv_func_signal=yes
  1194. ac_cv_header_alsa_asoundlib_h=no
  1195. ac_cv_header_dlfcn_h=no
  1196. ac_cv_header_inttypes_h=yes
  1197. ac_cv_header_memory_h=yes
  1198. ac_cv_header_stdc=yes
  1199. ac_cv_header_stdint_h=yes
  1200. ac_cv_header_stdlib_h=yes
  1201. ac_cv_header_string_h=yes
  1202. ac_cv_header_strings_h=yes
  1203. ac_cv_header_sys_stat_h=yes
  1204. ac_cv_header_sys_times_h=no
  1205. ac_cv_header_sys_types_h=yes
  1206. ac_cv_header_unistd_h=yes
  1207. ac_cv_host=x86_64-w64-mingw32
  1208. ac_cv_lib_m_floor=yes
  1209. ac_cv_objext=o
  1210. ac_cv_path_EGREP='/usr/bin/grep -E'
  1211. ac_cv_path_FGREP='/usr/bin/grep -F'
  1212. ac_cv_path_GREP=/usr/bin/grep
  1213. ac_cv_path_SED=/usr/bin/sed
  1214. ac_cv_path_install='/usr/bin/install -c'
  1215. ac_cv_path_lt_DD=/usr/bin/dd
  1216. ac_cv_path_mkdir=/usr/bin/mkdir
  1217. ac_cv_prog_AWK=gawk
  1218. ac_cv_prog_CPP='gcc -E'
  1219. ac_cv_prog_CXXCPP='g++ -E'
  1220. ac_cv_prog_DLLTOOL=dlltool
  1221. ac_cv_prog_DLLWRAP=dllwrap
  1222. ac_cv_prog_ac_ct_AR=ar
  1223. ac_cv_prog_ac_ct_CC=gcc
  1224. ac_cv_prog_ac_ct_CXX=g++
  1225. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  1226. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1227. ac_cv_prog_ac_ct_RANLIB=ranlib
  1228. ac_cv_prog_ac_ct_RC=windres
  1229. ac_cv_prog_ac_ct_STRIP=strip
  1230. ac_cv_prog_cc_c89=
  1231. ac_cv_prog_cc_g=yes
  1232. ac_cv_prog_cxx_g=yes
  1233. ac_cv_prog_make_make_set=yes
  1234. ac_cv_signal_SIGALRM=no
  1235. ac_cv_sizeof_double=8
  1236. ac_cv_sizeof_float=4
  1237. ac_cv_sizeof_int=4
  1238. ac_cv_sizeof_long=4
  1239. ac_cv_sndfile=no
  1240. ac_cv_target=x86_64-w64-mingw32
  1241. am_cv_CC_dependencies_compiler_type=gcc3
  1242. am_cv_CXX_dependencies_compiler_type=gcc3
  1243. am_cv_make_support_nested_variables=yes
  1244. am_cv_prog_cc_c_o=yes
  1245. lt_cv_ar_at_file=@
  1246. lt_cv_archive_cmds_need_lc=yes
  1247. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1248. lt_cv_file_magic_cmd=func_win32_libid
  1249. lt_cv_file_magic_test_file=
  1250. lt_cv_ld_reload_flag=-r
  1251. lt_cv_nm_interface='BSD nm'
  1252. lt_cv_objdir=.libs
  1253. lt_cv_path_LD=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  1254. lt_cv_path_LDCXX=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  1255. lt_cv_path_NM='/mingw64/bin/nm -B'
  1256. lt_cv_path_mainfest_tool=no
  1257. lt_cv_prog_compiler_c_o=yes
  1258. lt_cv_prog_compiler_c_o_CXX=yes
  1259. lt_cv_prog_compiler_c_o_RC=yes
  1260. lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  1261. lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC'
  1262. lt_cv_prog_compiler_pic_works=yes
  1263. lt_cv_prog_compiler_pic_works_CXX=yes
  1264. lt_cv_prog_compiler_rtti_exceptions=no
  1265. lt_cv_prog_compiler_static_works=yes
  1266. lt_cv_prog_compiler_static_works_CXX=yes
  1267. lt_cv_prog_gnu_ld=yes
  1268. lt_cv_prog_gnu_ldcxx=yes
  1269. lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  1270. 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'\'''
  1271. 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'\'''
  1272. 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'\'''
  1273. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1274. lt_cv_sys_global_symbol_to_import=
  1275. lt_cv_sys_max_cmd_len=8192
  1276. lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  1277. lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  1278. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  1279. ## ----------------- ##
  1280. ## Output variables. ##
  1281. ## ----------------- ##
  1282. ACLOCAL='aclocal-1.15'
  1283. ACLOCAL_AMFLAGS='-I M4'
  1284. ALSA_LIBS=''
  1285. AMDEPBACKSLASH='\'
  1286. AMDEP_FALSE='#'
  1287. AMDEP_TRUE=''
  1288. AMTAR='$${TAR-tar}'
  1289. AM_BACKSLASH='\'
  1290. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1291. AM_DEFAULT_VERBOSITY='0'
  1292. AM_V='$(V)'
  1293. AR='ar'
  1294. AUTOCONF='autoconf'
  1295. AUTOHEADER='autoheader'
  1296. AUTOMAKE='automake-1.15'
  1297. AWK='gawk'
  1298. CC='gcc'
  1299. CCDEPMODE='depmode=gcc3'
  1300. 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'
  1301. COMPILER_IS_GCC=''
  1302. CPP='gcc -E'
  1303. CPPFLAGS=''
  1304. CXX='g++'
  1305. CXXCPP='g++ -E'
  1306. CXXDEPMODE='depmode=gcc3'
  1307. CXXFLAGS='-fPIC -g -O3 -march=nocona'
  1308. CYGPATH_W='cygpath -w'
  1309. DEFS='-DHAVE_CONFIG_H'
  1310. DEPDIR='.deps'
  1311. DLLTOOL='dlltool'
  1312. DLLWRAP='dllwrap'
  1313. DSYMUTIL=''
  1314. DUMPBIN=''
  1315. ECHO_C=''
  1316. ECHO_N='-n'
  1317. ECHO_T=''
  1318. EGREP='/usr/bin/grep -E'
  1319. EXEEXT='.exe'
  1320. FFTW3_CFLAGS=''
  1321. FFTW3_LIBS=''
  1322. FGREP='/usr/bin/grep -F'
  1323. GCC_MAJOR_VERSION='7'
  1324. GREP='/usr/bin/grep'
  1325. HAVE_FFTW3='0'
  1326. HAVE_SNDFILE='0'
  1327. INSTALL_DATA='${INSTALL} -m 644'
  1328. INSTALL_PROGRAM='${INSTALL}'
  1329. INSTALL_SCRIPT='${INSTALL}'
  1330. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1331. LD='C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe'
  1332. LDFLAGS=''
  1333. LIBOBJS=''
  1334. LIBS='-lm '
  1335. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1336. LIPO=''
  1337. LN_S='cp -pR'
  1338. LTLIBOBJS=''
  1339. LT_SYS_LIBRARY_PATH=''
  1340. MAKEINFO='makeinfo'
  1341. MANIFEST_TOOL=':'
  1342. MKDIR_P='/usr/bin/mkdir -p'
  1343. NM='/mingw64/bin/nm -B'
  1344. NMEDIT=''
  1345. OBJDUMP='objdump'
  1346. OBJEXT='o'
  1347. OS_SPECIFIC_INCLUDES=''
  1348. OS_SPECIFIC_LINKS='-lwinmm'
  1349. OTOOL64=''
  1350. OTOOL=''
  1351. PACKAGE='libsamplerate'
  1352. PACKAGE_BUGREPORT='erikd@mega-nerd.com'
  1353. PACKAGE_NAME='libsamplerate'
  1354. PACKAGE_STRING='libsamplerate 0.1.9'
  1355. PACKAGE_TARNAME='libsamplerate'
  1356. PACKAGE_URL='http://www.mega-nerd.com/libsamplerate/'
  1357. PACKAGE_VERSION='0.1.9'
  1358. PATH_SEPARATOR=':'
  1359. PEXPORTS=''
  1360. PKG_CONFIG=''
  1361. PKG_CONFIG_LIBDIR=''
  1362. PKG_CONFIG_PATH='/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'
  1363. RANLIB='ranlib'
  1364. RC='windres'
  1365. SED='/usr/bin/sed'
  1366. SET_MAKE=''
  1367. SHARED_VERSION_INFO='1:8:1'
  1368. SHELL='/bin/sh'
  1369. SHLIB_VERSION_ARG=''
  1370. SNDFILE_CFLAGS=''
  1371. SNDFILE_LIBS=''
  1372. STRIP='strip'
  1373. VERSION='0.1.9'
  1374. ac_ct_AR='ar'
  1375. ac_ct_CC='gcc'
  1376. ac_ct_CXX='g++'
  1377. ac_ct_DUMPBIN=''
  1378. am__EXEEXT_FALSE='#'
  1379. am__EXEEXT_TRUE=''
  1380. am__fastdepCC_FALSE='#'
  1381. am__fastdepCC_TRUE=''
  1382. am__fastdepCXX_FALSE='#'
  1383. am__fastdepCXX_TRUE=''
  1384. am__include='include'
  1385. am__isrc=''
  1386. am__leading_dot='.'
  1387. am__nodep='_no'
  1388. am__quote=''
  1389. am__tar='$${TAR-tar} chof - "$$tardir"'
  1390. am__untar='$${TAR-tar} xf -'
  1391. bindir='${exec_prefix}/bin'
  1392. build='x86_64-w64-mingw32'
  1393. build_alias='x86_64-w64-mingw32'
  1394. build_cpu='x86_64'
  1395. build_os='mingw32'
  1396. build_vendor='w64'
  1397. datadir='${datarootdir}'
  1398. datarootdir='${prefix}/share'
  1399. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1400. dvidir='${docdir}'
  1401. exec_prefix='${prefix}'
  1402. host='x86_64-w64-mingw32'
  1403. host_alias=''
  1404. host_cpu='x86_64'
  1405. host_os='mingw32'
  1406. host_vendor='w64'
  1407. htmldir='${docdir}'
  1408. htmldocdir='/f/git/Rack/plugins/Fundamental/dep/share/doc/libsamplerate0-dev/html'
  1409. includedir='${prefix}/include'
  1410. infodir='${datarootdir}/info'
  1411. install_sh='${SHELL} /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Cfg/install-sh'
  1412. libdir='${exec_prefix}/lib'
  1413. libexecdir='${exec_prefix}/libexec'
  1414. localedir='${datarootdir}/locale'
  1415. localstatedir='${prefix}/var'
  1416. mandir='${datarootdir}/man'
  1417. mkdir_p='$(MKDIR_P)'
  1418. oldincludedir='/usr/include'
  1419. pdfdir='${docdir}'
  1420. prefix='/f/git/Rack/plugins/Fundamental/dep'
  1421. program_transform_name='s,x,x,'
  1422. psdir='${docdir}'
  1423. runstatedir='${localstatedir}/run'
  1424. sbindir='${exec_prefix}/sbin'
  1425. sharedstatedir='${prefix}/com'
  1426. sysconfdir='${prefix}/etc'
  1427. target='x86_64-w64-mingw32'
  1428. target_alias=''
  1429. target_cpu='x86_64'
  1430. target_os='mingw32'
  1431. target_vendor='w64'
  1432. ## ----------- ##
  1433. ## confdefs.h. ##
  1434. ## ----------- ##
  1435. /* confdefs.h */
  1436. #define PACKAGE_NAME "libsamplerate"
  1437. #define PACKAGE_TARNAME "libsamplerate"
  1438. #define PACKAGE_VERSION "0.1.9"
  1439. #define PACKAGE_STRING "libsamplerate 0.1.9"
  1440. #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
  1441. #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
  1442. #define PACKAGE "libsamplerate"
  1443. #define VERSION "0.1.9"
  1444. #define STDC_HEADERS 1
  1445. #define HAVE_SYS_TYPES_H 1
  1446. #define HAVE_SYS_STAT_H 1
  1447. #define HAVE_STDLIB_H 1
  1448. #define HAVE_STRING_H 1
  1449. #define HAVE_MEMORY_H 1
  1450. #define HAVE_STRINGS_H 1
  1451. #define HAVE_INTTYPES_H 1
  1452. #define HAVE_STDINT_H 1
  1453. #define HAVE_UNISTD_H 1
  1454. #define LT_OBJDIR ".libs/"
  1455. #define STDC_HEADERS 1
  1456. #define HAVE_STDINT_H 1
  1457. #define SIZEOF_INT 4
  1458. #define SIZEOF_LONG 4
  1459. #define SIZEOF_FLOAT 4
  1460. #define SIZEOF_DOUBLE 8
  1461. #define CPU_IS_BIG_ENDIAN 0
  1462. #define CPU_IS_LITTLE_ENDIAN 1
  1463. #define HAVE_MALLOC 1
  1464. #define HAVE_CALLOC 1
  1465. #define HAVE_FREE 1
  1466. #define HAVE_MEMCPY 1
  1467. #define HAVE_MEMMOVE 1
  1468. #define HAVE_ALARM 1
  1469. #define HAVE_SIGNAL 1
  1470. #define HAVE_LIBM 1
  1471. #define HAVE_FLOOR 1
  1472. #define HAVE_CEIL 1
  1473. #define HAVE_FMOD 1
  1474. #define HAVE_LRINT 1
  1475. #define HAVE_LRINTF 1
  1476. #define CPU_CLIPS_POSITIVE 0
  1477. #define CPU_CLIPS_NEGATIVE 1
  1478. #define HAVE_SNDFILE 0
  1479. #define HAVE_FFTW3 0
  1480. #define COMPILER_IS_GCC 1
  1481. #define GCC_MAJOR_VERSION 7
  1482. #define OS_IS_WIN32 1
  1483. configure: exit 0