Advertisement
Guest User

Untitled

a guest
May 10th, 2017
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.55 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 IceS configure 2.0-kh60a, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubu-lappy
  14. uname -m = i686
  15. uname -r = 2.6.24-21-generic
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Oct 21 23:43:45 UTC 2008
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1563: checking for a BSD-compatible install
  44. configure:1618: result: /usr/bin/install -c
  45. configure:1629: checking whether build environment is sane
  46. configure:1672: result: yes
  47. configure:1705: checking for gawk
  48. configure:1734: result: no
  49. configure:1705: checking for mawk
  50. configure:1721: found /usr/bin/mawk
  51. configure:1731: result: mawk
  52. configure:1741: checking whether make sets $(MAKE)
  53. configure:1761: result: yes
  54. configure:1912: checking whether to enable maintainer-specific portions of Makefiles
  55. configure:1921: result: no
  56. configure:1983: checking for gcc
  57. configure:1999: found /usr/bin/gcc
  58. configure:2009: result: gcc
  59. configure:2253: checking for C compiler version
  60. configure:2256: gcc --version </dev/null >&5
  61. gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  62. Copyright (C) 2007 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:2259: $? = 0
  67. configure:2261: gcc -v </dev/null >&5
  68. Using built-in specs.
  69. Target: i486-linux-gnu
  70. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  71. Thread model: posix
  72. gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  73. configure:2264: $? = 0
  74. configure:2266: gcc -V </dev/null >&5
  75. gcc: '-V' option must have argument
  76. configure:2269: $? = 1
  77. configure:2292: checking for C compiler default output file name
  78. configure:2295: gcc conftest.c >&5
  79. configure:2298: $? = 0
  80. configure:2344: result: a.out
  81. configure:2349: checking whether the C compiler works
  82. configure:2355: ./a.out
  83. configure:2358: $? = 0
  84. configure:2375: result: yes
  85. configure:2382: checking whether we are cross compiling
  86. configure:2384: result: no
  87. configure:2387: checking for suffix of executables
  88. configure:2389: gcc -o conftest conftest.c >&5
  89. configure:2392: $? = 0
  90. configure:2417: result:
  91. configure:2423: checking for suffix of object files
  92. configure:2444: gcc -c conftest.c >&5
  93. configure:2447: $? = 0
  94. configure:2469: result: o
  95. configure:2473: checking whether we are using the GNU C compiler
  96. configure:2497: gcc -c conftest.c >&5
  97. configure:2503: $? = 0
  98. configure:2507: test -z
  99. || test ! -s conftest.err
  100. configure:2510: $? = 0
  101. configure:2513: test -s conftest.o
  102. configure:2516: $? = 0
  103. configure:2529: result: yes
  104. configure:2535: checking whether gcc accepts -g
  105. configure:2556: gcc -c -g conftest.c >&5
  106. configure:2562: $? = 0
  107. configure:2566: test -z
  108. || test ! -s conftest.err
  109. configure:2569: $? = 0
  110. configure:2572: test -s conftest.o
  111. configure:2575: $? = 0
  112. configure:2586: result: yes
  113. configure:2603: checking for gcc option to accept ANSI C
  114. configure:2673: gcc -c -g -O2 conftest.c >&5
  115. configure:2679: $? = 0
  116. configure:2683: test -z
  117. || test ! -s conftest.err
  118. configure:2686: $? = 0
  119. configure:2689: test -s conftest.o
  120. configure:2692: $? = 0
  121. configure:2710: result: none needed
  122. configure:2728: gcc -c -g -O2 conftest.c >&5
  123. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  124. configure:2734: $? = 1
  125. configure: failed program was:
  126. | #ifndef __cplusplus
  127. | choke me
  128. | #endif
  129. configure:2886: checking for style of include used by make
  130. configure:2914: result: GNU
  131. configure:2942: checking dependency style of gcc
  132. configure:3004: result: gcc3
  133. configure:3087: checking build system type
  134. configure:3105: result: i686-pc-linux-gnu
  135. configure:3113: checking host system type
  136. configure:3127: result: i686-pc-linux-gnu
  137. configure:3135: checking for a sed that does not truncate output
  138. configure:3189: result: /bin/sed
  139. configure:3192: checking for egrep
  140. configure:3202: result: grep -E
  141. configure:3218: checking for ld used by gcc
  142. configure:3285: result: /usr/bin/ld
  143. configure:3294: checking if the linker (/usr/bin/ld) is GNU ld
  144. configure:3309: result: yes
  145. configure:3314: checking for /usr/bin/ld option to reload object files
  146. configure:3321: result: -r
  147. configure:3339: checking for BSD-compatible nm
  148. configure:3381: result: /usr/bin/nm -B
  149. configure:3385: checking whether ln -s works
  150. configure:3389: result: yes
  151. configure:3396: checking how to recognise dependent libraries
  152. configure:3568: result: pass_all
  153. configure:3782: checking how to run the C preprocessor
  154. configure:3817: gcc -E conftest.c
  155. configure:3823: $? = 0
  156. configure:3855: gcc -E conftest.c
  157. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  158. configure:3861: $? = 1
  159. configure: failed program was:
  160. | /* confdefs.h. */
  161. |
  162. | #define PACKAGE_NAME "IceS"
  163. | #define PACKAGE_TARNAME "ices"
  164. | #define PACKAGE_VERSION "2.0-kh60a"
  165. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  166. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  167. | #define PACKAGE "ices"
  168. | #define VERSION "2.0-kh60a"
  169. | /* end confdefs.h. */
  170. | #include <ac_nonexistent.h>
  171. configure:3900: result: gcc -E
  172. configure:3924: gcc -E conftest.c
  173. configure:3930: $? = 0
  174. configure:3962: gcc -E conftest.c
  175. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  176. configure:3968: $? = 1
  177. configure: failed program was:
  178. | /* confdefs.h. */
  179. |
  180. | #define PACKAGE_NAME "IceS"
  181. | #define PACKAGE_TARNAME "ices"
  182. | #define PACKAGE_VERSION "2.0-kh60a"
  183. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  184. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  185. | #define PACKAGE "ices"
  186. | #define VERSION "2.0-kh60a"
  187. | /* end confdefs.h. */
  188. | #include <ac_nonexistent.h>
  189. configure:4012: checking for ANSI C header files
  190. configure:4037: gcc -c -g -O2 conftest.c >&5
  191. configure:4043: $? = 0
  192. configure:4047: test -z
  193. || test ! -s conftest.err
  194. configure:4050: $? = 0
  195. configure:4053: test -s conftest.o
  196. configure:4056: $? = 0
  197. configure:4145: gcc -o conftest -g -O2 conftest.c >&5
  198. conftest.c: In function 'main':
  199. conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
  200. configure:4148: $? = 0
  201. configure:4150: ./conftest
  202. configure:4153: $? = 0
  203. configure:4168: result: yes
  204. configure:4192: checking for sys/types.h
  205. configure:4208: gcc -c -g -O2 conftest.c >&5
  206. configure:4214: $? = 0
  207. configure:4218: test -z
  208. || test ! -s conftest.err
  209. configure:4221: $? = 0
  210. configure:4224: test -s conftest.o
  211. configure:4227: $? = 0
  212. configure:4238: result: yes
  213. configure:4192: checking for sys/stat.h
  214. configure:4208: gcc -c -g -O2 conftest.c >&5
  215. configure:4214: $? = 0
  216. configure:4218: test -z
  217. || test ! -s conftest.err
  218. configure:4221: $? = 0
  219. configure:4224: test -s conftest.o
  220. configure:4227: $? = 0
  221. configure:4238: result: yes
  222. configure:4192: checking for stdlib.h
  223. configure:4208: gcc -c -g -O2 conftest.c >&5
  224. configure:4214: $? = 0
  225. configure:4218: test -z
  226. || test ! -s conftest.err
  227. configure:4221: $? = 0
  228. configure:4224: test -s conftest.o
  229. configure:4227: $? = 0
  230. configure:4238: result: yes
  231. configure:4192: checking for string.h
  232. configure:4208: gcc -c -g -O2 conftest.c >&5
  233. configure:4214: $? = 0
  234. configure:4218: test -z
  235. || test ! -s conftest.err
  236. configure:4221: $? = 0
  237. configure:4224: test -s conftest.o
  238. configure:4227: $? = 0
  239. configure:4238: result: yes
  240. configure:4192: checking for memory.h
  241. configure:4208: gcc -c -g -O2 conftest.c >&5
  242. configure:4214: $? = 0
  243. configure:4218: test -z
  244. || test ! -s conftest.err
  245. configure:4221: $? = 0
  246. configure:4224: test -s conftest.o
  247. configure:4227: $? = 0
  248. configure:4238: result: yes
  249. configure:4192: checking for strings.h
  250. configure:4208: gcc -c -g -O2 conftest.c >&5
  251. configure:4214: $? = 0
  252. configure:4218: test -z
  253. || test ! -s conftest.err
  254. configure:4221: $? = 0
  255. configure:4224: test -s conftest.o
  256. configure:4227: $? = 0
  257. configure:4238: result: yes
  258. configure:4192: checking for inttypes.h
  259. configure:4208: gcc -c -g -O2 conftest.c >&5
  260. configure:4214: $? = 0
  261. configure:4218: test -z
  262. || test ! -s conftest.err
  263. configure:4221: $? = 0
  264. configure:4224: test -s conftest.o
  265. configure:4227: $? = 0
  266. configure:4238: result: yes
  267. configure:4192: checking for stdint.h
  268. configure:4208: gcc -c -g -O2 conftest.c >&5
  269. configure:4214: $? = 0
  270. configure:4218: test -z
  271. || test ! -s conftest.err
  272. configure:4221: $? = 0
  273. configure:4224: test -s conftest.o
  274. configure:4227: $? = 0
  275. configure:4238: result: yes
  276. configure:4192: checking for unistd.h
  277. configure:4208: gcc -c -g -O2 conftest.c >&5
  278. configure:4214: $? = 0
  279. configure:4218: test -z
  280. || test ! -s conftest.err
  281. configure:4221: $? = 0
  282. configure:4224: test -s conftest.o
  283. configure:4227: $? = 0
  284. configure:4238: result: yes
  285. configure:4264: checking dlfcn.h usability
  286. configure:4276: gcc -c -g -O2 conftest.c >&5
  287. configure:4282: $? = 0
  288. configure:4286: test -z
  289. || test ! -s conftest.err
  290. configure:4289: $? = 0
  291. configure:4292: test -s conftest.o
  292. configure:4295: $? = 0
  293. configure:4305: result: yes
  294. configure:4309: checking dlfcn.h presence
  295. configure:4319: gcc -E conftest.c
  296. configure:4325: $? = 0
  297. configure:4345: result: yes
  298. configure:4380: checking for dlfcn.h
  299. configure:4387: result: yes
  300. configure:4452: checking for g++
  301. configure:4468: found /usr/bin/g++
  302. configure:4478: result: g++
  303. configure:4494: checking for C++ compiler version
  304. configure:4497: g++ --version </dev/null >&5
  305. g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  306. Copyright (C) 2007 Free Software Foundation, Inc.
  307. This is free software; see the source for copying conditions. There is NO
  308. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  309.  
  310. configure:4500: $? = 0
  311. configure:4502: g++ -v </dev/null >&5
  312. Using built-in specs.
  313. Target: i486-linux-gnu
  314. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  315. Thread model: posix
  316. gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
  317. configure:4505: $? = 0
  318. configure:4507: g++ -V </dev/null >&5
  319. g++: '-V' option must have argument
  320. configure:4510: $? = 1
  321. configure:4513: checking whether we are using the GNU C++ compiler
  322. configure:4537: g++ -c conftest.cc >&5
  323. configure:4543: $? = 0
  324. configure:4547: test -z
  325. || test ! -s conftest.err
  326. configure:4550: $? = 0
  327. configure:4553: test -s conftest.o
  328. configure:4556: $? = 0
  329. configure:4569: result: yes
  330. configure:4575: checking whether g++ accepts -g
  331. configure:4596: g++ -c -g conftest.cc >&5
  332. configure:4602: $? = 0
  333. configure:4606: test -z
  334. || test ! -s conftest.err
  335. configure:4609: $? = 0
  336. configure:4612: test -s conftest.o
  337. configure:4615: $? = 0
  338. configure:4626: result: yes
  339. configure:4668: g++ -c -g -O2 conftest.cc >&5
  340. configure:4674: $? = 0
  341. configure:4678: test -z
  342. || test ! -s conftest.err
  343. configure:4681: $? = 0
  344. configure:4684: test -s conftest.o
  345. configure:4687: $? = 0
  346. configure:4713: g++ -c -g -O2 conftest.cc >&5
  347. conftest.cc: In function 'int main()':
  348. conftest.cc:26: error: 'exit' was not declared in this scope
  349. configure:4719: $? = 1
  350. configure: failed program was:
  351. | /* confdefs.h. */
  352. |
  353. | #define PACKAGE_NAME "IceS"
  354. | #define PACKAGE_TARNAME "ices"
  355. | #define PACKAGE_VERSION "2.0-kh60a"
  356. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  357. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  358. | #define PACKAGE "ices"
  359. | #define VERSION "2.0-kh60a"
  360. | #define STDC_HEADERS 1
  361. | #define HAVE_SYS_TYPES_H 1
  362. | #define HAVE_SYS_STAT_H 1
  363. | #define HAVE_STDLIB_H 1
  364. | #define HAVE_STRING_H 1
  365. | #define HAVE_MEMORY_H 1
  366. | #define HAVE_STRINGS_H 1
  367. | #define HAVE_INTTYPES_H 1
  368. | #define HAVE_STDINT_H 1
  369. | #define HAVE_UNISTD_H 1
  370. | #define HAVE_DLFCN_H 1
  371. | /* end confdefs.h. */
  372. |
  373. | int
  374. | main ()
  375. | {
  376. | exit (42);
  377. | ;
  378. | return 0;
  379. | }
  380. configure:4668: g++ -c -g -O2 conftest.cc >&5
  381. conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
  382. configure:4674: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h. */
  385. |
  386. | #define PACKAGE_NAME "IceS"
  387. | #define PACKAGE_TARNAME "ices"
  388. | #define PACKAGE_VERSION "2.0-kh60a"
  389. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  390. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  391. | #define PACKAGE "ices"
  392. | #define VERSION "2.0-kh60a"
  393. | #define STDC_HEADERS 1
  394. | #define HAVE_SYS_TYPES_H 1
  395. | #define HAVE_SYS_STAT_H 1
  396. | #define HAVE_STDLIB_H 1
  397. | #define HAVE_STRING_H 1
  398. | #define HAVE_MEMORY_H 1
  399. | #define HAVE_STRINGS_H 1
  400. | #define HAVE_INTTYPES_H 1
  401. | #define HAVE_STDINT_H 1
  402. | #define HAVE_UNISTD_H 1
  403. | #define HAVE_DLFCN_H 1
  404. | /* end confdefs.h. */
  405. | extern "C" void std::exit (int) throw (); using std::exit;
  406. | #include <stdlib.h>
  407. | int
  408. | main ()
  409. | {
  410. | exit (42);
  411. | ;
  412. | return 0;
  413. | }
  414. configure:4668: g++ -c -g -O2 conftest.cc >&5
  415. conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
  416. In file included from conftest.cc:23:
  417. /usr/include/stdlib.h:531: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
  418. conftest.cc:22: error: from previous declaration 'void std::exit(int)'
  419. configure:4674: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h. */
  422. |
  423. | #define PACKAGE_NAME "IceS"
  424. | #define PACKAGE_TARNAME "ices"
  425. | #define PACKAGE_VERSION "2.0-kh60a"
  426. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  427. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  428. | #define PACKAGE "ices"
  429. | #define VERSION "2.0-kh60a"
  430. | #define STDC_HEADERS 1
  431. | #define HAVE_SYS_TYPES_H 1
  432. | #define HAVE_SYS_STAT_H 1
  433. | #define HAVE_STDLIB_H 1
  434. | #define HAVE_STRING_H 1
  435. | #define HAVE_MEMORY_H 1
  436. | #define HAVE_STRINGS_H 1
  437. | #define HAVE_INTTYPES_H 1
  438. | #define HAVE_STDINT_H 1
  439. | #define HAVE_UNISTD_H 1
  440. | #define HAVE_DLFCN_H 1
  441. | /* end confdefs.h. */
  442. | extern "C" void std::exit (int); using std::exit;
  443. | #include <stdlib.h>
  444. | int
  445. | main ()
  446. | {
  447. | exit (42);
  448. | ;
  449. | return 0;
  450. | }
  451. configure:4668: g++ -c -g -O2 conftest.cc >&5
  452. configure:4674: $? = 0
  453. configure:4678: test -z
  454. || test ! -s conftest.err
  455. configure:4681: $? = 0
  456. configure:4684: test -s conftest.o
  457. configure:4687: $? = 0
  458. configure:4713: g++ -c -g -O2 conftest.cc >&5
  459. configure:4719: $? = 0
  460. configure:4723: test -z
  461. || test ! -s conftest.err
  462. configure:4726: $? = 0
  463. configure:4729: test -s conftest.o
  464. configure:4732: $? = 0
  465. configure:4757: checking dependency style of g++
  466. configure:4819: result: gcc3
  467. configure:4834: checking how to run the C++ preprocessor
  468. configure:4865: g++ -E conftest.cc
  469. configure:4871: $? = 0
  470. configure:4903: g++ -E conftest.cc
  471. conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
  472. configure:4909: $? = 1
  473. configure: failed program was:
  474. | /* confdefs.h. */
  475. |
  476. | #define PACKAGE_NAME "IceS"
  477. | #define PACKAGE_TARNAME "ices"
  478. | #define PACKAGE_VERSION "2.0-kh60a"
  479. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  480. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  481. | #define PACKAGE "ices"
  482. | #define VERSION "2.0-kh60a"
  483. | #define STDC_HEADERS 1
  484. | #define HAVE_SYS_TYPES_H 1
  485. | #define HAVE_SYS_STAT_H 1
  486. | #define HAVE_STDLIB_H 1
  487. | #define HAVE_STRING_H 1
  488. | #define HAVE_MEMORY_H 1
  489. | #define HAVE_STRINGS_H 1
  490. | #define HAVE_INTTYPES_H 1
  491. | #define HAVE_STDINT_H 1
  492. | #define HAVE_UNISTD_H 1
  493. | #define HAVE_DLFCN_H 1
  494. | #ifdef __cplusplus
  495. | extern "C" void exit (int) throw ();
  496. | #endif
  497. | /* end confdefs.h. */
  498. | #include <ac_nonexistent.h>
  499. configure:4948: result: g++ -E
  500. configure:4972: g++ -E conftest.cc
  501. configure:4978: $? = 0
  502. configure:5010: g++ -E conftest.cc
  503. conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
  504. configure:5016: $? = 1
  505. configure: failed program was:
  506. | /* confdefs.h. */
  507. |
  508. | #define PACKAGE_NAME "IceS"
  509. | #define PACKAGE_TARNAME "ices"
  510. | #define PACKAGE_VERSION "2.0-kh60a"
  511. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  512. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  513. | #define PACKAGE "ices"
  514. | #define VERSION "2.0-kh60a"
  515. | #define STDC_HEADERS 1
  516. | #define HAVE_SYS_TYPES_H 1
  517. | #define HAVE_SYS_STAT_H 1
  518. | #define HAVE_STDLIB_H 1
  519. | #define HAVE_STRING_H 1
  520. | #define HAVE_MEMORY_H 1
  521. | #define HAVE_STRINGS_H 1
  522. | #define HAVE_INTTYPES_H 1
  523. | #define HAVE_STDINT_H 1
  524. | #define HAVE_UNISTD_H 1
  525. | #define HAVE_DLFCN_H 1
  526. | #ifdef __cplusplus
  527. | extern "C" void exit (int) throw ();
  528. | #endif
  529. | /* end confdefs.h. */
  530. | #include <ac_nonexistent.h>
  531. configure:5113: checking for g77
  532. configure:5142: result: no
  533. configure:5113: checking for f77
  534. configure:5142: result: no
  535. configure:5113: checking for xlf
  536. configure:5142: result: no
  537. configure:5113: checking for frt
  538. configure:5142: result: no
  539. configure:5113: checking for pgf77
  540. configure:5142: result: no
  541. configure:5113: checking for fort77
  542. configure:5142: result: no
  543. configure:5113: checking for fl32
  544. configure:5142: result: no
  545. configure:5113: checking for af77
  546. configure:5142: result: no
  547. configure:5113: checking for f90
  548. configure:5142: result: no
  549. configure:5113: checking for xlf90
  550. configure:5142: result: no
  551. configure:5113: checking for pgf90
  552. configure:5142: result: no
  553. configure:5113: checking for epcf90
  554. configure:5142: result: no
  555. configure:5113: checking for f95
  556. configure:5142: result: no
  557. configure:5113: checking for fort
  558. configure:5142: result: no
  559. configure:5113: checking for xlf95
  560. configure:5142: result: no
  561. configure:5113: checking for ifc
  562. configure:5142: result: no
  563. configure:5113: checking for efc
  564. configure:5142: result: no
  565. configure:5113: checking for pgf95
  566. configure:5142: result: no
  567. configure:5113: checking for lf95
  568. configure:5142: result: no
  569. configure:5113: checking for gfortran
  570. configure:5142: result: no
  571. configure:5154: checking for Fortran 77 compiler version
  572. configure:5157: --version </dev/null >&5
  573. ./configure: line 5158: --version: command not found
  574. configure:5160: $? = 127
  575. configure:5162: -v </dev/null >&5
  576. ./configure: line 5163: -v: command not found
  577. configure:5165: $? = 127
  578. configure:5167: -V </dev/null >&5
  579. ./configure: line 5168: -V: command not found
  580. configure:5170: $? = 127
  581. configure:5178: checking whether we are using the GNU Fortran 77 compiler
  582. configure:5192: -c conftest.F >&5
  583. ./configure: line 5193: -c: command not found
  584. configure:5198: $? = 127
  585. configure: failed program was:
  586. | program main
  587. | #ifndef __GNUC__
  588. | choke me
  589. | #endif
  590. |
  591. | end
  592. configure:5224: result: no
  593. configure:5230: checking whether accepts -g
  594. configure:5242: -c -g conftest.f >&5
  595. ./configure: line 5243: -c: command not found
  596. configure:5248: $? = 127
  597. configure: failed program was:
  598. | program main
  599. |
  600. | end
  601. configure:5273: result: no
  602. configure:5303: checking the maximum length of command line arguments
  603. configure:5395: result: 32768
  604. configure:5406: checking command to parse /usr/bin/nm -B output from gcc object
  605. configure:5502: gcc -c -g -O2 conftest.c >&5
  606. configure:5505: $? = 0
  607. configure:5509: /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
  608. configure:5512: $? = 0
  609. configure:5564: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  610. configure:5567: $? = 0
  611. configure:5605: result: ok
  612. configure:5609: checking for objdir
  613. configure:5624: result: .libs
  614. configure:5714: checking for ar
  615. configure:5730: found /usr/bin/ar
  616. configure:5741: result: ar
  617. configure:5794: checking for ranlib
  618. configure:5810: found /usr/bin/ranlib
  619. configure:5821: result: ranlib
  620. configure:5874: checking for strip
  621. configure:5890: found /usr/bin/strip
  622. configure:5901: result: strip
  623. configure:6188: checking if gcc static flag works
  624. configure:6216: result: yes
  625. configure:6234: checking if gcc supports -fno-rtti -fno-exceptions
  626. configure:6252: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  627. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  628. configure:6256: $? = 0
  629. configure:6269: result: no
  630. configure:6284: checking for gcc option to produce PIC
  631. configure:6488: result: -fPIC
  632. configure:6496: checking if gcc PIC flag -fPIC works
  633. configure:6514: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  634. configure:6518: $? = 0
  635. configure:6531: result: yes
  636. configure:6555: checking if gcc supports -c -o file.o
  637. configure:6576: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  638. configure:6580: $? = 0
  639. configure:6602: result: yes
  640. configure:6628: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  641. configure:7523: result: yes
  642. configure:7549: checking whether -lc should be explicitly linked in
  643. configure:7554: gcc -c -g -O2 conftest.c >&5
  644. configure:7557: $? = 0
  645. configure:7571: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  646. configure:7574: $? = 0
  647. configure:7586: result: no
  648. configure:7594: checking dynamic linker characteristics
  649. configure:8136: result: GNU/Linux ld.so
  650. configure:8140: checking how to hardcode library paths into programs
  651. configure:8165: result: immediate
  652. configure:8179: checking whether stripping libraries is possible
  653. configure:8184: result: yes
  654. configure:9014: checking if libtool supports shared libraries
  655. configure:9016: result: yes
  656. configure:9019: checking whether to build shared libraries
  657. configure:9040: result: yes
  658. configure:9043: checking whether to build static libraries
  659. configure:9047: result: yes
  660. configure:9139: creating libtool
  661. configure:9717: checking for ld used by g++
  662. configure:9784: result: /usr/bin/ld
  663. configure:9793: checking if the linker (/usr/bin/ld) is GNU ld
  664. configure:9808: result: yes
  665. configure:9859: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  666. configure:10746: result: yes
  667. configure:10764: g++ -c -g -O2 conftest.cc >&5
  668. configure:10767: $? = 0
  669. configure:10863: checking for g++ option to produce PIC
  670. configure:11131: result: -fPIC
  671. configure:11139: checking if g++ PIC flag -fPIC works
  672. configure:11157: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
  673. configure:11161: $? = 0
  674. configure:11174: result: yes
  675. configure:11198: checking if g++ supports -c -o file.o
  676. configure:11219: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
  677. configure:11223: $? = 0
  678. configure:11245: result: yes
  679. configure:11271: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  680. configure:11296: result: yes
  681. configure:11367: checking dynamic linker characteristics
  682. configure:11909: result: GNU/Linux ld.so
  683. configure:11913: checking how to hardcode library paths into programs
  684. configure:11938: result: immediate
  685. configure:11952: checking whether stripping libraries is possible
  686. configure:11957: result: yes
  687. configure:19453: checking for __func__
  688. configure:19471: gcc -c -g -O2 conftest.c >&5
  689. configure:19477: $? = 0
  690. configure:19481: test -z
  691. || test ! -s conftest.err
  692. configure:19484: $? = 0
  693. configure:19487: test -s conftest.o
  694. configure:19490: $? = 0
  695. configure:19492: result: yes
  696. configure:19603: checking for ANSI C header files
  697. configure:19759: result: yes
  698. configure:19769: checking whether time.h and sys/time.h may both be included
  699. configure:19794: gcc -c -g -O2 conftest.c >&5
  700. configure:19800: $? = 0
  701. configure:19804: test -z
  702. || test ! -s conftest.err
  703. configure:19807: $? = 0
  704. configure:19810: test -s conftest.o
  705. configure:19813: $? = 0
  706. configure:19824: result: yes
  707. configure:19850: checking grp.h usability
  708. configure:19862: gcc -c -g -O2 conftest.c >&5
  709. configure:19868: $? = 0
  710. configure:19872: test -z
  711. || test ! -s conftest.err
  712. configure:19875: $? = 0
  713. configure:19878: test -s conftest.o
  714. configure:19881: $? = 0
  715. configure:19891: result: yes
  716. configure:19895: checking grp.h presence
  717. configure:19905: gcc -E conftest.c
  718. configure:19911: $? = 0
  719. configure:19931: result: yes
  720. configure:19966: checking for grp.h
  721. configure:19973: result: yes
  722. configure:19850: checking alloca.h usability
  723. configure:19862: gcc -c -g -O2 conftest.c >&5
  724. configure:19868: $? = 0
  725. configure:19872: test -z
  726. || test ! -s conftest.err
  727. configure:19875: $? = 0
  728. configure:19878: test -s conftest.o
  729. configure:19881: $? = 0
  730. configure:19891: result: yes
  731. configure:19895: checking alloca.h presence
  732. configure:19905: gcc -E conftest.c
  733. configure:19911: $? = 0
  734. configure:19931: result: yes
  735. configure:19966: checking for alloca.h
  736. configure:19973: result: yes
  737. configure:19850: checking stropts.h usability
  738. configure:19862: gcc -c -g -O2 conftest.c >&5
  739. configure:19868: $? = 0
  740. configure:19872: test -z
  741. || test ! -s conftest.err
  742. configure:19875: $? = 0
  743. configure:19878: test -s conftest.o
  744. configure:19881: $? = 0
  745. configure:19891: result: yes
  746. configure:19895: checking stropts.h presence
  747. configure:19905: gcc -E conftest.c
  748. configure:19911: $? = 0
  749. configure:19931: result: yes
  750. configure:19966: checking for stropts.h
  751. configure:19973: result: yes
  752. configure:19998: checking sys/soundcard.h usability
  753. configure:20010: gcc -c -g -O2 conftest.c >&5
  754. configure:20016: $? = 0
  755. configure:20020: test -z
  756. || test ! -s conftest.err
  757. configure:20023: $? = 0
  758. configure:20026: test -s conftest.o
  759. configure:20029: $? = 0
  760. configure:20039: result: yes
  761. configure:20043: checking sys/soundcard.h presence
  762. configure:20053: gcc -E conftest.c
  763. configure:20059: $? = 0
  764. configure:20079: result: yes
  765. configure:20114: checking for sys/soundcard.h
  766. configure:20121: result: yes
  767. configure:20142: checking machine/soundcard.h usability
  768. configure:20154: gcc -c -g -O2 conftest.c >&5
  769. conftest.c:66:31: error: machine/soundcard.h: No such file or directory
  770. configure:20160: $? = 1
  771. configure: failed program was:
  772. | /* confdefs.h. */
  773. |
  774. | #define PACKAGE_NAME "IceS"
  775. | #define PACKAGE_TARNAME "ices"
  776. | #define PACKAGE_VERSION "2.0-kh60a"
  777. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  778. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  779. | #define PACKAGE "ices"
  780. | #define VERSION "2.0-kh60a"
  781. | #define STDC_HEADERS 1
  782. | #define HAVE_SYS_TYPES_H 1
  783. | #define HAVE_SYS_STAT_H 1
  784. | #define HAVE_STDLIB_H 1
  785. | #define HAVE_STRING_H 1
  786. | #define HAVE_MEMORY_H 1
  787. | #define HAVE_STRINGS_H 1
  788. | #define HAVE_INTTYPES_H 1
  789. | #define HAVE_STDINT_H 1
  790. | #define HAVE_UNISTD_H 1
  791. | #define HAVE_DLFCN_H 1
  792. | #ifdef __cplusplus
  793. | extern "C" void exit (int) throw ();
  794. | #endif
  795. | #define _XOPEN_SOURCE 600
  796. | #define _GNU_SOURCE 1
  797. | #define STDC_HEADERS 1
  798. | #define TIME_WITH_SYS_TIME 1
  799. | #define HAVE_GRP_H 1
  800. | #define HAVE_ALLOCA_H 1
  801. | #define HAVE_STROPTS_H 1
  802. | /* end confdefs.h. */
  803. | #include <stdio.h>
  804. | #if HAVE_SYS_TYPES_H
  805. | # include <sys/types.h>
  806. | #endif
  807. | #if HAVE_SYS_STAT_H
  808. | # include <sys/stat.h>
  809. | #endif
  810. | #if STDC_HEADERS
  811. | # include <stdlib.h>
  812. | # include <stddef.h>
  813. | #else
  814. | # if HAVE_STDLIB_H
  815. | # include <stdlib.h>
  816. | # endif
  817. | #endif
  818. | #if HAVE_STRING_H
  819. | # if !STDC_HEADERS && HAVE_MEMORY_H
  820. | # include <memory.h>
  821. | # endif
  822. | # include <string.h>
  823. | #endif
  824. | #if HAVE_STRINGS_H
  825. | # include <strings.h>
  826. | #endif
  827. | #if HAVE_INTTYPES_H
  828. | # include <inttypes.h>
  829. | #else
  830. | # if HAVE_STDINT_H
  831. | # include <stdint.h>
  832. | # endif
  833. | #endif
  834. | #if HAVE_UNISTD_H
  835. | # include <unistd.h>
  836. | #endif
  837. | #include <machine/soundcard.h>
  838. configure:20183: result: no
  839. configure:20187: checking machine/soundcard.h presence
  840. configure:20197: gcc -E conftest.c
  841. conftest.c:32:31: error: machine/soundcard.h: No such file or directory
  842. configure:20203: $? = 1
  843. configure: failed program was:
  844. | /* confdefs.h. */
  845. |
  846. | #define PACKAGE_NAME "IceS"
  847. | #define PACKAGE_TARNAME "ices"
  848. | #define PACKAGE_VERSION "2.0-kh60a"
  849. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  850. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  851. | #define PACKAGE "ices"
  852. | #define VERSION "2.0-kh60a"
  853. | #define STDC_HEADERS 1
  854. | #define HAVE_SYS_TYPES_H 1
  855. | #define HAVE_SYS_STAT_H 1
  856. | #define HAVE_STDLIB_H 1
  857. | #define HAVE_STRING_H 1
  858. | #define HAVE_MEMORY_H 1
  859. | #define HAVE_STRINGS_H 1
  860. | #define HAVE_INTTYPES_H 1
  861. | #define HAVE_STDINT_H 1
  862. | #define HAVE_UNISTD_H 1
  863. | #define HAVE_DLFCN_H 1
  864. | #ifdef __cplusplus
  865. | extern "C" void exit (int) throw ();
  866. | #endif
  867. | #define _XOPEN_SOURCE 600
  868. | #define _GNU_SOURCE 1
  869. | #define STDC_HEADERS 1
  870. | #define TIME_WITH_SYS_TIME 1
  871. | #define HAVE_GRP_H 1
  872. | #define HAVE_ALLOCA_H 1
  873. | #define HAVE_STROPTS_H 1
  874. | /* end confdefs.h. */
  875. | #include <machine/soundcard.h>
  876. configure:20223: result: no
  877. configure:20258: checking for machine/soundcard.h
  878. configure:20265: result: no
  879. configure:20293: checking whether byte ordering is bigendian
  880. configure:20320: gcc -c -g -O2 conftest.c >&5
  881. configure:20326: $? = 0
  882. configure:20330: test -z
  883. || test ! -s conftest.err
  884. configure:20333: $? = 0
  885. configure:20336: test -s conftest.o
  886. configure:20339: $? = 0
  887. configure:20363: gcc -c -g -O2 conftest.c >&5
  888. conftest.c: In function 'main':
  889. conftest.c:40: error: 'not' undeclared (first use in this function)
  890. conftest.c:40: error: (Each undeclared identifier is reported only once
  891. conftest.c:40: error: for each function it appears in.)
  892. conftest.c:40: error: expected ';' before 'big'
  893. configure:20369: $? = 1
  894. configure: failed program was:
  895. | /* confdefs.h. */
  896. |
  897. | #define PACKAGE_NAME "IceS"
  898. | #define PACKAGE_TARNAME "ices"
  899. | #define PACKAGE_VERSION "2.0-kh60a"
  900. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  901. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  902. | #define PACKAGE "ices"
  903. | #define VERSION "2.0-kh60a"
  904. | #define STDC_HEADERS 1
  905. | #define HAVE_SYS_TYPES_H 1
  906. | #define HAVE_SYS_STAT_H 1
  907. | #define HAVE_STDLIB_H 1
  908. | #define HAVE_STRING_H 1
  909. | #define HAVE_MEMORY_H 1
  910. | #define HAVE_STRINGS_H 1
  911. | #define HAVE_INTTYPES_H 1
  912. | #define HAVE_STDINT_H 1
  913. | #define HAVE_UNISTD_H 1
  914. | #define HAVE_DLFCN_H 1
  915. | #ifdef __cplusplus
  916. | extern "C" void exit (int) throw ();
  917. | #endif
  918. | #define _XOPEN_SOURCE 600
  919. | #define _GNU_SOURCE 1
  920. | #define STDC_HEADERS 1
  921. | #define TIME_WITH_SYS_TIME 1
  922. | #define HAVE_GRP_H 1
  923. | #define HAVE_ALLOCA_H 1
  924. | #define HAVE_STROPTS_H 1
  925. | #define HAVE_OSS_AUDIO
  926. | /* end confdefs.h. */
  927. | #include <sys/types.h>
  928. | #include <sys/param.h>
  929. |
  930. | int
  931. | main ()
  932. | {
  933. | #if BYTE_ORDER != BIG_ENDIAN
  934. | not big endian
  935. | #endif
  936. |
  937. | ;
  938. | return 0;
  939. | }
  940. configure:20504: result: no
  941. configure:20542: checking sys/audioio.h usability
  942. configure:20554: gcc -c -g -O2 conftest.c >&5
  943. conftest.c:67:25: error: sys/audioio.h: No such file or directory
  944. configure:20560: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h. */
  947. |
  948. | #define PACKAGE_NAME "IceS"
  949. | #define PACKAGE_TARNAME "ices"
  950. | #define PACKAGE_VERSION "2.0-kh60a"
  951. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  952. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  953. | #define PACKAGE "ices"
  954. | #define VERSION "2.0-kh60a"
  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 HAVE_DLFCN_H 1
  966. | #ifdef __cplusplus
  967. | extern "C" void exit (int) throw ();
  968. | #endif
  969. | #define _XOPEN_SOURCE 600
  970. | #define _GNU_SOURCE 1
  971. | #define STDC_HEADERS 1
  972. | #define TIME_WITH_SYS_TIME 1
  973. | #define HAVE_GRP_H 1
  974. | #define HAVE_ALLOCA_H 1
  975. | #define HAVE_STROPTS_H 1
  976. | #define HAVE_OSS_AUDIO
  977. | /* end confdefs.h. */
  978. | #include <stdio.h>
  979. | #if HAVE_SYS_TYPES_H
  980. | # include <sys/types.h>
  981. | #endif
  982. | #if HAVE_SYS_STAT_H
  983. | # include <sys/stat.h>
  984. | #endif
  985. | #if STDC_HEADERS
  986. | # include <stdlib.h>
  987. | # include <stddef.h>
  988. | #else
  989. | # if HAVE_STDLIB_H
  990. | # include <stdlib.h>
  991. | # endif
  992. | #endif
  993. | #if HAVE_STRING_H
  994. | # if !STDC_HEADERS && HAVE_MEMORY_H
  995. | # include <memory.h>
  996. | # endif
  997. | # include <string.h>
  998. | #endif
  999. | #if HAVE_STRINGS_H
  1000. | # include <strings.h>
  1001. | #endif
  1002. | #if HAVE_INTTYPES_H
  1003. | # include <inttypes.h>
  1004. | #else
  1005. | # if HAVE_STDINT_H
  1006. | # include <stdint.h>
  1007. | # endif
  1008. | #endif
  1009. | #if HAVE_UNISTD_H
  1010. | # include <unistd.h>
  1011. | #endif
  1012. | #include <sys/audioio.h>
  1013. configure:20583: result: no
  1014. configure:20587: checking sys/audioio.h presence
  1015. configure:20597: gcc -E conftest.c
  1016. conftest.c:33:25: error: sys/audioio.h: No such file or directory
  1017. configure:20603: $? = 1
  1018. configure: failed program was:
  1019. | /* confdefs.h. */
  1020. |
  1021. | #define PACKAGE_NAME "IceS"
  1022. | #define PACKAGE_TARNAME "ices"
  1023. | #define PACKAGE_VERSION "2.0-kh60a"
  1024. | #define PACKAGE_STRING "IceS 2.0-kh60a"
  1025. | #define PACKAGE_BUGREPORT "karl@xiph.org"
  1026. | #define PACKAGE "ices"
  1027. | #define VERSION "2.0-kh60a"
  1028. | #define STDC_HEADERS 1
  1029. | #define HAVE_SYS_TYPES_H 1
  1030. | #define HAVE_SYS_STAT_H 1
  1031. | #define HAVE_STDLIB_H 1
  1032. | #define HAVE_STRING_H 1
  1033. | #define HAVE_MEMORY_H 1
  1034. | #define HAVE_STRINGS_H 1
  1035. | #define HAVE_INTTYPES_H 1
  1036. | #define HAVE_STDINT_H 1
  1037. | #define HAVE_UNISTD_H 1
  1038. | #define HAVE_DLFCN_H 1
  1039. | #ifdef __cplusplus
  1040. | extern "C" void exit (int) throw ();
  1041. | #endif
  1042. | #define _XOPEN_SOURCE 600
  1043. | #define _GNU_SOURCE 1
  1044. | #define STDC_HEADERS 1
  1045. | #define TIME_WITH_SYS_TIME 1
  1046. | #define HAVE_GRP_H 1
  1047. | #define HAVE_ALLOCA_H 1
  1048. | #define HAVE_STROPTS_H 1
  1049. | #define HAVE_OSS_AUDIO
  1050. | /* end confdefs.h. */
  1051. | #include <sys/audioio.h>
  1052. configure:20623: result: no
  1053. configure:20658: checking for sys/audioio.h
  1054. configure:20665: result: no
  1055. configure:20697: checking for alsa/asoundlib.h
  1056. configure:20724: gcc -c -g -O2 conftest.c >&5
  1057. configure:20730: $? = 0
  1058. configure:20734: test -z
  1059. || test ! -s conftest.err
  1060. configure:20737: $? = 0
  1061. configure:20740: test -s conftest.o
  1062. configure:20743: $? = 0
  1063. configure:20754: result: yes
  1064. configure:20784: checking for jack/jack.h
  1065. configure:20801: gcc -c -g -O2 conftest.c >&5
  1066. configure:20807: $? = 0
  1067. configure:20811: test -z
  1068. || test ! -s conftest.err
  1069. configure:20814: $? = 0
  1070. configure:20817: test -s conftest.o
  1071. configure:20820: $? = 0
  1072. configure:20831: result: yes
  1073. configure:20861: checking for an ANSI C-conforming const
  1074. configure:20928: gcc -c -g -O2 conftest.c >&5
  1075. configure:20934: $? = 0
  1076. configure:20938: test -z
  1077. || test ! -s conftest.err
  1078. configure:20941: $? = 0
  1079. configure:20944: test -s conftest.o
  1080. configure:20947: $? = 0
  1081. configure:20958: result: yes
  1082. configure:20971: checking for fgrep
  1083. configure:20981: result: grep -F
  1084. configure:20986: checking for library containing nanosleep
  1085. configure:21016: gcc -o conftest -g -O2 conftest.c >&5
  1086. configure:21022: $? = 0
  1087. configure:21026: test -z
  1088. || test ! -s conftest.err
  1089. configure:21029: $? = 0
  1090. configure:21032: test -s conftest
  1091. configure:21035: $? = 0
  1092. configure:21105: result: none required
  1093. configure:21136: checking for uint64_t
  1094. configure:21160: gcc -c -g -O2 conftest.c >&5
  1095. configure:21166: $? = 0
  1096. configure:21170: test -z
  1097. || test ! -s conftest.err
  1098. configure:21173: $? = 0
  1099. configure:21176: test -s conftest.o
  1100. configure:21179: $? = 0
  1101. configure:21190: result: yes
  1102. configure:21206: checking whether strerror_r is declared
  1103. configure:21230: gcc -c -g -O2 conftest.c >&5
  1104. configure:21236: $? = 0
  1105. configure:21240: test -z
  1106. || test ! -s conftest.err
  1107. configure:21243: $? = 0
  1108. configure:21246: test -s conftest.o
  1109. configure:21249: $? = 0
  1110. configure:21260: result: yes
  1111. configure:21282: checking for strerror_r
  1112. configure:21339: gcc -o conftest -g -O2 conftest.c >&5
  1113. configure:21345: $? = 0
  1114. configure:21349: test -z
  1115. || test ! -s conftest.err
  1116. configure:21352: $? = 0
  1117. configure:21355: test -s conftest
  1118. configure:21358: $? = 0
  1119. configure:21370: result: yes
  1120. configure:21380: checking whether strerror_r returns char *
  1121. configure:21408: gcc -c -g -O2 conftest.c >&5
  1122. configure:21414: $? = 0
  1123. configure:21418: test -z
  1124. || test ! -s conftest.err
  1125. configure:21421: $? = 0
  1126. configure:21424: test -s conftest.o
  1127. configure:21427: $? = 0
  1128. configure:21487: result: yes
  1129. configure:21501: checking for strndup
  1130. configure:21558: gcc -o conftest -g -O2 conftest.c >&5
  1131. conftest.c:64: warning: conflicting types for built-in function 'strndup'
  1132. configure:21564: $? = 0
  1133. configure:21568: test -z
  1134. || test ! -s conftest.err
  1135. configure:21571: $? = 0
  1136. configure:21574: test -s conftest
  1137. configure:21577: $? = 0
  1138. configure:21589: result: yes
  1139. configure:21601: result: checking for XML configuration
  1140. configure:21614: checking for xml2-config
  1141. configure:21632: found /usr/bin/xml2-config
  1142. configure:21644: result: /usr/bin/xml2-config
  1143. configure:21673: checking for xmlParseFile
  1144. configure:21730: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxml2 >&5
  1145. configure:21736: $? = 0
  1146. configure:21740: test -z
  1147. || test ! -s conftest.err
  1148. configure:21743: $? = 0
  1149. configure:21746: test -s conftest
  1150. configure:21749: $? = 0
  1151. configure:21761: result: yes
  1152. configure:21818: checking for pkg-config
  1153. configure:21836: found /usr/bin/pkg-config
  1154. configure:21849: result: /usr/bin/pkg-config
  1155. configure:21941: checking shout/shout.h usability
  1156. configure:21953: gcc -c -g -O2 -pthread -I/usr/include conftest.c >&5
  1157. configure:21959: $? = 0
  1158. configure:21963: test -z
  1159. || test ! -s conftest.err
  1160. configure:21966: $? = 0
  1161. configure:21969: test -s conftest.o
  1162. configure:21972: $? = 0
  1163. configure:21982: result: yes
  1164. configure:21986: checking shout/shout.h presence
  1165. configure:21996: gcc -E -I/usr/include conftest.c
  1166. configure:22002: $? = 0
  1167. configure:22022: result: yes
  1168. configure:22057: checking for shout/shout.h
  1169. configure:22064: result: yes
  1170. configure:22073: checking for shout_new
  1171. configure:22130: gcc -o conftest -g -O2 -pthread -I/usr/include conftest.c -lshout >&5
  1172. configure:22136: $? = 0
  1173. configure:22140: test -z
  1174. || test ! -s conftest.err
  1175. configure:22143: $? = 0
  1176. configure:22146: test -s conftest
  1177. configure:22149: $? = 0
  1178. configure:22161: result: yes
  1179. configure:22254: checking for sched_get_priority_max
  1180. configure:22311: gcc -o conftest -g -O2 -pthread conftest.c -lshout >&5
  1181. configure:22317: $? = 0
  1182. configure:22321: test -z
  1183. || test ! -s conftest.err
  1184. configure:22324: $? = 0
  1185. configure:22327: test -s conftest
  1186. configure:22330: $? = 0
  1187. configure:22342: result: yes
  1188. configure:22508: creating ./config.status
  1189.  
  1190. ## ---------------------- ##
  1191. ## Running config.status. ##
  1192. ## ---------------------- ##
  1193.  
  1194. This file was extended by IceS config.status 2.0-kh60a, which was
  1195. generated by GNU Autoconf 2.59. Invocation command line was
  1196.  
  1197. CONFIG_FILES =
  1198. CONFIG_HEADERS =
  1199. CONFIG_LINKS =
  1200. CONFIG_COMMANDS =
  1201. $ ./config.status
  1202.  
  1203. on ubu-lappy
  1204.  
  1205. config.status:739: creating Makefile
  1206. config.status:739: creating conf/Makefile
  1207. config.status:739: creating debian/Makefile
  1208. config.status:739: creating doc/Makefile
  1209. config.status:739: creating src/Makefile
  1210. config.status:739: creating src/log/Makefile
  1211. config.status:739: creating src/timing/Makefile
  1212. config.status:739: creating src/thread/Makefile
  1213. config.status:739: creating src/avl/Makefile
  1214. config.status:843: creating config.h
  1215. config.status:1151: executing depfiles commands
  1216.  
  1217. ## ---------------- ##
  1218. ## Cache variables. ##
  1219. ## ---------------- ##
  1220.  
  1221. ac_cv_build=i686-pc-linux-gnu
  1222. ac_cv_build_alias=i686-pc-linux-gnu
  1223. ac_cv_c_bigendian=no
  1224. ac_cv_c_compiler_gnu=yes
  1225. ac_cv_c_const=yes
  1226. ac_cv_cxx_compiler_gnu=yes
  1227. ac_cv_env_CC_set=
  1228. ac_cv_env_CC_value=
  1229. ac_cv_env_CFLAGS_set=
  1230. ac_cv_env_CFLAGS_value=
  1231. ac_cv_env_CPPFLAGS_set=
  1232. ac_cv_env_CPPFLAGS_value=
  1233. ac_cv_env_CPP_set=
  1234. ac_cv_env_CPP_value=
  1235. ac_cv_env_CXXCPP_set=
  1236. ac_cv_env_CXXCPP_value=
  1237. ac_cv_env_CXXFLAGS_set=
  1238. ac_cv_env_CXXFLAGS_value=
  1239. ac_cv_env_CXX_set=
  1240. ac_cv_env_CXX_value=
  1241. ac_cv_env_F77_set=
  1242. ac_cv_env_F77_value=
  1243. ac_cv_env_FFLAGS_set=
  1244. ac_cv_env_FFLAGS_value=
  1245. ac_cv_env_LDFLAGS_set=
  1246. ac_cv_env_LDFLAGS_value=
  1247. ac_cv_env_XMLCONFIG_set=
  1248. ac_cv_env_XMLCONFIG_value=
  1249. ac_cv_env_build_alias_set=
  1250. ac_cv_env_build_alias_value=
  1251. ac_cv_env_host_alias_set=
  1252. ac_cv_env_host_alias_value=
  1253. ac_cv_env_target_alias_set=
  1254. ac_cv_env_target_alias_value=
  1255. ac_cv_exeext=
  1256. ac_cv_f77_compiler_gnu=no
  1257. ac_cv_func_sched_get_priority_max=yes
  1258. ac_cv_func_shout_new=yes
  1259. ac_cv_func_strerror_r=yes
  1260. ac_cv_func_strerror_r_char_p=yes
  1261. ac_cv_func_strndup=yes
  1262. ac_cv_func_xmlParseFile=yes
  1263. ac_cv_have_decl_strerror_r=yes
  1264. ac_cv_header_alloca_h=yes
  1265. ac_cv_header_alsa_asoundlib_h=yes
  1266. ac_cv_header_dlfcn_h=yes
  1267. ac_cv_header_grp_h=yes
  1268. ac_cv_header_inttypes_h=yes
  1269. ac_cv_header_jack_jack_h=yes
  1270. ac_cv_header_machine_soundcard_h=no
  1271. ac_cv_header_memory_h=yes
  1272. ac_cv_header_shout_shout_h=yes
  1273. ac_cv_header_stdc=yes
  1274. ac_cv_header_stdint_h=yes
  1275. ac_cv_header_stdlib_h=yes
  1276. ac_cv_header_string_h=yes
  1277. ac_cv_header_strings_h=yes
  1278. ac_cv_header_stropts_h=yes
  1279. ac_cv_header_sys_audioio_h=no
  1280. ac_cv_header_sys_soundcard_h=yes
  1281. ac_cv_header_sys_stat_h=yes
  1282. ac_cv_header_sys_types_h=yes
  1283. ac_cv_header_time=yes
  1284. ac_cv_header_unistd_h=yes
  1285. ac_cv_host=i686-pc-linux-gnu
  1286. ac_cv_host_alias=i686-pc-linux-gnu
  1287. ac_cv_objext=o
  1288. ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
  1289. ac_cv_path_XMLCONFIG=/usr/bin/xml2-config
  1290. ac_cv_path_install='/usr/bin/install -c'
  1291. ac_cv_prog_AWK=mawk
  1292. ac_cv_prog_CPP='gcc -E'
  1293. ac_cv_prog_CXXCPP='g++ -E'
  1294. ac_cv_prog_ac_ct_AR=ar
  1295. ac_cv_prog_ac_ct_CC=gcc
  1296. ac_cv_prog_ac_ct_CXX=g++
  1297. ac_cv_prog_ac_ct_RANLIB=ranlib
  1298. ac_cv_prog_ac_ct_STRIP=strip
  1299. ac_cv_prog_cc_g=yes
  1300. ac_cv_prog_cc_stdc=
  1301. ac_cv_prog_cxx_g=yes
  1302. ac_cv_prog_egrep='grep -E'
  1303. ac_cv_prog_f77_g=no
  1304. ac_cv_prog_fgrep='grep -F'
  1305. ac_cv_prog_make_make_set=yes
  1306. ac_cv_search_nanosleep='none required'
  1307. ac_cv_type_uint64_t=yes
  1308. am_cv_CC_dependencies_compiler_type=gcc3
  1309. am_cv_CXX_dependencies_compiler_type=gcc3
  1310. lt_cv_deplibs_check_method=pass_all
  1311. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1312. lt_cv_file_magic_test_file=
  1313. lt_cv_ld_reload_flag=-r
  1314. lt_cv_objdir=.libs
  1315. lt_cv_path_LD=/usr/bin/ld
  1316. lt_cv_path_LDCXX=/usr/bin/ld
  1317. lt_cv_path_NM='/usr/bin/nm -B'
  1318. lt_cv_path_SED=/bin/sed
  1319. lt_cv_prog_compiler_c_o=yes
  1320. lt_cv_prog_compiler_c_o_CXX=yes
  1321. lt_cv_prog_compiler_rtti_exceptions=no
  1322. lt_cv_prog_gnu_ld=yes
  1323. lt_cv_prog_gnu_ldcxx=yes
  1324. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1325. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1326. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1327. lt_cv_sys_max_cmd_len=32768
  1328. lt_lt_cv_prog_compiler_c_o='"yes"'
  1329. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1330. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  1331. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1332. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1333.  
  1334. ## ----------------- ##
  1335. ## Output variables. ##
  1336. ## ----------------- ##
  1337.  
  1338. ACLOCAL='${SHELL} /temp/ices-2.0-kh60a/missing --run aclocal-1.6'
  1339. ALSA_LIBS='-lasound'
  1340. AMDEPBACKSLASH='\'
  1341. AMDEP_FALSE='#'
  1342. AMDEP_TRUE=''
  1343. AMTAR='${SHELL} /temp/ices-2.0-kh60a/missing --run tar'
  1344. AR='ar'
  1345. AUTOCONF='${SHELL} /temp/ices-2.0-kh60a/missing --run autoconf'
  1346. AUTOHEADER='${SHELL} /temp/ices-2.0-kh60a/missing --run autoheader'
  1347. AUTOMAKE='${SHELL} /temp/ices-2.0-kh60a/missing --run automake-1.6'
  1348. AWK='mawk'
  1349. CC='gcc'
  1350. CCDEPMODE='depmode=gcc3'
  1351. CFLAGS='-g -O2'
  1352. CPP='gcc -E'
  1353. CPPFLAGS=''
  1354. CXX='g++'
  1355. CXXCPP='g++ -E'
  1356. CXXDEPMODE='depmode=gcc3'
  1357. CXXFLAGS='-g -O2'
  1358. DEBUG='-g'
  1359. DEFS='-DHAVE_CONFIG_H'
  1360. DEPDIR='.deps'
  1361. ECHO='echo'
  1362. ECHO_C=''
  1363. ECHO_N='-n'
  1364. ECHO_T=''
  1365. EGREP='grep -E'
  1366. EXEEXT=''
  1367. F77=''
  1368. FFLAGS=''
  1369. FGREP='grep -F'
  1370. HAVE_ALSA_AUDIO_FALSE='#'
  1371. HAVE_ALSA_AUDIO_TRUE=''
  1372. HAVE_JACK_FALSE='#'
  1373. HAVE_JACK_TRUE=''
  1374. HAVE_OSS_AUDIO_FALSE='#'
  1375. HAVE_OSS_AUDIO_TRUE=''
  1376. HAVE_SUN_AUDIO_FALSE=''
  1377. HAVE_SUN_AUDIO_TRUE='#'
  1378. INSTALL_DATA='${INSTALL} -m 644'
  1379. INSTALL_PROGRAM='${INSTALL}'
  1380. INSTALL_SCRIPT='${INSTALL}'
  1381. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1382. JACK_LIBS='-ljack'
  1383. LDFLAGS=''
  1384. LIBOBJS=''
  1385. LIBS=''
  1386. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1387. LIBTOOL_DEPS='./ltmain.sh'
  1388. LN_S='ln -s'
  1389. LTLIBOBJS=''
  1390. MAINT='#'
  1391. MAINTAINER_MODE_FALSE=''
  1392. MAINTAINER_MODE_TRUE='#'
  1393. MAKEINFO='${SHELL} /temp/ices-2.0-kh60a/missing --run makeinfo'
  1394. OBJEXT='o'
  1395. PACKAGE='ices'
  1396. PACKAGE_BUGREPORT='karl@xiph.org'
  1397. PACKAGE_NAME='IceS'
  1398. PACKAGE_STRING='IceS 2.0-kh60a'
  1399. PACKAGE_TARNAME='ices'
  1400. PACKAGE_VERSION='2.0-kh60a'
  1401. PATH_SEPARATOR=':'
  1402. PKGCONFIG='/usr/bin/pkg-config'
  1403. PROFILE='-g -p'
  1404. PTHREAD_CFLAGS=''
  1405. RANLIB='ranlib'
  1406. SET_MAKE=''
  1407. SHELL='/bin/bash'
  1408. SHOUTCONFIG=''
  1409. STRIP='strip'
  1410. VERSION='2.0-kh60a'
  1411. XIPH_CFLAGS='-ffast-math -fsigned-char -I/usr/include/libxml2 -pthread'
  1412. XIPH_CPPFLAGS=' -I/usr/include'
  1413. XIPH_LIBS=' -lvorbisenc -lshout -lxml2 '
  1414. XMLCONFIG='/usr/bin/xml2-config'
  1415. XML_CFLAGS='-I/usr/include/libxml2'
  1416. XML_LIBS='-lxml2'
  1417. ac_ct_AR='ar'
  1418. ac_ct_CC='gcc'
  1419. ac_ct_CXX='g++'
  1420. ac_ct_F77=''
  1421. ac_ct_RANLIB='ranlib'
  1422. ac_ct_STRIP='strip'
  1423. am__include='include'
  1424. am__quote=''
  1425. bindir='${exec_prefix}/bin'
  1426. build='i686-pc-linux-gnu'
  1427. build_alias=''
  1428. build_cpu='i686'
  1429. build_os='linux-gnu'
  1430. build_vendor='pc'
  1431. datadir='${prefix}/share'
  1432. exec_prefix='${prefix}'
  1433. host='i686-pc-linux-gnu'
  1434. host_alias=''
  1435. host_cpu='i686'
  1436. host_os='linux-gnu'
  1437. host_vendor='pc'
  1438. includedir='${prefix}/include'
  1439. infodir='${prefix}/info'
  1440. install_sh='/temp/ices-2.0-kh60a/install-sh'
  1441. libdir='${exec_prefix}/lib'
  1442. libexecdir='${exec_prefix}/libexec'
  1443. localstatedir='${prefix}/var'
  1444. mandir='${prefix}/man'
  1445. oldincludedir='/usr/include'
  1446. prefix='/usr/local'
  1447. program_transform_name='s,x,x,'
  1448. sbindir='${exec_prefix}/sbin'
  1449. sharedstatedir='${prefix}/com'
  1450. sysconfdir='${prefix}/etc'
  1451. target_alias=''
  1452.  
  1453. ## ----------- ##
  1454. ## confdefs.h. ##
  1455. ## ----------- ##
  1456.  
  1457. #define HAVE_ALLOCA_H 1
  1458. #define HAVE_ALSA_AUDIO
  1459. #define HAVE_DECL_STRERROR_R 1
  1460. #define HAVE_DLFCN_H 1
  1461. #define HAVE_GRP_H 1
  1462. #define HAVE_INTTYPES_H 1
  1463. #define HAVE_JACK
  1464. #define HAVE_MEMORY_H 1
  1465. #define HAVE_NANOSLEEP 1
  1466. #define HAVE_OSS_AUDIO
  1467. #define HAVE_SCHED_GET_PRIORITY_MAX 1
  1468. #define HAVE_SHOUT_SHOUT_H 1
  1469. #define HAVE_STDINT_H 1
  1470. #define HAVE_STDLIB_H 1
  1471. #define HAVE_STRERROR_R 1
  1472. #define HAVE_STRINGS_H 1
  1473. #define HAVE_STRING_H 1
  1474. #define HAVE_STRNDUP 1
  1475. #define HAVE_STROPTS_H 1
  1476. #define HAVE_SYS_STAT_H 1
  1477. #define HAVE_SYS_TYPES_H 1
  1478. #define HAVE_UINT64_T 1
  1479. #define HAVE_UNISTD_H 1
  1480. #define PACKAGE "ices"
  1481. #define PACKAGE_BUGREPORT "karl@xiph.org"
  1482. #define PACKAGE_NAME "IceS"
  1483. #define PACKAGE_STRING "IceS 2.0-kh60a"
  1484. #define PACKAGE_TARNAME "ices"
  1485. #define PACKAGE_VERSION "2.0-kh60a"
  1486. #define STDC_HEADERS 1
  1487. #define STDC_HEADERS 1
  1488. #define STRERROR_R_CHAR_P 1
  1489. #define TIME_WITH_SYS_TIME 1
  1490. #define VERSION "2.0-kh60a"
  1491. #define _GNU_SOURCE 1
  1492. #define _XOPEN_SOURCE 600
  1493. #endif
  1494. #ifdef __cplusplus
  1495. extern "C" void exit (int) throw ();
  1496.  
  1497. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement