Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 99.44 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by lame configure 3.99.5, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = erebor.local
  14. uname -m = x86_64
  15. uname -r = 14.5.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 234 tasks, 1167 threads, 4 processors
  34. Load average: 1.93, Mach factor: 2.06
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /opt/chefdk/embedded/bin
  40. PATH: /Users/tcell/.chefdk/gem/ruby/2.1.0/bin
  41. PATH: /opt/chefdk/bin
  42. PATH: /Users/tcell/.chefdk/gem/ruby/2.1.0/bin
  43. PATH: /opt/chefdk/embedded/bin
  44. PATH: /usr/local/bin
  45. PATH: /usr/bin
  46. PATH: /bin
  47. PATH: /usr/sbin
  48. PATH: /sbin
  49. PATH: /opt/X11/bin
  50. PATH: /usr/local/go/bin
  51. PATH: /Users/tcell/bin
  52.  
  53.  
  54. ## ----------- ##
  55. ## Core tests. ##
  56. ## ----------- ##
  57.  
  58. configure:2555: checking build system type
  59. configure:2569: result: i686-apple-darwin14.5.0
  60. configure:2589: checking host system type
  61. configure:2602: result: i686-apple-darwin14.5.0
  62. configure:2639: checking for a BSD-compatible install
  63. configure:2707: result: /usr/local/bin/ginstall -c
  64. configure:2718: checking whether build environment is sane
  65. configure:2768: result: yes
  66. configure:2909: checking for a thread-safe mkdir -p
  67. configure:2948: result: /usr/local/bin/gmkdir -p
  68. configure:2961: checking for gawk
  69. configure:2991: result: no
  70. configure:2961: checking for mawk
  71. configure:2991: result: no
  72. configure:2961: checking for nawk
  73. configure:2991: result: no
  74. configure:2961: checking for awk
  75. configure:2977: found /usr/bin/awk
  76. configure:2988: result: awk
  77. configure:2999: checking whether make sets $(MAKE)
  78. configure:3021: result: yes
  79. configure:3104: checking whether to enable maintainer-specific portions of Makefiles
  80. configure:3113: result: no
  81. configure:3133: checking for style of include used by make
  82. configure:3161: result: GNU
  83. configure:3237: checking for gcc
  84. configure:3253: found /usr/bin/gcc
  85. configure:3264: result: gcc
  86. configure:3493: checking for C compiler version
  87. configure:3502: gcc --version >&5
  88. Apple LLVM version 7.0.0 (clang-700.0.72)
  89. Target: x86_64-apple-darwin14.5.0
  90. Thread model: posix
  91. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  92. configure:3513: $? = 0
  93. configure:3502: gcc -v >&5
  94. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  95. Apple LLVM version 7.0.0 (clang-700.0.72)
  96. Target: x86_64-apple-darwin14.5.0
  97. Thread model: posix
  98. configure:3513: $? = 0
  99. configure:3502: gcc -V >&5
  100. clang: error: argument to '-V' is missing (expected 1 value)
  101. clang: error: no input files
  102. configure:3513: $? = 1
  103. configure:3502: gcc -qversion >&5
  104. clang: error: unknown argument: '-qversion'
  105. clang: error: no input files
  106. configure:3513: $? = 1
  107. configure:3533: checking whether the C compiler works
  108. configure:3555: gcc conftest.c >&5
  109. configure:3559: $? = 0
  110. configure:3607: result: yes
  111. configure:3610: checking for C compiler default output file name
  112. configure:3612: result: a.out
  113. configure:3618: checking for suffix of executables
  114. configure:3625: gcc -o conftest conftest.c >&5
  115. configure:3629: $? = 0
  116. configure:3651: result:
  117. configure:3673: checking whether we are cross compiling
  118. configure:3681: gcc -o conftest conftest.c >&5
  119. configure:3685: $? = 0
  120. configure:3692: ./conftest
  121. configure:3696: $? = 0
  122. configure:3711: result: no
  123. configure:3716: checking for suffix of object files
  124. configure:3738: gcc -c conftest.c >&5
  125. configure:3742: $? = 0
  126. configure:3763: result: o
  127. configure:3767: checking whether we are using the GNU C compiler
  128. configure:3786: gcc -c conftest.c >&5
  129. configure:3786: $? = 0
  130. configure:3795: result: yes
  131. configure:3804: checking whether gcc accepts -g
  132. configure:3824: gcc -c -g conftest.c >&5
  133. configure:3824: $? = 0
  134. configure:3865: result: yes
  135. configure:3882: checking for gcc option to accept ISO C89
  136. configure:3946: gcc -c -g -O2 conftest.c >&5
  137. configure:3946: $? = 0
  138. configure:3959: result: none needed
  139. configure:3981: checking dependency style of gcc
  140. configure:4091: result: gcc3
  141. configure:4112: checking how to run the C preprocessor
  142. configure:4143: gcc -E conftest.c
  143. configure:4143: $? = 0
  144. configure:4157: gcc -E conftest.c
  145. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  146. #include <ac_nonexistent.h>
  147. ^
  148. 1 error generated.
  149. configure:4157: $? = 1
  150. configure: failed program was:
  151. | /* confdefs.h */
  152. | #define PACKAGE_NAME "lame"
  153. | #define PACKAGE_TARNAME "lame"
  154. | #define PACKAGE_VERSION "3.99.5"
  155. | #define PACKAGE_STRING "lame 3.99.5"
  156. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  157. | #define PACKAGE_URL ""
  158. | #define PACKAGE "lame"
  159. | #define VERSION "3.99.5"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:4182: result: gcc -E
  163. configure:4202: gcc -E conftest.c
  164. configure:4202: $? = 0
  165. configure:4216: gcc -E conftest.c
  166. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  167. #include <ac_nonexistent.h>
  168. ^
  169. 1 error generated.
  170. configure:4216: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h */
  173. | #define PACKAGE_NAME "lame"
  174. | #define PACKAGE_TARNAME "lame"
  175. | #define PACKAGE_VERSION "3.99.5"
  176. | #define PACKAGE_STRING "lame 3.99.5"
  177. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  178. | #define PACKAGE_URL ""
  179. | #define PACKAGE "lame"
  180. | #define VERSION "3.99.5"
  181. | /* end confdefs.h. */
  182. | #include <ac_nonexistent.h>
  183. configure:4245: checking for grep that handles long lines and -e
  184. configure:4303: result: /usr/bin/grep
  185. configure:4308: checking for egrep
  186. configure:4370: result: /usr/bin/grep -E
  187. configure:4375: checking for ANSI C header files
  188. configure:4395: gcc -c -g -O2 conftest.c >&5
  189. configure:4395: $? = 0
  190. configure:4468: gcc -o conftest -g -O2 conftest.c >&5
  191. configure:4468: $? = 0
  192. configure:4468: ./conftest
  193. configure:4468: $? = 0
  194. configure:4479: result: yes
  195. configure:4492: checking for sys/types.h
  196. configure:4492: gcc -c -g -O2 conftest.c >&5
  197. configure:4492: $? = 0
  198. configure:4492: result: yes
  199. configure:4492: checking for sys/stat.h
  200. configure:4492: gcc -c -g -O2 conftest.c >&5
  201. configure:4492: $? = 0
  202. configure:4492: result: yes
  203. configure:4492: checking for stdlib.h
  204. configure:4492: gcc -c -g -O2 conftest.c >&5
  205. configure:4492: $? = 0
  206. configure:4492: result: yes
  207. configure:4492: checking for string.h
  208. configure:4492: gcc -c -g -O2 conftest.c >&5
  209. configure:4492: $? = 0
  210. configure:4492: result: yes
  211. configure:4492: checking for memory.h
  212. configure:4492: gcc -c -g -O2 conftest.c >&5
  213. configure:4492: $? = 0
  214. configure:4492: result: yes
  215. configure:4492: checking for strings.h
  216. configure:4492: gcc -c -g -O2 conftest.c >&5
  217. configure:4492: $? = 0
  218. configure:4492: result: yes
  219. configure:4492: checking for inttypes.h
  220. configure:4492: gcc -c -g -O2 conftest.c >&5
  221. configure:4492: $? = 0
  222. configure:4492: result: yes
  223. configure:4492: checking for stdint.h
  224. configure:4492: gcc -c -g -O2 conftest.c >&5
  225. configure:4492: $? = 0
  226. configure:4492: result: yes
  227. configure:4492: checking for unistd.h
  228. configure:4492: gcc -c -g -O2 conftest.c >&5
  229. configure:4492: $? = 0
  230. configure:4492: result: yes
  231. configure:4505: checking minix/config.h usability
  232. configure:4505: gcc -c -g -O2 conftest.c >&5
  233. conftest.c:54:10: fatal error: 'minix/config.h' file not found
  234. #include <minix/config.h>
  235. ^
  236. 1 error generated.
  237. configure:4505: $? = 1
  238. configure: failed program was:
  239. | /* confdefs.h */
  240. | #define PACKAGE_NAME "lame"
  241. | #define PACKAGE_TARNAME "lame"
  242. | #define PACKAGE_VERSION "3.99.5"
  243. | #define PACKAGE_STRING "lame 3.99.5"
  244. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  245. | #define PACKAGE_URL ""
  246. | #define PACKAGE "lame"
  247. | #define VERSION "3.99.5"
  248. | #define STDC_HEADERS 1
  249. | #define HAVE_SYS_TYPES_H 1
  250. | #define HAVE_SYS_STAT_H 1
  251. | #define HAVE_STDLIB_H 1
  252. | #define HAVE_STRING_H 1
  253. | #define HAVE_MEMORY_H 1
  254. | #define HAVE_STRINGS_H 1
  255. | #define HAVE_INTTYPES_H 1
  256. | #define HAVE_STDINT_H 1
  257. | #define HAVE_UNISTD_H 1
  258. | /* end confdefs.h. */
  259. | #include <stdio.h>
  260. | #ifdef HAVE_SYS_TYPES_H
  261. | # include <sys/types.h>
  262. | #endif
  263. | #ifdef HAVE_SYS_STAT_H
  264. | # include <sys/stat.h>
  265. | #endif
  266. | #ifdef STDC_HEADERS
  267. | # include <stdlib.h>
  268. | # include <stddef.h>
  269. | #else
  270. | # ifdef HAVE_STDLIB_H
  271. | # include <stdlib.h>
  272. | # endif
  273. | #endif
  274. | #ifdef HAVE_STRING_H
  275. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  276. | # include <memory.h>
  277. | # endif
  278. | # include <string.h>
  279. | #endif
  280. | #ifdef HAVE_STRINGS_H
  281. | # include <strings.h>
  282. | #endif
  283. | #ifdef HAVE_INTTYPES_H
  284. | # include <inttypes.h>
  285. | #endif
  286. | #ifdef HAVE_STDINT_H
  287. | # include <stdint.h>
  288. | #endif
  289. | #ifdef HAVE_UNISTD_H
  290. | # include <unistd.h>
  291. | #endif
  292. | #include <minix/config.h>
  293. configure:4505: result: no
  294. configure:4505: checking minix/config.h presence
  295. configure:4505: gcc -E conftest.c
  296. conftest.c:21:10: fatal error: 'minix/config.h' file not found
  297. #include <minix/config.h>
  298. ^
  299. 1 error generated.
  300. configure:4505: $? = 1
  301. configure: failed program was:
  302. | /* confdefs.h */
  303. | #define PACKAGE_NAME "lame"
  304. | #define PACKAGE_TARNAME "lame"
  305. | #define PACKAGE_VERSION "3.99.5"
  306. | #define PACKAGE_STRING "lame 3.99.5"
  307. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  308. | #define PACKAGE_URL ""
  309. | #define PACKAGE "lame"
  310. | #define VERSION "3.99.5"
  311. | #define STDC_HEADERS 1
  312. | #define HAVE_SYS_TYPES_H 1
  313. | #define HAVE_SYS_STAT_H 1
  314. | #define HAVE_STDLIB_H 1
  315. | #define HAVE_STRING_H 1
  316. | #define HAVE_MEMORY_H 1
  317. | #define HAVE_STRINGS_H 1
  318. | #define HAVE_INTTYPES_H 1
  319. | #define HAVE_STDINT_H 1
  320. | #define HAVE_UNISTD_H 1
  321. | /* end confdefs.h. */
  322. | #include <minix/config.h>
  323. configure:4505: result: no
  324. configure:4505: checking for minix/config.h
  325. configure:4505: result: no
  326. configure:4526: checking whether it is safe to define __EXTENSIONS__
  327. configure:4544: gcc -c -g -O2 conftest.c >&5
  328. configure:4544: $? = 0
  329. configure:4551: result: yes
  330. configure:4566: checking for library containing strerror
  331. configure:4597: gcc -o conftest -g -O2 conftest.c >&5
  332. conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  333. char strerror ();
  334. ^
  335. conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)'
  336. 1 warning generated.
  337. configure:4597: $? = 0
  338. configure:4614: result: none required
  339. configure:4675: checking how to print strings
  340. configure:4702: result: printf
  341. configure:4723: checking for a sed that does not truncate output
  342. configure:4787: result: /usr/bin/sed
  343. configure:4805: checking for fgrep
  344. configure:4867: result: /usr/bin/grep -F
  345. configure:4902: checking for ld used by gcc
  346. configure:4969: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  347. configure:4976: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  348. configure:4991: result: no
  349. configure:5003: checking for BSD- or MS-compatible name lister (nm)
  350. configure:5052: result: /usr/bin/nm
  351. configure:5182: checking the name lister (/usr/bin/nm) interface
  352. configure:5189: gcc -c -g -O2 conftest.c >&5
  353. configure:5192: /usr/bin/nm "conftest.o"
  354. configure:5195: output
  355. 00000000000001ec S _some_variable
  356. configure:5202: result: BSD nm
  357. configure:5205: checking whether ln -s works
  358. configure:5209: result: yes
  359. configure:5217: checking the maximum length of command line arguments
  360. configure:5342: result: 196608
  361. configure:5359: checking whether the shell understands some XSI constructs
  362. configure:5369: result: yes
  363. configure:5373: checking whether the shell understands "+="
  364. configure:5379: result: yes
  365. configure:5414: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
  366. configure:5421: result: -r
  367. configure:5490: checking for objdump
  368. configure:5520: result: no
  369. configure:5549: checking how to recognize dependent libraries
  370. configure:5751: result: pass_all
  371. configure:5811: checking for ar
  372. configure:5827: found /usr/bin/ar
  373. configure:5838: result: ar
  374. configure:5916: checking for strip
  375. configure:5932: found /usr/bin/strip
  376. configure:5943: result: strip
  377. configure:6015: checking for ranlib
  378. configure:6031: found /usr/bin/ranlib
  379. configure:6042: result: ranlib
  380. configure:6144: checking command to parse /usr/bin/nm output from gcc object
  381. configure:6262: gcc -c -g -O2 conftest.c >&5
  382. configure:6265: $? = 0
  383. configure:6269: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  384. configure:6272: $? = 0
  385. cannot find nm_test_var in conftest.nm
  386. configure:6262: gcc -c -g -O2 conftest.c >&5
  387. configure:6265: $? = 0
  388. configure:6269: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  389. configure:6272: $? = 0
  390. configure:6326: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  391. warning: (x86_64) could not find object file symbol for symbol _main
  392. configure:6329: $? = 0
  393. configure:6367: result: ok
  394. configure:6631: checking for dsymutil
  395. configure:6647: found /usr/bin/dsymutil
  396. configure:6658: result: dsymutil
  397. configure:6723: checking for nmedit
  398. configure:6739: found /usr/bin/nmedit
  399. configure:6750: result: nmedit
  400. configure:6815: checking for lipo
  401. configure:6831: found /usr/bin/lipo
  402. configure:6842: result: lipo
  403. configure:6907: checking for otool
  404. configure:6923: found /usr/bin/otool
  405. configure:6934: result: otool
  406. configure:6999: checking for otool64
  407. configure:7029: result: no
  408. configure:7074: checking for -single_module linker flag
  409. gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  410. configure:7101: result: yes
  411. configure:7103: checking for -exported_symbols_list linker flag
  412. configure:7123: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  413. configure:7123: $? = 0
  414. configure:7133: result: yes
  415. configure:7135: checking for -force_load linker flag
  416. gcc -g -O2 -c -o conftest.o conftest.c
  417. ar cru libconftest.a conftest.o
  418. ranlib libconftest.a
  419. gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  420. warning: (x86_64) could not find object file symbol for symbol _forced_loaded
  421. configure:7165: result: no
  422. configure:7204: checking for dlfcn.h
  423. configure:7204: gcc -c -g -O2 conftest.c >&5
  424. configure:7204: $? = 0
  425. configure:7204: result: yes
  426. configure:7391: checking for objdir
  427. configure:7406: result: .libs
  428. configure:7673: checking if gcc supports -fno-rtti -fno-exceptions
  429. configure:7691: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  430. configure:7695: $? = 0
  431. configure:7708: result: yes
  432. configure:7728: checking for gcc option to produce PIC
  433. configure:8013: result: -fno-common -DPIC
  434. configure:8025: checking if gcc PIC flag -fno-common -DPIC works
  435. configure:8043: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  436. configure:8047: $? = 0
  437. configure:8060: result: yes
  438. configure:8084: checking if gcc static flag -static works
  439. configure:8112: result: no
  440. configure:8127: checking if gcc supports -c -o file.o
  441. configure:8148: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  442. configure:8152: $? = 0
  443. configure:8174: result: yes
  444. configure:8182: checking if gcc supports -c -o file.o
  445. configure:8229: result: yes
  446. configure:8262: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  447. configure:9337: result: yes
  448. configure:9582: checking dynamic linker characteristics
  449. configure:10259: result: darwin14.5.0 dyld
  450. configure:10366: checking how to hardcode library paths into programs
  451. configure:10391: result: immediate
  452. configure:10931: checking whether stripping libraries is possible
  453. configure:10945: result: yes
  454. configure:10971: checking if libtool supports shared libraries
  455. configure:10973: result: yes
  456. configure:10976: checking whether to build shared libraries
  457. configure:10997: result: yes
  458. configure:11000: checking whether to build static libraries
  459. configure:11004: result: yes
  460. configure:11106: checking for gcc
  461. configure:11133: result: gcc
  462. configure:11362: checking for C compiler version
  463. configure:11371: gcc --version >&5
  464. Apple LLVM version 7.0.0 (clang-700.0.72)
  465. Target: x86_64-apple-darwin14.5.0
  466. Thread model: posix
  467. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  468. configure:11382: $? = 0
  469. configure:11371: gcc -v >&5
  470. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  471. Apple LLVM version 7.0.0 (clang-700.0.72)
  472. Target: x86_64-apple-darwin14.5.0
  473. Thread model: posix
  474. configure:11382: $? = 0
  475. configure:11371: gcc -V >&5
  476. clang: error: argument to '-V' is missing (expected 1 value)
  477. clang: error: no input files
  478. configure:11382: $? = 1
  479. configure:11371: gcc -qversion >&5
  480. clang: error: unknown argument: '-qversion'
  481. clang: error: no input files
  482. configure:11382: $? = 1
  483. configure:11386: checking whether we are using the GNU C compiler
  484. configure:11414: result: yes
  485. configure:11423: checking whether gcc accepts -g
  486. configure:11484: result: yes
  487. configure:11501: checking for gcc option to accept ISO C89
  488. configure:11578: result: none needed
  489. configure:11600: checking dependency style of gcc
  490. configure:11710: result: gcc3
  491. configure:11727: checking version of GCC
  492. configure:11730: result: Apple
  493. configure:11734: checking for function prototypes
  494. configure:11737: result: yes
  495. configure:11760: checking for string.h
  496. configure:11760: result: yes
  497. configure:11772: checking dmalloc.h usability
  498. configure:11772: gcc -c conftest.c >&5
  499. conftest.c:64:10: fatal error: 'dmalloc.h' file not found
  500. #include <dmalloc.h>
  501. ^
  502. 1 error generated.
  503. configure:11772: $? = 1
  504. configure: failed program was:
  505. | /* confdefs.h */
  506. | #define PACKAGE_NAME "lame"
  507. | #define PACKAGE_TARNAME "lame"
  508. | #define PACKAGE_VERSION "3.99.5"
  509. | #define PACKAGE_STRING "lame 3.99.5"
  510. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  511. | #define PACKAGE_URL ""
  512. | #define PACKAGE "lame"
  513. | #define VERSION "3.99.5"
  514. | #define STDC_HEADERS 1
  515. | #define HAVE_SYS_TYPES_H 1
  516. | #define HAVE_SYS_STAT_H 1
  517. | #define HAVE_STDLIB_H 1
  518. | #define HAVE_STRING_H 1
  519. | #define HAVE_MEMORY_H 1
  520. | #define HAVE_STRINGS_H 1
  521. | #define HAVE_INTTYPES_H 1
  522. | #define HAVE_STDINT_H 1
  523. | #define HAVE_UNISTD_H 1
  524. | #define __EXTENSIONS__ 1
  525. | #define _ALL_SOURCE 1
  526. | #define _GNU_SOURCE 1
  527. | #define _POSIX_PTHREAD_SEMANTICS 1
  528. | #define _TANDEM_SOURCE 1
  529. | #define HAVE_DLFCN_H 1
  530. | #define LT_OBJDIR ".libs/"
  531. | #define PROTOTYPES 1
  532. | #define __PROTOTYPES 1
  533. | #define HAVE_STRING_H 1
  534. | /* end confdefs.h. */
  535. | #include <stdio.h>
  536. | #ifdef HAVE_SYS_TYPES_H
  537. | # include <sys/types.h>
  538. | #endif
  539. | #ifdef HAVE_SYS_STAT_H
  540. | # include <sys/stat.h>
  541. | #endif
  542. | #ifdef STDC_HEADERS
  543. | # include <stdlib.h>
  544. | # include <stddef.h>
  545. | #else
  546. | # ifdef HAVE_STDLIB_H
  547. | # include <stdlib.h>
  548. | # endif
  549. | #endif
  550. | #ifdef HAVE_STRING_H
  551. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  552. | # include <memory.h>
  553. | # endif
  554. | # include <string.h>
  555. | #endif
  556. | #ifdef HAVE_STRINGS_H
  557. | # include <strings.h>
  558. | #endif
  559. | #ifdef HAVE_INTTYPES_H
  560. | # include <inttypes.h>
  561. | #endif
  562. | #ifdef HAVE_STDINT_H
  563. | # include <stdint.h>
  564. | #endif
  565. | #ifdef HAVE_UNISTD_H
  566. | # include <unistd.h>
  567. | #endif
  568. | #include <dmalloc.h>
  569. configure:11772: result: no
  570. configure:11772: checking dmalloc.h presence
  571. configure:11772: gcc -E conftest.c
  572. conftest.c:31:10: fatal error: 'dmalloc.h' file not found
  573. #include <dmalloc.h>
  574. ^
  575. 1 error generated.
  576. configure:11772: $? = 1
  577. configure: failed program was:
  578. | /* confdefs.h */
  579. | #define PACKAGE_NAME "lame"
  580. | #define PACKAGE_TARNAME "lame"
  581. | #define PACKAGE_VERSION "3.99.5"
  582. | #define PACKAGE_STRING "lame 3.99.5"
  583. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  584. | #define PACKAGE_URL ""
  585. | #define PACKAGE "lame"
  586. | #define VERSION "3.99.5"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define __EXTENSIONS__ 1
  598. | #define _ALL_SOURCE 1
  599. | #define _GNU_SOURCE 1
  600. | #define _POSIX_PTHREAD_SEMANTICS 1
  601. | #define _TANDEM_SOURCE 1
  602. | #define HAVE_DLFCN_H 1
  603. | #define LT_OBJDIR ".libs/"
  604. | #define PROTOTYPES 1
  605. | #define __PROTOTYPES 1
  606. | #define HAVE_STRING_H 1
  607. | /* end confdefs.h. */
  608. | #include <dmalloc.h>
  609. configure:11772: result: no
  610. configure:11772: checking for dmalloc.h
  611. configure:11772: result: no
  612. configure:11804: checking for ANSI C header files
  613. configure:11908: result: yes
  614. configure:11929: checking errno.h usability
  615. configure:11929: gcc -c conftest.c >&5
  616. configure:11929: $? = 0
  617. configure:11929: result: yes
  618. configure:11929: checking errno.h presence
  619. configure:11929: gcc -E conftest.c
  620. configure:11929: $? = 0
  621. configure:11929: result: yes
  622. configure:11929: checking for errno.h
  623. configure:11929: result: yes
  624. configure:11929: checking fcntl.h usability
  625. configure:11929: gcc -c conftest.c >&5
  626. configure:11929: $? = 0
  627. configure:11929: result: yes
  628. configure:11929: checking fcntl.h presence
  629. configure:11929: gcc -E conftest.c
  630. configure:11929: $? = 0
  631. configure:11929: result: yes
  632. configure:11929: checking for fcntl.h
  633. configure:11929: result: yes
  634. configure:11929: checking limits.h usability
  635. configure:11929: gcc -c conftest.c >&5
  636. configure:11929: $? = 0
  637. configure:11929: result: yes
  638. configure:11929: checking limits.h presence
  639. configure:11929: gcc -E conftest.c
  640. configure:11929: $? = 0
  641. configure:11929: result: yes
  642. configure:11929: checking for limits.h
  643. configure:11929: result: yes
  644. configure:11929: checking for stdint.h
  645. configure:11929: result: yes
  646. configure:11929: checking for string.h
  647. configure:11929: result: yes
  648. configure:11929: checking sys/soundcard.h usability
  649. configure:11929: gcc -c conftest.c >&5
  650. conftest.c:70:10: fatal error: 'sys/soundcard.h' file not found
  651. #include <sys/soundcard.h>
  652. ^
  653. 1 error generated.
  654. configure:11929: $? = 1
  655. configure: failed program was:
  656. | /* confdefs.h */
  657. | #define PACKAGE_NAME "lame"
  658. | #define PACKAGE_TARNAME "lame"
  659. | #define PACKAGE_VERSION "3.99.5"
  660. | #define PACKAGE_STRING "lame 3.99.5"
  661. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  662. | #define PACKAGE_URL ""
  663. | #define PACKAGE "lame"
  664. | #define VERSION "3.99.5"
  665. | #define STDC_HEADERS 1
  666. | #define HAVE_SYS_TYPES_H 1
  667. | #define HAVE_SYS_STAT_H 1
  668. | #define HAVE_STDLIB_H 1
  669. | #define HAVE_STRING_H 1
  670. | #define HAVE_MEMORY_H 1
  671. | #define HAVE_STRINGS_H 1
  672. | #define HAVE_INTTYPES_H 1
  673. | #define HAVE_STDINT_H 1
  674. | #define HAVE_UNISTD_H 1
  675. | #define __EXTENSIONS__ 1
  676. | #define _ALL_SOURCE 1
  677. | #define _GNU_SOURCE 1
  678. | #define _POSIX_PTHREAD_SEMANTICS 1
  679. | #define _TANDEM_SOURCE 1
  680. | #define HAVE_DLFCN_H 1
  681. | #define LT_OBJDIR ".libs/"
  682. | #define PROTOTYPES 1
  683. | #define __PROTOTYPES 1
  684. | #define HAVE_STRING_H 1
  685. | #define STDC_HEADERS 1
  686. | #define HAVE_ERRNO_H 1
  687. | #define HAVE_FCNTL_H 1
  688. | #define HAVE_LIMITS_H 1
  689. | #define HAVE_STDINT_H 1
  690. | #define HAVE_STRING_H 1
  691. | /* end confdefs.h. */
  692. | #include <stdio.h>
  693. | #ifdef HAVE_SYS_TYPES_H
  694. | # include <sys/types.h>
  695. | #endif
  696. | #ifdef HAVE_SYS_STAT_H
  697. | # include <sys/stat.h>
  698. | #endif
  699. | #ifdef STDC_HEADERS
  700. | # include <stdlib.h>
  701. | # include <stddef.h>
  702. | #else
  703. | # ifdef HAVE_STDLIB_H
  704. | # include <stdlib.h>
  705. | # endif
  706. | #endif
  707. | #ifdef HAVE_STRING_H
  708. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  709. | # include <memory.h>
  710. | # endif
  711. | # include <string.h>
  712. | #endif
  713. | #ifdef HAVE_STRINGS_H
  714. | # include <strings.h>
  715. | #endif
  716. | #ifdef HAVE_INTTYPES_H
  717. | # include <inttypes.h>
  718. | #endif
  719. | #ifdef HAVE_STDINT_H
  720. | # include <stdint.h>
  721. | #endif
  722. | #ifdef HAVE_UNISTD_H
  723. | # include <unistd.h>
  724. | #endif
  725. | #include <sys/soundcard.h>
  726. configure:11929: result: no
  727. configure:11929: checking sys/soundcard.h presence
  728. configure:11929: gcc -E conftest.c
  729. conftest.c:37:10: fatal error: 'sys/soundcard.h' file not found
  730. #include <sys/soundcard.h>
  731. ^
  732. 1 error generated.
  733. configure:11929: $? = 1
  734. configure: failed program was:
  735. | /* confdefs.h */
  736. | #define PACKAGE_NAME "lame"
  737. | #define PACKAGE_TARNAME "lame"
  738. | #define PACKAGE_VERSION "3.99.5"
  739. | #define PACKAGE_STRING "lame 3.99.5"
  740. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  741. | #define PACKAGE_URL ""
  742. | #define PACKAGE "lame"
  743. | #define VERSION "3.99.5"
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_TYPES_H 1
  746. | #define HAVE_SYS_STAT_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_MEMORY_H 1
  750. | #define HAVE_STRINGS_H 1
  751. | #define HAVE_INTTYPES_H 1
  752. | #define HAVE_STDINT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #define __EXTENSIONS__ 1
  755. | #define _ALL_SOURCE 1
  756. | #define _GNU_SOURCE 1
  757. | #define _POSIX_PTHREAD_SEMANTICS 1
  758. | #define _TANDEM_SOURCE 1
  759. | #define HAVE_DLFCN_H 1
  760. | #define LT_OBJDIR ".libs/"
  761. | #define PROTOTYPES 1
  762. | #define __PROTOTYPES 1
  763. | #define HAVE_STRING_H 1
  764. | #define STDC_HEADERS 1
  765. | #define HAVE_ERRNO_H 1
  766. | #define HAVE_FCNTL_H 1
  767. | #define HAVE_LIMITS_H 1
  768. | #define HAVE_STDINT_H 1
  769. | #define HAVE_STRING_H 1
  770. | /* end confdefs.h. */
  771. | #include <sys/soundcard.h>
  772. configure:11929: result: no
  773. configure:11929: checking for sys/soundcard.h
  774. configure:11929: result: no
  775. configure:11929: checking sys/time.h usability
  776. configure:11929: gcc -c conftest.c >&5
  777. configure:11929: $? = 0
  778. configure:11929: result: yes
  779. configure:11929: checking sys/time.h presence
  780. configure:11929: gcc -E conftest.c
  781. configure:11929: $? = 0
  782. configure:11929: result: yes
  783. configure:11929: checking for sys/time.h
  784. configure:11929: result: yes
  785. configure:11929: checking for unistd.h
  786. configure:11929: result: yes
  787. configure:11929: checking xmmintrin.h usability
  788. configure:11929: gcc -c conftest.c >&5
  789. configure:11929: $? = 0
  790. configure:11929: result: yes
  791. configure:11929: checking xmmintrin.h presence
  792. configure:11929: gcc -E conftest.c
  793. configure:11929: $? = 0
  794. configure:11929: result: yes
  795. configure:11929: checking for xmmintrin.h
  796. configure:11929: result: yes
  797. configure:11929: checking linux/soundcard.h usability
  798. configure:11929: gcc -c conftest.c >&5
  799. conftest.c:73:10: fatal error: 'linux/soundcard.h' file not found
  800. #include <linux/soundcard.h>
  801. ^
  802. 1 error generated.
  803. configure:11929: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME "lame"
  807. | #define PACKAGE_TARNAME "lame"
  808. | #define PACKAGE_VERSION "3.99.5"
  809. | #define PACKAGE_STRING "lame 3.99.5"
  810. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  811. | #define PACKAGE_URL ""
  812. | #define PACKAGE "lame"
  813. | #define VERSION "3.99.5"
  814. | #define STDC_HEADERS 1
  815. | #define HAVE_SYS_TYPES_H 1
  816. | #define HAVE_SYS_STAT_H 1
  817. | #define HAVE_STDLIB_H 1
  818. | #define HAVE_STRING_H 1
  819. | #define HAVE_MEMORY_H 1
  820. | #define HAVE_STRINGS_H 1
  821. | #define HAVE_INTTYPES_H 1
  822. | #define HAVE_STDINT_H 1
  823. | #define HAVE_UNISTD_H 1
  824. | #define __EXTENSIONS__ 1
  825. | #define _ALL_SOURCE 1
  826. | #define _GNU_SOURCE 1
  827. | #define _POSIX_PTHREAD_SEMANTICS 1
  828. | #define _TANDEM_SOURCE 1
  829. | #define HAVE_DLFCN_H 1
  830. | #define LT_OBJDIR ".libs/"
  831. | #define PROTOTYPES 1
  832. | #define __PROTOTYPES 1
  833. | #define HAVE_STRING_H 1
  834. | #define STDC_HEADERS 1
  835. | #define HAVE_ERRNO_H 1
  836. | #define HAVE_FCNTL_H 1
  837. | #define HAVE_LIMITS_H 1
  838. | #define HAVE_STDINT_H 1
  839. | #define HAVE_STRING_H 1
  840. | #define HAVE_SYS_TIME_H 1
  841. | #define HAVE_UNISTD_H 1
  842. | #define HAVE_XMMINTRIN_H 1
  843. | /* end confdefs.h. */
  844. | #include <stdio.h>
  845. | #ifdef HAVE_SYS_TYPES_H
  846. | # include <sys/types.h>
  847. | #endif
  848. | #ifdef HAVE_SYS_STAT_H
  849. | # include <sys/stat.h>
  850. | #endif
  851. | #ifdef STDC_HEADERS
  852. | # include <stdlib.h>
  853. | # include <stddef.h>
  854. | #else
  855. | # ifdef HAVE_STDLIB_H
  856. | # include <stdlib.h>
  857. | # endif
  858. | #endif
  859. | #ifdef HAVE_STRING_H
  860. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  861. | # include <memory.h>
  862. | # endif
  863. | # include <string.h>
  864. | #endif
  865. | #ifdef HAVE_STRINGS_H
  866. | # include <strings.h>
  867. | #endif
  868. | #ifdef HAVE_INTTYPES_H
  869. | # include <inttypes.h>
  870. | #endif
  871. | #ifdef HAVE_STDINT_H
  872. | # include <stdint.h>
  873. | #endif
  874. | #ifdef HAVE_UNISTD_H
  875. | # include <unistd.h>
  876. | #endif
  877. | #include <linux/soundcard.h>
  878. configure:11929: result: no
  879. configure:11929: checking linux/soundcard.h presence
  880. configure:11929: gcc -E conftest.c
  881. conftest.c:40:10: fatal error: 'linux/soundcard.h' file not found
  882. #include <linux/soundcard.h>
  883. ^
  884. 1 error generated.
  885. configure:11929: $? = 1
  886. configure: failed program was:
  887. | /* confdefs.h */
  888. | #define PACKAGE_NAME "lame"
  889. | #define PACKAGE_TARNAME "lame"
  890. | #define PACKAGE_VERSION "3.99.5"
  891. | #define PACKAGE_STRING "lame 3.99.5"
  892. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  893. | #define PACKAGE_URL ""
  894. | #define PACKAGE "lame"
  895. | #define VERSION "3.99.5"
  896. | #define STDC_HEADERS 1
  897. | #define HAVE_SYS_TYPES_H 1
  898. | #define HAVE_SYS_STAT_H 1
  899. | #define HAVE_STDLIB_H 1
  900. | #define HAVE_STRING_H 1
  901. | #define HAVE_MEMORY_H 1
  902. | #define HAVE_STRINGS_H 1
  903. | #define HAVE_INTTYPES_H 1
  904. | #define HAVE_STDINT_H 1
  905. | #define HAVE_UNISTD_H 1
  906. | #define __EXTENSIONS__ 1
  907. | #define _ALL_SOURCE 1
  908. | #define _GNU_SOURCE 1
  909. | #define _POSIX_PTHREAD_SEMANTICS 1
  910. | #define _TANDEM_SOURCE 1
  911. | #define HAVE_DLFCN_H 1
  912. | #define LT_OBJDIR ".libs/"
  913. | #define PROTOTYPES 1
  914. | #define __PROTOTYPES 1
  915. | #define HAVE_STRING_H 1
  916. | #define STDC_HEADERS 1
  917. | #define HAVE_ERRNO_H 1
  918. | #define HAVE_FCNTL_H 1
  919. | #define HAVE_LIMITS_H 1
  920. | #define HAVE_STDINT_H 1
  921. | #define HAVE_STRING_H 1
  922. | #define HAVE_SYS_TIME_H 1
  923. | #define HAVE_UNISTD_H 1
  924. | #define HAVE_XMMINTRIN_H 1
  925. | /* end confdefs.h. */
  926. | #include <linux/soundcard.h>
  927. configure:11929: result: no
  928. configure:11929: checking for linux/soundcard.h
  929. configure:11929: result: no
  930. configure:11940: checking for an ANSI C-conforming const
  931. configure:12005: gcc -c conftest.c >&5
  932. configure:12005: $? = 0
  933. configure:12012: result: yes
  934. configure:12020: checking for inline
  935. configure:12036: gcc -c conftest.c >&5
  936. configure:12036: $? = 0
  937. configure:12044: result: inline
  938. configure:12063: checking whether byte ordering is bigendian
  939. configure:12078: gcc -c conftest.c >&5
  940. configure:12078: $? = 0
  941. configure:12123: gcc -c conftest.c >&5
  942. configure:12123: $? = 0
  943. configure:12141: gcc -c conftest.c >&5
  944. conftest.c:47:4: error: use of undeclared identifier 'not'
  945. not big endian
  946. ^
  947. 1 error generated.
  948. configure:12141: $? = 1
  949. configure: failed program was:
  950. | /* confdefs.h */
  951. | #define PACKAGE_NAME "lame"
  952. | #define PACKAGE_TARNAME "lame"
  953. | #define PACKAGE_VERSION "3.99.5"
  954. | #define PACKAGE_STRING "lame 3.99.5"
  955. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  956. | #define PACKAGE_URL ""
  957. | #define PACKAGE "lame"
  958. | #define VERSION "3.99.5"
  959. | #define STDC_HEADERS 1
  960. | #define HAVE_SYS_TYPES_H 1
  961. | #define HAVE_SYS_STAT_H 1
  962. | #define HAVE_STDLIB_H 1
  963. | #define HAVE_STRING_H 1
  964. | #define HAVE_MEMORY_H 1
  965. | #define HAVE_STRINGS_H 1
  966. | #define HAVE_INTTYPES_H 1
  967. | #define HAVE_STDINT_H 1
  968. | #define HAVE_UNISTD_H 1
  969. | #define __EXTENSIONS__ 1
  970. | #define _ALL_SOURCE 1
  971. | #define _GNU_SOURCE 1
  972. | #define _POSIX_PTHREAD_SEMANTICS 1
  973. | #define _TANDEM_SOURCE 1
  974. | #define HAVE_DLFCN_H 1
  975. | #define LT_OBJDIR ".libs/"
  976. | #define PROTOTYPES 1
  977. | #define __PROTOTYPES 1
  978. | #define HAVE_STRING_H 1
  979. | #define STDC_HEADERS 1
  980. | #define HAVE_ERRNO_H 1
  981. | #define HAVE_FCNTL_H 1
  982. | #define HAVE_LIMITS_H 1
  983. | #define HAVE_STDINT_H 1
  984. | #define HAVE_STRING_H 1
  985. | #define HAVE_SYS_TIME_H 1
  986. | #define HAVE_UNISTD_H 1
  987. | #define HAVE_XMMINTRIN_H 1
  988. | /* end confdefs.h. */
  989. | #include <sys/types.h>
  990. | #include <sys/param.h>
  991. |
  992. | int
  993. | main ()
  994. | {
  995. | #if BYTE_ORDER != BIG_ENDIAN
  996. | not big endian
  997. | #endif
  998. |
  999. | ;
  1000. | return 0;
  1001. | }
  1002. configure:12269: result: no
  1003. configure:12296: checking for special C compiler options needed for large files
  1004. configure:12341: result: no
  1005. configure:12347: checking for _FILE_OFFSET_BITS value needed for large files
  1006. configure:12372: gcc -c conftest.c >&5
  1007. configure:12372: $? = 0
  1008. configure:12404: result: no
  1009. configure:12492: checking size of short
  1010. configure:12497: gcc -o conftest conftest.c >&5
  1011. configure:12497: $? = 0
  1012. configure:12497: ./conftest
  1013. configure:12497: $? = 0
  1014. configure:12511: result: 2
  1015. configure:12525: checking size of unsigned short
  1016. configure:12530: gcc -o conftest conftest.c >&5
  1017. configure:12530: $? = 0
  1018. configure:12530: ./conftest
  1019. configure:12530: $? = 0
  1020. configure:12544: result: 2
  1021. configure:12558: checking size of int
  1022. configure:12563: gcc -o conftest conftest.c >&5
  1023. configure:12563: $? = 0
  1024. configure:12563: ./conftest
  1025. configure:12563: $? = 0
  1026. configure:12577: result: 4
  1027. configure:12591: checking size of unsigned int
  1028. configure:12596: gcc -o conftest conftest.c >&5
  1029. configure:12596: $? = 0
  1030. configure:12596: ./conftest
  1031. configure:12596: $? = 0
  1032. configure:12610: result: 4
  1033. configure:12624: checking size of long
  1034. configure:12629: gcc -o conftest conftest.c >&5
  1035. configure:12629: $? = 0
  1036. configure:12629: ./conftest
  1037. configure:12629: $? = 0
  1038. configure:12643: result: 8
  1039. configure:12657: checking size of unsigned long
  1040. configure:12662: gcc -o conftest conftest.c >&5
  1041. configure:12662: $? = 0
  1042. configure:12662: ./conftest
  1043. configure:12662: $? = 0
  1044. configure:12676: result: 8
  1045. configure:12690: checking size of long long
  1046. configure:12695: gcc -o conftest conftest.c >&5
  1047. configure:12695: $? = 0
  1048. configure:12695: ./conftest
  1049. configure:12695: $? = 0
  1050. configure:12709: result: 8
  1051. configure:12723: checking size of unsigned long long
  1052. configure:12728: gcc -o conftest conftest.c >&5
  1053. configure:12728: $? = 0
  1054. configure:12728: ./conftest
  1055. configure:12728: $? = 0
  1056. configure:12742: result: 8
  1057. configure:12756: checking size of float
  1058. configure:12761: gcc -o conftest conftest.c >&5
  1059. configure:12761: $? = 0
  1060. configure:12761: ./conftest
  1061. configure:12761: $? = 0
  1062. configure:12775: result: 4
  1063. configure:12789: checking size of double
  1064. configure:12794: gcc -o conftest conftest.c >&5
  1065. configure:12794: $? = 0
  1066. configure:12794: ./conftest
  1067. configure:12794: $? = 0
  1068. configure:12808: result: 8
  1069. configure:12838: checking for long double with more range or precision than double
  1070. configure:12873: gcc -c conftest.c >&5
  1071. configure:12873: $? = 0
  1072. configure:12880: result: yes
  1073. configure:12931: checking for uint8_t
  1074. configure:12931: gcc -c conftest.c >&5
  1075. configure:12931: $? = 0
  1076. configure:12931: gcc -c conftest.c >&5
  1077. conftest.c:88:22: error: expected expression
  1078. if (sizeof ((uint8_t)))
  1079. ^
  1080. 1 error generated.
  1081. configure:12931: $? = 1
  1082. configure: failed program was:
  1083. | /* confdefs.h */
  1084. | #define PACKAGE_NAME "lame"
  1085. | #define PACKAGE_TARNAME "lame"
  1086. | #define PACKAGE_VERSION "3.99.5"
  1087. | #define PACKAGE_STRING "lame 3.99.5"
  1088. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1089. | #define PACKAGE_URL ""
  1090. | #define PACKAGE "lame"
  1091. | #define VERSION "3.99.5"
  1092. | #define STDC_HEADERS 1
  1093. | #define HAVE_SYS_TYPES_H 1
  1094. | #define HAVE_SYS_STAT_H 1
  1095. | #define HAVE_STDLIB_H 1
  1096. | #define HAVE_STRING_H 1
  1097. | #define HAVE_MEMORY_H 1
  1098. | #define HAVE_STRINGS_H 1
  1099. | #define HAVE_INTTYPES_H 1
  1100. | #define HAVE_STDINT_H 1
  1101. | #define HAVE_UNISTD_H 1
  1102. | #define __EXTENSIONS__ 1
  1103. | #define _ALL_SOURCE 1
  1104. | #define _GNU_SOURCE 1
  1105. | #define _POSIX_PTHREAD_SEMANTICS 1
  1106. | #define _TANDEM_SOURCE 1
  1107. | #define HAVE_DLFCN_H 1
  1108. | #define LT_OBJDIR ".libs/"
  1109. | #define PROTOTYPES 1
  1110. | #define __PROTOTYPES 1
  1111. | #define HAVE_STRING_H 1
  1112. | #define STDC_HEADERS 1
  1113. | #define HAVE_ERRNO_H 1
  1114. | #define HAVE_FCNTL_H 1
  1115. | #define HAVE_LIMITS_H 1
  1116. | #define HAVE_STDINT_H 1
  1117. | #define HAVE_STRING_H 1
  1118. | #define HAVE_SYS_TIME_H 1
  1119. | #define HAVE_UNISTD_H 1
  1120. | #define HAVE_XMMINTRIN_H 1
  1121. | #define SIZEOF_SHORT 2
  1122. | #define SIZEOF_UNSIGNED_SHORT 2
  1123. | #define SIZEOF_INT 4
  1124. | #define SIZEOF_UNSIGNED_INT 4
  1125. | #define SIZEOF_LONG 8
  1126. | #define SIZEOF_UNSIGNED_LONG 8
  1127. | #define SIZEOF_LONG_LONG 8
  1128. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1129. | #define SIZEOF_FLOAT 4
  1130. | #define SIZEOF_DOUBLE 8
  1131. | #define HAVE_LONG_DOUBLE_WIDER 1
  1132. | #define HAVE_LONG_DOUBLE 1
  1133. | /* end confdefs.h. */
  1134. | #include <stdio.h>
  1135. | #ifdef HAVE_SYS_TYPES_H
  1136. | # include <sys/types.h>
  1137. | #endif
  1138. | #ifdef HAVE_SYS_STAT_H
  1139. | # include <sys/stat.h>
  1140. | #endif
  1141. | #ifdef STDC_HEADERS
  1142. | # include <stdlib.h>
  1143. | # include <stddef.h>
  1144. | #else
  1145. | # ifdef HAVE_STDLIB_H
  1146. | # include <stdlib.h>
  1147. | # endif
  1148. | #endif
  1149. | #ifdef HAVE_STRING_H
  1150. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1151. | # include <memory.h>
  1152. | # endif
  1153. | # include <string.h>
  1154. | #endif
  1155. | #ifdef HAVE_STRINGS_H
  1156. | # include <strings.h>
  1157. | #endif
  1158. | #ifdef HAVE_INTTYPES_H
  1159. | # include <inttypes.h>
  1160. | #endif
  1161. | #ifdef HAVE_STDINT_H
  1162. | # include <stdint.h>
  1163. | #endif
  1164. | #ifdef HAVE_UNISTD_H
  1165. | # include <unistd.h>
  1166. | #endif
  1167. | int
  1168. | main ()
  1169. | {
  1170. | if (sizeof ((uint8_t)))
  1171. | return 0;
  1172. | ;
  1173. | return 0;
  1174. | }
  1175. configure:12931: result: yes
  1176. configure:12940: checking for int8_t
  1177. configure:12940: gcc -c conftest.c >&5
  1178. configure:12940: $? = 0
  1179. configure:12940: gcc -c conftest.c >&5
  1180. conftest.c:89:21: error: expected expression
  1181. if (sizeof ((int8_t)))
  1182. ^
  1183. 1 error generated.
  1184. configure:12940: $? = 1
  1185. configure: failed program was:
  1186. | /* confdefs.h */
  1187. | #define PACKAGE_NAME "lame"
  1188. | #define PACKAGE_TARNAME "lame"
  1189. | #define PACKAGE_VERSION "3.99.5"
  1190. | #define PACKAGE_STRING "lame 3.99.5"
  1191. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1192. | #define PACKAGE_URL ""
  1193. | #define PACKAGE "lame"
  1194. | #define VERSION "3.99.5"
  1195. | #define STDC_HEADERS 1
  1196. | #define HAVE_SYS_TYPES_H 1
  1197. | #define HAVE_SYS_STAT_H 1
  1198. | #define HAVE_STDLIB_H 1
  1199. | #define HAVE_STRING_H 1
  1200. | #define HAVE_MEMORY_H 1
  1201. | #define HAVE_STRINGS_H 1
  1202. | #define HAVE_INTTYPES_H 1
  1203. | #define HAVE_STDINT_H 1
  1204. | #define HAVE_UNISTD_H 1
  1205. | #define __EXTENSIONS__ 1
  1206. | #define _ALL_SOURCE 1
  1207. | #define _GNU_SOURCE 1
  1208. | #define _POSIX_PTHREAD_SEMANTICS 1
  1209. | #define _TANDEM_SOURCE 1
  1210. | #define HAVE_DLFCN_H 1
  1211. | #define LT_OBJDIR ".libs/"
  1212. | #define PROTOTYPES 1
  1213. | #define __PROTOTYPES 1
  1214. | #define HAVE_STRING_H 1
  1215. | #define STDC_HEADERS 1
  1216. | #define HAVE_ERRNO_H 1
  1217. | #define HAVE_FCNTL_H 1
  1218. | #define HAVE_LIMITS_H 1
  1219. | #define HAVE_STDINT_H 1
  1220. | #define HAVE_STRING_H 1
  1221. | #define HAVE_SYS_TIME_H 1
  1222. | #define HAVE_UNISTD_H 1
  1223. | #define HAVE_XMMINTRIN_H 1
  1224. | #define SIZEOF_SHORT 2
  1225. | #define SIZEOF_UNSIGNED_SHORT 2
  1226. | #define SIZEOF_INT 4
  1227. | #define SIZEOF_UNSIGNED_INT 4
  1228. | #define SIZEOF_LONG 8
  1229. | #define SIZEOF_UNSIGNED_LONG 8
  1230. | #define SIZEOF_LONG_LONG 8
  1231. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1232. | #define SIZEOF_FLOAT 4
  1233. | #define SIZEOF_DOUBLE 8
  1234. | #define HAVE_LONG_DOUBLE_WIDER 1
  1235. | #define HAVE_LONG_DOUBLE 1
  1236. | #define HAVE_UINT8_T 1
  1237. | /* end confdefs.h. */
  1238. | #include <stdio.h>
  1239. | #ifdef HAVE_SYS_TYPES_H
  1240. | # include <sys/types.h>
  1241. | #endif
  1242. | #ifdef HAVE_SYS_STAT_H
  1243. | # include <sys/stat.h>
  1244. | #endif
  1245. | #ifdef STDC_HEADERS
  1246. | # include <stdlib.h>
  1247. | # include <stddef.h>
  1248. | #else
  1249. | # ifdef HAVE_STDLIB_H
  1250. | # include <stdlib.h>
  1251. | # endif
  1252. | #endif
  1253. | #ifdef HAVE_STRING_H
  1254. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1255. | # include <memory.h>
  1256. | # endif
  1257. | # include <string.h>
  1258. | #endif
  1259. | #ifdef HAVE_STRINGS_H
  1260. | # include <strings.h>
  1261. | #endif
  1262. | #ifdef HAVE_INTTYPES_H
  1263. | # include <inttypes.h>
  1264. | #endif
  1265. | #ifdef HAVE_STDINT_H
  1266. | # include <stdint.h>
  1267. | #endif
  1268. | #ifdef HAVE_UNISTD_H
  1269. | # include <unistd.h>
  1270. | #endif
  1271. | int
  1272. | main ()
  1273. | {
  1274. | if (sizeof ((int8_t)))
  1275. | return 0;
  1276. | ;
  1277. | return 0;
  1278. | }
  1279. configure:12940: result: yes
  1280. configure:12949: checking for uint16_t
  1281. configure:12949: gcc -c conftest.c >&5
  1282. configure:12949: $? = 0
  1283. configure:12949: gcc -c conftest.c >&5
  1284. conftest.c:90:23: error: expected expression
  1285. if (sizeof ((uint16_t)))
  1286. ^
  1287. 1 error generated.
  1288. configure:12949: $? = 1
  1289. configure: failed program was:
  1290. | /* confdefs.h */
  1291. | #define PACKAGE_NAME "lame"
  1292. | #define PACKAGE_TARNAME "lame"
  1293. | #define PACKAGE_VERSION "3.99.5"
  1294. | #define PACKAGE_STRING "lame 3.99.5"
  1295. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1296. | #define PACKAGE_URL ""
  1297. | #define PACKAGE "lame"
  1298. | #define VERSION "3.99.5"
  1299. | #define STDC_HEADERS 1
  1300. | #define HAVE_SYS_TYPES_H 1
  1301. | #define HAVE_SYS_STAT_H 1
  1302. | #define HAVE_STDLIB_H 1
  1303. | #define HAVE_STRING_H 1
  1304. | #define HAVE_MEMORY_H 1
  1305. | #define HAVE_STRINGS_H 1
  1306. | #define HAVE_INTTYPES_H 1
  1307. | #define HAVE_STDINT_H 1
  1308. | #define HAVE_UNISTD_H 1
  1309. | #define __EXTENSIONS__ 1
  1310. | #define _ALL_SOURCE 1
  1311. | #define _GNU_SOURCE 1
  1312. | #define _POSIX_PTHREAD_SEMANTICS 1
  1313. | #define _TANDEM_SOURCE 1
  1314. | #define HAVE_DLFCN_H 1
  1315. | #define LT_OBJDIR ".libs/"
  1316. | #define PROTOTYPES 1
  1317. | #define __PROTOTYPES 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define STDC_HEADERS 1
  1320. | #define HAVE_ERRNO_H 1
  1321. | #define HAVE_FCNTL_H 1
  1322. | #define HAVE_LIMITS_H 1
  1323. | #define HAVE_STDINT_H 1
  1324. | #define HAVE_STRING_H 1
  1325. | #define HAVE_SYS_TIME_H 1
  1326. | #define HAVE_UNISTD_H 1
  1327. | #define HAVE_XMMINTRIN_H 1
  1328. | #define SIZEOF_SHORT 2
  1329. | #define SIZEOF_UNSIGNED_SHORT 2
  1330. | #define SIZEOF_INT 4
  1331. | #define SIZEOF_UNSIGNED_INT 4
  1332. | #define SIZEOF_LONG 8
  1333. | #define SIZEOF_UNSIGNED_LONG 8
  1334. | #define SIZEOF_LONG_LONG 8
  1335. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1336. | #define SIZEOF_FLOAT 4
  1337. | #define SIZEOF_DOUBLE 8
  1338. | #define HAVE_LONG_DOUBLE_WIDER 1
  1339. | #define HAVE_LONG_DOUBLE 1
  1340. | #define HAVE_UINT8_T 1
  1341. | #define HAVE_INT8_T 1
  1342. | /* end confdefs.h. */
  1343. | #include <stdio.h>
  1344. | #ifdef HAVE_SYS_TYPES_H
  1345. | # include <sys/types.h>
  1346. | #endif
  1347. | #ifdef HAVE_SYS_STAT_H
  1348. | # include <sys/stat.h>
  1349. | #endif
  1350. | #ifdef STDC_HEADERS
  1351. | # include <stdlib.h>
  1352. | # include <stddef.h>
  1353. | #else
  1354. | # ifdef HAVE_STDLIB_H
  1355. | # include <stdlib.h>
  1356. | # endif
  1357. | #endif
  1358. | #ifdef HAVE_STRING_H
  1359. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1360. | # include <memory.h>
  1361. | # endif
  1362. | # include <string.h>
  1363. | #endif
  1364. | #ifdef HAVE_STRINGS_H
  1365. | # include <strings.h>
  1366. | #endif
  1367. | #ifdef HAVE_INTTYPES_H
  1368. | # include <inttypes.h>
  1369. | #endif
  1370. | #ifdef HAVE_STDINT_H
  1371. | # include <stdint.h>
  1372. | #endif
  1373. | #ifdef HAVE_UNISTD_H
  1374. | # include <unistd.h>
  1375. | #endif
  1376. | int
  1377. | main ()
  1378. | {
  1379. | if (sizeof ((uint16_t)))
  1380. | return 0;
  1381. | ;
  1382. | return 0;
  1383. | }
  1384. configure:12949: result: yes
  1385. configure:12958: checking for int16_t
  1386. configure:12958: gcc -c conftest.c >&5
  1387. configure:12958: $? = 0
  1388. configure:12958: gcc -c conftest.c >&5
  1389. conftest.c:91:22: error: expected expression
  1390. if (sizeof ((int16_t)))
  1391. ^
  1392. 1 error generated.
  1393. configure:12958: $? = 1
  1394. configure: failed program was:
  1395. | /* confdefs.h */
  1396. | #define PACKAGE_NAME "lame"
  1397. | #define PACKAGE_TARNAME "lame"
  1398. | #define PACKAGE_VERSION "3.99.5"
  1399. | #define PACKAGE_STRING "lame 3.99.5"
  1400. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1401. | #define PACKAGE_URL ""
  1402. | #define PACKAGE "lame"
  1403. | #define VERSION "3.99.5"
  1404. | #define STDC_HEADERS 1
  1405. | #define HAVE_SYS_TYPES_H 1
  1406. | #define HAVE_SYS_STAT_H 1
  1407. | #define HAVE_STDLIB_H 1
  1408. | #define HAVE_STRING_H 1
  1409. | #define HAVE_MEMORY_H 1
  1410. | #define HAVE_STRINGS_H 1
  1411. | #define HAVE_INTTYPES_H 1
  1412. | #define HAVE_STDINT_H 1
  1413. | #define HAVE_UNISTD_H 1
  1414. | #define __EXTENSIONS__ 1
  1415. | #define _ALL_SOURCE 1
  1416. | #define _GNU_SOURCE 1
  1417. | #define _POSIX_PTHREAD_SEMANTICS 1
  1418. | #define _TANDEM_SOURCE 1
  1419. | #define HAVE_DLFCN_H 1
  1420. | #define LT_OBJDIR ".libs/"
  1421. | #define PROTOTYPES 1
  1422. | #define __PROTOTYPES 1
  1423. | #define HAVE_STRING_H 1
  1424. | #define STDC_HEADERS 1
  1425. | #define HAVE_ERRNO_H 1
  1426. | #define HAVE_FCNTL_H 1
  1427. | #define HAVE_LIMITS_H 1
  1428. | #define HAVE_STDINT_H 1
  1429. | #define HAVE_STRING_H 1
  1430. | #define HAVE_SYS_TIME_H 1
  1431. | #define HAVE_UNISTD_H 1
  1432. | #define HAVE_XMMINTRIN_H 1
  1433. | #define SIZEOF_SHORT 2
  1434. | #define SIZEOF_UNSIGNED_SHORT 2
  1435. | #define SIZEOF_INT 4
  1436. | #define SIZEOF_UNSIGNED_INT 4
  1437. | #define SIZEOF_LONG 8
  1438. | #define SIZEOF_UNSIGNED_LONG 8
  1439. | #define SIZEOF_LONG_LONG 8
  1440. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1441. | #define SIZEOF_FLOAT 4
  1442. | #define SIZEOF_DOUBLE 8
  1443. | #define HAVE_LONG_DOUBLE_WIDER 1
  1444. | #define HAVE_LONG_DOUBLE 1
  1445. | #define HAVE_UINT8_T 1
  1446. | #define HAVE_INT8_T 1
  1447. | #define HAVE_UINT16_T 1
  1448. | /* end confdefs.h. */
  1449. | #include <stdio.h>
  1450. | #ifdef HAVE_SYS_TYPES_H
  1451. | # include <sys/types.h>
  1452. | #endif
  1453. | #ifdef HAVE_SYS_STAT_H
  1454. | # include <sys/stat.h>
  1455. | #endif
  1456. | #ifdef STDC_HEADERS
  1457. | # include <stdlib.h>
  1458. | # include <stddef.h>
  1459. | #else
  1460. | # ifdef HAVE_STDLIB_H
  1461. | # include <stdlib.h>
  1462. | # endif
  1463. | #endif
  1464. | #ifdef HAVE_STRING_H
  1465. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1466. | # include <memory.h>
  1467. | # endif
  1468. | # include <string.h>
  1469. | #endif
  1470. | #ifdef HAVE_STRINGS_H
  1471. | # include <strings.h>
  1472. | #endif
  1473. | #ifdef HAVE_INTTYPES_H
  1474. | # include <inttypes.h>
  1475. | #endif
  1476. | #ifdef HAVE_STDINT_H
  1477. | # include <stdint.h>
  1478. | #endif
  1479. | #ifdef HAVE_UNISTD_H
  1480. | # include <unistd.h>
  1481. | #endif
  1482. | int
  1483. | main ()
  1484. | {
  1485. | if (sizeof ((int16_t)))
  1486. | return 0;
  1487. | ;
  1488. | return 0;
  1489. | }
  1490. configure:12958: result: yes
  1491. configure:12967: checking for uint32_t
  1492. configure:12967: gcc -c conftest.c >&5
  1493. configure:12967: $? = 0
  1494. configure:12967: gcc -c conftest.c >&5
  1495. conftest.c:92:23: error: expected expression
  1496. if (sizeof ((uint32_t)))
  1497. ^
  1498. 1 error generated.
  1499. configure:12967: $? = 1
  1500. configure: failed program was:
  1501. | /* confdefs.h */
  1502. | #define PACKAGE_NAME "lame"
  1503. | #define PACKAGE_TARNAME "lame"
  1504. | #define PACKAGE_VERSION "3.99.5"
  1505. | #define PACKAGE_STRING "lame 3.99.5"
  1506. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1507. | #define PACKAGE_URL ""
  1508. | #define PACKAGE "lame"
  1509. | #define VERSION "3.99.5"
  1510. | #define STDC_HEADERS 1
  1511. | #define HAVE_SYS_TYPES_H 1
  1512. | #define HAVE_SYS_STAT_H 1
  1513. | #define HAVE_STDLIB_H 1
  1514. | #define HAVE_STRING_H 1
  1515. | #define HAVE_MEMORY_H 1
  1516. | #define HAVE_STRINGS_H 1
  1517. | #define HAVE_INTTYPES_H 1
  1518. | #define HAVE_STDINT_H 1
  1519. | #define HAVE_UNISTD_H 1
  1520. | #define __EXTENSIONS__ 1
  1521. | #define _ALL_SOURCE 1
  1522. | #define _GNU_SOURCE 1
  1523. | #define _POSIX_PTHREAD_SEMANTICS 1
  1524. | #define _TANDEM_SOURCE 1
  1525. | #define HAVE_DLFCN_H 1
  1526. | #define LT_OBJDIR ".libs/"
  1527. | #define PROTOTYPES 1
  1528. | #define __PROTOTYPES 1
  1529. | #define HAVE_STRING_H 1
  1530. | #define STDC_HEADERS 1
  1531. | #define HAVE_ERRNO_H 1
  1532. | #define HAVE_FCNTL_H 1
  1533. | #define HAVE_LIMITS_H 1
  1534. | #define HAVE_STDINT_H 1
  1535. | #define HAVE_STRING_H 1
  1536. | #define HAVE_SYS_TIME_H 1
  1537. | #define HAVE_UNISTD_H 1
  1538. | #define HAVE_XMMINTRIN_H 1
  1539. | #define SIZEOF_SHORT 2
  1540. | #define SIZEOF_UNSIGNED_SHORT 2
  1541. | #define SIZEOF_INT 4
  1542. | #define SIZEOF_UNSIGNED_INT 4
  1543. | #define SIZEOF_LONG 8
  1544. | #define SIZEOF_UNSIGNED_LONG 8
  1545. | #define SIZEOF_LONG_LONG 8
  1546. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1547. | #define SIZEOF_FLOAT 4
  1548. | #define SIZEOF_DOUBLE 8
  1549. | #define HAVE_LONG_DOUBLE_WIDER 1
  1550. | #define HAVE_LONG_DOUBLE 1
  1551. | #define HAVE_UINT8_T 1
  1552. | #define HAVE_INT8_T 1
  1553. | #define HAVE_UINT16_T 1
  1554. | #define HAVE_INT16_T 1
  1555. | /* end confdefs.h. */
  1556. | #include <stdio.h>
  1557. | #ifdef HAVE_SYS_TYPES_H
  1558. | # include <sys/types.h>
  1559. | #endif
  1560. | #ifdef HAVE_SYS_STAT_H
  1561. | # include <sys/stat.h>
  1562. | #endif
  1563. | #ifdef STDC_HEADERS
  1564. | # include <stdlib.h>
  1565. | # include <stddef.h>
  1566. | #else
  1567. | # ifdef HAVE_STDLIB_H
  1568. | # include <stdlib.h>
  1569. | # endif
  1570. | #endif
  1571. | #ifdef HAVE_STRING_H
  1572. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1573. | # include <memory.h>
  1574. | # endif
  1575. | # include <string.h>
  1576. | #endif
  1577. | #ifdef HAVE_STRINGS_H
  1578. | # include <strings.h>
  1579. | #endif
  1580. | #ifdef HAVE_INTTYPES_H
  1581. | # include <inttypes.h>
  1582. | #endif
  1583. | #ifdef HAVE_STDINT_H
  1584. | # include <stdint.h>
  1585. | #endif
  1586. | #ifdef HAVE_UNISTD_H
  1587. | # include <unistd.h>
  1588. | #endif
  1589. | int
  1590. | main ()
  1591. | {
  1592. | if (sizeof ((uint32_t)))
  1593. | return 0;
  1594. | ;
  1595. | return 0;
  1596. | }
  1597. configure:12967: result: yes
  1598. configure:12976: checking for int32_t
  1599. configure:12976: gcc -c conftest.c >&5
  1600. configure:12976: $? = 0
  1601. configure:12976: gcc -c conftest.c >&5
  1602. conftest.c:93:22: error: expected expression
  1603. if (sizeof ((int32_t)))
  1604. ^
  1605. 1 error generated.
  1606. configure:12976: $? = 1
  1607. configure: failed program was:
  1608. | /* confdefs.h */
  1609. | #define PACKAGE_NAME "lame"
  1610. | #define PACKAGE_TARNAME "lame"
  1611. | #define PACKAGE_VERSION "3.99.5"
  1612. | #define PACKAGE_STRING "lame 3.99.5"
  1613. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1614. | #define PACKAGE_URL ""
  1615. | #define PACKAGE "lame"
  1616. | #define VERSION "3.99.5"
  1617. | #define STDC_HEADERS 1
  1618. | #define HAVE_SYS_TYPES_H 1
  1619. | #define HAVE_SYS_STAT_H 1
  1620. | #define HAVE_STDLIB_H 1
  1621. | #define HAVE_STRING_H 1
  1622. | #define HAVE_MEMORY_H 1
  1623. | #define HAVE_STRINGS_H 1
  1624. | #define HAVE_INTTYPES_H 1
  1625. | #define HAVE_STDINT_H 1
  1626. | #define HAVE_UNISTD_H 1
  1627. | #define __EXTENSIONS__ 1
  1628. | #define _ALL_SOURCE 1
  1629. | #define _GNU_SOURCE 1
  1630. | #define _POSIX_PTHREAD_SEMANTICS 1
  1631. | #define _TANDEM_SOURCE 1
  1632. | #define HAVE_DLFCN_H 1
  1633. | #define LT_OBJDIR ".libs/"
  1634. | #define PROTOTYPES 1
  1635. | #define __PROTOTYPES 1
  1636. | #define HAVE_STRING_H 1
  1637. | #define STDC_HEADERS 1
  1638. | #define HAVE_ERRNO_H 1
  1639. | #define HAVE_FCNTL_H 1
  1640. | #define HAVE_LIMITS_H 1
  1641. | #define HAVE_STDINT_H 1
  1642. | #define HAVE_STRING_H 1
  1643. | #define HAVE_SYS_TIME_H 1
  1644. | #define HAVE_UNISTD_H 1
  1645. | #define HAVE_XMMINTRIN_H 1
  1646. | #define SIZEOF_SHORT 2
  1647. | #define SIZEOF_UNSIGNED_SHORT 2
  1648. | #define SIZEOF_INT 4
  1649. | #define SIZEOF_UNSIGNED_INT 4
  1650. | #define SIZEOF_LONG 8
  1651. | #define SIZEOF_UNSIGNED_LONG 8
  1652. | #define SIZEOF_LONG_LONG 8
  1653. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1654. | #define SIZEOF_FLOAT 4
  1655. | #define SIZEOF_DOUBLE 8
  1656. | #define HAVE_LONG_DOUBLE_WIDER 1
  1657. | #define HAVE_LONG_DOUBLE 1
  1658. | #define HAVE_UINT8_T 1
  1659. | #define HAVE_INT8_T 1
  1660. | #define HAVE_UINT16_T 1
  1661. | #define HAVE_INT16_T 1
  1662. | #define HAVE_UINT32_T 1
  1663. | /* end confdefs.h. */
  1664. | #include <stdio.h>
  1665. | #ifdef HAVE_SYS_TYPES_H
  1666. | # include <sys/types.h>
  1667. | #endif
  1668. | #ifdef HAVE_SYS_STAT_H
  1669. | # include <sys/stat.h>
  1670. | #endif
  1671. | #ifdef STDC_HEADERS
  1672. | # include <stdlib.h>
  1673. | # include <stddef.h>
  1674. | #else
  1675. | # ifdef HAVE_STDLIB_H
  1676. | # include <stdlib.h>
  1677. | # endif
  1678. | #endif
  1679. | #ifdef HAVE_STRING_H
  1680. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1681. | # include <memory.h>
  1682. | # endif
  1683. | # include <string.h>
  1684. | #endif
  1685. | #ifdef HAVE_STRINGS_H
  1686. | # include <strings.h>
  1687. | #endif
  1688. | #ifdef HAVE_INTTYPES_H
  1689. | # include <inttypes.h>
  1690. | #endif
  1691. | #ifdef HAVE_STDINT_H
  1692. | # include <stdint.h>
  1693. | #endif
  1694. | #ifdef HAVE_UNISTD_H
  1695. | # include <unistd.h>
  1696. | #endif
  1697. | int
  1698. | main ()
  1699. | {
  1700. | if (sizeof ((int32_t)))
  1701. | return 0;
  1702. | ;
  1703. | return 0;
  1704. | }
  1705. configure:12976: result: yes
  1706. configure:12985: checking for uint64_t
  1707. configure:12985: gcc -c conftest.c >&5
  1708. configure:12985: $? = 0
  1709. configure:12985: gcc -c conftest.c >&5
  1710. conftest.c:94:23: error: expected expression
  1711. if (sizeof ((uint64_t)))
  1712. ^
  1713. 1 error generated.
  1714. configure:12985: $? = 1
  1715. configure: failed program was:
  1716. | /* confdefs.h */
  1717. | #define PACKAGE_NAME "lame"
  1718. | #define PACKAGE_TARNAME "lame"
  1719. | #define PACKAGE_VERSION "3.99.5"
  1720. | #define PACKAGE_STRING "lame 3.99.5"
  1721. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1722. | #define PACKAGE_URL ""
  1723. | #define PACKAGE "lame"
  1724. | #define VERSION "3.99.5"
  1725. | #define STDC_HEADERS 1
  1726. | #define HAVE_SYS_TYPES_H 1
  1727. | #define HAVE_SYS_STAT_H 1
  1728. | #define HAVE_STDLIB_H 1
  1729. | #define HAVE_STRING_H 1
  1730. | #define HAVE_MEMORY_H 1
  1731. | #define HAVE_STRINGS_H 1
  1732. | #define HAVE_INTTYPES_H 1
  1733. | #define HAVE_STDINT_H 1
  1734. | #define HAVE_UNISTD_H 1
  1735. | #define __EXTENSIONS__ 1
  1736. | #define _ALL_SOURCE 1
  1737. | #define _GNU_SOURCE 1
  1738. | #define _POSIX_PTHREAD_SEMANTICS 1
  1739. | #define _TANDEM_SOURCE 1
  1740. | #define HAVE_DLFCN_H 1
  1741. | #define LT_OBJDIR ".libs/"
  1742. | #define PROTOTYPES 1
  1743. | #define __PROTOTYPES 1
  1744. | #define HAVE_STRING_H 1
  1745. | #define STDC_HEADERS 1
  1746. | #define HAVE_ERRNO_H 1
  1747. | #define HAVE_FCNTL_H 1
  1748. | #define HAVE_LIMITS_H 1
  1749. | #define HAVE_STDINT_H 1
  1750. | #define HAVE_STRING_H 1
  1751. | #define HAVE_SYS_TIME_H 1
  1752. | #define HAVE_UNISTD_H 1
  1753. | #define HAVE_XMMINTRIN_H 1
  1754. | #define SIZEOF_SHORT 2
  1755. | #define SIZEOF_UNSIGNED_SHORT 2
  1756. | #define SIZEOF_INT 4
  1757. | #define SIZEOF_UNSIGNED_INT 4
  1758. | #define SIZEOF_LONG 8
  1759. | #define SIZEOF_UNSIGNED_LONG 8
  1760. | #define SIZEOF_LONG_LONG 8
  1761. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1762. | #define SIZEOF_FLOAT 4
  1763. | #define SIZEOF_DOUBLE 8
  1764. | #define HAVE_LONG_DOUBLE_WIDER 1
  1765. | #define HAVE_LONG_DOUBLE 1
  1766. | #define HAVE_UINT8_T 1
  1767. | #define HAVE_INT8_T 1
  1768. | #define HAVE_UINT16_T 1
  1769. | #define HAVE_INT16_T 1
  1770. | #define HAVE_UINT32_T 1
  1771. | #define HAVE_INT32_T 1
  1772. | /* end confdefs.h. */
  1773. | #include <stdio.h>
  1774. | #ifdef HAVE_SYS_TYPES_H
  1775. | # include <sys/types.h>
  1776. | #endif
  1777. | #ifdef HAVE_SYS_STAT_H
  1778. | # include <sys/stat.h>
  1779. | #endif
  1780. | #ifdef STDC_HEADERS
  1781. | # include <stdlib.h>
  1782. | # include <stddef.h>
  1783. | #else
  1784. | # ifdef HAVE_STDLIB_H
  1785. | # include <stdlib.h>
  1786. | # endif
  1787. | #endif
  1788. | #ifdef HAVE_STRING_H
  1789. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1790. | # include <memory.h>
  1791. | # endif
  1792. | # include <string.h>
  1793. | #endif
  1794. | #ifdef HAVE_STRINGS_H
  1795. | # include <strings.h>
  1796. | #endif
  1797. | #ifdef HAVE_INTTYPES_H
  1798. | # include <inttypes.h>
  1799. | #endif
  1800. | #ifdef HAVE_STDINT_H
  1801. | # include <stdint.h>
  1802. | #endif
  1803. | #ifdef HAVE_UNISTD_H
  1804. | # include <unistd.h>
  1805. | #endif
  1806. | int
  1807. | main ()
  1808. | {
  1809. | if (sizeof ((uint64_t)))
  1810. | return 0;
  1811. | ;
  1812. | return 0;
  1813. | }
  1814. configure:12985: result: yes
  1815. configure:12994: checking for int64_t
  1816. configure:12994: gcc -c conftest.c >&5
  1817. configure:12994: $? = 0
  1818. configure:12994: gcc -c conftest.c >&5
  1819. conftest.c:95:22: error: expected expression
  1820. if (sizeof ((int64_t)))
  1821. ^
  1822. 1 error generated.
  1823. configure:12994: $? = 1
  1824. configure: failed program was:
  1825. | /* confdefs.h */
  1826. | #define PACKAGE_NAME "lame"
  1827. | #define PACKAGE_TARNAME "lame"
  1828. | #define PACKAGE_VERSION "3.99.5"
  1829. | #define PACKAGE_STRING "lame 3.99.5"
  1830. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1831. | #define PACKAGE_URL ""
  1832. | #define PACKAGE "lame"
  1833. | #define VERSION "3.99.5"
  1834. | #define STDC_HEADERS 1
  1835. | #define HAVE_SYS_TYPES_H 1
  1836. | #define HAVE_SYS_STAT_H 1
  1837. | #define HAVE_STDLIB_H 1
  1838. | #define HAVE_STRING_H 1
  1839. | #define HAVE_MEMORY_H 1
  1840. | #define HAVE_STRINGS_H 1
  1841. | #define HAVE_INTTYPES_H 1
  1842. | #define HAVE_STDINT_H 1
  1843. | #define HAVE_UNISTD_H 1
  1844. | #define __EXTENSIONS__ 1
  1845. | #define _ALL_SOURCE 1
  1846. | #define _GNU_SOURCE 1
  1847. | #define _POSIX_PTHREAD_SEMANTICS 1
  1848. | #define _TANDEM_SOURCE 1
  1849. | #define HAVE_DLFCN_H 1
  1850. | #define LT_OBJDIR ".libs/"
  1851. | #define PROTOTYPES 1
  1852. | #define __PROTOTYPES 1
  1853. | #define HAVE_STRING_H 1
  1854. | #define STDC_HEADERS 1
  1855. | #define HAVE_ERRNO_H 1
  1856. | #define HAVE_FCNTL_H 1
  1857. | #define HAVE_LIMITS_H 1
  1858. | #define HAVE_STDINT_H 1
  1859. | #define HAVE_STRING_H 1
  1860. | #define HAVE_SYS_TIME_H 1
  1861. | #define HAVE_UNISTD_H 1
  1862. | #define HAVE_XMMINTRIN_H 1
  1863. | #define SIZEOF_SHORT 2
  1864. | #define SIZEOF_UNSIGNED_SHORT 2
  1865. | #define SIZEOF_INT 4
  1866. | #define SIZEOF_UNSIGNED_INT 4
  1867. | #define SIZEOF_LONG 8
  1868. | #define SIZEOF_UNSIGNED_LONG 8
  1869. | #define SIZEOF_LONG_LONG 8
  1870. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1871. | #define SIZEOF_FLOAT 4
  1872. | #define SIZEOF_DOUBLE 8
  1873. | #define HAVE_LONG_DOUBLE_WIDER 1
  1874. | #define HAVE_LONG_DOUBLE 1
  1875. | #define HAVE_UINT8_T 1
  1876. | #define HAVE_INT8_T 1
  1877. | #define HAVE_UINT16_T 1
  1878. | #define HAVE_INT16_T 1
  1879. | #define HAVE_UINT32_T 1
  1880. | #define HAVE_INT32_T 1
  1881. | #define HAVE_UINT64_T 1
  1882. | /* end confdefs.h. */
  1883. | #include <stdio.h>
  1884. | #ifdef HAVE_SYS_TYPES_H
  1885. | # include <sys/types.h>
  1886. | #endif
  1887. | #ifdef HAVE_SYS_STAT_H
  1888. | # include <sys/stat.h>
  1889. | #endif
  1890. | #ifdef STDC_HEADERS
  1891. | # include <stdlib.h>
  1892. | # include <stddef.h>
  1893. | #else
  1894. | # ifdef HAVE_STDLIB_H
  1895. | # include <stdlib.h>
  1896. | # endif
  1897. | #endif
  1898. | #ifdef HAVE_STRING_H
  1899. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1900. | # include <memory.h>
  1901. | # endif
  1902. | # include <string.h>
  1903. | #endif
  1904. | #ifdef HAVE_STRINGS_H
  1905. | # include <strings.h>
  1906. | #endif
  1907. | #ifdef HAVE_INTTYPES_H
  1908. | # include <inttypes.h>
  1909. | #endif
  1910. | #ifdef HAVE_STDINT_H
  1911. | # include <stdint.h>
  1912. | #endif
  1913. | #ifdef HAVE_UNISTD_H
  1914. | # include <unistd.h>
  1915. | #endif
  1916. | int
  1917. | main ()
  1918. | {
  1919. | if (sizeof ((int64_t)))
  1920. | return 0;
  1921. | ;
  1922. | return 0;
  1923. | }
  1924. configure:12994: result: yes
  1925. configure:13099: checking for IEEE854 compliant 80 bit floats
  1926. configure:13137: gcc -o conftest conftest.c >&5
  1927. configure:13137: $? = 0
  1928. configure:13137: ./conftest
  1929. configure:13137: $? = 0
  1930. configure:13147: result: yes
  1931. configure:13151: checking for ieee854_float80_t
  1932. configure:13151: gcc -c conftest.c >&5
  1933. conftest.c:100:13: error: use of undeclared identifier 'ieee854_float80_t'
  1934. if (sizeof (ieee854_float80_t))
  1935. ^
  1936. 1 error generated.
  1937. configure:13151: $? = 1
  1938. configure: failed program was:
  1939. | /* confdefs.h */
  1940. | #define PACKAGE_NAME "lame"
  1941. | #define PACKAGE_TARNAME "lame"
  1942. | #define PACKAGE_VERSION "3.99.5"
  1943. | #define PACKAGE_STRING "lame 3.99.5"
  1944. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  1945. | #define PACKAGE_URL ""
  1946. | #define PACKAGE "lame"
  1947. | #define VERSION "3.99.5"
  1948. | #define STDC_HEADERS 1
  1949. | #define HAVE_SYS_TYPES_H 1
  1950. | #define HAVE_SYS_STAT_H 1
  1951. | #define HAVE_STDLIB_H 1
  1952. | #define HAVE_STRING_H 1
  1953. | #define HAVE_MEMORY_H 1
  1954. | #define HAVE_STRINGS_H 1
  1955. | #define HAVE_INTTYPES_H 1
  1956. | #define HAVE_STDINT_H 1
  1957. | #define HAVE_UNISTD_H 1
  1958. | #define __EXTENSIONS__ 1
  1959. | #define _ALL_SOURCE 1
  1960. | #define _GNU_SOURCE 1
  1961. | #define _POSIX_PTHREAD_SEMANTICS 1
  1962. | #define _TANDEM_SOURCE 1
  1963. | #define HAVE_DLFCN_H 1
  1964. | #define LT_OBJDIR ".libs/"
  1965. | #define PROTOTYPES 1
  1966. | #define __PROTOTYPES 1
  1967. | #define HAVE_STRING_H 1
  1968. | #define STDC_HEADERS 1
  1969. | #define HAVE_ERRNO_H 1
  1970. | #define HAVE_FCNTL_H 1
  1971. | #define HAVE_LIMITS_H 1
  1972. | #define HAVE_STDINT_H 1
  1973. | #define HAVE_STRING_H 1
  1974. | #define HAVE_SYS_TIME_H 1
  1975. | #define HAVE_UNISTD_H 1
  1976. | #define HAVE_XMMINTRIN_H 1
  1977. | #define SIZEOF_SHORT 2
  1978. | #define SIZEOF_UNSIGNED_SHORT 2
  1979. | #define SIZEOF_INT 4
  1980. | #define SIZEOF_UNSIGNED_INT 4
  1981. | #define SIZEOF_LONG 8
  1982. | #define SIZEOF_UNSIGNED_LONG 8
  1983. | #define SIZEOF_LONG_LONG 8
  1984. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  1985. | #define SIZEOF_FLOAT 4
  1986. | #define SIZEOF_DOUBLE 8
  1987. | #define HAVE_LONG_DOUBLE_WIDER 1
  1988. | #define HAVE_LONG_DOUBLE 1
  1989. | #define HAVE_UINT8_T 1
  1990. | #define HAVE_INT8_T 1
  1991. | #define HAVE_UINT16_T 1
  1992. | #define HAVE_INT16_T 1
  1993. | #define HAVE_UINT32_T 1
  1994. | #define HAVE_INT32_T 1
  1995. | #define HAVE_UINT64_T 1
  1996. | #define HAVE_INT64_T 1
  1997. | #define A_UINT32_T unsigned int
  1998. | #define A_INT32_T int
  1999. | #define A_UINT64_T unsigned long
  2000. | #define A_INT64_T long
  2001. | /* end confdefs.h. */
  2002. | #include <stdio.h>
  2003. | #ifdef HAVE_SYS_TYPES_H
  2004. | # include <sys/types.h>
  2005. | #endif
  2006. | #ifdef HAVE_SYS_STAT_H
  2007. | # include <sys/stat.h>
  2008. | #endif
  2009. | #ifdef STDC_HEADERS
  2010. | # include <stdlib.h>
  2011. | # include <stddef.h>
  2012. | #else
  2013. | # ifdef HAVE_STDLIB_H
  2014. | # include <stdlib.h>
  2015. | # endif
  2016. | #endif
  2017. | #ifdef HAVE_STRING_H
  2018. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2019. | # include <memory.h>
  2020. | # endif
  2021. | # include <string.h>
  2022. | #endif
  2023. | #ifdef HAVE_STRINGS_H
  2024. | # include <strings.h>
  2025. | #endif
  2026. | #ifdef HAVE_INTTYPES_H
  2027. | # include <inttypes.h>
  2028. | #endif
  2029. | #ifdef HAVE_STDINT_H
  2030. | # include <stdint.h>
  2031. | #endif
  2032. | #ifdef HAVE_UNISTD_H
  2033. | # include <unistd.h>
  2034. | #endif
  2035. | int
  2036. | main ()
  2037. | {
  2038. | if (sizeof (ieee854_float80_t))
  2039. | return 0;
  2040. | ;
  2041. | return 0;
  2042. | }
  2043. configure:13151: result: no
  2044. configure:13168: checking for ieee754_float64_t
  2045. configure:13168: gcc -c conftest.c >&5
  2046. conftest.c:101:13: error: use of undeclared identifier 'ieee754_float64_t'
  2047. if (sizeof (ieee754_float64_t))
  2048. ^
  2049. 1 error generated.
  2050. configure:13168: $? = 1
  2051. configure: failed program was:
  2052. | /* confdefs.h */
  2053. | #define PACKAGE_NAME "lame"
  2054. | #define PACKAGE_TARNAME "lame"
  2055. | #define PACKAGE_VERSION "3.99.5"
  2056. | #define PACKAGE_STRING "lame 3.99.5"
  2057. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2058. | #define PACKAGE_URL ""
  2059. | #define PACKAGE "lame"
  2060. | #define VERSION "3.99.5"
  2061. | #define STDC_HEADERS 1
  2062. | #define HAVE_SYS_TYPES_H 1
  2063. | #define HAVE_SYS_STAT_H 1
  2064. | #define HAVE_STDLIB_H 1
  2065. | #define HAVE_STRING_H 1
  2066. | #define HAVE_MEMORY_H 1
  2067. | #define HAVE_STRINGS_H 1
  2068. | #define HAVE_INTTYPES_H 1
  2069. | #define HAVE_STDINT_H 1
  2070. | #define HAVE_UNISTD_H 1
  2071. | #define __EXTENSIONS__ 1
  2072. | #define _ALL_SOURCE 1
  2073. | #define _GNU_SOURCE 1
  2074. | #define _POSIX_PTHREAD_SEMANTICS 1
  2075. | #define _TANDEM_SOURCE 1
  2076. | #define HAVE_DLFCN_H 1
  2077. | #define LT_OBJDIR ".libs/"
  2078. | #define PROTOTYPES 1
  2079. | #define __PROTOTYPES 1
  2080. | #define HAVE_STRING_H 1
  2081. | #define STDC_HEADERS 1
  2082. | #define HAVE_ERRNO_H 1
  2083. | #define HAVE_FCNTL_H 1
  2084. | #define HAVE_LIMITS_H 1
  2085. | #define HAVE_STDINT_H 1
  2086. | #define HAVE_STRING_H 1
  2087. | #define HAVE_SYS_TIME_H 1
  2088. | #define HAVE_UNISTD_H 1
  2089. | #define HAVE_XMMINTRIN_H 1
  2090. | #define SIZEOF_SHORT 2
  2091. | #define SIZEOF_UNSIGNED_SHORT 2
  2092. | #define SIZEOF_INT 4
  2093. | #define SIZEOF_UNSIGNED_INT 4
  2094. | #define SIZEOF_LONG 8
  2095. | #define SIZEOF_UNSIGNED_LONG 8
  2096. | #define SIZEOF_LONG_LONG 8
  2097. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2098. | #define SIZEOF_FLOAT 4
  2099. | #define SIZEOF_DOUBLE 8
  2100. | #define HAVE_LONG_DOUBLE_WIDER 1
  2101. | #define HAVE_LONG_DOUBLE 1
  2102. | #define HAVE_UINT8_T 1
  2103. | #define HAVE_INT8_T 1
  2104. | #define HAVE_UINT16_T 1
  2105. | #define HAVE_INT16_T 1
  2106. | #define HAVE_UINT32_T 1
  2107. | #define HAVE_INT32_T 1
  2108. | #define HAVE_UINT64_T 1
  2109. | #define HAVE_INT64_T 1
  2110. | #define A_UINT32_T unsigned int
  2111. | #define A_INT32_T int
  2112. | #define A_UINT64_T unsigned long
  2113. | #define A_INT64_T long
  2114. | #define HAVE_IEEE854_FLOAT80 1
  2115. | /* end confdefs.h. */
  2116. | #include <stdio.h>
  2117. | #ifdef HAVE_SYS_TYPES_H
  2118. | # include <sys/types.h>
  2119. | #endif
  2120. | #ifdef HAVE_SYS_STAT_H
  2121. | # include <sys/stat.h>
  2122. | #endif
  2123. | #ifdef STDC_HEADERS
  2124. | # include <stdlib.h>
  2125. | # include <stddef.h>
  2126. | #else
  2127. | # ifdef HAVE_STDLIB_H
  2128. | # include <stdlib.h>
  2129. | # endif
  2130. | #endif
  2131. | #ifdef HAVE_STRING_H
  2132. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2133. | # include <memory.h>
  2134. | # endif
  2135. | # include <string.h>
  2136. | #endif
  2137. | #ifdef HAVE_STRINGS_H
  2138. | # include <strings.h>
  2139. | #endif
  2140. | #ifdef HAVE_INTTYPES_H
  2141. | # include <inttypes.h>
  2142. | #endif
  2143. | #ifdef HAVE_STDINT_H
  2144. | # include <stdint.h>
  2145. | #endif
  2146. | #ifdef HAVE_UNISTD_H
  2147. | # include <unistd.h>
  2148. | #endif
  2149. | int
  2150. | main ()
  2151. | {
  2152. | if (sizeof (ieee754_float64_t))
  2153. | return 0;
  2154. | ;
  2155. | return 0;
  2156. | }
  2157. configure:13168: result: no
  2158. configure:13177: checking for ieee754_float32_t
  2159. configure:13177: gcc -c conftest.c >&5
  2160. conftest.c:101:13: error: use of undeclared identifier 'ieee754_float32_t'
  2161. if (sizeof (ieee754_float32_t))
  2162. ^
  2163. 1 error generated.
  2164. configure:13177: $? = 1
  2165. configure: failed program was:
  2166. | /* confdefs.h */
  2167. | #define PACKAGE_NAME "lame"
  2168. | #define PACKAGE_TARNAME "lame"
  2169. | #define PACKAGE_VERSION "3.99.5"
  2170. | #define PACKAGE_STRING "lame 3.99.5"
  2171. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2172. | #define PACKAGE_URL ""
  2173. | #define PACKAGE "lame"
  2174. | #define VERSION "3.99.5"
  2175. | #define STDC_HEADERS 1
  2176. | #define HAVE_SYS_TYPES_H 1
  2177. | #define HAVE_SYS_STAT_H 1
  2178. | #define HAVE_STDLIB_H 1
  2179. | #define HAVE_STRING_H 1
  2180. | #define HAVE_MEMORY_H 1
  2181. | #define HAVE_STRINGS_H 1
  2182. | #define HAVE_INTTYPES_H 1
  2183. | #define HAVE_STDINT_H 1
  2184. | #define HAVE_UNISTD_H 1
  2185. | #define __EXTENSIONS__ 1
  2186. | #define _ALL_SOURCE 1
  2187. | #define _GNU_SOURCE 1
  2188. | #define _POSIX_PTHREAD_SEMANTICS 1
  2189. | #define _TANDEM_SOURCE 1
  2190. | #define HAVE_DLFCN_H 1
  2191. | #define LT_OBJDIR ".libs/"
  2192. | #define PROTOTYPES 1
  2193. | #define __PROTOTYPES 1
  2194. | #define HAVE_STRING_H 1
  2195. | #define STDC_HEADERS 1
  2196. | #define HAVE_ERRNO_H 1
  2197. | #define HAVE_FCNTL_H 1
  2198. | #define HAVE_LIMITS_H 1
  2199. | #define HAVE_STDINT_H 1
  2200. | #define HAVE_STRING_H 1
  2201. | #define HAVE_SYS_TIME_H 1
  2202. | #define HAVE_UNISTD_H 1
  2203. | #define HAVE_XMMINTRIN_H 1
  2204. | #define SIZEOF_SHORT 2
  2205. | #define SIZEOF_UNSIGNED_SHORT 2
  2206. | #define SIZEOF_INT 4
  2207. | #define SIZEOF_UNSIGNED_INT 4
  2208. | #define SIZEOF_LONG 8
  2209. | #define SIZEOF_UNSIGNED_LONG 8
  2210. | #define SIZEOF_LONG_LONG 8
  2211. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2212. | #define SIZEOF_FLOAT 4
  2213. | #define SIZEOF_DOUBLE 8
  2214. | #define HAVE_LONG_DOUBLE_WIDER 1
  2215. | #define HAVE_LONG_DOUBLE 1
  2216. | #define HAVE_UINT8_T 1
  2217. | #define HAVE_INT8_T 1
  2218. | #define HAVE_UINT16_T 1
  2219. | #define HAVE_INT16_T 1
  2220. | #define HAVE_UINT32_T 1
  2221. | #define HAVE_INT32_T 1
  2222. | #define HAVE_UINT64_T 1
  2223. | #define HAVE_INT64_T 1
  2224. | #define A_UINT32_T unsigned int
  2225. | #define A_INT32_T int
  2226. | #define A_UINT64_T unsigned long
  2227. | #define A_INT64_T long
  2228. | #define HAVE_IEEE854_FLOAT80 1
  2229. | /* end confdefs.h. */
  2230. | #include <stdio.h>
  2231. | #ifdef HAVE_SYS_TYPES_H
  2232. | # include <sys/types.h>
  2233. | #endif
  2234. | #ifdef HAVE_SYS_STAT_H
  2235. | # include <sys/stat.h>
  2236. | #endif
  2237. | #ifdef STDC_HEADERS
  2238. | # include <stdlib.h>
  2239. | # include <stddef.h>
  2240. | #else
  2241. | # ifdef HAVE_STDLIB_H
  2242. | # include <stdlib.h>
  2243. | # endif
  2244. | #endif
  2245. | #ifdef HAVE_STRING_H
  2246. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2247. | # include <memory.h>
  2248. | # endif
  2249. | # include <string.h>
  2250. | #endif
  2251. | #ifdef HAVE_STRINGS_H
  2252. | # include <strings.h>
  2253. | #endif
  2254. | #ifdef HAVE_INTTYPES_H
  2255. | # include <inttypes.h>
  2256. | #endif
  2257. | #ifdef HAVE_STDINT_H
  2258. | # include <stdint.h>
  2259. | #endif
  2260. | #ifdef HAVE_UNISTD_H
  2261. | # include <unistd.h>
  2262. | #endif
  2263. | int
  2264. | main ()
  2265. | {
  2266. | if (sizeof (ieee754_float32_t))
  2267. | return 0;
  2268. | ;
  2269. | return 0;
  2270. | }
  2271. configure:13177: result: no
  2272. configure:13242: checking for size_t
  2273. configure:13242: gcc -c conftest.c >&5
  2274. configure:13242: $? = 0
  2275. configure:13242: gcc -c conftest.c >&5
  2276. conftest.c:102:21: error: expected expression
  2277. if (sizeof ((size_t)))
  2278. ^
  2279. 1 error generated.
  2280. configure:13242: $? = 1
  2281. configure: failed program was:
  2282. | /* confdefs.h */
  2283. | #define PACKAGE_NAME "lame"
  2284. | #define PACKAGE_TARNAME "lame"
  2285. | #define PACKAGE_VERSION "3.99.5"
  2286. | #define PACKAGE_STRING "lame 3.99.5"
  2287. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2288. | #define PACKAGE_URL ""
  2289. | #define PACKAGE "lame"
  2290. | #define VERSION "3.99.5"
  2291. | #define STDC_HEADERS 1
  2292. | #define HAVE_SYS_TYPES_H 1
  2293. | #define HAVE_SYS_STAT_H 1
  2294. | #define HAVE_STDLIB_H 1
  2295. | #define HAVE_STRING_H 1
  2296. | #define HAVE_MEMORY_H 1
  2297. | #define HAVE_STRINGS_H 1
  2298. | #define HAVE_INTTYPES_H 1
  2299. | #define HAVE_STDINT_H 1
  2300. | #define HAVE_UNISTD_H 1
  2301. | #define __EXTENSIONS__ 1
  2302. | #define _ALL_SOURCE 1
  2303. | #define _GNU_SOURCE 1
  2304. | #define _POSIX_PTHREAD_SEMANTICS 1
  2305. | #define _TANDEM_SOURCE 1
  2306. | #define HAVE_DLFCN_H 1
  2307. | #define LT_OBJDIR ".libs/"
  2308. | #define PROTOTYPES 1
  2309. | #define __PROTOTYPES 1
  2310. | #define HAVE_STRING_H 1
  2311. | #define STDC_HEADERS 1
  2312. | #define HAVE_ERRNO_H 1
  2313. | #define HAVE_FCNTL_H 1
  2314. | #define HAVE_LIMITS_H 1
  2315. | #define HAVE_STDINT_H 1
  2316. | #define HAVE_STRING_H 1
  2317. | #define HAVE_SYS_TIME_H 1
  2318. | #define HAVE_UNISTD_H 1
  2319. | #define HAVE_XMMINTRIN_H 1
  2320. | #define SIZEOF_SHORT 2
  2321. | #define SIZEOF_UNSIGNED_SHORT 2
  2322. | #define SIZEOF_INT 4
  2323. | #define SIZEOF_UNSIGNED_INT 4
  2324. | #define SIZEOF_LONG 8
  2325. | #define SIZEOF_UNSIGNED_LONG 8
  2326. | #define SIZEOF_LONG_LONG 8
  2327. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2328. | #define SIZEOF_FLOAT 4
  2329. | #define SIZEOF_DOUBLE 8
  2330. | #define HAVE_LONG_DOUBLE_WIDER 1
  2331. | #define HAVE_LONG_DOUBLE 1
  2332. | #define HAVE_UINT8_T 1
  2333. | #define HAVE_INT8_T 1
  2334. | #define HAVE_UINT16_T 1
  2335. | #define HAVE_INT16_T 1
  2336. | #define HAVE_UINT32_T 1
  2337. | #define HAVE_INT32_T 1
  2338. | #define HAVE_UINT64_T 1
  2339. | #define HAVE_INT64_T 1
  2340. | #define A_UINT32_T unsigned int
  2341. | #define A_INT32_T int
  2342. | #define A_UINT64_T unsigned long
  2343. | #define A_INT64_T long
  2344. | #define HAVE_IEEE854_FLOAT80 1
  2345. | #define LAME_LIBRARY_BUILD 1
  2346. | /* end confdefs.h. */
  2347. | #include <stdio.h>
  2348. | #ifdef HAVE_SYS_TYPES_H
  2349. | # include <sys/types.h>
  2350. | #endif
  2351. | #ifdef HAVE_SYS_STAT_H
  2352. | # include <sys/stat.h>
  2353. | #endif
  2354. | #ifdef STDC_HEADERS
  2355. | # include <stdlib.h>
  2356. | # include <stddef.h>
  2357. | #else
  2358. | # ifdef HAVE_STDLIB_H
  2359. | # include <stdlib.h>
  2360. | # endif
  2361. | #endif
  2362. | #ifdef HAVE_STRING_H
  2363. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2364. | # include <memory.h>
  2365. | # endif
  2366. | # include <string.h>
  2367. | #endif
  2368. | #ifdef HAVE_STRINGS_H
  2369. | # include <strings.h>
  2370. | #endif
  2371. | #ifdef HAVE_INTTYPES_H
  2372. | # include <inttypes.h>
  2373. | #endif
  2374. | #ifdef HAVE_STDINT_H
  2375. | # include <stdint.h>
  2376. | #endif
  2377. | #ifdef HAVE_UNISTD_H
  2378. | # include <unistd.h>
  2379. | #endif
  2380. | int
  2381. | main ()
  2382. | {
  2383. | if (sizeof ((size_t)))
  2384. | return 0;
  2385. | ;
  2386. | return 0;
  2387. | }
  2388. configure:13242: result: yes
  2389. configure:13253: checking whether time.h and sys/time.h may both be included
  2390. configure:13273: gcc -c conftest.c >&5
  2391. configure:13273: $? = 0
  2392. configure:13280: result: yes
  2393. configure:13291: checking for working alloca.h
  2394. configure:13308: gcc -o conftest conftest.c >&5
  2395. configure:13308: $? = 0
  2396. configure:13316: result: yes
  2397. configure:13324: checking for alloca
  2398. configure:13361: gcc -o conftest conftest.c >&5
  2399. configure:13361: $? = 0
  2400. configure:13369: result: yes
  2401. configure:13481: checking for gettimeofday
  2402. configure:13481: gcc -o conftest conftest.c >&5
  2403. configure:13481: $? = 0
  2404. configure:13481: result: yes
  2405. configure:13481: checking for strtol
  2406. configure:13481: gcc -o conftest conftest.c >&5
  2407. configure:13481: $? = 0
  2408. configure:13481: result: yes
  2409. configure:13498: checking for socket
  2410. configure:13498: gcc -o conftest conftest.c >&5
  2411. configure:13498: $? = 0
  2412. configure:13498: result: yes
  2413. configure:13583: checking termcap.h usability
  2414. configure:13583: gcc -c conftest.c >&5
  2415. configure:13583: $? = 0
  2416. configure:13583: result: yes
  2417. configure:13583: checking termcap.h presence
  2418. configure:13583: gcc -E conftest.c
  2419. configure:13583: $? = 0
  2420. configure:13583: result: yes
  2421. configure:13583: checking for termcap.h
  2422. configure:13583: result: yes
  2423. configure:13595: checking ncurses/termcap.h usability
  2424. configure:13595: gcc -c conftest.c >&5
  2425. conftest.c:106:10: fatal error: 'ncurses/termcap.h' file not found
  2426. #include <ncurses/termcap.h>
  2427. ^
  2428. 1 error generated.
  2429. configure:13595: $? = 1
  2430. configure: failed program was:
  2431. | /* confdefs.h */
  2432. | #define PACKAGE_NAME "lame"
  2433. | #define PACKAGE_TARNAME "lame"
  2434. | #define PACKAGE_VERSION "3.99.5"
  2435. | #define PACKAGE_STRING "lame 3.99.5"
  2436. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2437. | #define PACKAGE_URL ""
  2438. | #define PACKAGE "lame"
  2439. | #define VERSION "3.99.5"
  2440. | #define STDC_HEADERS 1
  2441. | #define HAVE_SYS_TYPES_H 1
  2442. | #define HAVE_SYS_STAT_H 1
  2443. | #define HAVE_STDLIB_H 1
  2444. | #define HAVE_STRING_H 1
  2445. | #define HAVE_MEMORY_H 1
  2446. | #define HAVE_STRINGS_H 1
  2447. | #define HAVE_INTTYPES_H 1
  2448. | #define HAVE_STDINT_H 1
  2449. | #define HAVE_UNISTD_H 1
  2450. | #define __EXTENSIONS__ 1
  2451. | #define _ALL_SOURCE 1
  2452. | #define _GNU_SOURCE 1
  2453. | #define _POSIX_PTHREAD_SEMANTICS 1
  2454. | #define _TANDEM_SOURCE 1
  2455. | #define HAVE_DLFCN_H 1
  2456. | #define LT_OBJDIR ".libs/"
  2457. | #define PROTOTYPES 1
  2458. | #define __PROTOTYPES 1
  2459. | #define HAVE_STRING_H 1
  2460. | #define STDC_HEADERS 1
  2461. | #define HAVE_ERRNO_H 1
  2462. | #define HAVE_FCNTL_H 1
  2463. | #define HAVE_LIMITS_H 1
  2464. | #define HAVE_STDINT_H 1
  2465. | #define HAVE_STRING_H 1
  2466. | #define HAVE_SYS_TIME_H 1
  2467. | #define HAVE_UNISTD_H 1
  2468. | #define HAVE_XMMINTRIN_H 1
  2469. | #define SIZEOF_SHORT 2
  2470. | #define SIZEOF_UNSIGNED_SHORT 2
  2471. | #define SIZEOF_INT 4
  2472. | #define SIZEOF_UNSIGNED_INT 4
  2473. | #define SIZEOF_LONG 8
  2474. | #define SIZEOF_UNSIGNED_LONG 8
  2475. | #define SIZEOF_LONG_LONG 8
  2476. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2477. | #define SIZEOF_FLOAT 4
  2478. | #define SIZEOF_DOUBLE 8
  2479. | #define HAVE_LONG_DOUBLE_WIDER 1
  2480. | #define HAVE_LONG_DOUBLE 1
  2481. | #define HAVE_UINT8_T 1
  2482. | #define HAVE_INT8_T 1
  2483. | #define HAVE_UINT16_T 1
  2484. | #define HAVE_INT16_T 1
  2485. | #define HAVE_UINT32_T 1
  2486. | #define HAVE_INT32_T 1
  2487. | #define HAVE_UINT64_T 1
  2488. | #define HAVE_INT64_T 1
  2489. | #define A_UINT32_T unsigned int
  2490. | #define A_INT32_T int
  2491. | #define A_UINT64_T unsigned long
  2492. | #define A_INT64_T long
  2493. | #define HAVE_IEEE854_FLOAT80 1
  2494. | #define LAME_LIBRARY_BUILD 1
  2495. | #define TIME_WITH_SYS_TIME 1
  2496. | #define HAVE_ALLOCA_H 1
  2497. | #define HAVE_ALLOCA 1
  2498. | #define HAVE_GETTIMEOFDAY 1
  2499. | #define HAVE_STRTOL 1
  2500. | #define HAVE_SOCKET 1
  2501. | #define HAVE_TERMCAP_H 1
  2502. | /* end confdefs.h. */
  2503. | #include <stdio.h>
  2504. | #ifdef HAVE_SYS_TYPES_H
  2505. | # include <sys/types.h>
  2506. | #endif
  2507. | #ifdef HAVE_SYS_STAT_H
  2508. | # include <sys/stat.h>
  2509. | #endif
  2510. | #ifdef STDC_HEADERS
  2511. | # include <stdlib.h>
  2512. | # include <stddef.h>
  2513. | #else
  2514. | # ifdef HAVE_STDLIB_H
  2515. | # include <stdlib.h>
  2516. | # endif
  2517. | #endif
  2518. | #ifdef HAVE_STRING_H
  2519. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2520. | # include <memory.h>
  2521. | # endif
  2522. | # include <string.h>
  2523. | #endif
  2524. | #ifdef HAVE_STRINGS_H
  2525. | # include <strings.h>
  2526. | #endif
  2527. | #ifdef HAVE_INTTYPES_H
  2528. | # include <inttypes.h>
  2529. | #endif
  2530. | #ifdef HAVE_STDINT_H
  2531. | # include <stdint.h>
  2532. | #endif
  2533. | #ifdef HAVE_UNISTD_H
  2534. | # include <unistd.h>
  2535. | #endif
  2536. | #include <ncurses/termcap.h>
  2537. configure:13595: result: no
  2538. configure:13595: checking ncurses/termcap.h presence
  2539. configure:13595: gcc -E conftest.c
  2540. conftest.c:73:10: fatal error: 'ncurses/termcap.h' file not found
  2541. #include <ncurses/termcap.h>
  2542. ^
  2543. 1 error generated.
  2544. configure:13595: $? = 1
  2545. configure: failed program was:
  2546. | /* confdefs.h */
  2547. | #define PACKAGE_NAME "lame"
  2548. | #define PACKAGE_TARNAME "lame"
  2549. | #define PACKAGE_VERSION "3.99.5"
  2550. | #define PACKAGE_STRING "lame 3.99.5"
  2551. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2552. | #define PACKAGE_URL ""
  2553. | #define PACKAGE "lame"
  2554. | #define VERSION "3.99.5"
  2555. | #define STDC_HEADERS 1
  2556. | #define HAVE_SYS_TYPES_H 1
  2557. | #define HAVE_SYS_STAT_H 1
  2558. | #define HAVE_STDLIB_H 1
  2559. | #define HAVE_STRING_H 1
  2560. | #define HAVE_MEMORY_H 1
  2561. | #define HAVE_STRINGS_H 1
  2562. | #define HAVE_INTTYPES_H 1
  2563. | #define HAVE_STDINT_H 1
  2564. | #define HAVE_UNISTD_H 1
  2565. | #define __EXTENSIONS__ 1
  2566. | #define _ALL_SOURCE 1
  2567. | #define _GNU_SOURCE 1
  2568. | #define _POSIX_PTHREAD_SEMANTICS 1
  2569. | #define _TANDEM_SOURCE 1
  2570. | #define HAVE_DLFCN_H 1
  2571. | #define LT_OBJDIR ".libs/"
  2572. | #define PROTOTYPES 1
  2573. | #define __PROTOTYPES 1
  2574. | #define HAVE_STRING_H 1
  2575. | #define STDC_HEADERS 1
  2576. | #define HAVE_ERRNO_H 1
  2577. | #define HAVE_FCNTL_H 1
  2578. | #define HAVE_LIMITS_H 1
  2579. | #define HAVE_STDINT_H 1
  2580. | #define HAVE_STRING_H 1
  2581. | #define HAVE_SYS_TIME_H 1
  2582. | #define HAVE_UNISTD_H 1
  2583. | #define HAVE_XMMINTRIN_H 1
  2584. | #define SIZEOF_SHORT 2
  2585. | #define SIZEOF_UNSIGNED_SHORT 2
  2586. | #define SIZEOF_INT 4
  2587. | #define SIZEOF_UNSIGNED_INT 4
  2588. | #define SIZEOF_LONG 8
  2589. | #define SIZEOF_UNSIGNED_LONG 8
  2590. | #define SIZEOF_LONG_LONG 8
  2591. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2592. | #define SIZEOF_FLOAT 4
  2593. | #define SIZEOF_DOUBLE 8
  2594. | #define HAVE_LONG_DOUBLE_WIDER 1
  2595. | #define HAVE_LONG_DOUBLE 1
  2596. | #define HAVE_UINT8_T 1
  2597. | #define HAVE_INT8_T 1
  2598. | #define HAVE_UINT16_T 1
  2599. | #define HAVE_INT16_T 1
  2600. | #define HAVE_UINT32_T 1
  2601. | #define HAVE_INT32_T 1
  2602. | #define HAVE_UINT64_T 1
  2603. | #define HAVE_INT64_T 1
  2604. | #define A_UINT32_T unsigned int
  2605. | #define A_INT32_T int
  2606. | #define A_UINT64_T unsigned long
  2607. | #define A_INT64_T long
  2608. | #define HAVE_IEEE854_FLOAT80 1
  2609. | #define LAME_LIBRARY_BUILD 1
  2610. | #define TIME_WITH_SYS_TIME 1
  2611. | #define HAVE_ALLOCA_H 1
  2612. | #define HAVE_ALLOCA 1
  2613. | #define HAVE_GETTIMEOFDAY 1
  2614. | #define HAVE_STRTOL 1
  2615. | #define HAVE_SOCKET 1
  2616. | #define HAVE_TERMCAP_H 1
  2617. | /* end confdefs.h. */
  2618. | #include <ncurses/termcap.h>
  2619. configure:13595: result: no
  2620. configure:13595: checking for ncurses/termcap.h
  2621. configure:13595: result: no
  2622. configure:13605: checking for initscr in -ltermcap
  2623. configure:13630: gcc -o conftest conftest.c -ltermcap >&5
  2624. configure:13630: $? = 0
  2625. configure:13639: result: yes
  2626. configure:13645: checking for initscr in -lcurses
  2627. configure:13670: gcc -o conftest conftest.c -lcurses >&5
  2628. configure:13670: $? = 0
  2629. configure:13679: result: yes
  2630. configure:13685: checking for initscr in -lncurses
  2631. configure:13710: gcc -o conftest conftest.c -lncurses >&5
  2632. configure:13710: $? = 0
  2633. configure:13719: result: yes
  2634. configure:13766: checking for ld used by GCC
  2635. configure:13830: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  2636. configure:13837: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  2637. configure:13850: result: no
  2638. configure:13857: checking for shared library run path origin
  2639. configure:13870: result: done
  2640. configure:14448: checking for iconv
  2641. configure:14470: gcc -o conftest conftest.c >&5
  2642. Undefined symbols for architecture x86_64:
  2643. "_iconv", referenced from:
  2644. _main in conftest-80eef1.o
  2645. "_iconv_close", referenced from:
  2646. _main in conftest-80eef1.o
  2647. "_iconv_open", referenced from:
  2648. _main in conftest-80eef1.o
  2649. ld: symbol(s) not found for architecture x86_64
  2650. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2651. configure:14470: $? = 1
  2652. configure: failed program was:
  2653. | /* confdefs.h */
  2654. | #define PACKAGE_NAME "lame"
  2655. | #define PACKAGE_TARNAME "lame"
  2656. | #define PACKAGE_VERSION "3.99.5"
  2657. | #define PACKAGE_STRING "lame 3.99.5"
  2658. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2659. | #define PACKAGE_URL ""
  2660. | #define PACKAGE "lame"
  2661. | #define VERSION "3.99.5"
  2662. | #define STDC_HEADERS 1
  2663. | #define HAVE_SYS_TYPES_H 1
  2664. | #define HAVE_SYS_STAT_H 1
  2665. | #define HAVE_STDLIB_H 1
  2666. | #define HAVE_STRING_H 1
  2667. | #define HAVE_MEMORY_H 1
  2668. | #define HAVE_STRINGS_H 1
  2669. | #define HAVE_INTTYPES_H 1
  2670. | #define HAVE_STDINT_H 1
  2671. | #define HAVE_UNISTD_H 1
  2672. | #define __EXTENSIONS__ 1
  2673. | #define _ALL_SOURCE 1
  2674. | #define _GNU_SOURCE 1
  2675. | #define _POSIX_PTHREAD_SEMANTICS 1
  2676. | #define _TANDEM_SOURCE 1
  2677. | #define HAVE_DLFCN_H 1
  2678. | #define LT_OBJDIR ".libs/"
  2679. | #define PROTOTYPES 1
  2680. | #define __PROTOTYPES 1
  2681. | #define HAVE_STRING_H 1
  2682. | #define STDC_HEADERS 1
  2683. | #define HAVE_ERRNO_H 1
  2684. | #define HAVE_FCNTL_H 1
  2685. | #define HAVE_LIMITS_H 1
  2686. | #define HAVE_STDINT_H 1
  2687. | #define HAVE_STRING_H 1
  2688. | #define HAVE_SYS_TIME_H 1
  2689. | #define HAVE_UNISTD_H 1
  2690. | #define HAVE_XMMINTRIN_H 1
  2691. | #define SIZEOF_SHORT 2
  2692. | #define SIZEOF_UNSIGNED_SHORT 2
  2693. | #define SIZEOF_INT 4
  2694. | #define SIZEOF_UNSIGNED_INT 4
  2695. | #define SIZEOF_LONG 8
  2696. | #define SIZEOF_UNSIGNED_LONG 8
  2697. | #define SIZEOF_LONG_LONG 8
  2698. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2699. | #define SIZEOF_FLOAT 4
  2700. | #define SIZEOF_DOUBLE 8
  2701. | #define HAVE_LONG_DOUBLE_WIDER 1
  2702. | #define HAVE_LONG_DOUBLE 1
  2703. | #define HAVE_UINT8_T 1
  2704. | #define HAVE_INT8_T 1
  2705. | #define HAVE_UINT16_T 1
  2706. | #define HAVE_INT16_T 1
  2707. | #define HAVE_UINT32_T 1
  2708. | #define HAVE_INT32_T 1
  2709. | #define HAVE_UINT64_T 1
  2710. | #define HAVE_INT64_T 1
  2711. | #define A_UINT32_T unsigned int
  2712. | #define A_INT32_T int
  2713. | #define A_UINT64_T unsigned long
  2714. | #define A_INT64_T long
  2715. | #define HAVE_IEEE854_FLOAT80 1
  2716. | #define LAME_LIBRARY_BUILD 1
  2717. | #define TIME_WITH_SYS_TIME 1
  2718. | #define HAVE_ALLOCA_H 1
  2719. | #define HAVE_ALLOCA 1
  2720. | #define HAVE_GETTIMEOFDAY 1
  2721. | #define HAVE_STRTOL 1
  2722. | #define HAVE_SOCKET 1
  2723. | #define HAVE_TERMCAP_H 1
  2724. | /* end confdefs.h. */
  2725. | #include <stdlib.h>
  2726. | #include <iconv.h>
  2727. | int
  2728. | main ()
  2729. | {
  2730. | iconv_t cd = iconv_open("","");
  2731. | iconv(cd,NULL,NULL,NULL,NULL);
  2732. | iconv_close(cd);
  2733. | ;
  2734. | return 0;
  2735. | }
  2736. configure:14492: gcc -o conftest conftest.c /usr/lib/libiconv.dylib >&5
  2737. configure:14492: $? = 0
  2738. configure:14502: result: yes
  2739. configure:14505: checking for working iconv
  2740. configure:14600: gcc -o conftest conftest.c /usr/lib/libiconv.dylib >&5
  2741. configure:14600: $? = 0
  2742. configure:14600: ./conftest
  2743. configure:14600: $? = 0
  2744. configure:14612: result: yes
  2745. configure:14627: checking how to link with libiconv
  2746. configure:14629: result: /usr/lib/libiconv.dylib
  2747. configure:14640: checking for iconv declaration
  2748. configure:14669: gcc -c conftest.c >&5
  2749. configure:14669: $? = 0
  2750. configure:14680: result:
  2751. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2752. configure:14691: checking for cos in -lm
  2753. configure:14716: gcc -o conftest conftest.c -lm >&5
  2754. conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
  2755. char cos ();
  2756. ^
  2757. conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
  2758. 1 warning generated.
  2759. configure:14716: $? = 0
  2760. configure:14725: result: yes
  2761. configure:14731: checking for cos in -lffm
  2762. configure:14756: gcc -o conftest conftest.c -lffm >&5
  2763. conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
  2764. char cos ();
  2765. ^
  2766. conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
  2767. 1 warning generated.
  2768. ld: library not found for -lffm
  2769. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2770. configure:14756: $? = 1
  2771. configure: failed program was:
  2772. | /* confdefs.h */
  2773. | #define PACKAGE_NAME "lame"
  2774. | #define PACKAGE_TARNAME "lame"
  2775. | #define PACKAGE_VERSION "3.99.5"
  2776. | #define PACKAGE_STRING "lame 3.99.5"
  2777. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2778. | #define PACKAGE_URL ""
  2779. | #define PACKAGE "lame"
  2780. | #define VERSION "3.99.5"
  2781. | #define STDC_HEADERS 1
  2782. | #define HAVE_SYS_TYPES_H 1
  2783. | #define HAVE_SYS_STAT_H 1
  2784. | #define HAVE_STDLIB_H 1
  2785. | #define HAVE_STRING_H 1
  2786. | #define HAVE_MEMORY_H 1
  2787. | #define HAVE_STRINGS_H 1
  2788. | #define HAVE_INTTYPES_H 1
  2789. | #define HAVE_STDINT_H 1
  2790. | #define HAVE_UNISTD_H 1
  2791. | #define __EXTENSIONS__ 1
  2792. | #define _ALL_SOURCE 1
  2793. | #define _GNU_SOURCE 1
  2794. | #define _POSIX_PTHREAD_SEMANTICS 1
  2795. | #define _TANDEM_SOURCE 1
  2796. | #define HAVE_DLFCN_H 1
  2797. | #define LT_OBJDIR ".libs/"
  2798. | #define PROTOTYPES 1
  2799. | #define __PROTOTYPES 1
  2800. | #define HAVE_STRING_H 1
  2801. | #define STDC_HEADERS 1
  2802. | #define HAVE_ERRNO_H 1
  2803. | #define HAVE_FCNTL_H 1
  2804. | #define HAVE_LIMITS_H 1
  2805. | #define HAVE_STDINT_H 1
  2806. | #define HAVE_STRING_H 1
  2807. | #define HAVE_SYS_TIME_H 1
  2808. | #define HAVE_UNISTD_H 1
  2809. | #define HAVE_XMMINTRIN_H 1
  2810. | #define SIZEOF_SHORT 2
  2811. | #define SIZEOF_UNSIGNED_SHORT 2
  2812. | #define SIZEOF_INT 4
  2813. | #define SIZEOF_UNSIGNED_INT 4
  2814. | #define SIZEOF_LONG 8
  2815. | #define SIZEOF_UNSIGNED_LONG 8
  2816. | #define SIZEOF_LONG_LONG 8
  2817. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2818. | #define SIZEOF_FLOAT 4
  2819. | #define SIZEOF_DOUBLE 8
  2820. | #define HAVE_LONG_DOUBLE_WIDER 1
  2821. | #define HAVE_LONG_DOUBLE 1
  2822. | #define HAVE_UINT8_T 1
  2823. | #define HAVE_INT8_T 1
  2824. | #define HAVE_UINT16_T 1
  2825. | #define HAVE_INT16_T 1
  2826. | #define HAVE_UINT32_T 1
  2827. | #define HAVE_INT32_T 1
  2828. | #define HAVE_UINT64_T 1
  2829. | #define HAVE_INT64_T 1
  2830. | #define A_UINT32_T unsigned int
  2831. | #define A_INT32_T int
  2832. | #define A_UINT64_T unsigned long
  2833. | #define A_INT64_T long
  2834. | #define HAVE_IEEE854_FLOAT80 1
  2835. | #define LAME_LIBRARY_BUILD 1
  2836. | #define TIME_WITH_SYS_TIME 1
  2837. | #define HAVE_ALLOCA_H 1
  2838. | #define HAVE_ALLOCA 1
  2839. | #define HAVE_GETTIMEOFDAY 1
  2840. | #define HAVE_STRTOL 1
  2841. | #define HAVE_SOCKET 1
  2842. | #define HAVE_TERMCAP_H 1
  2843. | #define HAVE_ICONV 1
  2844. | #define ICONV_CONST
  2845. | /* end confdefs.h. */
  2846. |
  2847. | /* Override any GCC internal prototype to avoid an error.
  2848. | Use char because int might match the return type of a GCC
  2849. | builtin and then its argument prototype would still apply. */
  2850. | #ifdef __cplusplus
  2851. | extern "C"
  2852. | #endif
  2853. | char cos ();
  2854. | int
  2855. | main ()
  2856. | {
  2857. | return cos ();
  2858. | ;
  2859. | return 0;
  2860. | }
  2861. configure:14765: result: no
  2862. configure:14779: checking for cos in -lcpml
  2863. configure:14804: gcc -o conftest conftest.c -lcpml >&5
  2864. conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
  2865. char cos ();
  2866. ^
  2867. conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
  2868. 1 warning generated.
  2869. ld: library not found for -lcpml
  2870. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2871. configure:14804: $? = 1
  2872. configure: failed program was:
  2873. | /* confdefs.h */
  2874. | #define PACKAGE_NAME "lame"
  2875. | #define PACKAGE_TARNAME "lame"
  2876. | #define PACKAGE_VERSION "3.99.5"
  2877. | #define PACKAGE_STRING "lame 3.99.5"
  2878. | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  2879. | #define PACKAGE_URL ""
  2880. | #define PACKAGE "lame"
  2881. | #define VERSION "3.99.5"
  2882. | #define STDC_HEADERS 1
  2883. | #define HAVE_SYS_TYPES_H 1
  2884. | #define HAVE_SYS_STAT_H 1
  2885. | #define HAVE_STDLIB_H 1
  2886. | #define HAVE_STRING_H 1
  2887. | #define HAVE_MEMORY_H 1
  2888. | #define HAVE_STRINGS_H 1
  2889. | #define HAVE_INTTYPES_H 1
  2890. | #define HAVE_STDINT_H 1
  2891. | #define HAVE_UNISTD_H 1
  2892. | #define __EXTENSIONS__ 1
  2893. | #define _ALL_SOURCE 1
  2894. | #define _GNU_SOURCE 1
  2895. | #define _POSIX_PTHREAD_SEMANTICS 1
  2896. | #define _TANDEM_SOURCE 1
  2897. | #define HAVE_DLFCN_H 1
  2898. | #define LT_OBJDIR ".libs/"
  2899. | #define PROTOTYPES 1
  2900. | #define __PROTOTYPES 1
  2901. | #define HAVE_STRING_H 1
  2902. | #define STDC_HEADERS 1
  2903. | #define HAVE_ERRNO_H 1
  2904. | #define HAVE_FCNTL_H 1
  2905. | #define HAVE_LIMITS_H 1
  2906. | #define HAVE_STDINT_H 1
  2907. | #define HAVE_STRING_H 1
  2908. | #define HAVE_SYS_TIME_H 1
  2909. | #define HAVE_UNISTD_H 1
  2910. | #define HAVE_XMMINTRIN_H 1
  2911. | #define SIZEOF_SHORT 2
  2912. | #define SIZEOF_UNSIGNED_SHORT 2
  2913. | #define SIZEOF_INT 4
  2914. | #define SIZEOF_UNSIGNED_INT 4
  2915. | #define SIZEOF_LONG 8
  2916. | #define SIZEOF_UNSIGNED_LONG 8
  2917. | #define SIZEOF_LONG_LONG 8
  2918. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  2919. | #define SIZEOF_FLOAT 4
  2920. | #define SIZEOF_DOUBLE 8
  2921. | #define HAVE_LONG_DOUBLE_WIDER 1
  2922. | #define HAVE_LONG_DOUBLE 1
  2923. | #define HAVE_UINT8_T 1
  2924. | #define HAVE_INT8_T 1
  2925. | #define HAVE_UINT16_T 1
  2926. | #define HAVE_INT16_T 1
  2927. | #define HAVE_UINT32_T 1
  2928. | #define HAVE_INT32_T 1
  2929. | #define HAVE_UINT64_T 1
  2930. | #define HAVE_INT64_T 1
  2931. | #define A_UINT32_T unsigned int
  2932. | #define A_INT32_T int
  2933. | #define A_UINT64_T unsigned long
  2934. | #define A_INT64_T long
  2935. | #define HAVE_IEEE854_FLOAT80 1
  2936. | #define LAME_LIBRARY_BUILD 1
  2937. | #define TIME_WITH_SYS_TIME 1
  2938. | #define HAVE_ALLOCA_H 1
  2939. | #define HAVE_ALLOCA 1
  2940. | #define HAVE_GETTIMEOFDAY 1
  2941. | #define HAVE_STRTOL 1
  2942. | #define HAVE_SOCKET 1
  2943. | #define HAVE_TERMCAP_H 1
  2944. | #define HAVE_ICONV 1
  2945. | #define ICONV_CONST
  2946. | /* end confdefs.h. */
  2947. |
  2948. | /* Override any GCC internal prototype to avoid an error.
  2949. | Use char because int might match the return type of a GCC
  2950. | builtin and then its argument prototype would still apply. */
  2951. | #ifdef __cplusplus
  2952. | extern "C"
  2953. | #endif
  2954. | char cos ();
  2955. | int
  2956. | main ()
  2957. | {
  2958. | return cos ();
  2959. | ;
  2960. | return 0;
  2961. | }
  2962. configure:14813: result: no
  2963. configure:14871: checking for gtk-config
  2964. configure:14902: result: no
  2965. configure:14911: checking for GTK - version >= 1.2.0
  2966. configure:15030: result: no
  2967. configure:15094: checking use of ElectricFence malloc debugging
  2968. configure:15159: result: no
  2969. configure:15369: checking use of file io
  2970. configure:15398: result: lame
  2971. configure:15406: checking use of analyzer hooks
  2972. configure:15428: result: yes
  2973. configure:15432: checking use of mpg123 decoder
  2974. configure:15460: result: yes (Layer 1, 2, 3)
  2975. configure:15464: checking if the lame frontend should be build
  2976. configure:15475: result: yes
  2977. configure:15485: checking if mp3x is requested
  2978. configure:15500: result: no
  2979. configure:15517: checking if mp3rtp is requested
  2980. configure:15535: result: no
  2981. configure:15539: checking if dynamic linking of the frontends is requested
  2982. configure:15550: result: no
  2983. configure:15650: checking for termcap
  2984. configure:15661: result: yes
  2985. configure:15733: checking if I have to build the internal vector lib
  2986. configure:15735: result: yes
  2987. configure:15741: checking for nasm
  2988. configure:15759: found /usr/local/bin/nasm
  2989. configure:15772: result: /usr/local/bin/nasm
  2990. configure:15784: checking for assembler routines for this processor type
  2991. configure:15811: result: no
  2992. configure:15844: checking for additional optimizations
  2993. configure:16028: result: no
  2994. configure:16040: checking for debug options
  2995. configure:16091: result: no
  2996. configure:16444: creating ./config.status
  2997.  
  2998. ## ---------------------- ##
  2999. ## Running config.status. ##
  3000. ## ---------------------- ##
  3001.  
  3002. This file was extended by lame config.status 3.99.5, which was
  3003. generated by GNU Autoconf 2.68. Invocation command line was
  3004.  
  3005. CONFIG_FILES =
  3006. CONFIG_HEADERS =
  3007. CONFIG_LINKS =
  3008. CONFIG_COMMANDS =
  3009. $ ./config.status
  3010.  
  3011. on erebor.local
  3012.  
  3013. config.status:1195: creating Makefile
  3014. config.status:1195: creating libmp3lame/Makefile
  3015. config.status:1195: creating libmp3lame/i386/Makefile
  3016. config.status:1195: creating libmp3lame/vector/Makefile
  3017. config.status:1195: creating frontend/Makefile
  3018. config.status:1195: creating mpglib/Makefile
  3019. config.status:1195: creating doc/Makefile
  3020. config.status:1195: creating doc/html/Makefile
  3021. config.status:1195: creating doc/man/Makefile
  3022. config.status:1195: creating include/Makefile
  3023. config.status:1195: creating Dll/Makefile
  3024. config.status:1195: creating misc/Makefile
  3025. config.status:1195: creating debian/Makefile
  3026. config.status:1195: creating dshow/Makefile
  3027. config.status:1195: creating ACM/Makefile
  3028. config.status:1195: creating ACM/ADbg/Makefile
  3029. config.status:1195: creating ACM/ddk/Makefile
  3030. config.status:1195: creating ACM/tinyxml/Makefile
  3031. config.status:1195: creating lame.spec
  3032. config.status:1195: creating mac/Makefile
  3033. config.status:1195: creating macosx/Makefile
  3034. config.status:1195: creating macosx/English.lproj/Makefile
  3035. config.status:1195: creating macosx/LAME.xcodeproj/Makefile
  3036. config.status:1195: creating vc_solution/Makefile
  3037. config.status:1195: creating config.h
  3038. config.status:1424: executing depfiles commands
  3039. config.status:1424: executing libtool commands
  3040.  
  3041. ## ---------------- ##
  3042. ## Cache variables. ##
  3043. ## ---------------- ##
  3044.  
  3045. ac_cv_build=i686-apple-darwin14.5.0
  3046. ac_cv_c_bigendian=no
  3047. ac_cv_c_compiler_gnu=yes
  3048. ac_cv_c_const=yes
  3049. ac_cv_c_inline=inline
  3050. ac_cv_c_long_double=yes
  3051. ac_cv_env_CC_set=
  3052. ac_cv_env_CC_value=
  3053. ac_cv_env_CFLAGS_set=
  3054. ac_cv_env_CFLAGS_value=
  3055. ac_cv_env_CPPFLAGS_set=
  3056. ac_cv_env_CPPFLAGS_value=
  3057. ac_cv_env_CPP_set=
  3058. ac_cv_env_CPP_value=
  3059. ac_cv_env_LDFLAGS_set=
  3060. ac_cv_env_LDFLAGS_value=
  3061. ac_cv_env_LIBS_set=
  3062. ac_cv_env_LIBS_value=
  3063. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3064. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3065. ac_cv_env_PKG_CONFIG_PATH_set=
  3066. ac_cv_env_PKG_CONFIG_PATH_value=
  3067. ac_cv_env_PKG_CONFIG_set=
  3068. ac_cv_env_PKG_CONFIG_value=
  3069. ac_cv_env_SNDFILE_CFLAGS_set=
  3070. ac_cv_env_SNDFILE_CFLAGS_value=
  3071. ac_cv_env_SNDFILE_LIBS_set=
  3072. ac_cv_env_SNDFILE_LIBS_value=
  3073. ac_cv_env_build_alias_set=
  3074. ac_cv_env_build_alias_value=
  3075. ac_cv_env_host_alias_set=
  3076. ac_cv_env_host_alias_value=
  3077. ac_cv_env_target_alias_set=
  3078. ac_cv_env_target_alias_value=
  3079. ac_cv_func_alloca_works=yes
  3080. ac_cv_func_gettimeofday=yes
  3081. ac_cv_func_socket=yes
  3082. ac_cv_func_strtol=yes
  3083. ac_cv_header_dlfcn_h=yes
  3084. ac_cv_header_dmalloc_h=no
  3085. ac_cv_header_errno_h=yes
  3086. ac_cv_header_fcntl_h=yes
  3087. ac_cv_header_inttypes_h=yes
  3088. ac_cv_header_limits_h=yes
  3089. ac_cv_header_linux_soundcard_h=no
  3090. ac_cv_header_memory_h=yes
  3091. ac_cv_header_minix_config_h=no
  3092. ac_cv_header_ncurses_termcap_h=no
  3093. ac_cv_header_stdc=yes
  3094. ac_cv_header_stdint_h=yes
  3095. ac_cv_header_stdlib_h=yes
  3096. ac_cv_header_string_h=yes
  3097. ac_cv_header_strings_h=yes
  3098. ac_cv_header_sys_soundcard_h=no
  3099. ac_cv_header_sys_stat_h=yes
  3100. ac_cv_header_sys_time_h=yes
  3101. ac_cv_header_sys_types_h=yes
  3102. ac_cv_header_termcap_h=yes
  3103. ac_cv_header_time=yes
  3104. ac_cv_header_unistd_h=yes
  3105. ac_cv_header_xmmintrin_h=yes
  3106. ac_cv_host=i686-apple-darwin14.5.0
  3107. ac_cv_lib_cpml_cos=no
  3108. ac_cv_lib_curses_initscr=yes
  3109. ac_cv_lib_ffm_cos=no
  3110. ac_cv_lib_m_cos=yes
  3111. ac_cv_lib_ncurses_initscr=yes
  3112. ac_cv_lib_termcap_initscr=yes
  3113. ac_cv_objext=o
  3114. ac_cv_path_EGREP='/usr/bin/grep -E'
  3115. ac_cv_path_FGREP='/usr/bin/grep -F'
  3116. ac_cv_path_GREP=/usr/bin/grep
  3117. ac_cv_path_GTK_CONFIG=no
  3118. ac_cv_path_NASM=/usr/local/bin/nasm
  3119. ac_cv_path_SED=/usr/bin/sed
  3120. ac_cv_path_install='/usr/local/bin/ginstall -c'
  3121. ac_cv_path_mkdir=/usr/local/bin/gmkdir
  3122. ac_cv_prog_AWK=awk
  3123. ac_cv_prog_CPP='gcc -E'
  3124. ac_cv_prog_ac_ct_AR=ar
  3125. ac_cv_prog_ac_ct_CC=gcc
  3126. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  3127. ac_cv_prog_ac_ct_LIPO=lipo
  3128. ac_cv_prog_ac_ct_NMEDIT=nmedit
  3129. ac_cv_prog_ac_ct_OTOOL=otool
  3130. ac_cv_prog_ac_ct_RANLIB=ranlib
  3131. ac_cv_prog_ac_ct_STRIP=strip
  3132. ac_cv_prog_cc_c89=
  3133. ac_cv_prog_cc_g=yes
  3134. ac_cv_prog_make_make_set=yes
  3135. ac_cv_safe_to_define___extensions__=yes
  3136. ac_cv_search_strerror='none required'
  3137. ac_cv_sizeof_double=8
  3138. ac_cv_sizeof_float=4
  3139. ac_cv_sizeof_int=4
  3140. ac_cv_sizeof_long=8
  3141. ac_cv_sizeof_long_long=8
  3142. ac_cv_sizeof_short=2
  3143. ac_cv_sizeof_unsigned_int=4
  3144. ac_cv_sizeof_unsigned_long=8
  3145. ac_cv_sizeof_unsigned_long_long=8
  3146. ac_cv_sizeof_unsigned_short=2
  3147. ac_cv_sys_file_offset_bits=no
  3148. ac_cv_sys_largefile_CC=no
  3149. ac_cv_type_ieee754_float32_t=no
  3150. ac_cv_type_ieee754_float64_t=no
  3151. ac_cv_type_ieee854_float80_t=no
  3152. ac_cv_type_int16_t=yes
  3153. ac_cv_type_int32_t=yes
  3154. ac_cv_type_int64_t=yes
  3155. ac_cv_type_int8_t=yes
  3156. ac_cv_type_long_double_wider=yes
  3157. ac_cv_type_size_t=yes
  3158. ac_cv_type_uint16_t=yes
  3159. ac_cv_type_uint32_t=yes
  3160. ac_cv_type_uint64_t=yes
  3161. ac_cv_type_uint8_t=yes
  3162. ac_cv_working_alloca_h=yes
  3163. acl_cv_hardcode_direct=no
  3164. acl_cv_hardcode_libdir_flag_spec=
  3165. acl_cv_hardcode_libdir_separator=
  3166. acl_cv_hardcode_minus_L=no
  3167. acl_cv_libext=a
  3168. acl_cv_libname_spec='lib$name'
  3169. acl_cv_library_names_spec='$libname$shrext'
  3170. acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3171. acl_cv_prog_gnu_ld=no
  3172. acl_cv_rpath=done
  3173. acl_cv_shlibext=dylib
  3174. acl_cv_wl=-Wl,
  3175. alex_cv_ieee854_float80=yes
  3176. am_cv_CC_dependencies_compiler_type=gcc3
  3177. am_cv_func_iconv=yes
  3178. am_cv_func_iconv_works=yes
  3179. am_cv_lib_iconv=yes
  3180. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  3181. am_cv_proto_iconv_arg1=
  3182. lt_cv_apple_cc_single_mod=yes
  3183. lt_cv_deplibs_check_method=pass_all
  3184. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3185. lt_cv_file_magic_test_file=
  3186. lt_cv_ld_exported_symbols_list=yes
  3187. lt_cv_ld_force_load=no
  3188. lt_cv_ld_reload_flag=-r
  3189. lt_cv_nm_interface='BSD nm'
  3190. lt_cv_objdir=.libs
  3191. lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3192. lt_cv_path_NM=/usr/bin/nm
  3193. lt_cv_prog_compiler_c_o=yes
  3194. lt_cv_prog_compiler_pic_works=yes
  3195. lt_cv_prog_compiler_rtti_exceptions=yes
  3196. lt_cv_prog_compiler_static_works=no
  3197. lt_cv_prog_gnu_ld=no
  3198. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  3199. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3200. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  3201. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  3202. lt_cv_sys_max_cmd_len=196608
  3203.  
  3204. ## ----------------- ##
  3205. ## Output variables. ##
  3206. ## ----------------- ##
  3207.  
  3208. ACLOCAL='${SHELL} /Users/tcell/lab/libmp3lame/missing --run aclocal-1.11'
  3209. ALLOCA=''
  3210. AMDEPBACKSLASH='\'
  3211. AMDEP_FALSE='#'
  3212. AMDEP_TRUE=''
  3213. AMTAR='${SHELL} /Users/tcell/lab/libmp3lame/missing --run tar'
  3214. ANSI2KNR=''
  3215. AR='ar'
  3216. AUTOCONF='${SHELL} /Users/tcell/lab/libmp3lame/missing --run autoconf'
  3217. AUTOHEADER='${SHELL} /Users/tcell/lab/libmp3lame/missing --run autoheader'
  3218. AUTOMAKE='${SHELL} /Users/tcell/lab/libmp3lame/missing --run automake-1.11'
  3219. AWK='awk'
  3220. CC='gcc'
  3221. CCDEPMODE='depmode=gcc3'
  3222. CFLAGS='-O3 -ffast-math -funroll-loops -Wall -fno-common'
  3223. CONFIG_DEFS=''
  3224. CONFIG_MATH_LIB='-lm'
  3225. CPP='gcc -E'
  3226. CPPFLAGS=''
  3227. CPUCCODE=''
  3228. CPUTYPE='i386'
  3229. CYGPATH_W='echo'
  3230. DEFS='-DHAVE_CONFIG_H'
  3231. DEPDIR='.deps'
  3232. DSYMUTIL='dsymutil'
  3233. DUMPBIN=''
  3234. ECHO_C='\c'
  3235. ECHO_N=''
  3236. ECHO_T=''
  3237. EGREP='/usr/bin/grep -E'
  3238. EXEEXT=''
  3239. FGREP='/usr/bin/grep -F'
  3240. FRONTEND_CFLAGS=' '
  3241. FRONTEND_LDADD='-lncurses -L/usr/lib -liconv -lm'
  3242. FRONTEND_LDFLAGS=' -static'
  3243. GREP='/usr/bin/grep'
  3244. GTK_CFLAGS=''
  3245. GTK_CONFIG='no'
  3246. GTK_LIBS=''
  3247. HAVE_NASM_FALSE=''
  3248. HAVE_NASM_TRUE='#'
  3249. INCLUDES='-I$(top_srcdir)/include -I$(srcdir)'
  3250. INSTALL_DATA='${INSTALL} -m 644'
  3251. INSTALL_PROGRAM='${INSTALL}'
  3252. INSTALL_SCRIPT='${INSTALL}'
  3253. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3254. LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  3255. LDADD=''
  3256. LDFLAGS=''
  3257. LIBICONV='/usr/lib/libiconv.dylib'
  3258. LIBOBJS=''
  3259. LIBS=''
  3260. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3261. LIBTOOL_DEPS='./ltmain.sh'
  3262. LIB_MAJOR_VERSION='0'
  3263. LIB_MINOR_VERSION='0'
  3264. LIB_WITH_DECODER_FALSE='#'
  3265. LIB_WITH_DECODER_TRUE=''
  3266. LIPO='lipo'
  3267. LN_S='ln -s'
  3268. LTLIBICONV='-L/usr/lib -liconv'
  3269. LTLIBOBJS=''
  3270. MAINT='#'
  3271. MAINTAINER_MODE_FALSE=''
  3272. MAINTAINER_MODE_TRUE='#'
  3273. MAKEDEP='-make'
  3274. MAKEINFO='${SHELL} /Users/tcell/lab/libmp3lame/missing --run makeinfo'
  3275. MKDIR_P='/usr/local/bin/gmkdir -p'
  3276. NASM='no'
  3277. NASM_FORMAT='-f macho'
  3278. NM='/usr/bin/nm'
  3279. NMEDIT='nmedit'
  3280. OBJDUMP='false'
  3281. OBJEXT='o'
  3282. OTOOL64=':'
  3283. OTOOL='otool'
  3284. PACKAGE='lame'
  3285. PACKAGE_BUGREPORT='lame-dev@lists.sf.net'
  3286. PACKAGE_NAME='lame'
  3287. PACKAGE_STRING='lame 3.99.5'
  3288. PACKAGE_TARNAME='lame'
  3289. PACKAGE_URL=''
  3290. PACKAGE_VERSION='3.99.5'
  3291. PATH_SEPARATOR=':'
  3292. PKG_CONFIG=''
  3293. PKG_CONFIG_LIBDIR=''
  3294. PKG_CONFIG_PATH=''
  3295. RANLIB='ranlib'
  3296. RM_F='rm -f'
  3297. SED='/usr/bin/sed'
  3298. SET_MAKE=''
  3299. SHELL='/bin/sh'
  3300. SNDFILE_CFLAGS=''
  3301. SNDFILE_LIBS=''
  3302. STRIP='strip'
  3303. U=''
  3304. VERSION='3.99.5'
  3305. WITH_FRONTEND='lame'
  3306. WITH_MP3RTP=''
  3307. WITH_MP3X=''
  3308. WITH_VECTOR_FALSE='#'
  3309. WITH_VECTOR_TRUE=''
  3310. WITH_XMM_FALSE='#'
  3311. WITH_XMM_TRUE=''
  3312. ac_ct_CC='gcc'
  3313. ac_ct_DUMPBIN=''
  3314. am__EXEEXT_FALSE=''
  3315. am__EXEEXT_TRUE='#'
  3316. am__fastdepCC_FALSE='#'
  3317. am__fastdepCC_TRUE=''
  3318. am__include='include'
  3319. am__isrc=''
  3320. am__leading_dot='.'
  3321. am__quote=''
  3322. am__tar='${AMTAR} chof - "$$tardir"'
  3323. am__untar='${AMTAR} xf -'
  3324. bindir='${exec_prefix}/bin'
  3325. build='i686-apple-darwin14.5.0'
  3326. build_alias=''
  3327. build_cpu='i686'
  3328. build_os='darwin14.5.0'
  3329. build_vendor='apple'
  3330. datadir='${datarootdir}'
  3331. datarootdir='${prefix}/share'
  3332. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3333. dvidir='${docdir}'
  3334. exec_prefix='${prefix}'
  3335. host='i686-apple-darwin14.5.0'
  3336. host_alias=''
  3337. host_cpu='i686'
  3338. host_os='darwin14.5.0'
  3339. host_vendor='apple'
  3340. htmldir='${docdir}'
  3341. includedir='${prefix}/include'
  3342. infodir='${datarootdir}/info'
  3343. install_sh='${SHELL} /Users/tcell/lab/libmp3lame/install-sh'
  3344. libdir='${exec_prefix}/lib'
  3345. libexecdir='${exec_prefix}/libexec'
  3346. localedir='${datarootdir}/locale'
  3347. localstatedir='${prefix}/var'
  3348. mandir='${datarootdir}/man'
  3349. mkdir_p='/usr/local/bin/gmkdir -p'
  3350. oldincludedir='/usr/include'
  3351. pdfdir='${docdir}'
  3352. prefix='/usr'
  3353. program_transform_name='s,x,x,'
  3354. psdir='${docdir}'
  3355. sbindir='${exec_prefix}/sbin'
  3356. sharedstatedir='${prefix}/com'
  3357. sysconfdir='${prefix}/etc'
  3358. target_alias=''
  3359.  
  3360. ## ----------- ##
  3361. ## confdefs.h. ##
  3362. ## ----------- ##
  3363.  
  3364. /* confdefs.h */
  3365. #define PACKAGE_NAME "lame"
  3366. #define PACKAGE_TARNAME "lame"
  3367. #define PACKAGE_VERSION "3.99.5"
  3368. #define PACKAGE_STRING "lame 3.99.5"
  3369. #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
  3370. #define PACKAGE_URL ""
  3371. #define PACKAGE "lame"
  3372. #define VERSION "3.99.5"
  3373. #define STDC_HEADERS 1
  3374. #define HAVE_SYS_TYPES_H 1
  3375. #define HAVE_SYS_STAT_H 1
  3376. #define HAVE_STDLIB_H 1
  3377. #define HAVE_STRING_H 1
  3378. #define HAVE_MEMORY_H 1
  3379. #define HAVE_STRINGS_H 1
  3380. #define HAVE_INTTYPES_H 1
  3381. #define HAVE_STDINT_H 1
  3382. #define HAVE_UNISTD_H 1
  3383. #define __EXTENSIONS__ 1
  3384. #define _ALL_SOURCE 1
  3385. #define _GNU_SOURCE 1
  3386. #define _POSIX_PTHREAD_SEMANTICS 1
  3387. #define _TANDEM_SOURCE 1
  3388. #define HAVE_DLFCN_H 1
  3389. #define LT_OBJDIR ".libs/"
  3390. #define PROTOTYPES 1
  3391. #define __PROTOTYPES 1
  3392. #define HAVE_STRING_H 1
  3393. #define STDC_HEADERS 1
  3394. #define HAVE_ERRNO_H 1
  3395. #define HAVE_FCNTL_H 1
  3396. #define HAVE_LIMITS_H 1
  3397. #define HAVE_STDINT_H 1
  3398. #define HAVE_STRING_H 1
  3399. #define HAVE_SYS_TIME_H 1
  3400. #define HAVE_UNISTD_H 1
  3401. #define HAVE_XMMINTRIN_H 1
  3402. #define SIZEOF_SHORT 2
  3403. #define SIZEOF_UNSIGNED_SHORT 2
  3404. #define SIZEOF_INT 4
  3405. #define SIZEOF_UNSIGNED_INT 4
  3406. #define SIZEOF_LONG 8
  3407. #define SIZEOF_UNSIGNED_LONG 8
  3408. #define SIZEOF_LONG_LONG 8
  3409. #define SIZEOF_UNSIGNED_LONG_LONG 8
  3410. #define SIZEOF_FLOAT 4
  3411. #define SIZEOF_DOUBLE 8
  3412. #define HAVE_LONG_DOUBLE_WIDER 1
  3413. #define HAVE_LONG_DOUBLE 1
  3414. #define HAVE_UINT8_T 1
  3415. #define HAVE_INT8_T 1
  3416. #define HAVE_UINT16_T 1
  3417. #define HAVE_INT16_T 1
  3418. #define HAVE_UINT32_T 1
  3419. #define HAVE_INT32_T 1
  3420. #define HAVE_UINT64_T 1
  3421. #define HAVE_INT64_T 1
  3422. #define A_UINT32_T unsigned int
  3423. #define A_INT32_T int
  3424. #define A_UINT64_T unsigned long
  3425. #define A_INT64_T long
  3426. #define HAVE_IEEE854_FLOAT80 1
  3427. #define LAME_LIBRARY_BUILD 1
  3428. #define TIME_WITH_SYS_TIME 1
  3429. #define HAVE_ALLOCA_H 1
  3430. #define HAVE_ALLOCA 1
  3431. #define HAVE_GETTIMEOFDAY 1
  3432. #define HAVE_STRTOL 1
  3433. #define HAVE_SOCKET 1
  3434. #define HAVE_TERMCAP_H 1
  3435. #define HAVE_ICONV 1
  3436. #define ICONV_CONST
  3437. #define HAVE_MPGLIB 1
  3438. #define DECODE_ON_THE_FLY 1
  3439. #define HAVE_TERMCAP 1
  3440. #define TAKEHIRO_IEEE754_HACK 1
  3441. #define USE_FAST_LOG 1
  3442. #define NDEBUG 1
  3443.  
  3444. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement