Advertisement
spiky001

libcanberra log file

Jun 6th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.60 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 libcanberra configure 0.18, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --sysconfdir=/etc --with-gconf-schema-file-dir=/etc/gnome/2.30.2/gconf/schemas
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = planet-spike
  14. uname -m = i686
  15. uname -r = 2.6.38.3
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Apr 26 21:49:56 BST 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33. PATH: /usr/x11R6/bin
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2241: checking for a BSD-compatible install
  41. configure:2309: result: /usr/bin/install -c
  42. configure:2320: checking whether build environment is sane
  43. configure:2380: result: yes
  44. configure:2521: checking for a thread-safe mkdir -p
  45. configure:2560: result: /bin/mkdir -p
  46. configure:2573: checking for gawk
  47. configure:2589: found /usr/bin/gawk
  48. configure:2600: result: gawk
  49. configure:2611: checking whether make sets $(MAKE)
  50. configure:2633: result: yes
  51. configure:2730: checking build system type
  52. configure:2748: result: i686-pc-linux-gnu
  53. configure:2770: checking host system type
  54. configure:2785: result: i686-pc-linux-gnu
  55. configure:2834: checking for a thread-safe mkdir -p
  56. configure:2873: result: /bin/mkdir -p
  57. configure:2927: checking for gcc
  58. configure:2943: found /usr/bin/gcc
  59. configure:2954: result: gcc
  60. configure:3186: checking for C compiler version
  61. configure:3194: gcc --version >&5
  62. gcc (GCC) 4.5.1
  63. Copyright (C) 2010 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3198: $? = 0
  68. configure:3205: gcc -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=gcc
  71. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
  72. Target: i686-pc-linux-gnu
  73. Configured with: ../gcc-4.5.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
  74. Thread model: posix
  75. gcc version 4.5.1 (GCC)
  76. configure:3209: $? = 0
  77. configure:3216: gcc -V >&5
  78. gcc: '-V' option must have argument
  79. configure:3220: $? = 1
  80. configure:3243: checking for C compiler default output file name
  81. configure:3265: gcc conftest.c >&5
  82. configure:3269: $? = 0
  83. configure:3307: result: a.out
  84. configure:3326: checking whether the C compiler works
  85. configure:3336: ./a.out
  86. configure:3340: $? = 0
  87. configure:3359: result: yes
  88. configure:3366: checking whether we are cross compiling
  89. configure:3368: result: no
  90. configure:3371: checking for suffix of executables
  91. configure:3378: gcc -o conftest conftest.c >&5
  92. configure:3382: $? = 0
  93. configure:3408: result:
  94. configure:3414: checking for suffix of object files
  95. configure:3440: gcc -c conftest.c >&5
  96. configure:3444: $? = 0
  97. configure:3469: result: o
  98. configure:3473: checking whether we are using the GNU C compiler
  99. configure:3502: gcc -c conftest.c >&5
  100. configure:3509: $? = 0
  101. configure:3526: result: yes
  102. configure:3535: checking whether gcc accepts -g
  103. configure:3565: gcc -c -g conftest.c >&5
  104. configure:3572: $? = 0
  105. configure:3673: result: yes
  106. configure:3690: checking for gcc option to accept ISO C89
  107. configure:3764: gcc -c -g -O2 conftest.c >&5
  108. configure:3771: $? = 0
  109. configure:3794: result: none needed
  110. configure:3823: checking for style of include used by make
  111. configure:3851: result: GNU
  112. configure:3876: checking dependency style of gcc
  113. configure:3986: result: gcc3
  114. configure:4001: checking for gcc option to accept ISO C99
  115. configure:4160: gcc -c -g -O2 conftest.c >&5
  116. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  117. conftest.c: In function 'main':
  118. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  119. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  120. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  121. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  122. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  123. configure:4167: $? = 1
  124. configure: failed program was:
  125. | /* confdefs.h. */
  126. | #define PACKAGE_NAME "libcanberra"
  127. | #define PACKAGE_TARNAME "libcanberra"
  128. | #define PACKAGE_VERSION "0.18"
  129. | #define PACKAGE_STRING "libcanberra 0.18"
  130. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  131. | #define PACKAGE "libcanberra"
  132. | #define VERSION "0.18"
  133. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  134. | /* end confdefs.h. */
  135. | #include <stdarg.h>
  136. | #include <stdbool.h>
  137. | #include <stdlib.h>
  138. | #include <wchar.h>
  139. | #include <stdio.h>
  140. |
  141. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  142. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  143. | #define showlist(...) puts (#__VA_ARGS__)
  144. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  145. | static void
  146. | test_varargs_macros (void)
  147. | {
  148. | int x = 1234;
  149. | int y = 5678;
  150. | debug ("Flag");
  151. | debug ("X = %d\n", x);
  152. | showlist (The first, second, and third items.);
  153. | report (x>y, "x is %d but y is %d", x, y);
  154. | }
  155. |
  156. | // Check long long types.
  157. | #define BIG64 18446744073709551615ull
  158. | #define BIG32 4294967295ul
  159. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  160. | #if !BIG_OK
  161. | your preprocessor is broken;
  162. | #endif
  163. | #if BIG_OK
  164. | #else
  165. | your preprocessor is broken;
  166. | #endif
  167. | static long long int bignum = -9223372036854775807LL;
  168. | static unsigned long long int ubignum = BIG64;
  169. |
  170. | struct incomplete_array
  171. | {
  172. | int datasize;
  173. | double data[];
  174. | };
  175. |
  176. | struct named_init {
  177. | int number;
  178. | const wchar_t *name;
  179. | double average;
  180. | };
  181. |
  182. | typedef const char *ccp;
  183. |
  184. | static inline int
  185. | test_restrict (ccp restrict text)
  186. | {
  187. | // See if C++-style comments work.
  188. | // Iterate through items via the restricted pointer.
  189. | // Also check for declarations in for loops.
  190. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  191. | continue;
  192. | return 0;
  193. | }
  194. |
  195. | // Check varargs and va_copy.
  196. | static void
  197. | test_varargs (const char *format, ...)
  198. | {
  199. | va_list args;
  200. | va_start (args, format);
  201. | va_list args_copy;
  202. | va_copy (args_copy, args);
  203. |
  204. | const char *str;
  205. | int number;
  206. | float fnumber;
  207. |
  208. | while (*format)
  209. | {
  210. | switch (*format++)
  211. | {
  212. | case 's': // string
  213. | str = va_arg (args_copy, const char *);
  214. | break;
  215. | case 'd': // int
  216. | number = va_arg (args_copy, int);
  217. | break;
  218. | case 'f': // float
  219. | fnumber = va_arg (args_copy, double);
  220. | break;
  221. | default:
  222. | break;
  223. | }
  224. | }
  225. | va_end (args_copy);
  226. | va_end (args);
  227. | }
  228. |
  229. | int
  230. | main ()
  231. | {
  232. |
  233. | // Check bool.
  234. | _Bool success = false;
  235. |
  236. | // Check restrict.
  237. | if (test_restrict ("String literal") == 0)
  238. | success = true;
  239. | char *restrict newvar = "Another string";
  240. |
  241. | // Check varargs.
  242. | test_varargs ("s, d' f .", "string", 65, 34.234);
  243. | test_varargs_macros ();
  244. |
  245. | // Check flexible array members.
  246. | struct incomplete_array *ia =
  247. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  248. | ia->datasize = 10;
  249. | for (int i = 0; i < ia->datasize; ++i)
  250. | ia->data[i] = i * 1.234;
  251. |
  252. | // Check named initializers.
  253. | struct named_init ni = {
  254. | .number = 34,
  255. | .name = L"Test wide string",
  256. | .average = 543.34343,
  257. | };
  258. |
  259. | ni.number = 58;
  260. |
  261. | int dynamic_array[ni.number];
  262. | dynamic_array[ni.number - 1] = 543;
  263. |
  264. | // work around unused variable warnings
  265. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  266. | || dynamic_array[ni.number - 1] != 543);
  267. |
  268. | ;
  269. | return 0;
  270. | }
  271. configure:4160: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  272. configure:4167: $? = 0
  273. configure:4197: result: -std=gnu99
  274. configure:4204: checking whether gcc -std=gnu99 and cc understand -c and -o together
  275. configure:4239: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  276. configure:4243: $? = 0
  277. configure:4249: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  278. configure:4253: $? = 0
  279. configure:4264: cc -c conftest.c >&5
  280. configure:4268: $? = 0
  281. configure:4276: cc -c conftest.c -o conftest2.o >&5
  282. configure:4280: $? = 0
  283. configure:4286: cc -c conftest.c -o conftest2.o >&5
  284. configure:4290: $? = 0
  285. configure:4308: result: yes
  286. configure:4341: checking how to run the C preprocessor
  287. configure:4381: gcc -std=gnu99 -E conftest.c
  288. configure:4388: $? = 0
  289. configure:4419: gcc -std=gnu99 -E conftest.c
  290. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  291. compilation terminated.
  292. configure:4426: $? = 1
  293. configure: failed program was:
  294. | /* confdefs.h. */
  295. | #define PACKAGE_NAME "libcanberra"
  296. | #define PACKAGE_TARNAME "libcanberra"
  297. | #define PACKAGE_VERSION "0.18"
  298. | #define PACKAGE_STRING "libcanberra 0.18"
  299. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  300. | #define PACKAGE "libcanberra"
  301. | #define VERSION "0.18"
  302. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  303. | /* end confdefs.h. */
  304. | #include <ac_nonexistent.h>
  305. configure:4459: result: gcc -std=gnu99 -E
  306. configure:4488: gcc -std=gnu99 -E conftest.c
  307. configure:4495: $? = 0
  308. configure:4526: gcc -std=gnu99 -E conftest.c
  309. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  310. compilation terminated.
  311. configure:4533: $? = 1
  312. configure: failed program was:
  313. | /* confdefs.h. */
  314. | #define PACKAGE_NAME "libcanberra"
  315. | #define PACKAGE_TARNAME "libcanberra"
  316. | #define PACKAGE_VERSION "0.18"
  317. | #define PACKAGE_STRING "libcanberra 0.18"
  318. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  319. | #define PACKAGE "libcanberra"
  320. | #define VERSION "0.18"
  321. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  322. | /* end confdefs.h. */
  323. | #include <ac_nonexistent.h>
  324. configure:4573: checking for grep that handles long lines and -e
  325. configure:4633: result: /bin/grep
  326. configure:4638: checking for egrep
  327. configure:4702: result: /bin/grep -E
  328. configure:4708: checking whether gcc -std=gnu99 needs -traditional
  329. configure:4750: result: no
  330. configure:4757: checking for ANSI C header files
  331. configure:4787: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  332. configure:4794: $? = 0
  333. configure:4893: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  334. configure:4897: $? = 0
  335. configure:4903: ./conftest
  336. configure:4907: $? = 0
  337. configure:4925: result: yes
  338. configure:4949: checking for sys/types.h
  339. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  340. configure:4977: $? = 0
  341. configure:4994: result: yes
  342. configure:4949: checking for sys/stat.h
  343. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  344. configure:4977: $? = 0
  345. configure:4994: result: yes
  346. configure:4949: checking for stdlib.h
  347. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  348. configure:4977: $? = 0
  349. configure:4994: result: yes
  350. configure:4949: checking for string.h
  351. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  352. configure:4977: $? = 0
  353. configure:4994: result: yes
  354. configure:4949: checking for memory.h
  355. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  356. configure:4977: $? = 0
  357. configure:4994: result: yes
  358. configure:4949: checking for strings.h
  359. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  360. configure:4977: $? = 0
  361. configure:4994: result: yes
  362. configure:4949: checking for inttypes.h
  363. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  364. configure:4977: $? = 0
  365. configure:4994: result: yes
  366. configure:4949: checking for stdint.h
  367. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  368. configure:4977: $? = 0
  369. configure:4994: result: yes
  370. configure:4949: checking for unistd.h
  371. configure:4970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  372. configure:4977: $? = 0
  373. configure:4994: result: yes
  374. configure:5019: checking minix/config.h usability
  375. configure:5036: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  376. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  377. compilation terminated.
  378. configure:5043: $? = 1
  379. configure: failed program was:
  380. | /* confdefs.h. */
  381. | #define PACKAGE_NAME "libcanberra"
  382. | #define PACKAGE_TARNAME "libcanberra"
  383. | #define PACKAGE_VERSION "0.18"
  384. | #define PACKAGE_STRING "libcanberra 0.18"
  385. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  386. | #define PACKAGE "libcanberra"
  387. | #define VERSION "0.18"
  388. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  389. | #define STDC_HEADERS 1
  390. | #define HAVE_SYS_TYPES_H 1
  391. | #define HAVE_SYS_STAT_H 1
  392. | #define HAVE_STDLIB_H 1
  393. | #define HAVE_STRING_H 1
  394. | #define HAVE_MEMORY_H 1
  395. | #define HAVE_STRINGS_H 1
  396. | #define HAVE_INTTYPES_H 1
  397. | #define HAVE_STDINT_H 1
  398. | #define HAVE_UNISTD_H 1
  399. | /* end confdefs.h. */
  400. | #include <stdio.h>
  401. | #ifdef HAVE_SYS_TYPES_H
  402. | # include <sys/types.h>
  403. | #endif
  404. | #ifdef HAVE_SYS_STAT_H
  405. | # include <sys/stat.h>
  406. | #endif
  407. | #ifdef STDC_HEADERS
  408. | # include <stdlib.h>
  409. | # include <stddef.h>
  410. | #else
  411. | # ifdef HAVE_STDLIB_H
  412. | # include <stdlib.h>
  413. | # endif
  414. | #endif
  415. | #ifdef HAVE_STRING_H
  416. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  417. | # include <memory.h>
  418. | # endif
  419. | # include <string.h>
  420. | #endif
  421. | #ifdef HAVE_STRINGS_H
  422. | # include <strings.h>
  423. | #endif
  424. | #ifdef HAVE_INTTYPES_H
  425. | # include <inttypes.h>
  426. | #endif
  427. | #ifdef HAVE_STDINT_H
  428. | # include <stdint.h>
  429. | #endif
  430. | #ifdef HAVE_UNISTD_H
  431. | # include <unistd.h>
  432. | #endif
  433. | #include <minix/config.h>
  434. configure:5057: result: no
  435. configure:5061: checking minix/config.h presence
  436. configure:5076: gcc -std=gnu99 -E conftest.c
  437. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  438. compilation terminated.
  439. configure:5083: $? = 1
  440. configure: failed program was:
  441. | /* confdefs.h. */
  442. | #define PACKAGE_NAME "libcanberra"
  443. | #define PACKAGE_TARNAME "libcanberra"
  444. | #define PACKAGE_VERSION "0.18"
  445. | #define PACKAGE_STRING "libcanberra 0.18"
  446. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  447. | #define PACKAGE "libcanberra"
  448. | #define VERSION "0.18"
  449. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  450. | #define STDC_HEADERS 1
  451. | #define HAVE_SYS_TYPES_H 1
  452. | #define HAVE_SYS_STAT_H 1
  453. | #define HAVE_STDLIB_H 1
  454. | #define HAVE_STRING_H 1
  455. | #define HAVE_MEMORY_H 1
  456. | #define HAVE_STRINGS_H 1
  457. | #define HAVE_INTTYPES_H 1
  458. | #define HAVE_STDINT_H 1
  459. | #define HAVE_UNISTD_H 1
  460. | /* end confdefs.h. */
  461. | #include <minix/config.h>
  462. configure:5097: result: no
  463. configure:5130: checking for minix/config.h
  464. configure:5137: result: no
  465. configure:5168: checking whether it is safe to define __EXTENSIONS__
  466. configure:5196: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  467. configure:5203: $? = 0
  468. configure:5218: result: yes
  469. configure:5303: checking for g++
  470. configure:5319: found /usr/bin/g++
  471. configure:5330: result: g++
  472. configure:5357: checking for C++ compiler version
  473. configure:5365: g++ --version >&5
  474. g++ (GCC) 4.5.1
  475. Copyright (C) 2010 Free Software Foundation, Inc.
  476. This is free software; see the source for copying conditions. There is NO
  477. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  478.  
  479. configure:5369: $? = 0
  480. configure:5376: g++ -v >&5
  481. Using built-in specs.
  482. COLLECT_GCC=g++
  483. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
  484. Target: i686-pc-linux-gnu
  485. Configured with: ../gcc-4.5.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
  486. Thread model: posix
  487. gcc version 4.5.1 (GCC)
  488. configure:5380: $? = 0
  489. configure:5387: g++ -V >&5
  490. g++: '-V' option must have argument
  491. configure:5391: $? = 1
  492. configure:5394: checking whether we are using the GNU C++ compiler
  493. configure:5423: g++ -c conftest.cpp >&5
  494. configure:5430: $? = 0
  495. configure:5447: result: yes
  496. configure:5456: checking whether g++ accepts -g
  497. configure:5486: g++ -c -g conftest.cpp >&5
  498. configure:5493: $? = 0
  499. configure:5594: result: yes
  500. configure:5619: checking dependency style of g++
  501. configure:5729: result: gcc3
  502. configure:5749: checking if gcc -std=gnu99 supports -Wall flag
  503. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
  504. configure:5776: $? = 0
  505. configure:5800: result: yes
  506. configure:5749: checking if gcc -std=gnu99 supports -W flag
  507. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5
  508. configure:5776: $? = 0
  509. configure:5800: result: yes
  510. configure:5749: checking if gcc -std=gnu99 supports -Wextra flag
  511. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra conftest.c >&5
  512. configure:5776: $? = 0
  513. configure:5800: result: yes
  514. configure:5749: checking if gcc -std=gnu99 supports -pedantic flag
  515. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic conftest.c >&5
  516. configure:5776: $? = 0
  517. configure:5800: result: yes
  518. configure:5749: checking if gcc -std=gnu99 supports -pipe flag
  519. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe conftest.c >&5
  520. configure:5776: $? = 0
  521. configure:5800: result: yes
  522. configure:5749: checking if gcc -std=gnu99 supports -Wno-long-long flag
  523. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long conftest.c >&5
  524. configure:5776: $? = 0
  525. configure:5800: result: yes
  526. configure:5749: checking if gcc -std=gnu99 supports -Winline flag
  527. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline conftest.c >&5
  528. configure:5776: $? = 0
  529. configure:5800: result: yes
  530. configure:5749: checking if gcc -std=gnu99 supports -Wvla flag
  531. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla conftest.c >&5
  532. configure:5776: $? = 0
  533. configure:5800: result: yes
  534. configure:5749: checking if gcc -std=gnu99 supports -Wno-overlength-strings flag
  535. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings conftest.c >&5
  536. configure:5776: $? = 0
  537. configure:5800: result: yes
  538. configure:5749: checking if gcc -std=gnu99 supports -Wunsafe-loop-optimizations flag
  539. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations conftest.c >&5
  540. configure:5776: $? = 0
  541. configure:5800: result: yes
  542. configure:5749: checking if gcc -std=gnu99 supports -Wundef flag
  543. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef conftest.c >&5
  544. configure:5776: $? = 0
  545. configure:5800: result: yes
  546. configure:5749: checking if gcc -std=gnu99 supports -Wformat=2 flag
  547. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 conftest.c >&5
  548. configure:5776: $? = 0
  549. configure:5800: result: yes
  550. configure:5749: checking if gcc -std=gnu99 supports -Wlogical-op flag
  551. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op conftest.c >&5
  552. configure:5776: $? = 0
  553. configure:5800: result: yes
  554. configure:5749: checking if gcc -std=gnu99 supports -Wsign-compare flag
  555. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare conftest.c >&5
  556. configure:5776: $? = 0
  557. configure:5800: result: yes
  558. configure:5749: checking if gcc -std=gnu99 supports -Wpacked flag
  559. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked conftest.c >&5
  560. configure:5776: $? = 0
  561. configure:5800: result: yes
  562. configure:5749: checking if gcc -std=gnu99 supports -Wformat-security flag
  563. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security conftest.c >&5
  564. configure:5776: $? = 0
  565. configure:5800: result: yes
  566. configure:5749: checking if gcc -std=gnu99 supports -Wmissing-include-dirs flag
  567. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs conftest.c >&5
  568. configure:5776: $? = 0
  569. configure:5800: result: yes
  570. configure:5749: checking if gcc -std=gnu99 supports -Wformat-nonliteral flag
  571. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral conftest.c >&5
  572. configure:5776: $? = 0
  573. configure:5800: result: yes
  574. configure:5749: checking if gcc -std=gnu99 supports -Wold-style-definition flag
  575. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition conftest.c >&5
  576. configure:5776: $? = 0
  577. configure:5800: result: yes
  578. configure:5749: checking if gcc -std=gnu99 supports -Wpointer-arith flag
  579. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith conftest.c >&5
  580. configure:5776: $? = 0
  581. configure:5800: result: yes
  582. configure:5749: checking if gcc -std=gnu99 supports -Winit-self flag
  583. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self conftest.c >&5
  584. configure:5776: $? = 0
  585. configure:5800: result: yes
  586. configure:5749: checking if gcc -std=gnu99 supports -Wdeclaration-after-statement flag
  587. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement conftest.c >&5
  588. configure:5776: $? = 0
  589. configure:5800: result: yes
  590. configure:5749: checking if gcc -std=gnu99 supports -Wfloat-equal flag
  591. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal conftest.c >&5
  592. configure:5776: $? = 0
  593. configure:5800: result: yes
  594. configure:5749: checking if gcc -std=gnu99 supports -Wmissing-declarations flag
  595. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations conftest.c >&5
  596. configure:5776: $? = 0
  597. configure:5800: result: yes
  598. configure:5749: checking if gcc -std=gnu99 supports -Wmissing-prototypes flag
  599. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
  600. configure:5776: $? = 0
  601. configure:5800: result: yes
  602. configure:5749: checking if gcc -std=gnu99 supports -Wstrict-prototypes flag
  603. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes conftest.c >&5
  604. configure:5776: $? = 0
  605. configure:5800: result: yes
  606. configure:5749: checking if gcc -std=gnu99 supports -Wredundant-decls flag
  607. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls conftest.c >&5
  608. configure:5776: $? = 0
  609. configure:5800: result: yes
  610. configure:5749: checking if gcc -std=gnu99 supports -Wmissing-noreturn flag
  611. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn conftest.c >&5
  612. configure:5776: $? = 0
  613. configure:5800: result: yes
  614. configure:5749: checking if gcc -std=gnu99 supports -Wshadow flag
  615. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow conftest.c >&5
  616. configure:5776: $? = 0
  617. configure:5800: result: yes
  618. configure:5749: checking if gcc -std=gnu99 supports -Wendif-labels flag
  619. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels conftest.c >&5
  620. configure:5776: $? = 0
  621. configure:5800: result: yes
  622. configure:5749: checking if gcc -std=gnu99 supports -Wstrict-aliasing=2 flag
  623. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 conftest.c >&5
  624. configure:5776: $? = 0
  625. configure:5800: result: yes
  626. configure:5749: checking if gcc -std=gnu99 supports -Wcast-align flag
  627. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align conftest.c >&5
  628. configure:5776: $? = 0
  629. configure:5800: result: yes
  630. configure:5749: checking if gcc -std=gnu99 supports -Wwrite-strings flag
  631. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings conftest.c >&5
  632. configure:5776: $? = 0
  633. configure:5800: result: yes
  634. configure:5749: checking if gcc -std=gnu99 supports -Winline flag
  635. configure:5800: result: yes
  636. configure:5749: checking if gcc -std=gnu99 supports -Wno-unused-parameter flag
  637. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
  638. configure:5776: $? = 0
  639. configure:5800: result: yes
  640. configure:5749: checking if gcc -std=gnu99 supports -ffast-math flag
  641. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math conftest.c >&5
  642. configure:5776: $? = 0
  643. configure:5800: result: yes
  644. configure:5749: checking if gcc -std=gnu99 supports -Wp,-D_FORTIFY_SOURCE=2 flag
  645. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5
  646. configure:5776: $? = 0
  647. configure:5800: result: yes
  648. configure:5749: checking if gcc -std=gnu99 supports -fno-common flag
  649. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common conftest.c >&5
  650. configure:5776: $? = 0
  651. configure:5800: result: yes
  652. configure:5749: checking if gcc -std=gnu99 supports -fdiagnostics-show-option flag
  653. configure:5769: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  654. configure:5776: $? = 0
  655. configure:5800: result: yes
  656. configure:5837: checking for a sed that does not truncate output
  657. configure:5903: result: /bin/sed
  658. configure:5921: checking for fgrep
  659. configure:5985: result: /bin/grep -F
  660. configure:6020: checking for ld used by gcc -std=gnu99
  661. configure:6087: result: /usr/bin/ld
  662. configure:6096: checking if the linker (/usr/bin/ld) is GNU ld
  663. configure:6111: result: yes
  664. configure:6123: checking for BSD- or MS-compatible name lister (nm)
  665. configure:6172: result: /usr/bin/nm -B
  666. configure:6290: checking the name lister (/usr/bin/nm -B) interface
  667. configure:6297: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  668. configure:6300: /usr/bin/nm -B "conftest.o"
  669. configure:6303: output
  670. 00000000 B some_variable
  671. configure:6310: result: BSD nm
  672. configure:6313: checking whether ln -s works
  673. configure:6317: result: yes
  674. configure:6325: checking the maximum length of command line arguments
  675. configure:6445: result: 1572864
  676. configure:6462: checking whether the shell understands some XSI constructs
  677. configure:6472: result: yes
  678. configure:6476: checking whether the shell understands "+="
  679. configure:6482: result: yes
  680. configure:6517: checking for /usr/bin/ld option to reload object files
  681. configure:6524: result: -r
  682. configure:6593: checking for objdump
  683. configure:6609: found /usr/bin/objdump
  684. configure:6620: result: objdump
  685. configure:6649: checking how to recognize dependent libraries
  686. configure:6845: result: pass_all
  687. configure:6905: checking for ar
  688. configure:6921: found /usr/bin/ar
  689. configure:6932: result: ar
  690. configure:7010: checking for strip
  691. configure:7026: found /usr/bin/strip
  692. configure:7037: result: strip
  693. configure:7109: checking for ranlib
  694. configure:7125: found /usr/bin/ranlib
  695. configure:7136: result: ranlib
  696. configure:7226: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  697. configure:7344: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  698. conftest.c:10:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  699. conftest.c: In function 'main':
  700. conftest.c:10:5: warning: old-style function definition [-Wold-style-definition]
  701. configure:7347: $? = 0
  702. configure:7351: /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
  703. configure:7354: $? = 0
  704. configure:7408: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c conftstm.o >&5
  705. conftest.c:6:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  706. conftest.c:17:20: warning: ISO C forbids conversion of function pointer to object pointer type [-pedantic]
  707. configure:7411: $? = 0
  708. configure:7449: result: ok
  709. configure:8314: checking for dlfcn.h
  710. configure:8335: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  711. configure:8342: $? = 0
  712. configure:8359: result: yes
  713. configure:8486: checking for C++ compiler version
  714. configure:8494: g++ --version >&5
  715. g++ (GCC) 4.5.1
  716. Copyright (C) 2010 Free Software Foundation, Inc.
  717. This is free software; see the source for copying conditions. There is NO
  718. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  719.  
  720. configure:8498: $? = 0
  721. configure:8505: g++ -v >&5
  722. Using built-in specs.
  723. COLLECT_GCC=g++
  724. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
  725. Target: i686-pc-linux-gnu
  726. Configured with: ../gcc-4.5.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
  727. Thread model: posix
  728. gcc version 4.5.1 (GCC)
  729. configure:8509: $? = 0
  730. configure:8516: g++ -V >&5
  731. g++: '-V' option must have argument
  732. configure:8520: $? = 1
  733. configure:8523: checking whether we are using the GNU C++ compiler
  734. configure:8576: result: yes
  735. configure:8585: checking whether g++ accepts -g
  736. configure:8723: result: yes
  737. configure:8748: checking dependency style of g++
  738. configure:8858: result: gcc3
  739. configure:8881: checking how to run the C++ preprocessor
  740. configure:8917: g++ -E conftest.cpp
  741. configure:8924: $? = 0
  742. configure:8955: g++ -E conftest.cpp
  743. conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
  744. compilation terminated.
  745. configure:8962: $? = 1
  746. configure: failed program was:
  747. | /* confdefs.h. */
  748. | #define PACKAGE_NAME "libcanberra"
  749. | #define PACKAGE_TARNAME "libcanberra"
  750. | #define PACKAGE_VERSION "0.18"
  751. | #define PACKAGE_STRING "libcanberra 0.18"
  752. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  753. | #define PACKAGE "libcanberra"
  754. | #define VERSION "0.18"
  755. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  756. | #define STDC_HEADERS 1
  757. | #define HAVE_SYS_TYPES_H 1
  758. | #define HAVE_SYS_STAT_H 1
  759. | #define HAVE_STDLIB_H 1
  760. | #define HAVE_STRING_H 1
  761. | #define HAVE_MEMORY_H 1
  762. | #define HAVE_STRINGS_H 1
  763. | #define HAVE_INTTYPES_H 1
  764. | #define HAVE_STDINT_H 1
  765. | #define HAVE_UNISTD_H 1
  766. | #define __EXTENSIONS__ 1
  767. | #define _ALL_SOURCE 1
  768. | #define _GNU_SOURCE 1
  769. | #define _POSIX_PTHREAD_SEMANTICS 1
  770. | #define _TANDEM_SOURCE 1
  771. | #define HAVE_DLFCN_H 1
  772. | /* end confdefs.h. */
  773. | #include <ac_nonexistent.h>
  774. configure:8995: result: g++ -E
  775. configure:9024: g++ -E conftest.cpp
  776. configure:9031: $? = 0
  777. configure:9062: g++ -E conftest.cpp
  778. conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
  779. compilation terminated.
  780. configure:9069: $? = 1
  781. configure: failed program was:
  782. | /* confdefs.h. */
  783. | #define PACKAGE_NAME "libcanberra"
  784. | #define PACKAGE_TARNAME "libcanberra"
  785. | #define PACKAGE_VERSION "0.18"
  786. | #define PACKAGE_STRING "libcanberra 0.18"
  787. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  788. | #define PACKAGE "libcanberra"
  789. | #define VERSION "0.18"
  790. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  791. | #define STDC_HEADERS 1
  792. | #define HAVE_SYS_TYPES_H 1
  793. | #define HAVE_SYS_STAT_H 1
  794. | #define HAVE_STDLIB_H 1
  795. | #define HAVE_STRING_H 1
  796. | #define HAVE_MEMORY_H 1
  797. | #define HAVE_STRINGS_H 1
  798. | #define HAVE_INTTYPES_H 1
  799. | #define HAVE_STDINT_H 1
  800. | #define HAVE_UNISTD_H 1
  801. | #define __EXTENSIONS__ 1
  802. | #define _ALL_SOURCE 1
  803. | #define _GNU_SOURCE 1
  804. | #define _POSIX_PTHREAD_SEMANTICS 1
  805. | #define _TANDEM_SOURCE 1
  806. | #define HAVE_DLFCN_H 1
  807. | /* end confdefs.h. */
  808. | #include <ac_nonexistent.h>
  809. configure:9579: checking for objdir
  810. configure:9594: result: .libs
  811. configure:9890: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  812. configure:9908: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -fno-rtti -fno-exceptions conftest.c >&5
  813. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  814. configure:9912: $? = 0
  815. configure:9925: result: no
  816. configure:9945: checking for gcc -std=gnu99 option to produce PIC
  817. configure:10217: result: -fPIC -DPIC
  818. configure:10229: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  819. configure:10247: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -fPIC -DPIC -DPIC conftest.c >&5
  820. configure:10251: $? = 0
  821. configure:10264: result: yes
  822. configure:10288: checking if gcc -std=gnu99 static flag -static works
  823. conftest.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  824. conftest.c: In function 'main':
  825. conftest.c:1:5: warning: old-style function definition [-Wold-style-definition]
  826. configure:10316: result: yes
  827. configure:10331: checking if gcc -std=gnu99 supports -c -o file.o
  828. configure:10352: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -o out/conftest2.o conftest.c >&5
  829. configure:10356: $? = 0
  830. configure:10378: result: yes
  831. configure:10386: checking if gcc -std=gnu99 supports -c -o file.o
  832. configure:10433: result: yes
  833. configure:10466: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
  834. configure:11540: result: yes
  835. configure:11577: checking whether -lc should be explicitly linked in
  836. configure:11582: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  837. configure:11585: $? = 0
  838. configure:11600: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  839. configure:11603: $? = 0
  840. configure:11615: result: no
  841. configure:11779: checking dynamic linker characteristics
  842. configure:12222: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,-rpath -Wl,/foo conftest.c >&5
  843. conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  844. conftest.c: In function 'main':
  845. conftest.c:30:1: warning: old-style function definition [-Wold-style-definition]
  846. configure:12229: $? = 0
  847. configure:12465: result: GNU/Linux ld.so
  848. configure:12567: checking how to hardcode library paths into programs
  849. configure:12592: result: immediate
  850. configure:12715: checking for shl_load
  851. configure:12771: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  852. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  853. conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  854. conftest.c: In function 'main':
  855. conftest.c:60:1: warning: old-style function definition [-Wold-style-definition]
  856. /tmp/cc40qlzK.o: In function `main':
  857. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:62: undefined reference to `shl_load'
  858. collect2: ld returned 1 exit status
  859. configure:12778: $? = 1
  860. configure: failed program was:
  861. | /* confdefs.h. */
  862. | #define PACKAGE_NAME "libcanberra"
  863. | #define PACKAGE_TARNAME "libcanberra"
  864. | #define PACKAGE_VERSION "0.18"
  865. | #define PACKAGE_STRING "libcanberra 0.18"
  866. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  867. | #define PACKAGE "libcanberra"
  868. | #define VERSION "0.18"
  869. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  870. | #define STDC_HEADERS 1
  871. | #define HAVE_SYS_TYPES_H 1
  872. | #define HAVE_SYS_STAT_H 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_STRING_H 1
  875. | #define HAVE_MEMORY_H 1
  876. | #define HAVE_STRINGS_H 1
  877. | #define HAVE_INTTYPES_H 1
  878. | #define HAVE_STDINT_H 1
  879. | #define HAVE_UNISTD_H 1
  880. | #define __EXTENSIONS__ 1
  881. | #define _ALL_SOURCE 1
  882. | #define _GNU_SOURCE 1
  883. | #define _POSIX_PTHREAD_SEMANTICS 1
  884. | #define _TANDEM_SOURCE 1
  885. | #define HAVE_DLFCN_H 1
  886. | #define LT_OBJDIR ".libs/"
  887. | /* end confdefs.h. */
  888. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  889. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  890. | #define shl_load innocuous_shl_load
  891. |
  892. | /* System header to define __stub macros and hopefully few prototypes,
  893. | which can conflict with char shl_load (); below.
  894. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  895. | <limits.h> exists even on freestanding compilers. */
  896. |
  897. | #ifdef __STDC__
  898. | # include <limits.h>
  899. | #else
  900. | # include <assert.h>
  901. | #endif
  902. |
  903. | #undef shl_load
  904. |
  905. | /* Override any GCC internal prototype to avoid an error.
  906. | Use char because int might match the return type of a GCC
  907. | builtin and then its argument prototype would still apply. */
  908. | #ifdef __cplusplus
  909. | extern "C"
  910. | #endif
  911. | char shl_load ();
  912. | /* The GNU C library defines this for functions which it implements
  913. | to always fail with ENOSYS. Some functions are actually named
  914. | something starting with __ and the normal name is an alias. */
  915. | #if defined __stub_shl_load || defined __stub___shl_load
  916. | choke me
  917. | #endif
  918. |
  919. | int
  920. | main ()
  921. | {
  922. | return shl_load ();
  923. | ;
  924. | return 0;
  925. | }
  926. configure:12798: result: no
  927. configure:12803: checking for shl_load in -ldld
  928. configure:12838: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldld >&5
  929. conftest.c:35:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  930. conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  931. conftest.c: In function 'main':
  932. conftest.c:37:1: warning: old-style function definition [-Wold-style-definition]
  933. /usr/bin/ld: cannot find -ldld
  934. collect2: ld returned 1 exit status
  935. configure:12845: $? = 1
  936. configure: failed program was:
  937. | /* confdefs.h. */
  938. | #define PACKAGE_NAME "libcanberra"
  939. | #define PACKAGE_TARNAME "libcanberra"
  940. | #define PACKAGE_VERSION "0.18"
  941. | #define PACKAGE_STRING "libcanberra 0.18"
  942. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  943. | #define PACKAGE "libcanberra"
  944. | #define VERSION "0.18"
  945. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  946. | #define STDC_HEADERS 1
  947. | #define HAVE_SYS_TYPES_H 1
  948. | #define HAVE_SYS_STAT_H 1
  949. | #define HAVE_STDLIB_H 1
  950. | #define HAVE_STRING_H 1
  951. | #define HAVE_MEMORY_H 1
  952. | #define HAVE_STRINGS_H 1
  953. | #define HAVE_INTTYPES_H 1
  954. | #define HAVE_STDINT_H 1
  955. | #define HAVE_UNISTD_H 1
  956. | #define __EXTENSIONS__ 1
  957. | #define _ALL_SOURCE 1
  958. | #define _GNU_SOURCE 1
  959. | #define _POSIX_PTHREAD_SEMANTICS 1
  960. | #define _TANDEM_SOURCE 1
  961. | #define HAVE_DLFCN_H 1
  962. | #define LT_OBJDIR ".libs/"
  963. | /* end confdefs.h. */
  964. |
  965. | /* Override any GCC internal prototype to avoid an error.
  966. | Use char because int might match the return type of a GCC
  967. | builtin and then its argument prototype would still apply. */
  968. | #ifdef __cplusplus
  969. | extern "C"
  970. | #endif
  971. | char shl_load ();
  972. | int
  973. | main ()
  974. | {
  975. | return shl_load ();
  976. | ;
  977. | return 0;
  978. | }
  979. configure:12866: result: no
  980. configure:12871: checking for dlopen
  981. configure:12927: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  982. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  983. conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  984. conftest.c: In function 'main':
  985. conftest.c:60:1: warning: old-style function definition [-Wold-style-definition]
  986. /tmp/cclvbr84.o: In function `main':
  987. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:62: undefined reference to `dlopen'
  988. collect2: ld returned 1 exit status
  989. configure:12934: $? = 1
  990. configure: failed program was:
  991. | /* confdefs.h. */
  992. | #define PACKAGE_NAME "libcanberra"
  993. | #define PACKAGE_TARNAME "libcanberra"
  994. | #define PACKAGE_VERSION "0.18"
  995. | #define PACKAGE_STRING "libcanberra 0.18"
  996. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  997. | #define PACKAGE "libcanberra"
  998. | #define VERSION "0.18"
  999. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1000. | #define STDC_HEADERS 1
  1001. | #define HAVE_SYS_TYPES_H 1
  1002. | #define HAVE_SYS_STAT_H 1
  1003. | #define HAVE_STDLIB_H 1
  1004. | #define HAVE_STRING_H 1
  1005. | #define HAVE_MEMORY_H 1
  1006. | #define HAVE_STRINGS_H 1
  1007. | #define HAVE_INTTYPES_H 1
  1008. | #define HAVE_STDINT_H 1
  1009. | #define HAVE_UNISTD_H 1
  1010. | #define __EXTENSIONS__ 1
  1011. | #define _ALL_SOURCE 1
  1012. | #define _GNU_SOURCE 1
  1013. | #define _POSIX_PTHREAD_SEMANTICS 1
  1014. | #define _TANDEM_SOURCE 1
  1015. | #define HAVE_DLFCN_H 1
  1016. | #define LT_OBJDIR ".libs/"
  1017. | /* end confdefs.h. */
  1018. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1019. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1020. | #define dlopen innocuous_dlopen
  1021. |
  1022. | /* System header to define __stub macros and hopefully few prototypes,
  1023. | which can conflict with char dlopen (); below.
  1024. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1025. | <limits.h> exists even on freestanding compilers. */
  1026. |
  1027. | #ifdef __STDC__
  1028. | # include <limits.h>
  1029. | #else
  1030. | # include <assert.h>
  1031. | #endif
  1032. |
  1033. | #undef dlopen
  1034. |
  1035. | /* Override any GCC internal prototype to avoid an error.
  1036. | Use char because int might match the return type of a GCC
  1037. | builtin and then its argument prototype would still apply. */
  1038. | #ifdef __cplusplus
  1039. | extern "C"
  1040. | #endif
  1041. | char dlopen ();
  1042. | /* The GNU C library defines this for functions which it implements
  1043. | to always fail with ENOSYS. Some functions are actually named
  1044. | something starting with __ and the normal name is an alias. */
  1045. | #if defined __stub_dlopen || defined __stub___dlopen
  1046. | choke me
  1047. | #endif
  1048. |
  1049. | int
  1050. | main ()
  1051. | {
  1052. | return dlopen ();
  1053. | ;
  1054. | return 0;
  1055. | }
  1056. configure:12954: result: no
  1057. configure:12959: checking for dlopen in -ldl
  1058. configure:12994: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldl >&5
  1059. conftest.c:35:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1060. conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1061. conftest.c: In function 'main':
  1062. conftest.c:37:1: warning: old-style function definition [-Wold-style-definition]
  1063. configure:13001: $? = 0
  1064. configure:13022: result: yes
  1065. configure:13199: checking whether a program can dlopen itself
  1066. configure:13269: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1067. configure:13250:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1068. configure: In function 'fnord':
  1069. configure:13250:6: warning: old-style function definition [-Wold-style-definition]
  1070. configure:13250:20: warning: unused variable 'i' [-Wunused-variable]
  1071. configure: At top level:
  1072. configure:13251:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1073. configure: In function 'main':
  1074. configure:13251:5: warning: old-style function definition [-Wold-style-definition]
  1075. configure:13272: $? = 0
  1076. configure:13290: result: yes
  1077. configure:13295: checking whether a statically linked program can dlopen itself
  1078. configure:13365: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
  1079. configure:13346:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1080. configure: In function 'fnord':
  1081. configure:13346:6: warning: old-style function definition [-Wold-style-definition]
  1082. configure:13346:20: warning: unused variable 'i' [-Wunused-variable]
  1083. configure: At top level:
  1084. configure:13347:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1085. configure: In function 'main':
  1086. configure:13347:5: warning: old-style function definition [-Wold-style-definition]
  1087. /tmp/cc6GoZzK.o: In function `main':
  1088. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/configure:13349: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1089. /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  1090. collect2: ld returned 1 exit status
  1091. configure:13368: $? = 1
  1092. configure:13386: result: no
  1093. configure:13425: checking whether stripping libraries is possible
  1094. configure:13430: result: yes
  1095. configure:13465: checking if libtool supports shared libraries
  1096. configure:13467: result: yes
  1097. configure:13470: checking whether to build shared libraries
  1098. configure:13491: result: yes
  1099. configure:13494: checking whether to build static libraries
  1100. configure:13498: result: no
  1101. configure:13648: checking for ld used by g++
  1102. configure:13715: result: /usr/bin/ld
  1103. configure:13724: checking if the linker (/usr/bin/ld) is GNU ld
  1104. configure:13739: result: yes
  1105. configure:13794: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1106. configure:14769: result: yes
  1107. configure:14797: g++ -c -g -O2 conftest.cpp >&5
  1108. configure:14800: $? = 0
  1109. configure:14982: checking for g++ option to produce PIC
  1110. configure:15299: result: -fPIC -DPIC
  1111. configure:15308: checking if g++ PIC flag -fPIC -DPIC works
  1112. configure:15326: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  1113. configure:15330: $? = 0
  1114. configure:15343: result: yes
  1115. configure:15364: checking if g++ static flag -static works
  1116. configure:15392: result: yes
  1117. configure:15404: checking if g++ supports -c -o file.o
  1118. configure:15425: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  1119. configure:15429: $? = 0
  1120. configure:15451: result: yes
  1121. configure:15456: checking if g++ supports -c -o file.o
  1122. configure:15503: result: yes
  1123. configure:15533: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  1124. configure:15559: result: yes
  1125. configure:15696: checking dynamic linker characteristics
  1126. configure:16087: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  1127. configure:16094: $? = 0
  1128. configure:16330: result: GNU/Linux ld.so
  1129. configure:16381: checking how to hardcode library paths into programs
  1130. configure:16406: result: immediate
  1131. configure:16476: checking ltdl.h usability
  1132. configure:16493: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1133. configure:16500: $? = 0
  1134. configure:16514: result: yes
  1135. configure:16518: checking ltdl.h presence
  1136. configure:16533: gcc -std=gnu99 -E conftest.c
  1137. configure:16540: $? = 0
  1138. configure:16554: result: yes
  1139. configure:16587: checking for ltdl.h
  1140. configure:16594: result: yes
  1141. configure:16599: checking for lt_dladvise_init in -lltdl
  1142. configure:16634: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lltdl >&5
  1143. conftest.c:35:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1144. conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1145. conftest.c: In function 'main':
  1146. conftest.c:37:1: warning: old-style function definition [-Wold-style-definition]
  1147. configure:16641: $? = 0
  1148. configure:16662: result: yes
  1149. configure:16724: checking for ANSI C header files
  1150. configure:16892: result: yes
  1151. configure:16920: checking sys/poll.h usability
  1152. configure:16937: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1153. configure:16944: $? = 0
  1154. configure:16958: result: yes
  1155. configure:16962: checking sys/poll.h presence
  1156. configure:16977: gcc -std=gnu99 -E conftest.c
  1157. configure:16984: $? = 0
  1158. configure:16998: result: yes
  1159. configure:17031: checking for sys/poll.h
  1160. configure:17040: result: yes
  1161. configure:17073: checking sys/ioctl.h usability
  1162. configure:17090: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1163. configure:17097: $? = 0
  1164. configure:17111: result: yes
  1165. configure:17115: checking sys/ioctl.h presence
  1166. configure:17130: gcc -std=gnu99 -E conftest.c
  1167. configure:17137: $? = 0
  1168. configure:17151: result: yes
  1169. configure:17184: checking for sys/ioctl.h
  1170. configure:17193: result: yes
  1171. configure:17224: checking byteswap.h usability
  1172. configure:17241: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1173. configure:17248: $? = 0
  1174. configure:17262: result: yes
  1175. configure:17266: checking byteswap.h presence
  1176. configure:17281: gcc -std=gnu99 -E conftest.c
  1177. configure:17288: $? = 0
  1178. configure:17302: result: yes
  1179. configure:17335: checking for byteswap.h
  1180. configure:17344: result: yes
  1181. configure:17362: checking for an ANSI C-conforming const
  1182. configure:17437: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1183. conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1184. conftest.c: In function 'main':
  1185. conftest.c:34:1: warning: old-style function definition [-Wold-style-definition]
  1186. conftest.c:61:10: warning: 't' is used uninitialized in this function [-Wuninitialized]
  1187. conftest.c:77:23: warning: 'b' is used uninitialized in this function [-Wuninitialized]
  1188. configure:17444: $? = 0
  1189. configure:17459: result: yes
  1190. configure:17470: checking whether byte ordering is bigendian
  1191. configure:17495: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1192. conftest.c:33:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  1193. configure:17502: $? = 1
  1194. configure: failed program was:
  1195. | /* confdefs.h. */
  1196. | #define PACKAGE_NAME "libcanberra"
  1197. | #define PACKAGE_TARNAME "libcanberra"
  1198. | #define PACKAGE_VERSION "0.18"
  1199. | #define PACKAGE_STRING "libcanberra 0.18"
  1200. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1201. | #define PACKAGE "libcanberra"
  1202. | #define VERSION "0.18"
  1203. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1204. | #define STDC_HEADERS 1
  1205. | #define HAVE_SYS_TYPES_H 1
  1206. | #define HAVE_SYS_STAT_H 1
  1207. | #define HAVE_STDLIB_H 1
  1208. | #define HAVE_STRING_H 1
  1209. | #define HAVE_MEMORY_H 1
  1210. | #define HAVE_STRINGS_H 1
  1211. | #define HAVE_INTTYPES_H 1
  1212. | #define HAVE_STDINT_H 1
  1213. | #define HAVE_UNISTD_H 1
  1214. | #define __EXTENSIONS__ 1
  1215. | #define _ALL_SOURCE 1
  1216. | #define _GNU_SOURCE 1
  1217. | #define _POSIX_PTHREAD_SEMANTICS 1
  1218. | #define _TANDEM_SOURCE 1
  1219. | #define HAVE_DLFCN_H 1
  1220. | #define LT_OBJDIR ".libs/"
  1221. | #define STDC_HEADERS 1
  1222. | #define HAVE_SYS_POLL_H 1
  1223. | #define HAVE_SYS_IOCTL_H 1
  1224. | #define HAVE_BYTESWAP_H 1
  1225. | /* end confdefs.h. */
  1226. | #ifndef __APPLE_CC__
  1227. | not a universal capable compiler
  1228. | #endif
  1229. | typedef int dummy;
  1230. |
  1231. configure:17552: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1232. conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1233. conftest.c: In function 'main':
  1234. conftest.c:36:1: warning: old-style function definition [-Wold-style-definition]
  1235. configure:17559: $? = 0
  1236. configure:17591: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1237. conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1238. conftest.c: In function 'main':
  1239. conftest.c:36:1: warning: old-style function definition [-Wold-style-definition]
  1240. conftest.c:39:4: error: 'not' undeclared (first use in this function)
  1241. conftest.c:39:4: note: each undeclared identifier is reported only once for each function it appears in
  1242. conftest.c:39:8: error: expected ';' before 'big'
  1243. configure:17598: $? = 1
  1244. configure: failed program was:
  1245. | /* confdefs.h. */
  1246. | #define PACKAGE_NAME "libcanberra"
  1247. | #define PACKAGE_TARNAME "libcanberra"
  1248. | #define PACKAGE_VERSION "0.18"
  1249. | #define PACKAGE_STRING "libcanberra 0.18"
  1250. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1251. | #define PACKAGE "libcanberra"
  1252. | #define VERSION "0.18"
  1253. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1254. | #define STDC_HEADERS 1
  1255. | #define HAVE_SYS_TYPES_H 1
  1256. | #define HAVE_SYS_STAT_H 1
  1257. | #define HAVE_STDLIB_H 1
  1258. | #define HAVE_STRING_H 1
  1259. | #define HAVE_MEMORY_H 1
  1260. | #define HAVE_STRINGS_H 1
  1261. | #define HAVE_INTTYPES_H 1
  1262. | #define HAVE_STDINT_H 1
  1263. | #define HAVE_UNISTD_H 1
  1264. | #define __EXTENSIONS__ 1
  1265. | #define _ALL_SOURCE 1
  1266. | #define _GNU_SOURCE 1
  1267. | #define _POSIX_PTHREAD_SEMANTICS 1
  1268. | #define _TANDEM_SOURCE 1
  1269. | #define HAVE_DLFCN_H 1
  1270. | #define LT_OBJDIR ".libs/"
  1271. | #define STDC_HEADERS 1
  1272. | #define HAVE_SYS_POLL_H 1
  1273. | #define HAVE_SYS_IOCTL_H 1
  1274. | #define HAVE_BYTESWAP_H 1
  1275. | /* end confdefs.h. */
  1276. | #include <sys/types.h>
  1277. | #include <sys/param.h>
  1278. |
  1279. | int
  1280. | main ()
  1281. | {
  1282. | #if BYTE_ORDER != BIG_ENDIAN
  1283. | not big endian
  1284. | #endif
  1285. |
  1286. | ;
  1287. | return 0;
  1288. | }
  1289. configure:17850: result: no
  1290. configure:17875: checking for pid_t
  1291. configure:17903: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1292. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1293. conftest.c: In function 'main':
  1294. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1295. configure:17910: $? = 0
  1296. configure:17937: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1297. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1298. conftest.c: In function 'main':
  1299. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1300. conftest.c:68:20: error: expected expression before ')' token
  1301. configure:17944: $? = 1
  1302. configure: failed program was:
  1303. | /* confdefs.h. */
  1304. | #define PACKAGE_NAME "libcanberra"
  1305. | #define PACKAGE_TARNAME "libcanberra"
  1306. | #define PACKAGE_VERSION "0.18"
  1307. | #define PACKAGE_STRING "libcanberra 0.18"
  1308. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1309. | #define PACKAGE "libcanberra"
  1310. | #define VERSION "0.18"
  1311. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1312. | #define STDC_HEADERS 1
  1313. | #define HAVE_SYS_TYPES_H 1
  1314. | #define HAVE_SYS_STAT_H 1
  1315. | #define HAVE_STDLIB_H 1
  1316. | #define HAVE_STRING_H 1
  1317. | #define HAVE_MEMORY_H 1
  1318. | #define HAVE_STRINGS_H 1
  1319. | #define HAVE_INTTYPES_H 1
  1320. | #define HAVE_STDINT_H 1
  1321. | #define HAVE_UNISTD_H 1
  1322. | #define __EXTENSIONS__ 1
  1323. | #define _ALL_SOURCE 1
  1324. | #define _GNU_SOURCE 1
  1325. | #define _POSIX_PTHREAD_SEMANTICS 1
  1326. | #define _TANDEM_SOURCE 1
  1327. | #define HAVE_DLFCN_H 1
  1328. | #define LT_OBJDIR ".libs/"
  1329. | #define STDC_HEADERS 1
  1330. | #define HAVE_SYS_POLL_H 1
  1331. | #define HAVE_SYS_IOCTL_H 1
  1332. | #define HAVE_BYTESWAP_H 1
  1333. | /* end confdefs.h. */
  1334. | #include <stdio.h>
  1335. | #ifdef HAVE_SYS_TYPES_H
  1336. | # include <sys/types.h>
  1337. | #endif
  1338. | #ifdef HAVE_SYS_STAT_H
  1339. | # include <sys/stat.h>
  1340. | #endif
  1341. | #ifdef STDC_HEADERS
  1342. | # include <stdlib.h>
  1343. | # include <stddef.h>
  1344. | #else
  1345. | # ifdef HAVE_STDLIB_H
  1346. | # include <stdlib.h>
  1347. | # endif
  1348. | #endif
  1349. | #ifdef HAVE_STRING_H
  1350. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1351. | # include <memory.h>
  1352. | # endif
  1353. | # include <string.h>
  1354. | #endif
  1355. | #ifdef HAVE_STRINGS_H
  1356. | # include <strings.h>
  1357. | #endif
  1358. | #ifdef HAVE_INTTYPES_H
  1359. | # include <inttypes.h>
  1360. | #endif
  1361. | #ifdef HAVE_STDINT_H
  1362. | # include <stdint.h>
  1363. | #endif
  1364. | #ifdef HAVE_UNISTD_H
  1365. | # include <unistd.h>
  1366. | #endif
  1367. | int
  1368. | main ()
  1369. | {
  1370. | if (sizeof ((pid_t)))
  1371. | return 0;
  1372. | ;
  1373. | return 0;
  1374. | }
  1375. configure:17967: result: yes
  1376. configure:17979: checking for size_t
  1377. configure:18007: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1378. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1379. conftest.c: In function 'main':
  1380. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1381. configure:18014: $? = 0
  1382. configure:18041: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1383. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1384. conftest.c: In function 'main':
  1385. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1386. conftest.c:68:21: error: expected expression before ')' token
  1387. configure:18048: $? = 1
  1388. configure: failed program was:
  1389. | /* confdefs.h. */
  1390. | #define PACKAGE_NAME "libcanberra"
  1391. | #define PACKAGE_TARNAME "libcanberra"
  1392. | #define PACKAGE_VERSION "0.18"
  1393. | #define PACKAGE_STRING "libcanberra 0.18"
  1394. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1395. | #define PACKAGE "libcanberra"
  1396. | #define VERSION "0.18"
  1397. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1398. | #define STDC_HEADERS 1
  1399. | #define HAVE_SYS_TYPES_H 1
  1400. | #define HAVE_SYS_STAT_H 1
  1401. | #define HAVE_STDLIB_H 1
  1402. | #define HAVE_STRING_H 1
  1403. | #define HAVE_MEMORY_H 1
  1404. | #define HAVE_STRINGS_H 1
  1405. | #define HAVE_INTTYPES_H 1
  1406. | #define HAVE_STDINT_H 1
  1407. | #define HAVE_UNISTD_H 1
  1408. | #define __EXTENSIONS__ 1
  1409. | #define _ALL_SOURCE 1
  1410. | #define _GNU_SOURCE 1
  1411. | #define _POSIX_PTHREAD_SEMANTICS 1
  1412. | #define _TANDEM_SOURCE 1
  1413. | #define HAVE_DLFCN_H 1
  1414. | #define LT_OBJDIR ".libs/"
  1415. | #define STDC_HEADERS 1
  1416. | #define HAVE_SYS_POLL_H 1
  1417. | #define HAVE_SYS_IOCTL_H 1
  1418. | #define HAVE_BYTESWAP_H 1
  1419. | /* end confdefs.h. */
  1420. | #include <stdio.h>
  1421. | #ifdef HAVE_SYS_TYPES_H
  1422. | # include <sys/types.h>
  1423. | #endif
  1424. | #ifdef HAVE_SYS_STAT_H
  1425. | # include <sys/stat.h>
  1426. | #endif
  1427. | #ifdef STDC_HEADERS
  1428. | # include <stdlib.h>
  1429. | # include <stddef.h>
  1430. | #else
  1431. | # ifdef HAVE_STDLIB_H
  1432. | # include <stdlib.h>
  1433. | # endif
  1434. | #endif
  1435. | #ifdef HAVE_STRING_H
  1436. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1437. | # include <memory.h>
  1438. | # endif
  1439. | # include <string.h>
  1440. | #endif
  1441. | #ifdef HAVE_STRINGS_H
  1442. | # include <strings.h>
  1443. | #endif
  1444. | #ifdef HAVE_INTTYPES_H
  1445. | # include <inttypes.h>
  1446. | #endif
  1447. | #ifdef HAVE_STDINT_H
  1448. | # include <stdint.h>
  1449. | #endif
  1450. | #ifdef HAVE_UNISTD_H
  1451. | # include <unistd.h>
  1452. | #endif
  1453. | int
  1454. | main ()
  1455. | {
  1456. | if (sizeof ((size_t)))
  1457. | return 0;
  1458. | ;
  1459. | return 0;
  1460. | }
  1461. configure:18071: result: yes
  1462. configure:18083: checking for ssize_t
  1463. configure:18111: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1464. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1465. conftest.c: In function 'main':
  1466. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1467. configure:18118: $? = 0
  1468. configure:18145: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1469. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1470. conftest.c: In function 'main':
  1471. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1472. conftest.c:68:22: error: expected expression before ')' token
  1473. configure:18152: $? = 1
  1474. configure: failed program was:
  1475. | /* confdefs.h. */
  1476. | #define PACKAGE_NAME "libcanberra"
  1477. | #define PACKAGE_TARNAME "libcanberra"
  1478. | #define PACKAGE_VERSION "0.18"
  1479. | #define PACKAGE_STRING "libcanberra 0.18"
  1480. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1481. | #define PACKAGE "libcanberra"
  1482. | #define VERSION "0.18"
  1483. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1484. | #define STDC_HEADERS 1
  1485. | #define HAVE_SYS_TYPES_H 1
  1486. | #define HAVE_SYS_STAT_H 1
  1487. | #define HAVE_STDLIB_H 1
  1488. | #define HAVE_STRING_H 1
  1489. | #define HAVE_MEMORY_H 1
  1490. | #define HAVE_STRINGS_H 1
  1491. | #define HAVE_INTTYPES_H 1
  1492. | #define HAVE_STDINT_H 1
  1493. | #define HAVE_UNISTD_H 1
  1494. | #define __EXTENSIONS__ 1
  1495. | #define _ALL_SOURCE 1
  1496. | #define _GNU_SOURCE 1
  1497. | #define _POSIX_PTHREAD_SEMANTICS 1
  1498. | #define _TANDEM_SOURCE 1
  1499. | #define HAVE_DLFCN_H 1
  1500. | #define LT_OBJDIR ".libs/"
  1501. | #define STDC_HEADERS 1
  1502. | #define HAVE_SYS_POLL_H 1
  1503. | #define HAVE_SYS_IOCTL_H 1
  1504. | #define HAVE_BYTESWAP_H 1
  1505. | /* end confdefs.h. */
  1506. | #include <stdio.h>
  1507. | #ifdef HAVE_SYS_TYPES_H
  1508. | # include <sys/types.h>
  1509. | #endif
  1510. | #ifdef HAVE_SYS_STAT_H
  1511. | # include <sys/stat.h>
  1512. | #endif
  1513. | #ifdef STDC_HEADERS
  1514. | # include <stdlib.h>
  1515. | # include <stddef.h>
  1516. | #else
  1517. | # ifdef HAVE_STDLIB_H
  1518. | # include <stdlib.h>
  1519. | # endif
  1520. | #endif
  1521. | #ifdef HAVE_STRING_H
  1522. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1523. | # include <memory.h>
  1524. | # endif
  1525. | # include <string.h>
  1526. | #endif
  1527. | #ifdef HAVE_STRINGS_H
  1528. | # include <strings.h>
  1529. | #endif
  1530. | #ifdef HAVE_INTTYPES_H
  1531. | # include <inttypes.h>
  1532. | #endif
  1533. | #ifdef HAVE_STDINT_H
  1534. | # include <stdint.h>
  1535. | #endif
  1536. | #ifdef HAVE_UNISTD_H
  1537. | # include <unistd.h>
  1538. | #endif
  1539. | int
  1540. | main ()
  1541. | {
  1542. | if (sizeof ((ssize_t)))
  1543. | return 0;
  1544. | ;
  1545. | return 0;
  1546. | }
  1547. configure:18175: result: yes
  1548. configure:18192: checking for off_t
  1549. configure:18220: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1550. conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1551. conftest.c: In function 'main':
  1552. conftest.c:67:1: warning: old-style function definition [-Wold-style-definition]
  1553. configure:18227: $? = 0
  1554. configure:18254: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1555. conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1556. conftest.c: In function 'main':
  1557. conftest.c:67:1: warning: old-style function definition [-Wold-style-definition]
  1558. conftest.c:69:20: error: expected expression before ')' token
  1559. configure:18261: $? = 1
  1560. configure: failed program was:
  1561. | /* confdefs.h. */
  1562. | #define PACKAGE_NAME "libcanberra"
  1563. | #define PACKAGE_TARNAME "libcanberra"
  1564. | #define PACKAGE_VERSION "0.18"
  1565. | #define PACKAGE_STRING "libcanberra 0.18"
  1566. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1567. | #define PACKAGE "libcanberra"
  1568. | #define VERSION "0.18"
  1569. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1570. | #define STDC_HEADERS 1
  1571. | #define HAVE_SYS_TYPES_H 1
  1572. | #define HAVE_SYS_STAT_H 1
  1573. | #define HAVE_STDLIB_H 1
  1574. | #define HAVE_STRING_H 1
  1575. | #define HAVE_MEMORY_H 1
  1576. | #define HAVE_STRINGS_H 1
  1577. | #define HAVE_INTTYPES_H 1
  1578. | #define HAVE_STDINT_H 1
  1579. | #define HAVE_UNISTD_H 1
  1580. | #define __EXTENSIONS__ 1
  1581. | #define _ALL_SOURCE 1
  1582. | #define _GNU_SOURCE 1
  1583. | #define _POSIX_PTHREAD_SEMANTICS 1
  1584. | #define _TANDEM_SOURCE 1
  1585. | #define HAVE_DLFCN_H 1
  1586. | #define LT_OBJDIR ".libs/"
  1587. | #define STDC_HEADERS 1
  1588. | #define HAVE_SYS_POLL_H 1
  1589. | #define HAVE_SYS_IOCTL_H 1
  1590. | #define HAVE_BYTESWAP_H 1
  1591. | #define HAVE_SSIZE_T 1
  1592. | /* end confdefs.h. */
  1593. | #include <stdio.h>
  1594. | #ifdef HAVE_SYS_TYPES_H
  1595. | # include <sys/types.h>
  1596. | #endif
  1597. | #ifdef HAVE_SYS_STAT_H
  1598. | # include <sys/stat.h>
  1599. | #endif
  1600. | #ifdef STDC_HEADERS
  1601. | # include <stdlib.h>
  1602. | # include <stddef.h>
  1603. | #else
  1604. | # ifdef HAVE_STDLIB_H
  1605. | # include <stdlib.h>
  1606. | # endif
  1607. | #endif
  1608. | #ifdef HAVE_STRING_H
  1609. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1610. | # include <memory.h>
  1611. | # endif
  1612. | # include <string.h>
  1613. | #endif
  1614. | #ifdef HAVE_STRINGS_H
  1615. | # include <strings.h>
  1616. | #endif
  1617. | #ifdef HAVE_INTTYPES_H
  1618. | # include <inttypes.h>
  1619. | #endif
  1620. | #ifdef HAVE_STDINT_H
  1621. | # include <stdint.h>
  1622. | #endif
  1623. | #ifdef HAVE_UNISTD_H
  1624. | # include <unistd.h>
  1625. | #endif
  1626. | int
  1627. | main ()
  1628. | {
  1629. | if (sizeof ((off_t)))
  1630. | return 0;
  1631. | ;
  1632. | return 0;
  1633. | }
  1634. configure:18284: result: yes
  1635. configure:18296: checking for uid_t in sys/types.h
  1636. configure:18319: result: yes
  1637. configure:18338: checking for library containing pow
  1638. configure:18379: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1639. conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1640. conftest.c:40:6: warning: conflicting types for built-in function 'pow'
  1641. conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1642. conftest.c: In function 'main':
  1643. conftest.c:42:1: warning: old-style function definition [-Wold-style-definition]
  1644. /tmp/cc3DRufE.o: In function `main':
  1645. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:44: undefined reference to `pow'
  1646. collect2: ld returned 1 exit status
  1647. configure:18386: $? = 1
  1648. configure: failed program was:
  1649. | /* confdefs.h. */
  1650. | #define PACKAGE_NAME "libcanberra"
  1651. | #define PACKAGE_TARNAME "libcanberra"
  1652. | #define PACKAGE_VERSION "0.18"
  1653. | #define PACKAGE_STRING "libcanberra 0.18"
  1654. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1655. | #define PACKAGE "libcanberra"
  1656. | #define VERSION "0.18"
  1657. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1658. | #define STDC_HEADERS 1
  1659. | #define HAVE_SYS_TYPES_H 1
  1660. | #define HAVE_SYS_STAT_H 1
  1661. | #define HAVE_STDLIB_H 1
  1662. | #define HAVE_STRING_H 1
  1663. | #define HAVE_MEMORY_H 1
  1664. | #define HAVE_STRINGS_H 1
  1665. | #define HAVE_INTTYPES_H 1
  1666. | #define HAVE_STDINT_H 1
  1667. | #define HAVE_UNISTD_H 1
  1668. | #define __EXTENSIONS__ 1
  1669. | #define _ALL_SOURCE 1
  1670. | #define _GNU_SOURCE 1
  1671. | #define _POSIX_PTHREAD_SEMANTICS 1
  1672. | #define _TANDEM_SOURCE 1
  1673. | #define HAVE_DLFCN_H 1
  1674. | #define LT_OBJDIR ".libs/"
  1675. | #define STDC_HEADERS 1
  1676. | #define HAVE_SYS_POLL_H 1
  1677. | #define HAVE_SYS_IOCTL_H 1
  1678. | #define HAVE_BYTESWAP_H 1
  1679. | #define HAVE_SSIZE_T 1
  1680. | /* end confdefs.h. */
  1681. |
  1682. | /* Override any GCC internal prototype to avoid an error.
  1683. | Use char because int might match the return type of a GCC
  1684. | builtin and then its argument prototype would still apply. */
  1685. | #ifdef __cplusplus
  1686. | extern "C"
  1687. | #endif
  1688. | char pow ();
  1689. | int
  1690. | main ()
  1691. | {
  1692. | return pow ();
  1693. | ;
  1694. | return 0;
  1695. | }
  1696. configure:18379: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1697. conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1698. conftest.c:40:6: warning: conflicting types for built-in function 'pow'
  1699. conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1700. conftest.c: In function 'main':
  1701. conftest.c:42:1: warning: old-style function definition [-Wold-style-definition]
  1702. configure:18386: $? = 0
  1703. configure:18417: result: -lm
  1704. configure:18427: checking for library containing sched_setscheduler
  1705. configure:18468: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1706. conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1707. conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1708. conftest.c: In function 'main':
  1709. conftest.c:42:1: warning: old-style function definition [-Wold-style-definition]
  1710. configure:18475: $? = 0
  1711. configure:18506: result: none required
  1712. configure:18525: checking for lrintf
  1713. configure:18581: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1714. conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1715. conftest.c:56:6: warning: conflicting types for built-in function 'lrintf'
  1716. conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1717. conftest.c: In function 'main':
  1718. conftest.c:65:1: warning: old-style function definition [-Wold-style-definition]
  1719. configure:18588: $? = 0
  1720. configure:18610: result: yes
  1721. configure:18525: checking for strtof
  1722. configure:18581: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1723. conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1724. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1725. conftest.c: In function 'main':
  1726. conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
  1727. configure:18588: $? = 0
  1728. configure:18610: result: yes
  1729. configure:18641: checking sys/select.h usability
  1730. configure:18658: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1731. configure:18665: $? = 0
  1732. configure:18679: result: yes
  1733. configure:18683: checking sys/select.h presence
  1734. configure:18698: gcc -std=gnu99 -E conftest.c
  1735. configure:18705: $? = 0
  1736. configure:18719: result: yes
  1737. configure:18752: checking for sys/select.h
  1738. configure:18761: result: yes
  1739. configure:18641: checking sys/socket.h usability
  1740. configure:18658: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1741. configure:18665: $? = 0
  1742. configure:18679: result: yes
  1743. configure:18683: checking sys/socket.h presence
  1744. configure:18698: gcc -std=gnu99 -E conftest.c
  1745. configure:18705: $? = 0
  1746. configure:18719: result: yes
  1747. configure:18752: checking for sys/socket.h
  1748. configure:18761: result: yes
  1749. configure:18776: checking types of arguments for select
  1750. configure:18814: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1751. conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1752. conftest.c: In function 'main':
  1753. conftest.c:78:1: warning: old-style function definition [-Wold-style-definition]
  1754. conftest.c:80:12: warning: redundant redeclaration of 'select' [-Wredundant-decls]
  1755. /usr/include/sys/select.h:109:12: note: previous declaration of 'select' was here
  1756. configure:18821: $? = 0
  1757. configure:18842: result: int,fd_set *,struct timeval *
  1758. configure:18875: checking for gettimeofday
  1759. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1760. conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1761. conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1762. conftest.c: In function 'main':
  1763. conftest.c:72:1: warning: old-style function definition [-Wold-style-definition]
  1764. configure:18938: $? = 0
  1765. configure:18960: result: yes
  1766. configure:18875: checking for nanosleep
  1767. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1768. conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1769. conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1770. conftest.c: In function 'main':
  1771. conftest.c:73:1: warning: old-style function definition [-Wold-style-definition]
  1772. configure:18938: $? = 0
  1773. configure:18960: result: yes
  1774. configure:18875: checking for posix_memalign
  1775. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1776. conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1777. conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1778. conftest.c: In function 'main':
  1779. conftest.c:74:1: warning: old-style function definition [-Wold-style-definition]
  1780. configure:18938: $? = 0
  1781. configure:18960: result: yes
  1782. configure:18875: checking for sigaction
  1783. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1784. conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1785. conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1786. conftest.c: In function 'main':
  1787. conftest.c:75:1: warning: old-style function definition [-Wold-style-definition]
  1788. configure:18938: $? = 0
  1789. configure:18960: result: yes
  1790. configure:18875: checking for sleep
  1791. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1792. conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1793. conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1794. conftest.c: In function 'main':
  1795. conftest.c:76:1: warning: old-style function definition [-Wold-style-definition]
  1796. configure:18938: $? = 0
  1797. configure:18960: result: yes
  1798. configure:18875: checking for sysconf
  1799. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1800. conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1801. conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1802. conftest.c: In function 'main':
  1803. conftest.c:77:1: warning: old-style function definition [-Wold-style-definition]
  1804. configure:18938: $? = 0
  1805. configure:18960: result: yes
  1806. configure:18875: checking for pthread_yield
  1807. configure:18931: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1808. conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1809. conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1810. conftest.c: In function 'main':
  1811. conftest.c:78:1: warning: old-style function definition [-Wold-style-definition]
  1812. /tmp/ccu19JUG.o: In function `main':
  1813. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:80: undefined reference to `pthread_yield'
  1814. collect2: ld returned 1 exit status
  1815. configure:18938: $? = 1
  1816. configure: failed program was:
  1817. | /* confdefs.h. */
  1818. | #define PACKAGE_NAME "libcanberra"
  1819. | #define PACKAGE_TARNAME "libcanberra"
  1820. | #define PACKAGE_VERSION "0.18"
  1821. | #define PACKAGE_STRING "libcanberra 0.18"
  1822. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1823. | #define PACKAGE "libcanberra"
  1824. | #define VERSION "0.18"
  1825. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1826. | #define STDC_HEADERS 1
  1827. | #define HAVE_SYS_TYPES_H 1
  1828. | #define HAVE_SYS_STAT_H 1
  1829. | #define HAVE_STDLIB_H 1
  1830. | #define HAVE_STRING_H 1
  1831. | #define HAVE_MEMORY_H 1
  1832. | #define HAVE_STRINGS_H 1
  1833. | #define HAVE_INTTYPES_H 1
  1834. | #define HAVE_STDINT_H 1
  1835. | #define HAVE_UNISTD_H 1
  1836. | #define __EXTENSIONS__ 1
  1837. | #define _ALL_SOURCE 1
  1838. | #define _GNU_SOURCE 1
  1839. | #define _POSIX_PTHREAD_SEMANTICS 1
  1840. | #define _TANDEM_SOURCE 1
  1841. | #define HAVE_DLFCN_H 1
  1842. | #define LT_OBJDIR ".libs/"
  1843. | #define STDC_HEADERS 1
  1844. | #define HAVE_SYS_POLL_H 1
  1845. | #define HAVE_SYS_IOCTL_H 1
  1846. | #define HAVE_BYTESWAP_H 1
  1847. | #define HAVE_SSIZE_T 1
  1848. | #define HAVE_LRINTF 1
  1849. | #define HAVE_STRTOF 1
  1850. | #define HAVE_SYS_SELECT_H 1
  1851. | #define HAVE_SYS_SOCKET_H 1
  1852. | #define SELECT_TYPE_ARG1 int
  1853. | #define SELECT_TYPE_ARG234 (fd_set *)
  1854. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1855. | #define HAVE_GETTIMEOFDAY 1
  1856. | #define HAVE_NANOSLEEP 1
  1857. | #define HAVE_POSIX_MEMALIGN 1
  1858. | #define HAVE_SIGACTION 1
  1859. | #define HAVE_SLEEP 1
  1860. | #define HAVE_SYSCONF 1
  1861. | /* end confdefs.h. */
  1862. | /* Define pthread_yield to an innocuous variant, in case <limits.h> declares pthread_yield.
  1863. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1864. | #define pthread_yield innocuous_pthread_yield
  1865. |
  1866. | /* System header to define __stub macros and hopefully few prototypes,
  1867. | which can conflict with char pthread_yield (); below.
  1868. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1869. | <limits.h> exists even on freestanding compilers. */
  1870. |
  1871. | #ifdef __STDC__
  1872. | # include <limits.h>
  1873. | #else
  1874. | # include <assert.h>
  1875. | #endif
  1876. |
  1877. | #undef pthread_yield
  1878. |
  1879. | /* Override any GCC internal prototype to avoid an error.
  1880. | Use char because int might match the return type of a GCC
  1881. | builtin and then its argument prototype would still apply. */
  1882. | #ifdef __cplusplus
  1883. | extern "C"
  1884. | #endif
  1885. | char pthread_yield ();
  1886. | /* The GNU C library defines this for functions which it implements
  1887. | to always fail with ENOSYS. Some functions are actually named
  1888. | something starting with __ and the normal name is an alias. */
  1889. | #if defined __stub_pthread_yield || defined __stub___pthread_yield
  1890. | choke me
  1891. | #endif
  1892. |
  1893. | int
  1894. | main ()
  1895. | {
  1896. | return pthread_yield ();
  1897. | ;
  1898. | return 0;
  1899. | }
  1900. configure:18960: result: no
  1901. configure:18978: checking for strerror_r
  1902. configure:19034: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1903. conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1904. conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1905. conftest.c: In function 'main':
  1906. conftest.c:78:1: warning: old-style function definition [-Wold-style-definition]
  1907. configure:19041: $? = 0
  1908. configure:19063: result: yes
  1909. configure:19081: checking for lstat
  1910. configure:19137: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1911. conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1912. conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1913. conftest.c: In function 'main':
  1914. conftest.c:79:1: warning: old-style function definition [-Wold-style-definition]
  1915. configure:19144: $? = 0
  1916. configure:19166: result: yes
  1917. configure:19184: checking for strndup
  1918. configure:19240: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  1919. conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1920. conftest.c:71:6: warning: conflicting types for built-in function 'strndup'
  1921. conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1922. conftest.c: In function 'main':
  1923. conftest.c:80:1: warning: old-style function definition [-Wold-style-definition]
  1924. configure:19247: $? = 0
  1925. configure:19269: result: yes
  1926. configure:19480: checking for the pthreads library -lpthreads
  1927. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lpthreads -lm >&5
  1928. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1929. conftest.c: In function 'main':
  1930. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  1931. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  1932. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  1933. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  1934. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  1935. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  1936. /usr/bin/ld: cannot find -lpthreads
  1937. collect2: ld returned 1 exit status
  1938. configure:19530: $? = 1
  1939. configure: failed program was:
  1940. | /* confdefs.h. */
  1941. | #define PACKAGE_NAME "libcanberra"
  1942. | #define PACKAGE_TARNAME "libcanberra"
  1943. | #define PACKAGE_VERSION "0.18"
  1944. | #define PACKAGE_STRING "libcanberra 0.18"
  1945. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  1946. | #define PACKAGE "libcanberra"
  1947. | #define VERSION "0.18"
  1948. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  1949. | #define STDC_HEADERS 1
  1950. | #define HAVE_SYS_TYPES_H 1
  1951. | #define HAVE_SYS_STAT_H 1
  1952. | #define HAVE_STDLIB_H 1
  1953. | #define HAVE_STRING_H 1
  1954. | #define HAVE_MEMORY_H 1
  1955. | #define HAVE_STRINGS_H 1
  1956. | #define HAVE_INTTYPES_H 1
  1957. | #define HAVE_STDINT_H 1
  1958. | #define HAVE_UNISTD_H 1
  1959. | #define __EXTENSIONS__ 1
  1960. | #define _ALL_SOURCE 1
  1961. | #define _GNU_SOURCE 1
  1962. | #define _POSIX_PTHREAD_SEMANTICS 1
  1963. | #define _TANDEM_SOURCE 1
  1964. | #define HAVE_DLFCN_H 1
  1965. | #define LT_OBJDIR ".libs/"
  1966. | #define STDC_HEADERS 1
  1967. | #define HAVE_SYS_POLL_H 1
  1968. | #define HAVE_SYS_IOCTL_H 1
  1969. | #define HAVE_BYTESWAP_H 1
  1970. | #define HAVE_SSIZE_T 1
  1971. | #define HAVE_LRINTF 1
  1972. | #define HAVE_STRTOF 1
  1973. | #define HAVE_SYS_SELECT_H 1
  1974. | #define HAVE_SYS_SOCKET_H 1
  1975. | #define SELECT_TYPE_ARG1 int
  1976. | #define SELECT_TYPE_ARG234 (fd_set *)
  1977. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1978. | #define HAVE_GETTIMEOFDAY 1
  1979. | #define HAVE_NANOSLEEP 1
  1980. | #define HAVE_POSIX_MEMALIGN 1
  1981. | #define HAVE_SIGACTION 1
  1982. | #define HAVE_SLEEP 1
  1983. | #define HAVE_SYSCONF 1
  1984. | #define HAVE_STRERROR_R 1
  1985. | #define HAVE_LSTAT 1
  1986. | #define HAVE_STRNDUP 1
  1987. | /* end confdefs.h. */
  1988. | #include <pthread.h>
  1989. | int
  1990. | main ()
  1991. | {
  1992. | pthread_t th; pthread_join(th, 0);
  1993. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1994. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1995. | ;
  1996. | return 0;
  1997. | }
  1998. configure:19553: result: no
  1999. configure:19425: checking whether pthreads work without any flags
  2000. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  2001. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2002. conftest.c: In function 'main':
  2003. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2004. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2005. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2006. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2007. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2008. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2009. /tmp/cclFtT12.o: In function `main':
  2010. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:53: undefined reference to `pthread_join'
  2011. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:54: undefined reference to `__pthread_register_cancel'
  2012. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `pthread_create'
  2013. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `__pthread_unregister_cancel'
  2014. collect2: ld returned 1 exit status
  2015. configure:19530: $? = 1
  2016. configure: failed program was:
  2017. | /* confdefs.h. */
  2018. | #define PACKAGE_NAME "libcanberra"
  2019. | #define PACKAGE_TARNAME "libcanberra"
  2020. | #define PACKAGE_VERSION "0.18"
  2021. | #define PACKAGE_STRING "libcanberra 0.18"
  2022. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2023. | #define PACKAGE "libcanberra"
  2024. | #define VERSION "0.18"
  2025. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2026. | #define STDC_HEADERS 1
  2027. | #define HAVE_SYS_TYPES_H 1
  2028. | #define HAVE_SYS_STAT_H 1
  2029. | #define HAVE_STDLIB_H 1
  2030. | #define HAVE_STRING_H 1
  2031. | #define HAVE_MEMORY_H 1
  2032. | #define HAVE_STRINGS_H 1
  2033. | #define HAVE_INTTYPES_H 1
  2034. | #define HAVE_STDINT_H 1
  2035. | #define HAVE_UNISTD_H 1
  2036. | #define __EXTENSIONS__ 1
  2037. | #define _ALL_SOURCE 1
  2038. | #define _GNU_SOURCE 1
  2039. | #define _POSIX_PTHREAD_SEMANTICS 1
  2040. | #define _TANDEM_SOURCE 1
  2041. | #define HAVE_DLFCN_H 1
  2042. | #define LT_OBJDIR ".libs/"
  2043. | #define STDC_HEADERS 1
  2044. | #define HAVE_SYS_POLL_H 1
  2045. | #define HAVE_SYS_IOCTL_H 1
  2046. | #define HAVE_BYTESWAP_H 1
  2047. | #define HAVE_SSIZE_T 1
  2048. | #define HAVE_LRINTF 1
  2049. | #define HAVE_STRTOF 1
  2050. | #define HAVE_SYS_SELECT_H 1
  2051. | #define HAVE_SYS_SOCKET_H 1
  2052. | #define SELECT_TYPE_ARG1 int
  2053. | #define SELECT_TYPE_ARG234 (fd_set *)
  2054. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2055. | #define HAVE_GETTIMEOFDAY 1
  2056. | #define HAVE_NANOSLEEP 1
  2057. | #define HAVE_POSIX_MEMALIGN 1
  2058. | #define HAVE_SIGACTION 1
  2059. | #define HAVE_SLEEP 1
  2060. | #define HAVE_SYSCONF 1
  2061. | #define HAVE_STRERROR_R 1
  2062. | #define HAVE_LSTAT 1
  2063. | #define HAVE_STRNDUP 1
  2064. | /* end confdefs.h. */
  2065. | #include <pthread.h>
  2066. | int
  2067. | main ()
  2068. | {
  2069. | pthread_t th; pthread_join(th, 0);
  2070. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  2071. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  2072. | ;
  2073. | return 0;
  2074. | }
  2075. configure:19553: result: no
  2076. configure:19430: checking whether pthreads work with -Kthread
  2077. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Kthread conftest.c -lm >&5
  2078. gcc: unrecognized option '-Kthread'
  2079. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2080. conftest.c: In function 'main':
  2081. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2082. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2083. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2084. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2085. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2086. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2087. /tmp/ccyc98La.o: In function `main':
  2088. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:53: undefined reference to `pthread_join'
  2089. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:54: undefined reference to `__pthread_register_cancel'
  2090. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `pthread_create'
  2091. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `__pthread_unregister_cancel'
  2092. collect2: ld returned 1 exit status
  2093. configure:19530: $? = 1
  2094. configure: failed program was:
  2095. | /* confdefs.h. */
  2096. | #define PACKAGE_NAME "libcanberra"
  2097. | #define PACKAGE_TARNAME "libcanberra"
  2098. | #define PACKAGE_VERSION "0.18"
  2099. | #define PACKAGE_STRING "libcanberra 0.18"
  2100. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2101. | #define PACKAGE "libcanberra"
  2102. | #define VERSION "0.18"
  2103. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2104. | #define STDC_HEADERS 1
  2105. | #define HAVE_SYS_TYPES_H 1
  2106. | #define HAVE_SYS_STAT_H 1
  2107. | #define HAVE_STDLIB_H 1
  2108. | #define HAVE_STRING_H 1
  2109. | #define HAVE_MEMORY_H 1
  2110. | #define HAVE_STRINGS_H 1
  2111. | #define HAVE_INTTYPES_H 1
  2112. | #define HAVE_STDINT_H 1
  2113. | #define HAVE_UNISTD_H 1
  2114. | #define __EXTENSIONS__ 1
  2115. | #define _ALL_SOURCE 1
  2116. | #define _GNU_SOURCE 1
  2117. | #define _POSIX_PTHREAD_SEMANTICS 1
  2118. | #define _TANDEM_SOURCE 1
  2119. | #define HAVE_DLFCN_H 1
  2120. | #define LT_OBJDIR ".libs/"
  2121. | #define STDC_HEADERS 1
  2122. | #define HAVE_SYS_POLL_H 1
  2123. | #define HAVE_SYS_IOCTL_H 1
  2124. | #define HAVE_BYTESWAP_H 1
  2125. | #define HAVE_SSIZE_T 1
  2126. | #define HAVE_LRINTF 1
  2127. | #define HAVE_STRTOF 1
  2128. | #define HAVE_SYS_SELECT_H 1
  2129. | #define HAVE_SYS_SOCKET_H 1
  2130. | #define SELECT_TYPE_ARG1 int
  2131. | #define SELECT_TYPE_ARG234 (fd_set *)
  2132. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2133. | #define HAVE_GETTIMEOFDAY 1
  2134. | #define HAVE_NANOSLEEP 1
  2135. | #define HAVE_POSIX_MEMALIGN 1
  2136. | #define HAVE_SIGACTION 1
  2137. | #define HAVE_SLEEP 1
  2138. | #define HAVE_SYSCONF 1
  2139. | #define HAVE_STRERROR_R 1
  2140. | #define HAVE_LSTAT 1
  2141. | #define HAVE_STRNDUP 1
  2142. | /* end confdefs.h. */
  2143. | #include <pthread.h>
  2144. | int
  2145. | main ()
  2146. | {
  2147. | pthread_t th; pthread_join(th, 0);
  2148. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  2149. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  2150. | ;
  2151. | return 0;
  2152. | }
  2153. configure:19553: result: no
  2154. configure:19430: checking whether pthreads work with -kthread
  2155. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -kthread conftest.c -lm >&5
  2156. gcc: unrecognized option '-kthread'
  2157. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2158. conftest.c: In function 'main':
  2159. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2160. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2161. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2162. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2163. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2164. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2165. /tmp/ccIsJ1Jx.o: In function `main':
  2166. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:53: undefined reference to `pthread_join'
  2167. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:54: undefined reference to `__pthread_register_cancel'
  2168. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `pthread_create'
  2169. /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/conftest.c:55: undefined reference to `__pthread_unregister_cancel'
  2170. collect2: ld returned 1 exit status
  2171. configure:19530: $? = 1
  2172. configure: failed program was:
  2173. | /* confdefs.h. */
  2174. | #define PACKAGE_NAME "libcanberra"
  2175. | #define PACKAGE_TARNAME "libcanberra"
  2176. | #define PACKAGE_VERSION "0.18"
  2177. | #define PACKAGE_STRING "libcanberra 0.18"
  2178. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2179. | #define PACKAGE "libcanberra"
  2180. | #define VERSION "0.18"
  2181. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2182. | #define STDC_HEADERS 1
  2183. | #define HAVE_SYS_TYPES_H 1
  2184. | #define HAVE_SYS_STAT_H 1
  2185. | #define HAVE_STDLIB_H 1
  2186. | #define HAVE_STRING_H 1
  2187. | #define HAVE_MEMORY_H 1
  2188. | #define HAVE_STRINGS_H 1
  2189. | #define HAVE_INTTYPES_H 1
  2190. | #define HAVE_STDINT_H 1
  2191. | #define HAVE_UNISTD_H 1
  2192. | #define __EXTENSIONS__ 1
  2193. | #define _ALL_SOURCE 1
  2194. | #define _GNU_SOURCE 1
  2195. | #define _POSIX_PTHREAD_SEMANTICS 1
  2196. | #define _TANDEM_SOURCE 1
  2197. | #define HAVE_DLFCN_H 1
  2198. | #define LT_OBJDIR ".libs/"
  2199. | #define STDC_HEADERS 1
  2200. | #define HAVE_SYS_POLL_H 1
  2201. | #define HAVE_SYS_IOCTL_H 1
  2202. | #define HAVE_BYTESWAP_H 1
  2203. | #define HAVE_SSIZE_T 1
  2204. | #define HAVE_LRINTF 1
  2205. | #define HAVE_STRTOF 1
  2206. | #define HAVE_SYS_SELECT_H 1
  2207. | #define HAVE_SYS_SOCKET_H 1
  2208. | #define SELECT_TYPE_ARG1 int
  2209. | #define SELECT_TYPE_ARG234 (fd_set *)
  2210. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2211. | #define HAVE_GETTIMEOFDAY 1
  2212. | #define HAVE_NANOSLEEP 1
  2213. | #define HAVE_POSIX_MEMALIGN 1
  2214. | #define HAVE_SIGACTION 1
  2215. | #define HAVE_SLEEP 1
  2216. | #define HAVE_SYSCONF 1
  2217. | #define HAVE_STRERROR_R 1
  2218. | #define HAVE_LSTAT 1
  2219. | #define HAVE_STRNDUP 1
  2220. | /* end confdefs.h. */
  2221. | #include <pthread.h>
  2222. | int
  2223. | main ()
  2224. | {
  2225. | pthread_t th; pthread_join(th, 0);
  2226. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  2227. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  2228. | ;
  2229. | return 0;
  2230. | }
  2231. configure:19553: result: no
  2232. configure:19480: checking for the pthreads library -llthread
  2233. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -llthread -lm >&5
  2234. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2235. conftest.c: In function 'main':
  2236. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2237. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2238. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2239. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2240. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2241. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2242. /usr/bin/ld: cannot find -llthread
  2243. collect2: ld returned 1 exit status
  2244. configure:19530: $? = 1
  2245. configure: failed program was:
  2246. | /* confdefs.h. */
  2247. | #define PACKAGE_NAME "libcanberra"
  2248. | #define PACKAGE_TARNAME "libcanberra"
  2249. | #define PACKAGE_VERSION "0.18"
  2250. | #define PACKAGE_STRING "libcanberra 0.18"
  2251. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2252. | #define PACKAGE "libcanberra"
  2253. | #define VERSION "0.18"
  2254. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2255. | #define STDC_HEADERS 1
  2256. | #define HAVE_SYS_TYPES_H 1
  2257. | #define HAVE_SYS_STAT_H 1
  2258. | #define HAVE_STDLIB_H 1
  2259. | #define HAVE_STRING_H 1
  2260. | #define HAVE_MEMORY_H 1
  2261. | #define HAVE_STRINGS_H 1
  2262. | #define HAVE_INTTYPES_H 1
  2263. | #define HAVE_STDINT_H 1
  2264. | #define HAVE_UNISTD_H 1
  2265. | #define __EXTENSIONS__ 1
  2266. | #define _ALL_SOURCE 1
  2267. | #define _GNU_SOURCE 1
  2268. | #define _POSIX_PTHREAD_SEMANTICS 1
  2269. | #define _TANDEM_SOURCE 1
  2270. | #define HAVE_DLFCN_H 1
  2271. | #define LT_OBJDIR ".libs/"
  2272. | #define STDC_HEADERS 1
  2273. | #define HAVE_SYS_POLL_H 1
  2274. | #define HAVE_SYS_IOCTL_H 1
  2275. | #define HAVE_BYTESWAP_H 1
  2276. | #define HAVE_SSIZE_T 1
  2277. | #define HAVE_LRINTF 1
  2278. | #define HAVE_STRTOF 1
  2279. | #define HAVE_SYS_SELECT_H 1
  2280. | #define HAVE_SYS_SOCKET_H 1
  2281. | #define SELECT_TYPE_ARG1 int
  2282. | #define SELECT_TYPE_ARG234 (fd_set *)
  2283. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2284. | #define HAVE_GETTIMEOFDAY 1
  2285. | #define HAVE_NANOSLEEP 1
  2286. | #define HAVE_POSIX_MEMALIGN 1
  2287. | #define HAVE_SIGACTION 1
  2288. | #define HAVE_SLEEP 1
  2289. | #define HAVE_SYSCONF 1
  2290. | #define HAVE_STRERROR_R 1
  2291. | #define HAVE_LSTAT 1
  2292. | #define HAVE_STRNDUP 1
  2293. | /* end confdefs.h. */
  2294. | #include <pthread.h>
  2295. | int
  2296. | main ()
  2297. | {
  2298. | pthread_t th; pthread_join(th, 0);
  2299. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  2300. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  2301. | ;
  2302. | return 0;
  2303. | }
  2304. configure:19553: result: no
  2305. configure:19430: checking whether pthreads work with -pthread
  2306. configure:19523: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c -lm >&5
  2307. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2308. conftest.c: In function 'main':
  2309. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2310. conftest.c:54:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2311. conftest.c:54:44: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2312. conftest.c:55:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2313. conftest.c:55:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2314. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2315. configure:19530: $? = 0
  2316. configure:19553: result: yes
  2317. configure:19572: checking for joinable pthread attribute
  2318. configure:19597: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c -lm >&5
  2319. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2320. conftest.c: In function 'main':
  2321. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2322. configure:19604: $? = 0
  2323. configure:19624: result: PTHREAD_CREATE_JOINABLE
  2324. configure:19634: checking if more special flags are required for pthreads
  2325. configure:19641: result: no
  2326. configure:19703: checking whether to check for GCC pthread/shared inconsistencies
  2327. configure:19713: result: yes
  2328. configure:19739: checking whether -pthread is sufficient with -shared
  2329. configure:19764: gcc -std=gnu99 -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c -lm >&5
  2330. conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2331. conftest.c: In function 'main':
  2332. conftest.c:51:1: warning: old-style function definition [-Wold-style-definition]
  2333. conftest.c:54:10: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2334. conftest.c:54:32: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  2335. conftest.c:55:10: warning: null argument where non-null required (argument 1) [-Wnonnull]
  2336. conftest.c:55:10: warning: null argument where non-null required (argument 3) [-Wnonnull]
  2337. conftest.c:53:27: warning: 'th' is used uninitialized in this function [-Wuninitialized]
  2338. configure:19771: $? = 0
  2339. configure:19792: result: yes
  2340. configure:19982: checking for special C compiler options needed for large files
  2341. configure:20077: result: no
  2342. configure:20083: checking for _FILE_OFFSET_BITS value needed for large files
  2343. configure:20118: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2344. conftest.c:56:3: warning: left shift count >= width of type
  2345. conftest.c:56:3: warning: left shift count >= width of type
  2346. conftest.c:57:10: warning: left shift count >= width of type
  2347. conftest.c:57:10: warning: left shift count >= width of type
  2348. conftest.c:56:7: error: size of array 'off_t_is_large' is negative
  2349. conftest.c:58:9: warning: variably modified 'off_t_is_large' at file scope
  2350. conftest.c:58:9: warning: the size of array 'off_t_is_large' can't be evaluated [-Wvla]
  2351. conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2352. conftest.c: In function 'main':
  2353. conftest.c:60:1: warning: old-style function definition [-Wold-style-definition]
  2354. configure:20125: $? = 1
  2355. configure: failed program was:
  2356. | /* confdefs.h. */
  2357. | #define PACKAGE_NAME "libcanberra"
  2358. | #define PACKAGE_TARNAME "libcanberra"
  2359. | #define PACKAGE_VERSION "0.18"
  2360. | #define PACKAGE_STRING "libcanberra 0.18"
  2361. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2362. | #define PACKAGE "libcanberra"
  2363. | #define VERSION "0.18"
  2364. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2365. | #define STDC_HEADERS 1
  2366. | #define HAVE_SYS_TYPES_H 1
  2367. | #define HAVE_SYS_STAT_H 1
  2368. | #define HAVE_STDLIB_H 1
  2369. | #define HAVE_STRING_H 1
  2370. | #define HAVE_MEMORY_H 1
  2371. | #define HAVE_STRINGS_H 1
  2372. | #define HAVE_INTTYPES_H 1
  2373. | #define HAVE_STDINT_H 1
  2374. | #define HAVE_UNISTD_H 1
  2375. | #define __EXTENSIONS__ 1
  2376. | #define _ALL_SOURCE 1
  2377. | #define _GNU_SOURCE 1
  2378. | #define _POSIX_PTHREAD_SEMANTICS 1
  2379. | #define _TANDEM_SOURCE 1
  2380. | #define HAVE_DLFCN_H 1
  2381. | #define LT_OBJDIR ".libs/"
  2382. | #define STDC_HEADERS 1
  2383. | #define HAVE_SYS_POLL_H 1
  2384. | #define HAVE_SYS_IOCTL_H 1
  2385. | #define HAVE_BYTESWAP_H 1
  2386. | #define HAVE_SSIZE_T 1
  2387. | #define HAVE_LRINTF 1
  2388. | #define HAVE_STRTOF 1
  2389. | #define HAVE_SYS_SELECT_H 1
  2390. | #define HAVE_SYS_SOCKET_H 1
  2391. | #define SELECT_TYPE_ARG1 int
  2392. | #define SELECT_TYPE_ARG234 (fd_set *)
  2393. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2394. | #define HAVE_GETTIMEOFDAY 1
  2395. | #define HAVE_NANOSLEEP 1
  2396. | #define HAVE_POSIX_MEMALIGN 1
  2397. | #define HAVE_SIGACTION 1
  2398. | #define HAVE_SLEEP 1
  2399. | #define HAVE_SYSCONF 1
  2400. | #define HAVE_STRERROR_R 1
  2401. | #define HAVE_LSTAT 1
  2402. | #define HAVE_STRNDUP 1
  2403. | #define HAVE_PTHREAD 1
  2404. | /* end confdefs.h. */
  2405. | #include <sys/types.h>
  2406. | /* Check that off_t can represent 2**63 - 1 correctly.
  2407. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2408. | since some C++ compilers masquerading as C compilers
  2409. | incorrectly reject 9223372036854775807. */
  2410. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2411. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2412. | && LARGE_OFF_T % 2147483647 == 1)
  2413. | ? 1 : -1];
  2414. | int
  2415. | main ()
  2416. | {
  2417. |
  2418. | ;
  2419. | return 0;
  2420. | }
  2421. configure:20169: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2422. conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  2423. conftest.c: In function 'main':
  2424. conftest.c:61:1: warning: old-style function definition [-Wold-style-definition]
  2425. configure:20176: $? = 0
  2426. configure:20194: result: 64
  2427. configure:20387: checking for pkg-config
  2428. configure:20405: found /usr/bin/pkg-config
  2429. configure:20417: result: /usr/bin/pkg-config
  2430. configure:20442: checking pkg-config is at least version 0.9.0
  2431. configure:20445: result: yes
  2432. configure:20476: checking for ALSA
  2433. configure:20483: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.0 "
  2434. configure:20486: $? = 0
  2435. configure:20499: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.0 "
  2436. configure:20502: $? = 0
  2437. configure:20551: result: yes
  2438. configure:20606: checking soundcard.h usability
  2439. configure:20623: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2440. conftest.c:85:23: fatal error: soundcard.h: No such file or directory
  2441. compilation terminated.
  2442. configure:20630: $? = 1
  2443. configure: failed program was:
  2444. | /* confdefs.h. */
  2445. | #define PACKAGE_NAME "libcanberra"
  2446. | #define PACKAGE_TARNAME "libcanberra"
  2447. | #define PACKAGE_VERSION "0.18"
  2448. | #define PACKAGE_STRING "libcanberra 0.18"
  2449. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2450. | #define PACKAGE "libcanberra"
  2451. | #define VERSION "0.18"
  2452. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2453. | #define STDC_HEADERS 1
  2454. | #define HAVE_SYS_TYPES_H 1
  2455. | #define HAVE_SYS_STAT_H 1
  2456. | #define HAVE_STDLIB_H 1
  2457. | #define HAVE_STRING_H 1
  2458. | #define HAVE_MEMORY_H 1
  2459. | #define HAVE_STRINGS_H 1
  2460. | #define HAVE_INTTYPES_H 1
  2461. | #define HAVE_STDINT_H 1
  2462. | #define HAVE_UNISTD_H 1
  2463. | #define __EXTENSIONS__ 1
  2464. | #define _ALL_SOURCE 1
  2465. | #define _GNU_SOURCE 1
  2466. | #define _POSIX_PTHREAD_SEMANTICS 1
  2467. | #define _TANDEM_SOURCE 1
  2468. | #define HAVE_DLFCN_H 1
  2469. | #define LT_OBJDIR ".libs/"
  2470. | #define STDC_HEADERS 1
  2471. | #define HAVE_SYS_POLL_H 1
  2472. | #define HAVE_SYS_IOCTL_H 1
  2473. | #define HAVE_BYTESWAP_H 1
  2474. | #define HAVE_SSIZE_T 1
  2475. | #define HAVE_LRINTF 1
  2476. | #define HAVE_STRTOF 1
  2477. | #define HAVE_SYS_SELECT_H 1
  2478. | #define HAVE_SYS_SOCKET_H 1
  2479. | #define SELECT_TYPE_ARG1 int
  2480. | #define SELECT_TYPE_ARG234 (fd_set *)
  2481. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2482. | #define HAVE_GETTIMEOFDAY 1
  2483. | #define HAVE_NANOSLEEP 1
  2484. | #define HAVE_POSIX_MEMALIGN 1
  2485. | #define HAVE_SIGACTION 1
  2486. | #define HAVE_SLEEP 1
  2487. | #define HAVE_SYSCONF 1
  2488. | #define HAVE_STRERROR_R 1
  2489. | #define HAVE_LSTAT 1
  2490. | #define HAVE_STRNDUP 1
  2491. | #define HAVE_PTHREAD 1
  2492. | #define _FILE_OFFSET_BITS 64
  2493. | #define HAVE_ALSA 1
  2494. | /* end confdefs.h. */
  2495. | #include <stdio.h>
  2496. | #ifdef HAVE_SYS_TYPES_H
  2497. | # include <sys/types.h>
  2498. | #endif
  2499. | #ifdef HAVE_SYS_STAT_H
  2500. | # include <sys/stat.h>
  2501. | #endif
  2502. | #ifdef STDC_HEADERS
  2503. | # include <stdlib.h>
  2504. | # include <stddef.h>
  2505. | #else
  2506. | # ifdef HAVE_STDLIB_H
  2507. | # include <stdlib.h>
  2508. | # endif
  2509. | #endif
  2510. | #ifdef HAVE_STRING_H
  2511. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2512. | # include <memory.h>
  2513. | # endif
  2514. | # include <string.h>
  2515. | #endif
  2516. | #ifdef HAVE_STRINGS_H
  2517. | # include <strings.h>
  2518. | #endif
  2519. | #ifdef HAVE_INTTYPES_H
  2520. | # include <inttypes.h>
  2521. | #endif
  2522. | #ifdef HAVE_STDINT_H
  2523. | # include <stdint.h>
  2524. | #endif
  2525. | #ifdef HAVE_UNISTD_H
  2526. | # include <unistd.h>
  2527. | #endif
  2528. | #include <soundcard.h>
  2529. configure:20644: result: no
  2530. configure:20648: checking soundcard.h presence
  2531. configure:20663: gcc -std=gnu99 -E conftest.c
  2532. conftest.c:52:23: fatal error: soundcard.h: No such file or directory
  2533. compilation terminated.
  2534. configure:20670: $? = 1
  2535. configure: failed program was:
  2536. | /* confdefs.h. */
  2537. | #define PACKAGE_NAME "libcanberra"
  2538. | #define PACKAGE_TARNAME "libcanberra"
  2539. | #define PACKAGE_VERSION "0.18"
  2540. | #define PACKAGE_STRING "libcanberra 0.18"
  2541. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2542. | #define PACKAGE "libcanberra"
  2543. | #define VERSION "0.18"
  2544. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2545. | #define STDC_HEADERS 1
  2546. | #define HAVE_SYS_TYPES_H 1
  2547. | #define HAVE_SYS_STAT_H 1
  2548. | #define HAVE_STDLIB_H 1
  2549. | #define HAVE_STRING_H 1
  2550. | #define HAVE_MEMORY_H 1
  2551. | #define HAVE_STRINGS_H 1
  2552. | #define HAVE_INTTYPES_H 1
  2553. | #define HAVE_STDINT_H 1
  2554. | #define HAVE_UNISTD_H 1
  2555. | #define __EXTENSIONS__ 1
  2556. | #define _ALL_SOURCE 1
  2557. | #define _GNU_SOURCE 1
  2558. | #define _POSIX_PTHREAD_SEMANTICS 1
  2559. | #define _TANDEM_SOURCE 1
  2560. | #define HAVE_DLFCN_H 1
  2561. | #define LT_OBJDIR ".libs/"
  2562. | #define STDC_HEADERS 1
  2563. | #define HAVE_SYS_POLL_H 1
  2564. | #define HAVE_SYS_IOCTL_H 1
  2565. | #define HAVE_BYTESWAP_H 1
  2566. | #define HAVE_SSIZE_T 1
  2567. | #define HAVE_LRINTF 1
  2568. | #define HAVE_STRTOF 1
  2569. | #define HAVE_SYS_SELECT_H 1
  2570. | #define HAVE_SYS_SOCKET_H 1
  2571. | #define SELECT_TYPE_ARG1 int
  2572. | #define SELECT_TYPE_ARG234 (fd_set *)
  2573. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2574. | #define HAVE_GETTIMEOFDAY 1
  2575. | #define HAVE_NANOSLEEP 1
  2576. | #define HAVE_POSIX_MEMALIGN 1
  2577. | #define HAVE_SIGACTION 1
  2578. | #define HAVE_SLEEP 1
  2579. | #define HAVE_SYSCONF 1
  2580. | #define HAVE_STRERROR_R 1
  2581. | #define HAVE_LSTAT 1
  2582. | #define HAVE_STRNDUP 1
  2583. | #define HAVE_PTHREAD 1
  2584. | #define _FILE_OFFSET_BITS 64
  2585. | #define HAVE_ALSA 1
  2586. | /* end confdefs.h. */
  2587. | #include <soundcard.h>
  2588. configure:20684: result: no
  2589. configure:20717: checking for soundcard.h
  2590. configure:20726: result: no
  2591. configure:20606: checking sys/soundcard.h usability
  2592. configure:20623: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2593. configure:20630: $? = 0
  2594. configure:20644: result: yes
  2595. configure:20648: checking sys/soundcard.h presence
  2596. configure:20663: gcc -std=gnu99 -E conftest.c
  2597. configure:20670: $? = 0
  2598. configure:20684: result: yes
  2599. configure:20717: checking for sys/soundcard.h
  2600. configure:20726: result: yes
  2601. configure:20606: checking machine/soundcard.h usability
  2602. configure:20623: gcc -std=gnu99 -c -g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2603. conftest.c:86:31: fatal error: machine/soundcard.h: No such file or directory
  2604. compilation terminated.
  2605. configure:20630: $? = 1
  2606. configure: failed program was:
  2607. | /* confdefs.h. */
  2608. | #define PACKAGE_NAME "libcanberra"
  2609. | #define PACKAGE_TARNAME "libcanberra"
  2610. | #define PACKAGE_VERSION "0.18"
  2611. | #define PACKAGE_STRING "libcanberra 0.18"
  2612. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2613. | #define PACKAGE "libcanberra"
  2614. | #define VERSION "0.18"
  2615. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2616. | #define STDC_HEADERS 1
  2617. | #define HAVE_SYS_TYPES_H 1
  2618. | #define HAVE_SYS_STAT_H 1
  2619. | #define HAVE_STDLIB_H 1
  2620. | #define HAVE_STRING_H 1
  2621. | #define HAVE_MEMORY_H 1
  2622. | #define HAVE_STRINGS_H 1
  2623. | #define HAVE_INTTYPES_H 1
  2624. | #define HAVE_STDINT_H 1
  2625. | #define HAVE_UNISTD_H 1
  2626. | #define __EXTENSIONS__ 1
  2627. | #define _ALL_SOURCE 1
  2628. | #define _GNU_SOURCE 1
  2629. | #define _POSIX_PTHREAD_SEMANTICS 1
  2630. | #define _TANDEM_SOURCE 1
  2631. | #define HAVE_DLFCN_H 1
  2632. | #define LT_OBJDIR ".libs/"
  2633. | #define STDC_HEADERS 1
  2634. | #define HAVE_SYS_POLL_H 1
  2635. | #define HAVE_SYS_IOCTL_H 1
  2636. | #define HAVE_BYTESWAP_H 1
  2637. | #define HAVE_SSIZE_T 1
  2638. | #define HAVE_LRINTF 1
  2639. | #define HAVE_STRTOF 1
  2640. | #define HAVE_SYS_SELECT_H 1
  2641. | #define HAVE_SYS_SOCKET_H 1
  2642. | #define SELECT_TYPE_ARG1 int
  2643. | #define SELECT_TYPE_ARG234 (fd_set *)
  2644. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2645. | #define HAVE_GETTIMEOFDAY 1
  2646. | #define HAVE_NANOSLEEP 1
  2647. | #define HAVE_POSIX_MEMALIGN 1
  2648. | #define HAVE_SIGACTION 1
  2649. | #define HAVE_SLEEP 1
  2650. | #define HAVE_SYSCONF 1
  2651. | #define HAVE_STRERROR_R 1
  2652. | #define HAVE_LSTAT 1
  2653. | #define HAVE_STRNDUP 1
  2654. | #define HAVE_PTHREAD 1
  2655. | #define _FILE_OFFSET_BITS 64
  2656. | #define HAVE_ALSA 1
  2657. | #define HAVE_SYS_SOUNDCARD_H 1
  2658. | /* end confdefs.h. */
  2659. | #include <stdio.h>
  2660. | #ifdef HAVE_SYS_TYPES_H
  2661. | # include <sys/types.h>
  2662. | #endif
  2663. | #ifdef HAVE_SYS_STAT_H
  2664. | # include <sys/stat.h>
  2665. | #endif
  2666. | #ifdef STDC_HEADERS
  2667. | # include <stdlib.h>
  2668. | # include <stddef.h>
  2669. | #else
  2670. | # ifdef HAVE_STDLIB_H
  2671. | # include <stdlib.h>
  2672. | # endif
  2673. | #endif
  2674. | #ifdef HAVE_STRING_H
  2675. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2676. | # include <memory.h>
  2677. | # endif
  2678. | # include <string.h>
  2679. | #endif
  2680. | #ifdef HAVE_STRINGS_H
  2681. | # include <strings.h>
  2682. | #endif
  2683. | #ifdef HAVE_INTTYPES_H
  2684. | # include <inttypes.h>
  2685. | #endif
  2686. | #ifdef HAVE_STDINT_H
  2687. | # include <stdint.h>
  2688. | #endif
  2689. | #ifdef HAVE_UNISTD_H
  2690. | # include <unistd.h>
  2691. | #endif
  2692. | #include <machine/soundcard.h>
  2693. configure:20644: result: no
  2694. configure:20648: checking machine/soundcard.h presence
  2695. configure:20663: gcc -std=gnu99 -E conftest.c
  2696. conftest.c:53:31: fatal error: machine/soundcard.h: No such file or directory
  2697. compilation terminated.
  2698. configure:20670: $? = 1
  2699. configure: failed program was:
  2700. | /* confdefs.h. */
  2701. | #define PACKAGE_NAME "libcanberra"
  2702. | #define PACKAGE_TARNAME "libcanberra"
  2703. | #define PACKAGE_VERSION "0.18"
  2704. | #define PACKAGE_STRING "libcanberra 0.18"
  2705. | #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  2706. | #define PACKAGE "libcanberra"
  2707. | #define VERSION "0.18"
  2708. | #define CANONICAL_HOST "i686-pc-linux-gnu"
  2709. | #define STDC_HEADERS 1
  2710. | #define HAVE_SYS_TYPES_H 1
  2711. | #define HAVE_SYS_STAT_H 1
  2712. | #define HAVE_STDLIB_H 1
  2713. | #define HAVE_STRING_H 1
  2714. | #define HAVE_MEMORY_H 1
  2715. | #define HAVE_STRINGS_H 1
  2716. | #define HAVE_INTTYPES_H 1
  2717. | #define HAVE_STDINT_H 1
  2718. | #define HAVE_UNISTD_H 1
  2719. | #define __EXTENSIONS__ 1
  2720. | #define _ALL_SOURCE 1
  2721. | #define _GNU_SOURCE 1
  2722. | #define _POSIX_PTHREAD_SEMANTICS 1
  2723. | #define _TANDEM_SOURCE 1
  2724. | #define HAVE_DLFCN_H 1
  2725. | #define LT_OBJDIR ".libs/"
  2726. | #define STDC_HEADERS 1
  2727. | #define HAVE_SYS_POLL_H 1
  2728. | #define HAVE_SYS_IOCTL_H 1
  2729. | #define HAVE_BYTESWAP_H 1
  2730. | #define HAVE_SSIZE_T 1
  2731. | #define HAVE_LRINTF 1
  2732. | #define HAVE_STRTOF 1
  2733. | #define HAVE_SYS_SELECT_H 1
  2734. | #define HAVE_SYS_SOCKET_H 1
  2735. | #define SELECT_TYPE_ARG1 int
  2736. | #define SELECT_TYPE_ARG234 (fd_set *)
  2737. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2738. | #define HAVE_GETTIMEOFDAY 1
  2739. | #define HAVE_NANOSLEEP 1
  2740. | #define HAVE_POSIX_MEMALIGN 1
  2741. | #define HAVE_SIGACTION 1
  2742. | #define HAVE_SLEEP 1
  2743. | #define HAVE_SYSCONF 1
  2744. | #define HAVE_STRERROR_R 1
  2745. | #define HAVE_LSTAT 1
  2746. | #define HAVE_STRNDUP 1
  2747. | #define HAVE_PTHREAD 1
  2748. | #define _FILE_OFFSET_BITS 64
  2749. | #define HAVE_ALSA 1
  2750. | #define HAVE_SYS_SOUNDCARD_H 1
  2751. | /* end confdefs.h. */
  2752. | #include <machine/soundcard.h>
  2753. configure:20684: result: no
  2754. configure:20717: checking for machine/soundcard.h
  2755. configure:20726: result: no
  2756. configure:20795: checking for PULSE
  2757. configure:20802: $PKG_CONFIG --exists --print-errors " libpulse >= 0.9.11 "
  2758. Package libpulse was not found in the pkg-config search path.
  2759. Perhaps you should add the directory containing `libpulse.pc'
  2760. to the PKG_CONFIG_PATH environment variable
  2761. No package 'libpulse' found
  2762. configure:20805: $? = 1
  2763. configure:20818: $PKG_CONFIG --exists --print-errors " libpulse >= 0.9.11 "
  2764. Package libpulse was not found in the pkg-config search path.
  2765. Perhaps you should add the directory containing `libpulse.pc'
  2766. to the PKG_CONFIG_PATH environment variable
  2767. No package 'libpulse' found
  2768. configure:20821: $? = 1
  2769. No package 'libpulse' found
  2770. configure:20848: result: no
  2771. configure:20910: checking for GST
  2772. configure:20917: $PKG_CONFIG --exists --print-errors " gstreamer-0.10 >= 0.10.15 "
  2773. Package gstreamer-0.10 was not found in the pkg-config search path.
  2774. Perhaps you should add the directory containing `gstreamer-0.10.pc'
  2775. to the PKG_CONFIG_PATH environment variable
  2776. No package 'gstreamer-0.10' found
  2777. configure:20920: $? = 1
  2778. configure:20933: $PKG_CONFIG --exists --print-errors " gstreamer-0.10 >= 0.10.15 "
  2779. Package gstreamer-0.10 was not found in the pkg-config search path.
  2780. Perhaps you should add the directory containing `gstreamer-0.10.pc'
  2781. to the PKG_CONFIG_PATH environment variable
  2782. No package 'gstreamer-0.10' found
  2783. configure:20936: $? = 1
  2784. No package 'gstreamer-0.10' found
  2785. configure:20963: result: no
  2786. configure:21061: checking for GTK
  2787. configure:21068: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.13.4 gthread-2.0 "
  2788. configure:21071: $? = 0
  2789. configure:21084: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.13.4 gthread-2.0 "
  2790. configure:21087: $? = 0
  2791. configure:21136: result: yes
  2792. configure:21148: checking for gconftool-2
  2793. configure:21166: found /usr/bin/gconftool-2
  2794. configure:21178: result: /usr/bin/gconftool-2
  2795. configure:21201: result: Using config source xml:merged:/etc/gnome/2.30.2/gconf/gconf.xml.defaults for schema installation
  2796. configure:21216: result: Using /etc/gnome/2.30.2/gconf/schemas as install directory for schema files
  2797. configure:21282: checking for TDB
  2798. configure:21289: $PKG_CONFIG --exists --print-errors " tdb >= 1.1 "
  2799. Package tdb was not found in the pkg-config search path.
  2800. Perhaps you should add the directory containing `tdb.pc'
  2801. to the PKG_CONFIG_PATH environment variable
  2802. No package 'tdb' found
  2803. configure:21292: $? = 1
  2804. configure:21305: $PKG_CONFIG --exists --print-errors " tdb >= 1.1 "
  2805. Package tdb was not found in the pkg-config search path.
  2806. Perhaps you should add the directory containing `tdb.pc'
  2807. to the PKG_CONFIG_PATH environment variable
  2808. No package 'tdb' found
  2809. configure:21308: $? = 1
  2810. No package 'tdb' found
  2811. configure:21335: result: no
  2812. configure:21429: checking for lynx
  2813. configure:21457: result: no
  2814. configure:21467: WARNING: *** lynx not found, plain text README will not be built ***
  2815. configure:21485: checking for VORBIS
  2816. configure:21492: $PKG_CONFIG --exists --print-errors " vorbisfile "
  2817. configure:21495: $? = 0
  2818. configure:21508: $PKG_CONFIG --exists --print-errors " vorbisfile "
  2819. configure:21511: $? = 0
  2820. configure:21588: result: yes
  2821. configure:21846: checking whether to build gtk-doc documentation
  2822. configure:21848: result: no
  2823. configure:21855: checking for gtkdoc-check
  2824. configure:21888: result: no
  2825. configure:22207: creating ./config.status
  2826.  
  2827. ## ---------------------- ##
  2828. ## Running config.status. ##
  2829. ## ---------------------- ##
  2830.  
  2831. This file was extended by libcanberra config.status 0.18, which was
  2832. generated by GNU Autoconf 2.63. Invocation command line was
  2833.  
  2834. CONFIG_FILES =
  2835. CONFIG_HEADERS =
  2836. CONFIG_LINKS =
  2837. CONFIG_COMMANDS =
  2838. $ ./config.status
  2839.  
  2840. on planet-spike
  2841.  
  2842. config.status:1186: creating Makefile
  2843. config.status:1186: creating src/Makefile
  2844. config.status:1186: creating libcanberra.pc
  2845. config.status:1186: creating libcanberra-gtk.pc
  2846. config.status:1186: creating src/canberra.h
  2847. config.status:1186: creating gtkdoc/Makefile
  2848. config.status:1186: creating doc/Makefile
  2849. config.status:1186: creating doc/README.html
  2850. config.status:1186: creating config.h
  2851. config.status:1460: executing depfiles commands
  2852. config.status:1460: executing libtool commands
  2853.  
  2854. ## ---------------- ##
  2855. ## Cache variables. ##
  2856. ## ---------------- ##
  2857.  
  2858. ac_cv_build=i686-pc-linux-gnu
  2859. ac_cv_c_bigendian=no
  2860. ac_cv_c_compiler_gnu=yes
  2861. ac_cv_c_const=yes
  2862. ac_cv_cxx_compiler_gnu=yes
  2863. ac_cv_env_ALSA_CFLAGS_set=
  2864. ac_cv_env_ALSA_CFLAGS_value=
  2865. ac_cv_env_ALSA_LIBS_set=
  2866. ac_cv_env_ALSA_LIBS_value=
  2867. ac_cv_env_CCC_set=
  2868. ac_cv_env_CCC_value=
  2869. ac_cv_env_CC_set=
  2870. ac_cv_env_CC_value=
  2871. ac_cv_env_CFLAGS_set=
  2872. ac_cv_env_CFLAGS_value=
  2873. ac_cv_env_CPPFLAGS_set=
  2874. ac_cv_env_CPPFLAGS_value=
  2875. ac_cv_env_CPP_set=
  2876. ac_cv_env_CPP_value=
  2877. ac_cv_env_CXXCPP_set=
  2878. ac_cv_env_CXXCPP_value=
  2879. ac_cv_env_CXXFLAGS_set=
  2880. ac_cv_env_CXXFLAGS_value=
  2881. ac_cv_env_CXX_set=
  2882. ac_cv_env_CXX_value=
  2883. ac_cv_env_GST_CFLAGS_set=
  2884. ac_cv_env_GST_CFLAGS_value=
  2885. ac_cv_env_GST_LIBS_set=
  2886. ac_cv_env_GST_LIBS_value=
  2887. ac_cv_env_GTK_CFLAGS_set=
  2888. ac_cv_env_GTK_CFLAGS_value=
  2889. ac_cv_env_GTK_LIBS_set=
  2890. ac_cv_env_GTK_LIBS_value=
  2891. ac_cv_env_LDFLAGS_set=
  2892. ac_cv_env_LDFLAGS_value=
  2893. ac_cv_env_LIBS_set=
  2894. ac_cv_env_LIBS_value=
  2895. ac_cv_env_PKG_CONFIG_set=
  2896. ac_cv_env_PKG_CONFIG_value=
  2897. ac_cv_env_PULSE_CFLAGS_set=
  2898. ac_cv_env_PULSE_CFLAGS_value=
  2899. ac_cv_env_PULSE_LIBS_set=
  2900. ac_cv_env_PULSE_LIBS_value=
  2901. ac_cv_env_TDB_CFLAGS_set=
  2902. ac_cv_env_TDB_CFLAGS_value=
  2903. ac_cv_env_TDB_LIBS_set=
  2904. ac_cv_env_TDB_LIBS_value=
  2905. ac_cv_env_VORBIS_CFLAGS_set=
  2906. ac_cv_env_VORBIS_CFLAGS_value=
  2907. ac_cv_env_VORBIS_LIBS_set=
  2908. ac_cv_env_VORBIS_LIBS_value=
  2909. ac_cv_env_build_alias_set=
  2910. ac_cv_env_build_alias_value=
  2911. ac_cv_env_host_alias_set=
  2912. ac_cv_env_host_alias_value=
  2913. ac_cv_env_target_alias_set=
  2914. ac_cv_env_target_alias_value=
  2915. ac_cv_func_dlopen=no
  2916. ac_cv_func_gettimeofday=yes
  2917. ac_cv_func_lrintf=yes
  2918. ac_cv_func_lstat=yes
  2919. ac_cv_func_nanosleep=yes
  2920. ac_cv_func_posix_memalign=yes
  2921. ac_cv_func_pthread_yield=no
  2922. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  2923. ac_cv_func_shl_load=no
  2924. ac_cv_func_sigaction=yes
  2925. ac_cv_func_sleep=yes
  2926. ac_cv_func_strerror_r=yes
  2927. ac_cv_func_strndup=yes
  2928. ac_cv_func_strtof=yes
  2929. ac_cv_func_sysconf=yes
  2930. ac_cv_header_byteswap_h=yes
  2931. ac_cv_header_dlfcn_h=yes
  2932. ac_cv_header_inttypes_h=yes
  2933. ac_cv_header_ltdl_h=yes
  2934. ac_cv_header_machine_soundcard_h=no
  2935. ac_cv_header_memory_h=yes
  2936. ac_cv_header_minix_config_h=no
  2937. ac_cv_header_soundcard_h=no
  2938. ac_cv_header_stdc=yes
  2939. ac_cv_header_stdint_h=yes
  2940. ac_cv_header_stdlib_h=yes
  2941. ac_cv_header_string_h=yes
  2942. ac_cv_header_strings_h=yes
  2943. ac_cv_header_sys_ioctl_h=yes
  2944. ac_cv_header_sys_poll_h=yes
  2945. ac_cv_header_sys_select_h=yes
  2946. ac_cv_header_sys_socket_h=yes
  2947. ac_cv_header_sys_soundcard_h=yes
  2948. ac_cv_header_sys_stat_h=yes
  2949. ac_cv_header_sys_types_h=yes
  2950. ac_cv_header_unistd_h=yes
  2951. ac_cv_host=i686-pc-linux-gnu
  2952. ac_cv_lib_dl_dlopen=yes
  2953. ac_cv_lib_dld_shl_load=no
  2954. ac_cv_lib_ltdl_lt_dladvise_init=yes
  2955. ac_cv_objext=o
  2956. ac_cv_path_EGREP='/bin/grep -E'
  2957. ac_cv_path_FGREP='/bin/grep -F'
  2958. ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
  2959. ac_cv_path_GREP=/bin/grep
  2960. ac_cv_path_SED=/bin/sed
  2961. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2962. ac_cv_path_install='/usr/bin/install -c'
  2963. ac_cv_path_mkdir=/bin/mkdir
  2964. ac_cv_prog_AWK=gawk
  2965. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  2966. ac_cv_prog_CXXCPP='g++ -E'
  2967. ac_cv_prog_ac_ct_AR=ar
  2968. ac_cv_prog_ac_ct_CC=gcc
  2969. ac_cv_prog_ac_ct_CXX=g++
  2970. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2971. ac_cv_prog_ac_ct_RANLIB=ranlib
  2972. ac_cv_prog_ac_ct_STRIP=strip
  2973. ac_cv_prog_cc_c89=
  2974. ac_cv_prog_cc_c99=-std=gnu99
  2975. ac_cv_prog_cc_g=yes
  2976. ac_cv_prog_cc_gcc_c_o=yes
  2977. ac_cv_prog_cxx_g=yes
  2978. ac_cv_prog_gcc_traditional=no
  2979. ac_cv_prog_have_lynx=no
  2980. ac_cv_prog_make_make_set=yes
  2981. ac_cv_safe_to_define___extensions__=yes
  2982. ac_cv_search_pow=-lm
  2983. ac_cv_search_sched_setscheduler='none required'
  2984. ac_cv_sys_file_offset_bits=64
  2985. ac_cv_sys_largefile_CC=no
  2986. ac_cv_type_off_t=yes
  2987. ac_cv_type_pid_t=yes
  2988. ac_cv_type_size_t=yes
  2989. ac_cv_type_ssize_t=yes
  2990. ac_cv_type_uid_t=yes
  2991. am_cv_CC_dependencies_compiler_type=gcc3
  2992. am_cv_CXX_dependencies_compiler_type=gcc3
  2993. cc_cv_cflags__W=yes
  2994. cc_cv_cflags__Wall=yes
  2995. cc_cv_cflags__Wcast_align=yes
  2996. cc_cv_cflags__Wdeclaration_after_statement=yes
  2997. cc_cv_cflags__Wendif_labels=yes
  2998. cc_cv_cflags__Wextra=yes
  2999. cc_cv_cflags__Wfloat_equal=yes
  3000. cc_cv_cflags__Wformat_2=yes
  3001. cc_cv_cflags__Wformat_nonliteral=yes
  3002. cc_cv_cflags__Wformat_security=yes
  3003. cc_cv_cflags__Winit_self=yes
  3004. cc_cv_cflags__Winline=yes
  3005. cc_cv_cflags__Wlogical_op=yes
  3006. cc_cv_cflags__Wmissing_declarations=yes
  3007. cc_cv_cflags__Wmissing_include_dirs=yes
  3008. cc_cv_cflags__Wmissing_noreturn=yes
  3009. cc_cv_cflags__Wmissing_prototypes=yes
  3010. cc_cv_cflags__Wno_long_long=yes
  3011. cc_cv_cflags__Wno_overlength_strings=yes
  3012. cc_cv_cflags__Wno_unused_parameter=yes
  3013. cc_cv_cflags__Wold_style_definition=yes
  3014. cc_cv_cflags__Wp__D_FORTIFY_SOURCE_2=yes
  3015. cc_cv_cflags__Wpacked=yes
  3016. cc_cv_cflags__Wpointer_arith=yes
  3017. cc_cv_cflags__Wredundant_decls=yes
  3018. cc_cv_cflags__Wshadow=yes
  3019. cc_cv_cflags__Wsign_compare=yes
  3020. cc_cv_cflags__Wstrict_aliasing_2=yes
  3021. cc_cv_cflags__Wstrict_prototypes=yes
  3022. cc_cv_cflags__Wundef=yes
  3023. cc_cv_cflags__Wunsafe_loop_optimizations=yes
  3024. cc_cv_cflags__Wvla=yes
  3025. cc_cv_cflags__Wwrite_strings=yes
  3026. cc_cv_cflags__fdiagnostics_show_option=yes
  3027. cc_cv_cflags__ffast_math=yes
  3028. cc_cv_cflags__fno_common=yes
  3029. cc_cv_cflags__pedantic=yes
  3030. cc_cv_cflags__pipe=yes
  3031. lt_cv_deplibs_check_method=pass_all
  3032. lt_cv_dlopen=dlopen
  3033. lt_cv_dlopen_libs=-ldl
  3034. lt_cv_dlopen_self=yes
  3035. lt_cv_dlopen_self_static=no
  3036. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3037. lt_cv_file_magic_test_file=
  3038. lt_cv_ld_reload_flag=-r
  3039. lt_cv_nm_interface='BSD nm'
  3040. lt_cv_objdir=.libs
  3041. lt_cv_path_LD=/usr/bin/ld
  3042. lt_cv_path_LDCXX=/usr/bin/ld
  3043. lt_cv_path_NM='/usr/bin/nm -B'
  3044. lt_cv_prog_compiler_c_o=yes
  3045. lt_cv_prog_compiler_c_o_CXX=yes
  3046. lt_cv_prog_compiler_pic_works=yes
  3047. lt_cv_prog_compiler_pic_works_CXX=yes
  3048. lt_cv_prog_compiler_rtti_exceptions=no
  3049. lt_cv_prog_compiler_static_works=yes
  3050. lt_cv_prog_compiler_static_works_CXX=yes
  3051. lt_cv_prog_gnu_ld=yes
  3052. lt_cv_prog_gnu_ldcxx=yes
  3053. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  3054. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3055. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  3056. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3057. lt_cv_sys_max_cmd_len=1572864
  3058. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  3059. pkg_cv_ALSA_LIBS='-lasound '
  3060. pkg_cv_GTK_CFLAGS='-pthread -I/usr/local/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
  3061. pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  3062. pkg_cv_VORBIS_CFLAGS=' '
  3063. pkg_cv_VORBIS_LIBS='-lvorbisfile -lvorbis -lm -logg '
  3064.  
  3065. ## ----------------- ##
  3066. ## Output variables. ##
  3067. ## ----------------- ##
  3068.  
  3069. ACLOCAL='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run aclocal-1.11'
  3070. ALSA_CFLAGS='-I/usr/include/alsa '
  3071. ALSA_LIBS='-lasound '
  3072. AMDEPBACKSLASH='\'
  3073. AMDEP_FALSE='#'
  3074. AMDEP_TRUE=''
  3075. AMTAR='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run tar'
  3076. AM_BACKSLASH='\'
  3077. AM_DEFAULT_VERBOSITY='0'
  3078. AR='ar'
  3079. AS='as'
  3080. AUTOCONF='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run autoconf'
  3081. AUTOHEADER='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run autoheader'
  3082. AUTOMAKE='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run automake-1.11'
  3083. AWK='gawk'
  3084. BUILTIN_ALSA='0'
  3085. BUILTIN_ALSA_FALSE=''
  3086. BUILTIN_ALSA_TRUE='#'
  3087. BUILTIN_DSO='1'
  3088. BUILTIN_DSO_FALSE='#'
  3089. BUILTIN_DSO_TRUE=''
  3090. BUILTIN_GSTREAMER='0'
  3091. BUILTIN_GSTREAMER_FALSE=''
  3092. BUILTIN_GSTREAMER_TRUE='#'
  3093. BUILTIN_NULL='0'
  3094. BUILTIN_NULL_FALSE=''
  3095. BUILTIN_NULL_TRUE='#'
  3096. BUILTIN_OSS='0'
  3097. BUILTIN_OSS_FALSE=''
  3098. BUILTIN_OSS_TRUE='#'
  3099. BUILTIN_PULSE='0'
  3100. BUILTIN_PULSE_FALSE=''
  3101. BUILTIN_PULSE_TRUE='#'
  3102. CA_MAJOR='0'
  3103. CA_MINOR='18'
  3104. CC='gcc -std=gnu99'
  3105. CCDEPMODE='depmode=gcc3'
  3106. CFLAGS='-g -O2 -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option'
  3107. CPP='gcc -std=gnu99 -E'
  3108. CPPFLAGS=''
  3109. CXX='g++'
  3110. CXXCPP='g++ -E'
  3111. CXXDEPMODE='depmode=gcc3'
  3112. CXXFLAGS='-g -O2'
  3113. CYGPATH_W='echo'
  3114. DEFS='-DHAVE_CONFIG_H'
  3115. DEPDIR='.deps'
  3116. DLLTOOL='dlltool'
  3117. DSYMUTIL=''
  3118. DUMPBIN=''
  3119. ECHO_C=''
  3120. ECHO_N='-n'
  3121. ECHO_T=''
  3122. EGREP='/bin/grep -E'
  3123. ENABLE_GTK_DOC_FALSE=''
  3124. ENABLE_GTK_DOC_TRUE='#'
  3125. EXEEXT=''
  3126. FGREP='/bin/grep -F'
  3127. GCONFTOOL='/usr/bin/gconftool-2'
  3128. GCONF_SCHEMAS_INSTALL_FALSE='#'
  3129. GCONF_SCHEMAS_INSTALL_TRUE=''
  3130. GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gnome/2.30.2/gconf/gconf.xml.defaults'
  3131. GCONF_SCHEMA_FILE_DIR='/etc/gnome/2.30.2/gconf/schemas'
  3132. GREP='/bin/grep'
  3133. GSTREAMER_CFLAGS=''
  3134. GSTREAMER_LIBS=''
  3135. GST_CFLAGS=''
  3136. GST_LIBS=''
  3137. GTKDOC_CHECK=''
  3138. GTK_CFLAGS='-pthread -I/usr/local/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
  3139. GTK_DOC_USE_LIBTOOL_FALSE='#'
  3140. GTK_DOC_USE_LIBTOOL_TRUE=''
  3141. GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  3142. GTK_MODULES_DIR='${exec_prefix}/lib/gtk-2.0/modules'
  3143. HAVE_ALSA='1'
  3144. HAVE_ALSA_FALSE='#'
  3145. HAVE_ALSA_TRUE=''
  3146. HAVE_CACHE='0'
  3147. HAVE_CACHE_FALSE=''
  3148. HAVE_CACHE_TRUE='#'
  3149. HAVE_DSO='1'
  3150. HAVE_GSTREAMER='0'
  3151. HAVE_GSTREAMER_FALSE=''
  3152. HAVE_GSTREAMER_TRUE='#'
  3153. HAVE_GTK='1'
  3154. HAVE_GTK_FALSE='#'
  3155. HAVE_GTK_TRUE=''
  3156. HAVE_NULL='1'
  3157. HAVE_NULL_FALSE='#'
  3158. HAVE_NULL_TRUE=''
  3159. HAVE_OSS='1'
  3160. HAVE_OSS_FALSE='#'
  3161. HAVE_OSS_TRUE=''
  3162. HAVE_PULSE='0'
  3163. HAVE_PULSE_FALSE=''
  3164. HAVE_PULSE_TRUE='#'
  3165. HAVE_TDB='0'
  3166. HAVE_TDB_FALSE=''
  3167. HAVE_TDB_TRUE='#'
  3168. HTML_DIR='${datadir}/gtk-doc/html'
  3169. INSTALL_DATA='${INSTALL} -m 644'
  3170. INSTALL_PROGRAM='${INSTALL}'
  3171. INSTALL_SCRIPT='${INSTALL}'
  3172. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3173. LD='/usr/bin/ld'
  3174. LDFLAGS=''
  3175. LIBCANBERRA_GTK_VERSION_INFO='1:3:1'
  3176. LIBCANBERRA_VERSION_INFO='2:1:2'
  3177. LIBLTDL='-lltdl'
  3178. LIBOBJS=''
  3179. LIBS='-lm '
  3180. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3181. LIPO=''
  3182. LN_S='ln -s'
  3183. LTLIBOBJS=''
  3184. MAKEINFO='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/missing --run makeinfo'
  3185. MKDIR_P='/bin/mkdir -p'
  3186. NM='/usr/bin/nm -B'
  3187. NMEDIT=''
  3188. OBJDUMP='objdump'
  3189. OBJEXT='o'
  3190. OS_IS_WIN32_FALSE=''
  3191. OS_IS_WIN32_TRUE='#'
  3192. OTOOL64=''
  3193. OTOOL=''
  3194. PACKAGE='libcanberra'
  3195. PACKAGE_BUGREPORT='mzyvopnaoreen (at) 0pointer (dot) de'
  3196. PACKAGE_NAME='libcanberra'
  3197. PACKAGE_STRING='libcanberra 0.18'
  3198. PACKAGE_TARNAME='libcanberra'
  3199. PACKAGE_URL='http://0pointer.de/lennart/projects/libcanberra/'
  3200. PACKAGE_VERSION='0.18'
  3201. PATH_SEPARATOR=':'
  3202. PKG_CONFIG='/usr/bin/pkg-config'
  3203. PTHREAD_CC='gcc -std=gnu99'
  3204. PTHREAD_CFLAGS='-pthread'
  3205. PTHREAD_LIBS=''
  3206. PULSE_CFLAGS=''
  3207. PULSE_LIBS=''
  3208. RANLIB='ranlib'
  3209. SED='/bin/sed'
  3210. SET_MAKE=''
  3211. SHELL='/bin/sh'
  3212. STRIP='strip'
  3213. TDB_CFLAGS=''
  3214. TDB_LIBS=''
  3215. USE_LYNX_FALSE=''
  3216. USE_LYNX_TRUE='#'
  3217. USE_VERSION_SCRIPT_FALSE='#'
  3218. USE_VERSION_SCRIPT_TRUE=''
  3219. VERSION='0.18'
  3220. VORBIS_CFLAGS=' '
  3221. VORBIS_LIBS='-lvorbisfile -lvorbis -lm -logg '
  3222. ac_ct_CC='gcc'
  3223. ac_ct_CXX='g++'
  3224. ac_ct_DUMPBIN=''
  3225. acx_pthread_config=''
  3226. am__EXEEXT_FALSE=''
  3227. am__EXEEXT_TRUE='#'
  3228. am__fastdepCC_FALSE='#'
  3229. am__fastdepCC_TRUE=''
  3230. am__fastdepCXX_FALSE='#'
  3231. am__fastdepCXX_TRUE=''
  3232. am__include='include'
  3233. am__isrc=''
  3234. am__leading_dot='.'
  3235. am__quote=''
  3236. am__tar='${AMTAR} chof - "$$tardir"'
  3237. am__untar='${AMTAR} xf -'
  3238. bindir='${exec_prefix}/bin'
  3239. build='i686-pc-linux-gnu'
  3240. build_alias=''
  3241. build_cpu='i686'
  3242. build_os='linux-gnu'
  3243. build_vendor='pc'
  3244. datadir='${datarootdir}'
  3245. datarootdir='${prefix}/share'
  3246. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3247. dvidir='${docdir}'
  3248. exec_prefix='${prefix}'
  3249. have_lynx='no'
  3250. host='i686-pc-linux-gnu'
  3251. host_alias=''
  3252. host_cpu='i686'
  3253. host_os='linux-gnu'
  3254. host_vendor='pc'
  3255. htmldir='${docdir}'
  3256. includedir='${prefix}/include'
  3257. infodir='${datarootdir}/info'
  3258. install_sh='${SHELL} /home/martyn/Downloads/sources/Metacity/libcanberra-0.18/install-sh'
  3259. libdir='${exec_prefix}/lib'
  3260. libexecdir='${exec_prefix}/libexec'
  3261. localedir='${datarootdir}/locale'
  3262. localstatedir='${prefix}/var'
  3263. lt_ECHO='echo'
  3264. mandir='${datarootdir}/man'
  3265. mkdir_p='/bin/mkdir -p'
  3266. oldincludedir='/usr/include'
  3267. pdfdir='${docdir}'
  3268. prefix='/usr'
  3269. program_transform_name='s,x,x,'
  3270. psdir='${docdir}'
  3271. sbindir='${exec_prefix}/sbin'
  3272. sharedstatedir='${prefix}/com'
  3273. sysconfdir='/etc'
  3274. target_alias=''
  3275.  
  3276. ## ----------- ##
  3277. ## confdefs.h. ##
  3278. ## ----------- ##
  3279.  
  3280. #define PACKAGE_NAME "libcanberra"
  3281. #define PACKAGE_TARNAME "libcanberra"
  3282. #define PACKAGE_VERSION "0.18"
  3283. #define PACKAGE_STRING "libcanberra 0.18"
  3284. #define PACKAGE_BUGREPORT "mzyvopnaoreen (at) 0pointer (dot) de"
  3285. #define PACKAGE "libcanberra"
  3286. #define VERSION "0.18"
  3287. #define CANONICAL_HOST "i686-pc-linux-gnu"
  3288. #define STDC_HEADERS 1
  3289. #define HAVE_SYS_TYPES_H 1
  3290. #define HAVE_SYS_STAT_H 1
  3291. #define HAVE_STDLIB_H 1
  3292. #define HAVE_STRING_H 1
  3293. #define HAVE_MEMORY_H 1
  3294. #define HAVE_STRINGS_H 1
  3295. #define HAVE_INTTYPES_H 1
  3296. #define HAVE_STDINT_H 1
  3297. #define HAVE_UNISTD_H 1
  3298. #define __EXTENSIONS__ 1
  3299. #define _ALL_SOURCE 1
  3300. #define _GNU_SOURCE 1
  3301. #define _POSIX_PTHREAD_SEMANTICS 1
  3302. #define _TANDEM_SOURCE 1
  3303. #define HAVE_DLFCN_H 1
  3304. #define LT_OBJDIR ".libs/"
  3305. #define STDC_HEADERS 1
  3306. #define HAVE_SYS_POLL_H 1
  3307. #define HAVE_SYS_IOCTL_H 1
  3308. #define HAVE_BYTESWAP_H 1
  3309. #define HAVE_SSIZE_T 1
  3310. #define HAVE_LRINTF 1
  3311. #define HAVE_STRTOF 1
  3312. #define HAVE_SYS_SELECT_H 1
  3313. #define HAVE_SYS_SOCKET_H 1
  3314. #define SELECT_TYPE_ARG1 int
  3315. #define SELECT_TYPE_ARG234 (fd_set *)
  3316. #define SELECT_TYPE_ARG5 (struct timeval *)
  3317. #define HAVE_GETTIMEOFDAY 1
  3318. #define HAVE_NANOSLEEP 1
  3319. #define HAVE_POSIX_MEMALIGN 1
  3320. #define HAVE_SIGACTION 1
  3321. #define HAVE_SLEEP 1
  3322. #define HAVE_SYSCONF 1
  3323. #define HAVE_STRERROR_R 1
  3324. #define HAVE_LSTAT 1
  3325. #define HAVE_STRNDUP 1
  3326. #define HAVE_PTHREAD 1
  3327. #define _FILE_OFFSET_BITS 64
  3328. #define HAVE_ALSA 1
  3329. #define HAVE_SYS_SOUNDCARD_H 1
  3330. #define HAVE_OSS 1
  3331. #define HAVE_NULL 1
  3332. #define HAVE_GTK 1
  3333. #define HAVE_DSO 1
  3334.  
  3335. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement