Advertisement
Guest User

Untitled

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