Advertisement
Guest User

Untitled

a guest
Sep 25th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.78 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 0.4, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = nlxvps5.id228
  14. uname -m = x86_64
  15. uname -r = 2.6.32-21-server
  16. uname -s = Linux
  17. uname -v = #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC 2010
  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:1592: checking for gcc
  44. configure:1608: found /usr/bin/gcc
  45. configure:1618: result: gcc
  46. configure:1862: checking for C compiler version
  47. configure:1865: gcc --version </dev/null >&5
  48. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  49. Copyright (C) 2009 Free Software Foundation, Inc.
  50. This is free software; see the source for copying conditions. There is NO
  51. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  52.  
  53. configure:1868: $? = 0
  54. configure:1870: gcc -v </dev/null >&5
  55. Using built-in specs.
  56. Target: x86_64-linux-gnu
  57. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  58. Thread model: posix
  59. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  60. configure:1873: $? = 0
  61. configure:1875: gcc -V </dev/null >&5
  62. gcc: '-V' option must have argument
  63. configure:1878: $? = 1
  64. configure:1901: checking for C compiler default output file name
  65. configure:1904: gcc conftest.c >&5
  66. configure:1907: $? = 0
  67. configure:1953: result: a.out
  68. configure:1958: checking whether the C compiler works
  69. configure:1964: ./a.out
  70. configure:1967: $? = 0
  71. configure:1984: result: yes
  72. configure:1991: checking whether we are cross compiling
  73. configure:1993: result: no
  74. configure:1996: checking for suffix of executables
  75. configure:1998: gcc -o conftest conftest.c >&5
  76. configure:2001: $? = 0
  77. configure:2026: result:
  78. configure:2032: checking for suffix of object files
  79. configure:2053: gcc -c conftest.c >&5
  80. configure:2056: $? = 0
  81. configure:2078: result: o
  82. configure:2082: checking whether we are using the GNU C compiler
  83. configure:2106: gcc -c conftest.c >&5
  84. configure:2112: $? = 0
  85. configure:2116: test -z
  86. || test ! -s conftest.err
  87. configure:2119: $? = 0
  88. configure:2122: test -s conftest.o
  89. configure:2125: $? = 0
  90. configure:2138: result: yes
  91. configure:2144: checking whether gcc accepts -g
  92. configure:2165: gcc -c -g conftest.c >&5
  93. configure:2171: $? = 0
  94. configure:2175: test -z
  95. || test ! -s conftest.err
  96. configure:2178: $? = 0
  97. configure:2181: test -s conftest.o
  98. configure:2184: $? = 0
  99. configure:2195: result: yes
  100. configure:2212: checking for gcc option to accept ANSI C
  101. configure:2282: gcc -c -g -O2 conftest.c >&5
  102. configure:2288: $? = 0
  103. configure:2292: test -z
  104. || test ! -s conftest.err
  105. configure:2295: $? = 0
  106. configure:2298: test -s conftest.o
  107. configure:2301: $? = 0
  108. configure:2319: result: none needed
  109. configure:2337: gcc -c -g -O2 conftest.c >&5
  110. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  111. configure:2343: $? = 1
  112. configure: failed program was:
  113. | #ifndef __cplusplus
  114. | choke me
  115. | #endif
  116. configure:2514: checking for a BSD-compatible install
  117. configure:2569: result: /usr/bin/install -c
  118. configure:2580: checking whether make sets $(MAKE)
  119. configure:2600: result: yes
  120. configure:2622: checking build system type
  121. configure:2640: result: x86_64-unknown-linux-gnu
  122. configure:2648: checking host system type
  123. configure:2662: result: x86_64-unknown-linux-gnu
  124. configure:2676: checking how to run the C preprocessor
  125. configure:2711: gcc -E conftest.c
  126. configure:2717: $? = 0
  127. configure:2749: gcc -E conftest.c
  128. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  129. configure:2755: $? = 1
  130. configure: failed program was:
  131. | /* confdefs.h. */
  132. |
  133. | #define PACKAGE_NAME "ices"
  134. | #define PACKAGE_TARNAME "ices"
  135. | #define PACKAGE_VERSION "0.4"
  136. | #define PACKAGE_STRING "ices 0.4"
  137. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  138. | /* end confdefs.h. */
  139. | #include <ac_nonexistent.h>
  140. configure:2794: result: gcc -E
  141. configure:2818: gcc -E conftest.c
  142. configure:2824: $? = 0
  143. configure:2856: gcc -E conftest.c
  144. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  145. configure:2862: $? = 1
  146. configure: failed program was:
  147. | /* confdefs.h. */
  148. |
  149. | #define PACKAGE_NAME "ices"
  150. | #define PACKAGE_TARNAME "ices"
  151. | #define PACKAGE_VERSION "0.4"
  152. | #define PACKAGE_STRING "ices 0.4"
  153. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:2906: checking for egrep
  157. configure:2916: result: grep -E
  158. configure:2922: checking for AIX
  159. configure:2944: result: no
  160. configure:2950: checking for library containing strerror
  161. configure:2980: gcc -o conftest -g -O2 -Wall conftest.c >&5
  162. configure:2986: $? = 0
  163. configure:2990: test -z
  164. || test ! -s conftest.err
  165. configure:2993: $? = 0
  166. configure:2996: test -s conftest
  167. configure:2999: $? = 0
  168. configure:3069: result: none required
  169. configure:3076: checking for ANSI C header files
  170. configure:3101: gcc -c -g -O2 -Wall conftest.c >&5
  171. configure:3107: $? = 0
  172. configure:3111: test -z
  173. || test ! -s conftest.err
  174. configure:3114: $? = 0
  175. configure:3117: test -s conftest.o
  176. configure:3120: $? = 0
  177. configure:3209: gcc -o conftest -g -O2 -Wall conftest.c >&5
  178. conftest.c: In function 'main':
  179. conftest.c:26: warning: implicit declaration of function 'exit'
  180. conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
  181. configure:3212: $? = 0
  182. configure:3214: ./conftest
  183. configure:3217: $? = 0
  184. configure:3232: result: yes
  185. configure:3256: checking for sys/types.h
  186. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  187. configure:3278: $? = 0
  188. configure:3282: test -z
  189. || test ! -s conftest.err
  190. configure:3285: $? = 0
  191. configure:3288: test -s conftest.o
  192. configure:3291: $? = 0
  193. configure:3302: result: yes
  194. configure:3256: checking for sys/stat.h
  195. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  196. configure:3278: $? = 0
  197. configure:3282: test -z
  198. || test ! -s conftest.err
  199. configure:3285: $? = 0
  200. configure:3288: test -s conftest.o
  201. configure:3291: $? = 0
  202. configure:3302: result: yes
  203. configure:3256: checking for stdlib.h
  204. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  205. configure:3278: $? = 0
  206. configure:3282: test -z
  207. || test ! -s conftest.err
  208. configure:3285: $? = 0
  209. configure:3288: test -s conftest.o
  210. configure:3291: $? = 0
  211. configure:3302: result: yes
  212. configure:3256: checking for string.h
  213. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  214. configure:3278: $? = 0
  215. configure:3282: test -z
  216. || test ! -s conftest.err
  217. configure:3285: $? = 0
  218. configure:3288: test -s conftest.o
  219. configure:3291: $? = 0
  220. configure:3302: result: yes
  221. configure:3256: checking for memory.h
  222. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  223. configure:3278: $? = 0
  224. configure:3282: test -z
  225. || test ! -s conftest.err
  226. configure:3285: $? = 0
  227. configure:3288: test -s conftest.o
  228. configure:3291: $? = 0
  229. configure:3302: result: yes
  230. configure:3256: checking for strings.h
  231. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  232. configure:3278: $? = 0
  233. configure:3282: test -z
  234. || test ! -s conftest.err
  235. configure:3285: $? = 0
  236. configure:3288: test -s conftest.o
  237. configure:3291: $? = 0
  238. configure:3302: result: yes
  239. configure:3256: checking for inttypes.h
  240. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  241. configure:3278: $? = 0
  242. configure:3282: test -z
  243. || test ! -s conftest.err
  244. configure:3285: $? = 0
  245. configure:3288: test -s conftest.o
  246. configure:3291: $? = 0
  247. configure:3302: result: yes
  248. configure:3256: checking for stdint.h
  249. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  250. configure:3278: $? = 0
  251. configure:3282: test -z
  252. || test ! -s conftest.err
  253. configure:3285: $? = 0
  254. configure:3288: test -s conftest.o
  255. configure:3291: $? = 0
  256. configure:3302: result: yes
  257. configure:3256: checking for unistd.h
  258. configure:3272: gcc -c -g -O2 -Wall conftest.c >&5
  259. configure:3278: $? = 0
  260. configure:3282: test -z
  261. || test ! -s conftest.err
  262. configure:3285: $? = 0
  263. configure:3288: test -s conftest.o
  264. configure:3291: $? = 0
  265. configure:3302: result: yes
  266. configure:3324: checking minix/config.h usability
  267. configure:3336: gcc -c -g -O2 -Wall conftest.c >&5
  268. conftest.c:53:26: error: minix/config.h: No such file or directory
  269. configure:3342: $? = 1
  270. configure: failed program was:
  271. | /* confdefs.h. */
  272. |
  273. | #define PACKAGE_NAME "ices"
  274. | #define PACKAGE_TARNAME "ices"
  275. | #define PACKAGE_VERSION "0.4"
  276. | #define PACKAGE_STRING "ices 0.4"
  277. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  278. | #define STDC_HEADERS 1
  279. | #define HAVE_SYS_TYPES_H 1
  280. | #define HAVE_SYS_STAT_H 1
  281. | #define HAVE_STDLIB_H 1
  282. | #define HAVE_STRING_H 1
  283. | #define HAVE_MEMORY_H 1
  284. | #define HAVE_STRINGS_H 1
  285. | #define HAVE_INTTYPES_H 1
  286. | #define HAVE_STDINT_H 1
  287. | #define HAVE_UNISTD_H 1
  288. | /* end confdefs.h. */
  289. | #include <stdio.h>
  290. | #if HAVE_SYS_TYPES_H
  291. | # include <sys/types.h>
  292. | #endif
  293. | #if HAVE_SYS_STAT_H
  294. | # include <sys/stat.h>
  295. | #endif
  296. | #if STDC_HEADERS
  297. | # include <stdlib.h>
  298. | # include <stddef.h>
  299. | #else
  300. | # if HAVE_STDLIB_H
  301. | # include <stdlib.h>
  302. | # endif
  303. | #endif
  304. | #if HAVE_STRING_H
  305. | # if !STDC_HEADERS && HAVE_MEMORY_H
  306. | # include <memory.h>
  307. | # endif
  308. | # include <string.h>
  309. | #endif
  310. | #if HAVE_STRINGS_H
  311. | # include <strings.h>
  312. | #endif
  313. | #if HAVE_INTTYPES_H
  314. | # include <inttypes.h>
  315. | #else
  316. | # if HAVE_STDINT_H
  317. | # include <stdint.h>
  318. | # endif
  319. | #endif
  320. | #if HAVE_UNISTD_H
  321. | # include <unistd.h>
  322. | #endif
  323. | #include <minix/config.h>
  324. configure:3365: result: no
  325. configure:3369: checking minix/config.h presence
  326. configure:3379: gcc -E conftest.c
  327. conftest.c:19:26: error: minix/config.h: No such file or directory
  328. configure:3385: $? = 1
  329. configure: failed program was:
  330. | /* confdefs.h. */
  331. |
  332. | #define PACKAGE_NAME "ices"
  333. | #define PACKAGE_TARNAME "ices"
  334. | #define PACKAGE_VERSION "0.4"
  335. | #define PACKAGE_STRING "ices 0.4"
  336. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  337. | #define STDC_HEADERS 1
  338. | #define HAVE_SYS_TYPES_H 1
  339. | #define HAVE_SYS_STAT_H 1
  340. | #define HAVE_STDLIB_H 1
  341. | #define HAVE_STRING_H 1
  342. | #define HAVE_MEMORY_H 1
  343. | #define HAVE_STRINGS_H 1
  344. | #define HAVE_INTTYPES_H 1
  345. | #define HAVE_STDINT_H 1
  346. | #define HAVE_UNISTD_H 1
  347. | /* end confdefs.h. */
  348. | #include <minix/config.h>
  349. configure:3405: result: no
  350. configure:3440: checking for minix/config.h
  351. configure:3447: result: no
  352. configure:3488: checking for an ANSI C-conforming const
  353. configure:3555: gcc -c -g -O2 -Wall conftest.c >&5
  354. conftest.c: In function 'main':
  355. conftest.c:46: warning: unused variable 's'
  356. conftest.c:66: warning: unused variable 'foo'
  357. conftest.c:33: warning: unused variable 'zero'
  358. conftest.c:27: warning: unused variable 'x'
  359. conftest.c:48: warning: 't' is used uninitialized in this function
  360. conftest.c:63: warning: 'b' is used uninitialized in this function
  361. configure:3561: $? = 0
  362. configure:3565: test -z
  363. || test ! -s conftest.err
  364. configure:3568: $? = 0
  365. configure:3571: test -s conftest.o
  366. configure:3574: $? = 0
  367. configure:3585: result: yes
  368. configure:3595: checking whether byte ordering is bigendian
  369. configure:3622: gcc -c -g -O2 -Wall conftest.c >&5
  370. configure:3628: $? = 0
  371. configure:3632: test -z
  372. || test ! -s conftest.err
  373. configure:3635: $? = 0
  374. configure:3638: test -s conftest.o
  375. configure:3641: $? = 0
  376. configure:3665: gcc -c -g -O2 -Wall conftest.c >&5
  377. conftest.c: In function 'main':
  378. conftest.c:26: error: 'not' undeclared (first use in this function)
  379. conftest.c:26: error: (Each undeclared identifier is reported only once
  380. conftest.c:26: error: for each function it appears in.)
  381. conftest.c:26: error: expected ';' before 'big'
  382. configure:3671: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h. */
  385. |
  386. | #define PACKAGE_NAME "ices"
  387. | #define PACKAGE_TARNAME "ices"
  388. | #define PACKAGE_VERSION "0.4"
  389. | #define PACKAGE_STRING "ices 0.4"
  390. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  391. | #define STDC_HEADERS 1
  392. | #define HAVE_SYS_TYPES_H 1
  393. | #define HAVE_SYS_STAT_H 1
  394. | #define HAVE_STDLIB_H 1
  395. | #define HAVE_STRING_H 1
  396. | #define HAVE_MEMORY_H 1
  397. | #define HAVE_STRINGS_H 1
  398. | #define HAVE_INTTYPES_H 1
  399. | #define HAVE_STDINT_H 1
  400. | #define HAVE_UNISTD_H 1
  401. | /* end confdefs.h. */
  402. | #include <sys/types.h>
  403. | #include <sys/param.h>
  404. |
  405. | int
  406. | main ()
  407. | {
  408. | #if BYTE_ORDER != BIG_ENDIAN
  409. | not big endian
  410. | #endif
  411. |
  412. | ;
  413. | return 0;
  414. | }
  415. configure:3806: result: no
  416. configure:3825: checking for inline
  417. configure:3846: gcc -c -g -O2 -Wall conftest.c >&5
  418. configure:3852: $? = 0
  419. configure:3856: test -z
  420. || test ! -s conftest.err
  421. configure:3859: $? = 0
  422. configure:3862: test -s conftest.o
  423. configure:3865: $? = 0
  424. configure:3877: result: inline
  425. configure:3898: checking for sys/wait.h that is POSIX.1 compatible
  426. configure:3929: gcc -c -g -O2 -Wall conftest.c >&5
  427. configure:3935: $? = 0
  428. configure:3939: test -z
  429. || test ! -s conftest.err
  430. configure:3942: $? = 0
  431. configure:3945: test -s conftest.o
  432. configure:3948: $? = 0
  433. configure:3959: result: yes
  434. configure:3992: checking errno.h usability
  435. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  436. configure:4010: $? = 0
  437. configure:4014: test -z
  438. || test ! -s conftest.err
  439. configure:4017: $? = 0
  440. configure:4020: test -s conftest.o
  441. configure:4023: $? = 0
  442. configure:4033: result: yes
  443. configure:4037: checking errno.h presence
  444. configure:4047: gcc -E conftest.c
  445. configure:4053: $? = 0
  446. configure:4073: result: yes
  447. configure:4108: checking for errno.h
  448. configure:4115: result: yes
  449. configure:3992: checking fcntl.h usability
  450. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  451. configure:4010: $? = 0
  452. configure:4014: test -z
  453. || test ! -s conftest.err
  454. configure:4017: $? = 0
  455. configure:4020: test -s conftest.o
  456. configure:4023: $? = 0
  457. configure:4033: result: yes
  458. configure:4037: checking fcntl.h presence
  459. configure:4047: gcc -E conftest.c
  460. configure:4053: $? = 0
  461. configure:4073: result: yes
  462. configure:4108: checking for fcntl.h
  463. configure:4115: result: yes
  464. configure:3992: checking signal.h usability
  465. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  466. configure:4010: $? = 0
  467. configure:4014: test -z
  468. || test ! -s conftest.err
  469. configure:4017: $? = 0
  470. configure:4020: test -s conftest.o
  471. configure:4023: $? = 0
  472. configure:4033: result: yes
  473. configure:4037: checking signal.h presence
  474. configure:4047: gcc -E conftest.c
  475. configure:4053: $? = 0
  476. configure:4073: result: yes
  477. configure:4108: checking for signal.h
  478. configure:4115: result: yes
  479. configure:3992: checking sys/signal.h usability
  480. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  481. configure:4010: $? = 0
  482. configure:4014: test -z
  483. || test ! -s conftest.err
  484. configure:4017: $? = 0
  485. configure:4020: test -s conftest.o
  486. configure:4023: $? = 0
  487. configure:4033: result: yes
  488. configure:4037: checking sys/signal.h presence
  489. configure:4047: gcc -E conftest.c
  490. configure:4053: $? = 0
  491. configure:4073: result: yes
  492. configure:4108: checking for sys/signal.h
  493. configure:4115: result: yes
  494. configure:3992: checking sys/socket.h usability
  495. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  496. configure:4010: $? = 0
  497. configure:4014: test -z
  498. || test ! -s conftest.err
  499. configure:4017: $? = 0
  500. configure:4020: test -s conftest.o
  501. configure:4023: $? = 0
  502. configure:4033: result: yes
  503. configure:4037: checking sys/socket.h presence
  504. configure:4047: gcc -E conftest.c
  505. configure:4053: $? = 0
  506. configure:4073: result: yes
  507. configure:4108: checking for sys/socket.h
  508. configure:4115: result: yes
  509. configure:3983: checking for sys/stat.h
  510. configure:3988: result: yes
  511. configure:3992: checking sys/time.h usability
  512. configure:4004: gcc -c -g -O2 -Wall conftest.c >&5
  513. configure:4010: $? = 0
  514. configure:4014: test -z
  515. || test ! -s conftest.err
  516. configure:4017: $? = 0
  517. configure:4020: test -s conftest.o
  518. configure:4023: $? = 0
  519. configure:4033: result: yes
  520. configure:4037: checking sys/time.h presence
  521. configure:4047: gcc -E conftest.c
  522. configure:4053: $? = 0
  523. configure:4073: result: yes
  524. configure:4108: checking for sys/time.h
  525. configure:4115: result: yes
  526. configure:3983: checking for sys/types.h
  527. configure:3988: result: yes
  528. configure:3983: checking for unistd.h
  529. configure:3988: result: yes
  530. configure:4128: checking whether time.h and sys/time.h may both be included
  531. configure:4153: gcc -c -g -O2 -Wall conftest.c >&5
  532. configure:4159: $? = 0
  533. configure:4163: test -z
  534. || test ! -s conftest.err
  535. configure:4166: $? = 0
  536. configure:4169: test -s conftest.o
  537. configure:4172: $? = 0
  538. configure:4183: result: yes
  539. configure:4194: checking for pid_t
  540. configure:4218: gcc -c -g -O2 -Wall conftest.c >&5
  541. configure:4224: $? = 0
  542. configure:4228: test -z
  543. || test ! -s conftest.err
  544. configure:4231: $? = 0
  545. configure:4234: test -s conftest.o
  546. configure:4237: $? = 0
  547. configure:4248: result: yes
  548. configure:4260: checking for size_t
  549. configure:4284: gcc -c -g -O2 -Wall conftest.c >&5
  550. configure:4290: $? = 0
  551. configure:4294: test -z
  552. || test ! -s conftest.err
  553. configure:4297: $? = 0
  554. configure:4300: test -s conftest.o
  555. configure:4303: $? = 0
  556. configure:4314: result: yes
  557. configure:4326: checking return type of signal handlers
  558. configure:4357: gcc -c -g -O2 -Wall conftest.c >&5
  559. conftest.c: In function 'main':
  560. conftest.c:44: warning: unused variable 'i'
  561. configure:4363: $? = 0
  562. configure:4367: test -z
  563. || test ! -s conftest.err
  564. configure:4370: $? = 0
  565. configure:4373: test -s conftest.o
  566. configure:4376: $? = 0
  567. configure:4387: result: void
  568. configure:4401: checking for strftime
  569. configure:4458: gcc -o conftest -g -O2 -Wall conftest.c >&5
  570. conftest.c:55: warning: conflicting types for built-in function 'strftime'
  571. configure:4464: $? = 0
  572. configure:4468: test -z
  573. || test ! -s conftest.err
  574. configure:4471: $? = 0
  575. configure:4474: test -s conftest
  576. configure:4477: $? = 0
  577. configure:4489: result: yes
  578. configure:4579: checking for vsnprintf
  579. configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
  580. conftest.c:56: warning: conflicting types for built-in function 'vsnprintf'
  581. configure:4642: $? = 0
  582. configure:4646: test -z
  583. || test ! -s conftest.err
  584. configure:4649: $? = 0
  585. configure:4652: test -s conftest
  586. configure:4655: $? = 0
  587. configure:4667: result: yes
  588. configure:4579: checking for setsid
  589. configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
  590. configure:4642: $? = 0
  591. configure:4646: test -z
  592. || test ! -s conftest.err
  593. configure:4649: $? = 0
  594. configure:4652: test -s conftest
  595. configure:4655: $? = 0
  596. configure:4667: result: yes
  597. configure:4579: checking for setlinebuf
  598. configure:4636: gcc -o conftest -g -O2 -Wall conftest.c >&5
  599. configure:4642: $? = 0
  600. configure:4646: test -z
  601. || test ! -s conftest.err
  602. configure:4649: $? = 0
  603. configure:4652: test -s conftest
  604. configure:4655: $? = 0
  605. configure:4667: result: yes
  606. configure:4680: checking whether build environment is sane
  607. configure:4723: result: yes
  608. configure:4767: checking for gawk
  609. configure:4796: result: no
  610. configure:4767: checking for mawk
  611. configure:4783: found /usr/bin/mawk
  612. configure:4793: result: mawk
  613. configure:4824: checking for style of include used by make
  614. configure:4852: result: GNU
  615. configure:5024: checking dependency style of gcc
  616. configure:5114: result: gcc3
  617. configure:5132: checking whether to enable maintainer-specific portions of Makefiles
  618. configure:5141: result: no
  619. configure:5230: checking for a sed that does not truncate output
  620. configure:5284: result: /bin/sed
  621. configure:5298: checking for ld used by gcc
  622. configure:5365: result: /usr/bin/ld
  623. configure:5374: checking if the linker (/usr/bin/ld) is GNU ld
  624. configure:5389: result: yes
  625. configure:5394: checking for /usr/bin/ld option to reload object files
  626. configure:5401: result: -r
  627. configure:5419: checking for BSD-compatible nm
  628. configure:5461: result: /usr/bin/nm -B
  629. configure:5465: checking whether ln -s works
  630. configure:5469: result: yes
  631. configure:5476: checking how to recognise dependent libraries
  632. configure:5657: result: pass_all
  633. configure:5741: gcc -c -g -O2 -Wall conftest.c >&5
  634. configure:5744: $? = 0
  635. configure:5879: checking dlfcn.h usability
  636. configure:5891: gcc -c -g -O2 -Wall conftest.c >&5
  637. configure:5897: $? = 0
  638. configure:5901: test -z
  639. || test ! -s conftest.err
  640. configure:5904: $? = 0
  641. configure:5907: test -s conftest.o
  642. configure:5910: $? = 0
  643. configure:5920: result: yes
  644. configure:5924: checking dlfcn.h presence
  645. configure:5934: gcc -E conftest.c
  646. configure:5940: $? = 0
  647. configure:5960: result: yes
  648. configure:5995: checking for dlfcn.h
  649. configure:6002: result: yes
  650. configure:6067: checking for g++
  651. configure:6096: result: no
  652. configure:6067: checking for c++
  653. configure:6096: result: no
  654. configure:6067: checking for gpp
  655. configure:6096: result: no
  656. configure:6067: checking for aCC
  657. configure:6096: result: no
  658. configure:6067: checking for CC
  659. configure:6096: result: no
  660. configure:6067: checking for cxx
  661. configure:6096: result: no
  662. configure:6067: checking for cc++
  663. configure:6096: result: no
  664. configure:6067: checking for cl
  665. configure:6096: result: no
  666. configure:6067: checking for FCC
  667. configure:6096: result: no
  668. configure:6067: checking for KCC
  669. configure:6096: result: no
  670. configure:6067: checking for RCC
  671. configure:6096: result: no
  672. configure:6067: checking for xlC_r
  673. configure:6096: result: no
  674. configure:6067: checking for xlC
  675. configure:6096: result: no
  676. configure:6109: checking for C++ compiler version
  677. configure:6112: g++ --version </dev/null >&5
  678. ./configure: line 6113: g++: command not found
  679. configure:6115: $? = 127
  680. configure:6117: g++ -v </dev/null >&5
  681. ./configure: line 6118: g++: command not found
  682. configure:6120: $? = 127
  683. configure:6122: g++ -V </dev/null >&5
  684. ./configure: line 6123: g++: command not found
  685. configure:6125: $? = 127
  686. configure:6128: checking whether we are using the GNU C++ compiler
  687. configure:6152: g++ -c conftest.cc >&5
  688. ./configure: line 6153: g++: command not found
  689. configure:6158: $? = 127
  690. configure: failed program was:
  691. | /* confdefs.h. */
  692. |
  693. | #define PACKAGE_NAME "ices"
  694. | #define PACKAGE_TARNAME "ices"
  695. | #define PACKAGE_VERSION "0.4"
  696. | #define PACKAGE_STRING "ices 0.4"
  697. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  698. | #define STDC_HEADERS 1
  699. | #define HAVE_SYS_TYPES_H 1
  700. | #define HAVE_SYS_STAT_H 1
  701. | #define HAVE_STDLIB_H 1
  702. | #define HAVE_STRING_H 1
  703. | #define HAVE_MEMORY_H 1
  704. | #define HAVE_STRINGS_H 1
  705. | #define HAVE_INTTYPES_H 1
  706. | #define HAVE_STDINT_H 1
  707. | #define HAVE_UNISTD_H 1
  708. | #define HAVE_SYS_WAIT_H 1
  709. | #define HAVE_ERRNO_H 1
  710. | #define HAVE_FCNTL_H 1
  711. | #define HAVE_SIGNAL_H 1
  712. | #define HAVE_SYS_SIGNAL_H 1
  713. | #define HAVE_SYS_SOCKET_H 1
  714. | #define HAVE_SYS_STAT_H 1
  715. | #define HAVE_SYS_TIME_H 1
  716. | #define HAVE_SYS_TYPES_H 1
  717. | #define HAVE_UNISTD_H 1
  718. | #define TIME_WITH_SYS_TIME 1
  719. | #define RETSIGTYPE void
  720. | #define HAVE_STRFTIME 1
  721. | #define HAVE_VSNPRINTF 1
  722. | #define HAVE_SETSID 1
  723. | #define HAVE_SETLINEBUF 1
  724. | #define PACKAGE "ices"
  725. | #define VERSION "0.4"
  726. | #define HAVE_DLFCN_H 1
  727. | /* end confdefs.h. */
  728. |
  729. | int
  730. | main ()
  731. | {
  732. | #ifndef __GNUC__
  733. | choke me
  734. | #endif
  735. |
  736. | ;
  737. | return 0;
  738. | }
  739. configure:6184: result: no
  740. configure:6190: checking whether g++ accepts -g
  741. configure:6211: g++ -c -g conftest.cc >&5
  742. ./configure: line 6212: g++: command not found
  743. configure:6217: $? = 127
  744. configure: failed program was:
  745. | /* confdefs.h. */
  746. |
  747. | #define PACKAGE_NAME "ices"
  748. | #define PACKAGE_TARNAME "ices"
  749. | #define PACKAGE_VERSION "0.4"
  750. | #define PACKAGE_STRING "ices 0.4"
  751. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  752. | #define STDC_HEADERS 1
  753. | #define HAVE_SYS_TYPES_H 1
  754. | #define HAVE_SYS_STAT_H 1
  755. | #define HAVE_STDLIB_H 1
  756. | #define HAVE_STRING_H 1
  757. | #define HAVE_MEMORY_H 1
  758. | #define HAVE_STRINGS_H 1
  759. | #define HAVE_INTTYPES_H 1
  760. | #define HAVE_STDINT_H 1
  761. | #define HAVE_UNISTD_H 1
  762. | #define HAVE_SYS_WAIT_H 1
  763. | #define HAVE_ERRNO_H 1
  764. | #define HAVE_FCNTL_H 1
  765. | #define HAVE_SIGNAL_H 1
  766. | #define HAVE_SYS_SIGNAL_H 1
  767. | #define HAVE_SYS_SOCKET_H 1
  768. | #define HAVE_SYS_STAT_H 1
  769. | #define HAVE_SYS_TIME_H 1
  770. | #define HAVE_SYS_TYPES_H 1
  771. | #define HAVE_UNISTD_H 1
  772. | #define TIME_WITH_SYS_TIME 1
  773. | #define RETSIGTYPE void
  774. | #define HAVE_STRFTIME 1
  775. | #define HAVE_VSNPRINTF 1
  776. | #define HAVE_SETSID 1
  777. | #define HAVE_SETLINEBUF 1
  778. | #define PACKAGE "ices"
  779. | #define VERSION "0.4"
  780. | #define HAVE_DLFCN_H 1
  781. | /* end confdefs.h. */
  782. |
  783. | int
  784. | main ()
  785. | {
  786. |
  787. | ;
  788. | return 0;
  789. | }
  790. configure:6241: result: no
  791. configure:6283: g++ -c conftest.cc >&5
  792. ./configure: line 6284: g++: command not found
  793. configure:6289: $? = 127
  794. configure: failed program was:
  795. | /* confdefs.h. */
  796. |
  797. | #define PACKAGE_NAME "ices"
  798. | #define PACKAGE_TARNAME "ices"
  799. | #define PACKAGE_VERSION "0.4"
  800. | #define PACKAGE_STRING "ices 0.4"
  801. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  802. | #define STDC_HEADERS 1
  803. | #define HAVE_SYS_TYPES_H 1
  804. | #define HAVE_SYS_STAT_H 1
  805. | #define HAVE_STDLIB_H 1
  806. | #define HAVE_STRING_H 1
  807. | #define HAVE_MEMORY_H 1
  808. | #define HAVE_STRINGS_H 1
  809. | #define HAVE_INTTYPES_H 1
  810. | #define HAVE_STDINT_H 1
  811. | #define HAVE_UNISTD_H 1
  812. | #define HAVE_SYS_WAIT_H 1
  813. | #define HAVE_ERRNO_H 1
  814. | #define HAVE_FCNTL_H 1
  815. | #define HAVE_SIGNAL_H 1
  816. | #define HAVE_SYS_SIGNAL_H 1
  817. | #define HAVE_SYS_SOCKET_H 1
  818. | #define HAVE_SYS_STAT_H 1
  819. | #define HAVE_SYS_TIME_H 1
  820. | #define HAVE_SYS_TYPES_H 1
  821. | #define HAVE_UNISTD_H 1
  822. | #define TIME_WITH_SYS_TIME 1
  823. | #define RETSIGTYPE void
  824. | #define HAVE_STRFTIME 1
  825. | #define HAVE_VSNPRINTF 1
  826. | #define HAVE_SETSID 1
  827. | #define HAVE_SETLINEBUF 1
  828. | #define PACKAGE "ices"
  829. | #define VERSION "0.4"
  830. | #define HAVE_DLFCN_H 1
  831. | /* end confdefs.h. */
  832. |
  833. | #include <stdlib.h>
  834. | int
  835. | main ()
  836. | {
  837. | exit (42);
  838. | ;
  839. | return 0;
  840. | }
  841. configure:6283: g++ -c conftest.cc >&5
  842. ./configure: line 6284: g++: command not found
  843. configure:6289: $? = 127
  844. configure: failed program was:
  845. | /* confdefs.h. */
  846. |
  847. | #define PACKAGE_NAME "ices"
  848. | #define PACKAGE_TARNAME "ices"
  849. | #define PACKAGE_VERSION "0.4"
  850. | #define PACKAGE_STRING "ices 0.4"
  851. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  852. | #define STDC_HEADERS 1
  853. | #define HAVE_SYS_TYPES_H 1
  854. | #define HAVE_SYS_STAT_H 1
  855. | #define HAVE_STDLIB_H 1
  856. | #define HAVE_STRING_H 1
  857. | #define HAVE_MEMORY_H 1
  858. | #define HAVE_STRINGS_H 1
  859. | #define HAVE_INTTYPES_H 1
  860. | #define HAVE_STDINT_H 1
  861. | #define HAVE_UNISTD_H 1
  862. | #define HAVE_SYS_WAIT_H 1
  863. | #define HAVE_ERRNO_H 1
  864. | #define HAVE_FCNTL_H 1
  865. | #define HAVE_SIGNAL_H 1
  866. | #define HAVE_SYS_SIGNAL_H 1
  867. | #define HAVE_SYS_SOCKET_H 1
  868. | #define HAVE_SYS_STAT_H 1
  869. | #define HAVE_SYS_TIME_H 1
  870. | #define HAVE_SYS_TYPES_H 1
  871. | #define HAVE_UNISTD_H 1
  872. | #define TIME_WITH_SYS_TIME 1
  873. | #define RETSIGTYPE void
  874. | #define HAVE_STRFTIME 1
  875. | #define HAVE_VSNPRINTF 1
  876. | #define HAVE_SETSID 1
  877. | #define HAVE_SETLINEBUF 1
  878. | #define PACKAGE "ices"
  879. | #define VERSION "0.4"
  880. | #define HAVE_DLFCN_H 1
  881. | /* end confdefs.h. */
  882. | extern "C" void std::exit (int) throw (); using std::exit;
  883. | #include <stdlib.h>
  884. | int
  885. | main ()
  886. | {
  887. | exit (42);
  888. | ;
  889. | return 0;
  890. | }
  891. configure:6283: g++ -c conftest.cc >&5
  892. ./configure: line 6284: g++: command not found
  893. configure:6289: $? = 127
  894. configure: failed program was:
  895. | /* confdefs.h. */
  896. |
  897. | #define PACKAGE_NAME "ices"
  898. | #define PACKAGE_TARNAME "ices"
  899. | #define PACKAGE_VERSION "0.4"
  900. | #define PACKAGE_STRING "ices 0.4"
  901. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_SYS_TYPES_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_STRING_H 1
  907. | #define HAVE_MEMORY_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_INTTYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define HAVE_SYS_WAIT_H 1
  913. | #define HAVE_ERRNO_H 1
  914. | #define HAVE_FCNTL_H 1
  915. | #define HAVE_SIGNAL_H 1
  916. | #define HAVE_SYS_SIGNAL_H 1
  917. | #define HAVE_SYS_SOCKET_H 1
  918. | #define HAVE_SYS_STAT_H 1
  919. | #define HAVE_SYS_TIME_H 1
  920. | #define HAVE_SYS_TYPES_H 1
  921. | #define HAVE_UNISTD_H 1
  922. | #define TIME_WITH_SYS_TIME 1
  923. | #define RETSIGTYPE void
  924. | #define HAVE_STRFTIME 1
  925. | #define HAVE_VSNPRINTF 1
  926. | #define HAVE_SETSID 1
  927. | #define HAVE_SETLINEBUF 1
  928. | #define PACKAGE "ices"
  929. | #define VERSION "0.4"
  930. | #define HAVE_DLFCN_H 1
  931. | /* end confdefs.h. */
  932. | extern "C" void std::exit (int); using std::exit;
  933. | #include <stdlib.h>
  934. | int
  935. | main ()
  936. | {
  937. | exit (42);
  938. | ;
  939. | return 0;
  940. | }
  941. configure:6283: g++ -c conftest.cc >&5
  942. ./configure: line 6284: g++: command not found
  943. configure:6289: $? = 127
  944. configure: failed program was:
  945. | /* confdefs.h. */
  946. |
  947. | #define PACKAGE_NAME "ices"
  948. | #define PACKAGE_TARNAME "ices"
  949. | #define PACKAGE_VERSION "0.4"
  950. | #define PACKAGE_STRING "ices 0.4"
  951. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  952. | #define STDC_HEADERS 1
  953. | #define HAVE_SYS_TYPES_H 1
  954. | #define HAVE_SYS_STAT_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_MEMORY_H 1
  958. | #define HAVE_STRINGS_H 1
  959. | #define HAVE_INTTYPES_H 1
  960. | #define HAVE_STDINT_H 1
  961. | #define HAVE_UNISTD_H 1
  962. | #define HAVE_SYS_WAIT_H 1
  963. | #define HAVE_ERRNO_H 1
  964. | #define HAVE_FCNTL_H 1
  965. | #define HAVE_SIGNAL_H 1
  966. | #define HAVE_SYS_SIGNAL_H 1
  967. | #define HAVE_SYS_SOCKET_H 1
  968. | #define HAVE_SYS_STAT_H 1
  969. | #define HAVE_SYS_TIME_H 1
  970. | #define HAVE_SYS_TYPES_H 1
  971. | #define HAVE_UNISTD_H 1
  972. | #define TIME_WITH_SYS_TIME 1
  973. | #define RETSIGTYPE void
  974. | #define HAVE_STRFTIME 1
  975. | #define HAVE_VSNPRINTF 1
  976. | #define HAVE_SETSID 1
  977. | #define HAVE_SETLINEBUF 1
  978. | #define PACKAGE "ices"
  979. | #define VERSION "0.4"
  980. | #define HAVE_DLFCN_H 1
  981. | /* end confdefs.h. */
  982. | extern "C" void exit (int) throw ();
  983. | #include <stdlib.h>
  984. | int
  985. | main ()
  986. | {
  987. | exit (42);
  988. | ;
  989. | return 0;
  990. | }
  991. configure:6283: g++ -c conftest.cc >&5
  992. ./configure: line 6284: g++: command not found
  993. configure:6289: $? = 127
  994. configure: failed program was:
  995. | /* confdefs.h. */
  996. |
  997. | #define PACKAGE_NAME "ices"
  998. | #define PACKAGE_TARNAME "ices"
  999. | #define PACKAGE_VERSION "0.4"
  1000. | #define PACKAGE_STRING "ices 0.4"
  1001. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1002. | #define STDC_HEADERS 1
  1003. | #define HAVE_SYS_TYPES_H 1
  1004. | #define HAVE_SYS_STAT_H 1
  1005. | #define HAVE_STDLIB_H 1
  1006. | #define HAVE_STRING_H 1
  1007. | #define HAVE_MEMORY_H 1
  1008. | #define HAVE_STRINGS_H 1
  1009. | #define HAVE_INTTYPES_H 1
  1010. | #define HAVE_STDINT_H 1
  1011. | #define HAVE_UNISTD_H 1
  1012. | #define HAVE_SYS_WAIT_H 1
  1013. | #define HAVE_ERRNO_H 1
  1014. | #define HAVE_FCNTL_H 1
  1015. | #define HAVE_SIGNAL_H 1
  1016. | #define HAVE_SYS_SIGNAL_H 1
  1017. | #define HAVE_SYS_SOCKET_H 1
  1018. | #define HAVE_SYS_STAT_H 1
  1019. | #define HAVE_SYS_TIME_H 1
  1020. | #define HAVE_SYS_TYPES_H 1
  1021. | #define HAVE_UNISTD_H 1
  1022. | #define TIME_WITH_SYS_TIME 1
  1023. | #define RETSIGTYPE void
  1024. | #define HAVE_STRFTIME 1
  1025. | #define HAVE_VSNPRINTF 1
  1026. | #define HAVE_SETSID 1
  1027. | #define HAVE_SETLINEBUF 1
  1028. | #define PACKAGE "ices"
  1029. | #define VERSION "0.4"
  1030. | #define HAVE_DLFCN_H 1
  1031. | /* end confdefs.h. */
  1032. | extern "C" void exit (int);
  1033. | #include <stdlib.h>
  1034. | int
  1035. | main ()
  1036. | {
  1037. | exit (42);
  1038. | ;
  1039. | return 0;
  1040. | }
  1041. configure:6283: g++ -c conftest.cc >&5
  1042. ./configure: line 6284: g++: command not found
  1043. configure:6289: $? = 127
  1044. configure: failed program was:
  1045. | /* confdefs.h. */
  1046. |
  1047. | #define PACKAGE_NAME "ices"
  1048. | #define PACKAGE_TARNAME "ices"
  1049. | #define PACKAGE_VERSION "0.4"
  1050. | #define PACKAGE_STRING "ices 0.4"
  1051. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1052. | #define STDC_HEADERS 1
  1053. | #define HAVE_SYS_TYPES_H 1
  1054. | #define HAVE_SYS_STAT_H 1
  1055. | #define HAVE_STDLIB_H 1
  1056. | #define HAVE_STRING_H 1
  1057. | #define HAVE_MEMORY_H 1
  1058. | #define HAVE_STRINGS_H 1
  1059. | #define HAVE_INTTYPES_H 1
  1060. | #define HAVE_STDINT_H 1
  1061. | #define HAVE_UNISTD_H 1
  1062. | #define HAVE_SYS_WAIT_H 1
  1063. | #define HAVE_ERRNO_H 1
  1064. | #define HAVE_FCNTL_H 1
  1065. | #define HAVE_SIGNAL_H 1
  1066. | #define HAVE_SYS_SIGNAL_H 1
  1067. | #define HAVE_SYS_SOCKET_H 1
  1068. | #define HAVE_SYS_STAT_H 1
  1069. | #define HAVE_SYS_TIME_H 1
  1070. | #define HAVE_SYS_TYPES_H 1
  1071. | #define HAVE_UNISTD_H 1
  1072. | #define TIME_WITH_SYS_TIME 1
  1073. | #define RETSIGTYPE void
  1074. | #define HAVE_STRFTIME 1
  1075. | #define HAVE_VSNPRINTF 1
  1076. | #define HAVE_SETSID 1
  1077. | #define HAVE_SETLINEBUF 1
  1078. | #define PACKAGE "ices"
  1079. | #define VERSION "0.4"
  1080. | #define HAVE_DLFCN_H 1
  1081. | /* end confdefs.h. */
  1082. | void exit (int);
  1083. | #include <stdlib.h>
  1084. | int
  1085. | main ()
  1086. | {
  1087. | exit (42);
  1088. | ;
  1089. | return 0;
  1090. | }
  1091. configure:6372: checking dependency style of g++
  1092. configure:6462: result: none
  1093. configure:6484: checking how to run the C++ preprocessor
  1094. configure:6515: g++ -E conftest.cc
  1095. ./configure: line 6516: g++: command not found
  1096. configure:6521: $? = 127
  1097. configure: failed program was:
  1098. | /* confdefs.h. */
  1099. |
  1100. | #define PACKAGE_NAME "ices"
  1101. | #define PACKAGE_TARNAME "ices"
  1102. | #define PACKAGE_VERSION "0.4"
  1103. | #define PACKAGE_STRING "ices 0.4"
  1104. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1105. | #define STDC_HEADERS 1
  1106. | #define HAVE_SYS_TYPES_H 1
  1107. | #define HAVE_SYS_STAT_H 1
  1108. | #define HAVE_STDLIB_H 1
  1109. | #define HAVE_STRING_H 1
  1110. | #define HAVE_MEMORY_H 1
  1111. | #define HAVE_STRINGS_H 1
  1112. | #define HAVE_INTTYPES_H 1
  1113. | #define HAVE_STDINT_H 1
  1114. | #define HAVE_UNISTD_H 1
  1115. | #define HAVE_SYS_WAIT_H 1
  1116. | #define HAVE_ERRNO_H 1
  1117. | #define HAVE_FCNTL_H 1
  1118. | #define HAVE_SIGNAL_H 1
  1119. | #define HAVE_SYS_SIGNAL_H 1
  1120. | #define HAVE_SYS_SOCKET_H 1
  1121. | #define HAVE_SYS_STAT_H 1
  1122. | #define HAVE_SYS_TIME_H 1
  1123. | #define HAVE_SYS_TYPES_H 1
  1124. | #define HAVE_UNISTD_H 1
  1125. | #define TIME_WITH_SYS_TIME 1
  1126. | #define RETSIGTYPE void
  1127. | #define HAVE_STRFTIME 1
  1128. | #define HAVE_VSNPRINTF 1
  1129. | #define HAVE_SETSID 1
  1130. | #define HAVE_SETLINEBUF 1
  1131. | #define PACKAGE "ices"
  1132. | #define VERSION "0.4"
  1133. | #define HAVE_DLFCN_H 1
  1134. | #ifdef __cplusplus
  1135. | void exit (int);
  1136. | #endif
  1137. | /* end confdefs.h. */
  1138. | #ifdef __STDC__
  1139. | # include <limits.h>
  1140. | #else
  1141. | # include <assert.h>
  1142. | #endif
  1143. | Syntax error
  1144. configure:6515: g++ -E conftest.cc
  1145. ./configure: line 6516: g++: command not found
  1146. configure:6521: $? = 127
  1147. configure: failed program was:
  1148. | /* confdefs.h. */
  1149. |
  1150. | #define PACKAGE_NAME "ices"
  1151. | #define PACKAGE_TARNAME "ices"
  1152. | #define PACKAGE_VERSION "0.4"
  1153. | #define PACKAGE_STRING "ices 0.4"
  1154. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1155. | #define STDC_HEADERS 1
  1156. | #define HAVE_SYS_TYPES_H 1
  1157. | #define HAVE_SYS_STAT_H 1
  1158. | #define HAVE_STDLIB_H 1
  1159. | #define HAVE_STRING_H 1
  1160. | #define HAVE_MEMORY_H 1
  1161. | #define HAVE_STRINGS_H 1
  1162. | #define HAVE_INTTYPES_H 1
  1163. | #define HAVE_STDINT_H 1
  1164. | #define HAVE_UNISTD_H 1
  1165. | #define HAVE_SYS_WAIT_H 1
  1166. | #define HAVE_ERRNO_H 1
  1167. | #define HAVE_FCNTL_H 1
  1168. | #define HAVE_SIGNAL_H 1
  1169. | #define HAVE_SYS_SIGNAL_H 1
  1170. | #define HAVE_SYS_SOCKET_H 1
  1171. | #define HAVE_SYS_STAT_H 1
  1172. | #define HAVE_SYS_TIME_H 1
  1173. | #define HAVE_SYS_TYPES_H 1
  1174. | #define HAVE_UNISTD_H 1
  1175. | #define TIME_WITH_SYS_TIME 1
  1176. | #define RETSIGTYPE void
  1177. | #define HAVE_STRFTIME 1
  1178. | #define HAVE_VSNPRINTF 1
  1179. | #define HAVE_SETSID 1
  1180. | #define HAVE_SETLINEBUF 1
  1181. | #define PACKAGE "ices"
  1182. | #define VERSION "0.4"
  1183. | #define HAVE_DLFCN_H 1
  1184. | #ifdef __cplusplus
  1185. | void exit (int);
  1186. | #endif
  1187. | /* end confdefs.h. */
  1188. | #ifdef __STDC__
  1189. | # include <limits.h>
  1190. | #else
  1191. | # include <assert.h>
  1192. | #endif
  1193. | Syntax error
  1194. configure:6515: /lib/cpp conftest.cc
  1195. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1196. configure:6521: $? = 1
  1197. configure: failed program was:
  1198. | /* confdefs.h. */
  1199. |
  1200. | #define PACKAGE_NAME "ices"
  1201. | #define PACKAGE_TARNAME "ices"
  1202. | #define PACKAGE_VERSION "0.4"
  1203. | #define PACKAGE_STRING "ices 0.4"
  1204. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1205. | #define STDC_HEADERS 1
  1206. | #define HAVE_SYS_TYPES_H 1
  1207. | #define HAVE_SYS_STAT_H 1
  1208. | #define HAVE_STDLIB_H 1
  1209. | #define HAVE_STRING_H 1
  1210. | #define HAVE_MEMORY_H 1
  1211. | #define HAVE_STRINGS_H 1
  1212. | #define HAVE_INTTYPES_H 1
  1213. | #define HAVE_STDINT_H 1
  1214. | #define HAVE_UNISTD_H 1
  1215. | #define HAVE_SYS_WAIT_H 1
  1216. | #define HAVE_ERRNO_H 1
  1217. | #define HAVE_FCNTL_H 1
  1218. | #define HAVE_SIGNAL_H 1
  1219. | #define HAVE_SYS_SIGNAL_H 1
  1220. | #define HAVE_SYS_SOCKET_H 1
  1221. | #define HAVE_SYS_STAT_H 1
  1222. | #define HAVE_SYS_TIME_H 1
  1223. | #define HAVE_SYS_TYPES_H 1
  1224. | #define HAVE_UNISTD_H 1
  1225. | #define TIME_WITH_SYS_TIME 1
  1226. | #define RETSIGTYPE void
  1227. | #define HAVE_STRFTIME 1
  1228. | #define HAVE_VSNPRINTF 1
  1229. | #define HAVE_SETSID 1
  1230. | #define HAVE_SETLINEBUF 1
  1231. | #define PACKAGE "ices"
  1232. | #define VERSION "0.4"
  1233. | #define HAVE_DLFCN_H 1
  1234. | #ifdef __cplusplus
  1235. | void exit (int);
  1236. | #endif
  1237. | /* end confdefs.h. */
  1238. | #ifdef __STDC__
  1239. | # include <limits.h>
  1240. | #else
  1241. | # include <assert.h>
  1242. | #endif
  1243. | Syntax error
  1244. configure:6515: /lib/cpp conftest.cc
  1245. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1246. configure:6521: $? = 1
  1247. configure: failed program was:
  1248. | /* confdefs.h. */
  1249. |
  1250. | #define PACKAGE_NAME "ices"
  1251. | #define PACKAGE_TARNAME "ices"
  1252. | #define PACKAGE_VERSION "0.4"
  1253. | #define PACKAGE_STRING "ices 0.4"
  1254. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1255. | #define STDC_HEADERS 1
  1256. | #define HAVE_SYS_TYPES_H 1
  1257. | #define HAVE_SYS_STAT_H 1
  1258. | #define HAVE_STDLIB_H 1
  1259. | #define HAVE_STRING_H 1
  1260. | #define HAVE_MEMORY_H 1
  1261. | #define HAVE_STRINGS_H 1
  1262. | #define HAVE_INTTYPES_H 1
  1263. | #define HAVE_STDINT_H 1
  1264. | #define HAVE_UNISTD_H 1
  1265. | #define HAVE_SYS_WAIT_H 1
  1266. | #define HAVE_ERRNO_H 1
  1267. | #define HAVE_FCNTL_H 1
  1268. | #define HAVE_SIGNAL_H 1
  1269. | #define HAVE_SYS_SIGNAL_H 1
  1270. | #define HAVE_SYS_SOCKET_H 1
  1271. | #define HAVE_SYS_STAT_H 1
  1272. | #define HAVE_SYS_TIME_H 1
  1273. | #define HAVE_SYS_TYPES_H 1
  1274. | #define HAVE_UNISTD_H 1
  1275. | #define TIME_WITH_SYS_TIME 1
  1276. | #define RETSIGTYPE void
  1277. | #define HAVE_STRFTIME 1
  1278. | #define HAVE_VSNPRINTF 1
  1279. | #define HAVE_SETSID 1
  1280. | #define HAVE_SETLINEBUF 1
  1281. | #define PACKAGE "ices"
  1282. | #define VERSION "0.4"
  1283. | #define HAVE_DLFCN_H 1
  1284. | #ifdef __cplusplus
  1285. | void exit (int);
  1286. | #endif
  1287. | /* end confdefs.h. */
  1288. | #ifdef __STDC__
  1289. | # include <limits.h>
  1290. | #else
  1291. | # include <assert.h>
  1292. | #endif
  1293. | Syntax error
  1294. configure:6598: result: /lib/cpp
  1295. configure:6622: /lib/cpp conftest.cc
  1296. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1297. configure:6628: $? = 1
  1298. configure: failed program was:
  1299. | /* confdefs.h. */
  1300. |
  1301. | #define PACKAGE_NAME "ices"
  1302. | #define PACKAGE_TARNAME "ices"
  1303. | #define PACKAGE_VERSION "0.4"
  1304. | #define PACKAGE_STRING "ices 0.4"
  1305. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1306. | #define STDC_HEADERS 1
  1307. | #define HAVE_SYS_TYPES_H 1
  1308. | #define HAVE_SYS_STAT_H 1
  1309. | #define HAVE_STDLIB_H 1
  1310. | #define HAVE_STRING_H 1
  1311. | #define HAVE_MEMORY_H 1
  1312. | #define HAVE_STRINGS_H 1
  1313. | #define HAVE_INTTYPES_H 1
  1314. | #define HAVE_STDINT_H 1
  1315. | #define HAVE_UNISTD_H 1
  1316. | #define HAVE_SYS_WAIT_H 1
  1317. | #define HAVE_ERRNO_H 1
  1318. | #define HAVE_FCNTL_H 1
  1319. | #define HAVE_SIGNAL_H 1
  1320. | #define HAVE_SYS_SIGNAL_H 1
  1321. | #define HAVE_SYS_SOCKET_H 1
  1322. | #define HAVE_SYS_STAT_H 1
  1323. | #define HAVE_SYS_TIME_H 1
  1324. | #define HAVE_SYS_TYPES_H 1
  1325. | #define HAVE_UNISTD_H 1
  1326. | #define TIME_WITH_SYS_TIME 1
  1327. | #define RETSIGTYPE void
  1328. | #define HAVE_STRFTIME 1
  1329. | #define HAVE_VSNPRINTF 1
  1330. | #define HAVE_SETSID 1
  1331. | #define HAVE_SETLINEBUF 1
  1332. | #define PACKAGE "ices"
  1333. | #define VERSION "0.4"
  1334. | #define HAVE_DLFCN_H 1
  1335. | #ifdef __cplusplus
  1336. | void exit (int);
  1337. | #endif
  1338. | /* end confdefs.h. */
  1339. | #ifdef __STDC__
  1340. | # include <limits.h>
  1341. | #else
  1342. | # include <assert.h>
  1343. | #endif
  1344. | Syntax error
  1345. configure:6622: /lib/cpp conftest.cc
  1346. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1347. configure:6628: $? = 1
  1348. configure: failed program was:
  1349. | /* confdefs.h. */
  1350. |
  1351. | #define PACKAGE_NAME "ices"
  1352. | #define PACKAGE_TARNAME "ices"
  1353. | #define PACKAGE_VERSION "0.4"
  1354. | #define PACKAGE_STRING "ices 0.4"
  1355. | #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1356. | #define STDC_HEADERS 1
  1357. | #define HAVE_SYS_TYPES_H 1
  1358. | #define HAVE_SYS_STAT_H 1
  1359. | #define HAVE_STDLIB_H 1
  1360. | #define HAVE_STRING_H 1
  1361. | #define HAVE_MEMORY_H 1
  1362. | #define HAVE_STRINGS_H 1
  1363. | #define HAVE_INTTYPES_H 1
  1364. | #define HAVE_STDINT_H 1
  1365. | #define HAVE_UNISTD_H 1
  1366. | #define HAVE_SYS_WAIT_H 1
  1367. | #define HAVE_ERRNO_H 1
  1368. | #define HAVE_FCNTL_H 1
  1369. | #define HAVE_SIGNAL_H 1
  1370. | #define HAVE_SYS_SIGNAL_H 1
  1371. | #define HAVE_SYS_SOCKET_H 1
  1372. | #define HAVE_SYS_STAT_H 1
  1373. | #define HAVE_SYS_TIME_H 1
  1374. | #define HAVE_SYS_TYPES_H 1
  1375. | #define HAVE_UNISTD_H 1
  1376. | #define TIME_WITH_SYS_TIME 1
  1377. | #define RETSIGTYPE void
  1378. | #define HAVE_STRFTIME 1
  1379. | #define HAVE_VSNPRINTF 1
  1380. | #define HAVE_SETSID 1
  1381. | #define HAVE_SETLINEBUF 1
  1382. | #define PACKAGE "ices"
  1383. | #define VERSION "0.4"
  1384. | #define HAVE_DLFCN_H 1
  1385. | #ifdef __cplusplus
  1386. | void exit (int);
  1387. | #endif
  1388. | /* end confdefs.h. */
  1389. | #ifdef __STDC__
  1390. | # include <limits.h>
  1391. | #else
  1392. | # include <assert.h>
  1393. | #endif
  1394. | Syntax error
  1395. configure:6697: error: C++ preprocessor "/lib/cpp" fails sanity check
  1396. See `config.log' for more details.
  1397.  
  1398. ## ---------------- ##
  1399. ## Cache variables. ##
  1400. ## ---------------- ##
  1401.  
  1402. ac_cv_build=x86_64-unknown-linux-gnu
  1403. ac_cv_build_alias=x86_64-unknown-linux-gnu
  1404. ac_cv_c_bigendian=no
  1405. ac_cv_c_compiler_gnu=yes
  1406. ac_cv_c_const=yes
  1407. ac_cv_c_inline=inline
  1408. ac_cv_cxx_compiler_gnu=no
  1409. ac_cv_env_CC_set=
  1410. ac_cv_env_CC_value=
  1411. ac_cv_env_CFLAGS_set=
  1412. ac_cv_env_CFLAGS_value=
  1413. ac_cv_env_CPPFLAGS_set=
  1414. ac_cv_env_CPPFLAGS_value=
  1415. ac_cv_env_CPP_set=
  1416. ac_cv_env_CPP_value=
  1417. ac_cv_env_CXXCPP_set=
  1418. ac_cv_env_CXXCPP_value=
  1419. ac_cv_env_CXXFLAGS_set=
  1420. ac_cv_env_CXXFLAGS_value=
  1421. ac_cv_env_CXX_set=
  1422. ac_cv_env_CXX_value=
  1423. ac_cv_env_F77_set=
  1424. ac_cv_env_F77_value=
  1425. ac_cv_env_FFLAGS_set=
  1426. ac_cv_env_FFLAGS_value=
  1427. ac_cv_env_LDFLAGS_set=
  1428. ac_cv_env_LDFLAGS_value=
  1429. ac_cv_env_build_alias_set=
  1430. ac_cv_env_build_alias_value=
  1431. ac_cv_env_host_alias_set=
  1432. ac_cv_env_host_alias_value=
  1433. ac_cv_env_target_alias_set=
  1434. ac_cv_env_target_alias_value=
  1435. ac_cv_exeext=
  1436. ac_cv_func_setlinebuf=yes
  1437. ac_cv_func_setsid=yes
  1438. ac_cv_func_strftime=yes
  1439. ac_cv_func_vsnprintf=yes
  1440. ac_cv_header_dlfcn_h=yes
  1441. ac_cv_header_errno_h=yes
  1442. ac_cv_header_fcntl_h=yes
  1443. ac_cv_header_inttypes_h=yes
  1444. ac_cv_header_memory_h=yes
  1445. ac_cv_header_minix_config_h=no
  1446. ac_cv_header_signal_h=yes
  1447. ac_cv_header_stdc=yes
  1448. ac_cv_header_stdint_h=yes
  1449. ac_cv_header_stdlib_h=yes
  1450. ac_cv_header_string_h=yes
  1451. ac_cv_header_strings_h=yes
  1452. ac_cv_header_sys_signal_h=yes
  1453. ac_cv_header_sys_socket_h=yes
  1454. ac_cv_header_sys_stat_h=yes
  1455. ac_cv_header_sys_time_h=yes
  1456. ac_cv_header_sys_types_h=yes
  1457. ac_cv_header_sys_wait_h=yes
  1458. ac_cv_header_time=yes
  1459. ac_cv_header_unistd_h=yes
  1460. ac_cv_host=x86_64-unknown-linux-gnu
  1461. ac_cv_host_alias=x86_64-unknown-linux-gnu
  1462. ac_cv_objext=o
  1463. ac_cv_path_install='/usr/bin/install -c'
  1464. ac_cv_prog_AWK=mawk
  1465. ac_cv_prog_CPP='gcc -E'
  1466. ac_cv_prog_CXXCPP=/lib/cpp
  1467. ac_cv_prog_ac_ct_CC=gcc
  1468. ac_cv_prog_cc_g=yes
  1469. ac_cv_prog_cc_stdc=
  1470. ac_cv_prog_cxx_g=no
  1471. ac_cv_prog_egrep='grep -E'
  1472. ac_cv_prog_make_make_set=yes
  1473. ac_cv_search_strerror='none required'
  1474. ac_cv_type_pid_t=yes
  1475. ac_cv_type_signal=void
  1476. ac_cv_type_size_t=yes
  1477. am_cv_CC_dependencies_compiler_type=gcc3
  1478. am_cv_CXX_dependencies_compiler_type=none
  1479. lt_cv_deplibs_check_method=pass_all
  1480. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1481. lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.11.1.so'
  1482. lt_cv_ld_reload_flag=-r
  1483. lt_cv_path_LD=/usr/bin/ld
  1484. lt_cv_path_NM='/usr/bin/nm -B'
  1485. lt_cv_path_SED=/bin/sed
  1486. lt_cv_prog_gnu_ld=yes
  1487.  
  1488. ## ----------------- ##
  1489. ## Output variables. ##
  1490. ## ----------------- ##
  1491.  
  1492. ACLOCAL='${SHELL} /root/ices-0.4/missing --run aclocal-1.8'
  1493. AMDEPBACKSLASH='\'
  1494. AMDEP_FALSE='#'
  1495. AMDEP_TRUE=''
  1496. AMTAR='${SHELL} /root/ices-0.4/missing --run tar'
  1497. AR=''
  1498. AUTOCONF='${SHELL} /root/ices-0.4/missing --run autoconf'
  1499. AUTOHEADER='${SHELL} /root/ices-0.4/missing --run autoheader'
  1500. AUTOMAKE='${SHELL} /root/ices-0.4/missing --run automake-1.8'
  1501. AWK='mawk'
  1502. CC='gcc'
  1503. CCDEPMODE='depmode=gcc3'
  1504. CFLAGS='-g -O2 -Wall'
  1505. CPP='gcc -E'
  1506. CPPFLAGS=''
  1507. CXX='g++'
  1508. CXXCPP='/lib/cpp'
  1509. CXXDEPMODE='depmode=none'
  1510. CXXFLAGS=''
  1511. CYGPATH_W='echo'
  1512. DEFS=''
  1513. DEPDIR='.deps'
  1514. ECHO='echo'
  1515. ECHO_C=''
  1516. ECHO_N='-n'
  1517. ECHO_T=''
  1518. EGREP='grep -E'
  1519. EXEEXT=''
  1520. F77=''
  1521. FFLAGS=''
  1522. ICES_OBJECTS=''
  1523. INSTALL_DATA='${INSTALL} -m 644'
  1524. INSTALL_PROGRAM='${INSTALL}'
  1525. INSTALL_SCRIPT='${INSTALL}'
  1526. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1527. LDFLAGS=''
  1528. LIBOBJS=''
  1529. LIBS=''
  1530. LIBTOOL=''
  1531. LIBTOOL_DEPS=''
  1532. LN_S='ln -s'
  1533. LTLIBOBJS=''
  1534. MAINT='#'
  1535. MAINTAINER_MODE_FALSE=''
  1536. MAINTAINER_MODE_TRUE='#'
  1537. MAKEINFO='${SHELL} /root/ices-0.4/missing --run makeinfo'
  1538. OBJEXT='o'
  1539. PACKAGE='ices'
  1540. PACKAGE_BUGREPORT='icecast@xiph.org'
  1541. PACKAGE_NAME='ices'
  1542. PACKAGE_STRING='ices 0.4'
  1543. PACKAGE_TARNAME='ices'
  1544. PACKAGE_VERSION='0.4'
  1545. PATH_SEPARATOR=':'
  1546. PKGCONFIG=''
  1547. PLAYLIST_OBJECTS=''
  1548. PYTHON=''
  1549. RANLIB=''
  1550. SET_MAKE=''
  1551. SHELL='/bin/bash'
  1552. SHOUTCONFIG=''
  1553. STRIP=''
  1554. USE_XML_FALSE=''
  1555. USE_XML_TRUE=''
  1556. VERSION='0.4'
  1557. XMLCONFIG=''
  1558. ac_ct_AR=''
  1559. ac_ct_CC='gcc'
  1560. ac_ct_CXX='g++'
  1561. ac_ct_F77=''
  1562. ac_ct_RANLIB=''
  1563. ac_ct_STRIP=''
  1564. am__fastdepCC_FALSE='#'
  1565. am__fastdepCC_TRUE=''
  1566. am__fastdepCXX_FALSE=''
  1567. am__fastdepCXX_TRUE='#'
  1568. am__include='include'
  1569. am__leading_dot='.'
  1570. am__quote=''
  1571. bindir='${exec_prefix}/bin'
  1572. build='x86_64-unknown-linux-gnu'
  1573. build_alias=''
  1574. build_cpu='x86_64'
  1575. build_os='linux-gnu'
  1576. build_vendor='unknown'
  1577. datadir='${prefix}/share'
  1578. docdir=''
  1579. exec_prefix='NONE'
  1580. host='x86_64-unknown-linux-gnu'
  1581. host_alias=''
  1582. host_cpu='x86_64'
  1583. host_os='linux-gnu'
  1584. host_vendor='unknown'
  1585. includedir='${prefix}/include'
  1586. infodir='${prefix}/info'
  1587. install_sh='/root/ices-0.4/install-sh'
  1588. libdir='${exec_prefix}/lib'
  1589. libexecdir='${exec_prefix}/libexec'
  1590. localstatedir='${prefix}/var'
  1591. mandir='${prefix}/man'
  1592. mkdir_p='mkdir -p -- .'
  1593. moddir=''
  1594. oldincludedir='/usr/include'
  1595. prefix='NONE'
  1596. program_transform_name='s,x,x,'
  1597. sbindir='${exec_prefix}/sbin'
  1598. sharedstatedir='${prefix}/com'
  1599. sysconfdir='${prefix}/etc'
  1600. target_alias=''
  1601.  
  1602. ## ----------- ##
  1603. ## confdefs.h. ##
  1604. ## ----------- ##
  1605.  
  1606. #define HAVE_DLFCN_H 1
  1607. #define HAVE_ERRNO_H 1
  1608. #define HAVE_FCNTL_H 1
  1609. #define HAVE_INTTYPES_H 1
  1610. #define HAVE_MEMORY_H 1
  1611. #define HAVE_SETLINEBUF 1
  1612. #define HAVE_SETSID 1
  1613. #define HAVE_SIGNAL_H 1
  1614. #define HAVE_STDINT_H 1
  1615. #define HAVE_STDLIB_H 1
  1616. #define HAVE_STRFTIME 1
  1617. #define HAVE_STRINGS_H 1
  1618. #define HAVE_STRING_H 1
  1619. #define HAVE_SYS_SIGNAL_H 1
  1620. #define HAVE_SYS_SOCKET_H 1
  1621. #define HAVE_SYS_STAT_H 1
  1622. #define HAVE_SYS_STAT_H 1
  1623. #define HAVE_SYS_TIME_H 1
  1624. #define HAVE_SYS_TYPES_H 1
  1625. #define HAVE_SYS_TYPES_H 1
  1626. #define HAVE_SYS_WAIT_H 1
  1627. #define HAVE_UNISTD_H 1
  1628. #define HAVE_UNISTD_H 1
  1629. #define HAVE_VSNPRINTF 1
  1630. #define PACKAGE "ices"
  1631. #define PACKAGE_BUGREPORT "icecast@xiph.org"
  1632. #define PACKAGE_NAME "ices"
  1633. #define PACKAGE_STRING "ices 0.4"
  1634. #define PACKAGE_TARNAME "ices"
  1635. #define PACKAGE_VERSION "0.4"
  1636. #define RETSIGTYPE void
  1637. #define STDC_HEADERS 1
  1638. #define TIME_WITH_SYS_TIME 1
  1639. #define VERSION "0.4"
  1640. #endif
  1641. #ifdef __cplusplus
  1642. void exit (int);
  1643.  
  1644. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement