Imported Debian patch 0.9.0-6~trusty
[deb_shairplay.git] / config.log
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 shairplay configure 0.9.0, which was
5 generated by GNU Autoconf 2.69. Invocation command line was
6
7 $ ./configure
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = HPProBook
14 uname -m = x86_64
15 uname -r = 3.5.0-26-generic
16 uname -s = Linux
17 uname -v = #42-Ubuntu SMP Fri Mar 8 23:18:20 UTC 2013
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X = unknown
21
22 /bin/arch = unknown
23 /usr/bin/arch -k = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo = unknown
26 /bin/machine = unknown
27 /usr/bin/oslevel = unknown
28 /bin/universe = unknown
29
30 PATH: /home/wuff/bin
31 PATH: /usr/lib/lightdm/lightdm
32 PATH: /usr/local/sbin
33 PATH: /usr/local/bin
34 PATH: /usr/sbin
35 PATH: /usr/bin
36 PATH: /sbin
37 PATH: /bin
38 PATH: /usr/games
39 PATH: /usr/local/games
40
41
42 ## ----------- ##
43 ## Core tests. ##
44 ## ----------- ##
45
46 configure:2229: checking for a BSD-compatible install
47 configure:2297: result: /usr/bin/install -c
48 configure:2308: checking whether build environment is sane
49 configure:2358: result: yes
50 configure:2499: checking for a thread-safe mkdir -p
51 configure:2538: result: /bin/mkdir -p
52 configure:2551: checking for gawk
53 configure:2567: found /usr/bin/gawk
54 configure:2578: result: gawk
55 configure:2589: checking whether make sets $(MAKE)
56 configure:2611: result: yes
57 configure:2741: checking for gcc
58 configure:2757: found /usr/bin/gcc
59 configure:2768: result: gcc
60 configure:2997: checking for C compiler version
61 configure:3006: gcc --version >&5
62 gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
63 Copyright (C) 2012 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:3017: $? = 0
68 configure:3006: gcc -v >&5
69 Using built-in specs.
70 COLLECT_GCC=gcc
71 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
72 Target: x86_64-linux-gnu
73 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
74 Thread model: posix
75 gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
76 configure:3017: $? = 0
77 configure:3006: gcc -V >&5
78 gcc: error: unrecognized command line option '-V'
79 gcc: fatal error: no input files
80 compilation terminated.
81 configure:3017: $? = 4
82 configure:3006: gcc -qversion >&5
83 gcc: error: unrecognized command line option '-qversion'
84 gcc: fatal error: no input files
85 compilation terminated.
86 configure:3017: $? = 4
87 configure:3037: checking whether the C compiler works
88 configure:3059: gcc conftest.c >&5
89 configure:3063: $? = 0
90 configure:3111: result: yes
91 configure:3114: checking for C compiler default output file name
92 configure:3116: result: a.out
93 configure:3122: checking for suffix of executables
94 configure:3129: gcc -o conftest conftest.c >&5
95 configure:3133: $? = 0
96 configure:3155: result:
97 configure:3177: checking whether we are cross compiling
98 configure:3185: gcc -o conftest conftest.c >&5
99 configure:3189: $? = 0
100 configure:3196: ./conftest
101 configure:3200: $? = 0
102 configure:3215: result: no
103 configure:3220: checking for suffix of object files
104 configure:3242: gcc -c conftest.c >&5
105 configure:3246: $? = 0
106 configure:3267: result: o
107 configure:3271: checking whether we are using the GNU C compiler
108 configure:3290: gcc -c conftest.c >&5
109 configure:3290: $? = 0
110 configure:3299: result: yes
111 configure:3308: checking whether gcc accepts -g
112 configure:3328: gcc -c -g conftest.c >&5
113 configure:3328: $? = 0
114 configure:3369: result: yes
115 configure:3386: checking for gcc option to accept ISO C89
116 configure:3449: gcc -c -g -O2 conftest.c >&5
117 configure:3449: $? = 0
118 configure:3462: result: none needed
119 configure:3493: checking for style of include used by make
120 configure:3521: result: GNU
121 configure:3547: checking dependency style of gcc
122 configure:3658: result: gcc3
123 configure:3702: checking build system type
124 configure:3716: result: x86_64-unknown-linux-gnu
125 configure:3736: checking host system type
126 configure:3749: result: x86_64-unknown-linux-gnu
127 configure:3790: checking how to print strings
128 configure:3817: result: printf
129 configure:3838: checking for a sed that does not truncate output
130 configure:3902: result: /bin/sed
131 configure:3920: checking for grep that handles long lines and -e
132 configure:3978: result: /bin/grep
133 configure:3983: checking for egrep
134 configure:4045: result: /bin/grep -E
135 configure:4050: checking for fgrep
136 configure:4112: result: /bin/grep -F
137 configure:4147: checking for ld used by gcc
138 configure:4214: result: /usr/bin/ld
139 configure:4221: checking if the linker (/usr/bin/ld) is GNU ld
140 configure:4236: result: yes
141 configure:4248: checking for BSD- or MS-compatible name lister (nm)
142 configure:4297: result: /usr/bin/nm -B
143 configure:4427: checking the name lister (/usr/bin/nm -B) interface
144 configure:4434: gcc -c -g -O2 conftest.c >&5
145 configure:4437: /usr/bin/nm -B "conftest.o"
146 configure:4440: output
147 0000000000000000 B some_variable
148 configure:4447: result: BSD nm
149 configure:4450: checking whether ln -s works
150 configure:4454: result: yes
151 configure:4462: checking the maximum length of command line arguments
152 configure:4592: result: 1572864
153 configure:4609: checking whether the shell understands some XSI constructs
154 configure:4619: result: yes
155 configure:4623: checking whether the shell understands "+="
156 configure:4629: result: yes
157 configure:4664: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
158 configure:4704: result: func_convert_file_noop
159 configure:4711: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
160 configure:4731: result: func_convert_file_noop
161 configure:4738: checking for /usr/bin/ld option to reload object files
162 configure:4745: result: -r
163 configure:4819: checking for objdump
164 configure:4835: found /usr/bin/objdump
165 configure:4846: result: objdump
166 configure:4878: checking how to recognize dependent libraries
167 configure:5080: result: pass_all
168 configure:5165: checking for dlltool
169 configure:5195: result: no
170 configure:5225: checking how to associate runtime and link libraries
171 configure:5252: result: printf %s\n
172 configure:5313: checking for ar
173 configure:5329: found /usr/bin/ar
174 configure:5340: result: ar
175 configure:5377: checking for archiver @FILE support
176 configure:5394: gcc -c -g -O2 conftest.c >&5
177 configure:5394: $? = 0
178 configure:5397: ar cru libconftest.a @conftest.lst >&5
179 configure:5400: $? = 0
180 configure:5405: ar cru libconftest.a @conftest.lst >&5
181 ar: conftest.o: No such file or directory
182 configure:5408: $? = 1
183 configure:5420: result: @
184 configure:5478: checking for strip
185 configure:5494: found /usr/bin/strip
186 configure:5505: result: strip
187 configure:5577: checking for ranlib
188 configure:5593: found /usr/bin/ranlib
189 configure:5604: result: ranlib
190 configure:5706: checking command to parse /usr/bin/nm -B output from gcc object
191 configure:5826: gcc -c -g -O2 conftest.c >&5
192 configure:5829: $? = 0
193 configure:5833: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
194 configure:5836: $? = 0
195 configure:5902: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
196 configure:5905: $? = 0
197 configure:5943: result: ok
198 configure:5980: checking for sysroot
199 configure:6010: result: no
200 configure:6087: gcc -c -g -O2 conftest.c >&5
201 configure:6090: $? = 0
202 configure:6266: checking for mt
203 configure:6282: found /bin/mt
204 configure:6293: result: mt
205 configure:6316: checking if mt is a manifest tool
206 configure:6322: mt '-?'
207 configure:6330: result: no
208 configure:6972: checking how to run the C preprocessor
209 configure:7003: gcc -E conftest.c
210 configure:7003: $? = 0
211 configure:7017: gcc -E conftest.c
212 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
213 compilation terminated.
214 configure:7017: $? = 1
215 configure: failed program was:
216 | /* confdefs.h */
217 | #define PACKAGE_NAME "shairplay"
218 | #define PACKAGE_TARNAME "shairplay"
219 | #define PACKAGE_VERSION "0.9.0"
220 | #define PACKAGE_STRING "shairplay 0.9.0"
221 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
222 | #define PACKAGE_URL ""
223 | #define PACKAGE "shairplay"
224 | #define VERSION "0.9.0"
225 | /* end confdefs.h. */
226 | #include <ac_nonexistent.h>
227 configure:7042: result: gcc -E
228 configure:7062: gcc -E conftest.c
229 configure:7062: $? = 0
230 configure:7076: gcc -E conftest.c
231 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
232 compilation terminated.
233 configure:7076: $? = 1
234 configure: failed program was:
235 | /* confdefs.h */
236 | #define PACKAGE_NAME "shairplay"
237 | #define PACKAGE_TARNAME "shairplay"
238 | #define PACKAGE_VERSION "0.9.0"
239 | #define PACKAGE_STRING "shairplay 0.9.0"
240 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
241 | #define PACKAGE_URL ""
242 | #define PACKAGE "shairplay"
243 | #define VERSION "0.9.0"
244 | /* end confdefs.h. */
245 | #include <ac_nonexistent.h>
246 configure:7105: checking for ANSI C header files
247 configure:7125: gcc -c -g -O2 conftest.c >&5
248 configure:7125: $? = 0
249 configure:7198: gcc -o conftest -g -O2 conftest.c >&5
250 configure:7198: $? = 0
251 configure:7198: ./conftest
252 configure:7198: $? = 0
253 configure:7209: result: yes
254 configure:7222: checking for sys/types.h
255 configure:7222: gcc -c -g -O2 conftest.c >&5
256 configure:7222: $? = 0
257 configure:7222: result: yes
258 configure:7222: checking for sys/stat.h
259 configure:7222: gcc -c -g -O2 conftest.c >&5
260 configure:7222: $? = 0
261 configure:7222: result: yes
262 configure:7222: checking for stdlib.h
263 configure:7222: gcc -c -g -O2 conftest.c >&5
264 configure:7222: $? = 0
265 configure:7222: result: yes
266 configure:7222: checking for string.h
267 configure:7222: gcc -c -g -O2 conftest.c >&5
268 configure:7222: $? = 0
269 configure:7222: result: yes
270 configure:7222: checking for memory.h
271 configure:7222: gcc -c -g -O2 conftest.c >&5
272 configure:7222: $? = 0
273 configure:7222: result: yes
274 configure:7222: checking for strings.h
275 configure:7222: gcc -c -g -O2 conftest.c >&5
276 configure:7222: $? = 0
277 configure:7222: result: yes
278 configure:7222: checking for inttypes.h
279 configure:7222: gcc -c -g -O2 conftest.c >&5
280 configure:7222: $? = 0
281 configure:7222: result: yes
282 configure:7222: checking for stdint.h
283 configure:7222: gcc -c -g -O2 conftest.c >&5
284 configure:7222: $? = 0
285 configure:7222: result: yes
286 configure:7222: checking for unistd.h
287 configure:7222: gcc -c -g -O2 conftest.c >&5
288 configure:7222: $? = 0
289 configure:7222: result: yes
290 configure:7236: checking for dlfcn.h
291 configure:7236: gcc -c -g -O2 conftest.c >&5
292 configure:7236: $? = 0
293 configure:7236: result: yes
294 configure:7442: checking for objdir
295 configure:7457: result: .libs
296 configure:7728: checking if gcc supports -fno-rtti -fno-exceptions
297 configure:7746: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
298 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
299 configure:7750: $? = 0
300 configure:7763: result: no
301 configure:8090: checking for gcc option to produce PIC
302 configure:8097: result: -fPIC -DPIC
303 configure:8105: checking if gcc PIC flag -fPIC -DPIC works
304 configure:8123: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
305 configure:8127: $? = 0
306 configure:8140: result: yes
307 configure:8169: checking if gcc static flag -static works
308 configure:8197: result: yes
309 configure:8212: checking if gcc supports -c -o file.o
310 configure:8233: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
311 configure:8237: $? = 0
312 configure:8259: result: yes
313 configure:8267: checking if gcc supports -c -o file.o
314 configure:8314: result: yes
315 configure:8347: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
316 configure:9504: result: yes
317 configure:9541: checking whether -lc should be explicitly linked in
318 configure:9549: gcc -c -g -O2 conftest.c >&5
319 configure:9552: $? = 0
320 configure:9567: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
321 configure:9570: $? = 0
322 configure:9584: result: no
323 configure:9744: checking dynamic linker characteristics
324 configure:10255: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
325 configure:10255: $? = 0
326 configure:10489: result: GNU/Linux ld.so
327 configure:10596: checking how to hardcode library paths into programs
328 configure:10621: result: immediate
329 configure:11161: checking whether stripping libraries is possible
330 configure:11166: result: yes
331 configure:11201: checking if libtool supports shared libraries
332 configure:11203: result: yes
333 configure:11206: checking whether to build shared libraries
334 configure:11227: result: yes
335 configure:11230: checking whether to build static libraries
336 configure:11234: result: yes
337 configure:11285: checking for library containing dlopen
338 configure:11316: gcc -o conftest -g -O2 conftest.c >&5
339 /tmp/cciwC7ti.o: In function `main':
340 /data/packages/shairplay/shairplay/conftest.c:34: undefined reference to `dlopen'
341 collect2: error: ld returned 1 exit status
342 configure:11316: $? = 1
343 configure: failed program was:
344 | /* confdefs.h */
345 | #define PACKAGE_NAME "shairplay"
346 | #define PACKAGE_TARNAME "shairplay"
347 | #define PACKAGE_VERSION "0.9.0"
348 | #define PACKAGE_STRING "shairplay 0.9.0"
349 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
350 | #define PACKAGE_URL ""
351 | #define PACKAGE "shairplay"
352 | #define VERSION "0.9.0"
353 | #define STDC_HEADERS 1
354 | #define HAVE_SYS_TYPES_H 1
355 | #define HAVE_SYS_STAT_H 1
356 | #define HAVE_STDLIB_H 1
357 | #define HAVE_STRING_H 1
358 | #define HAVE_MEMORY_H 1
359 | #define HAVE_STRINGS_H 1
360 | #define HAVE_INTTYPES_H 1
361 | #define HAVE_STDINT_H 1
362 | #define HAVE_UNISTD_H 1
363 | #define HAVE_DLFCN_H 1
364 | #define LT_OBJDIR ".libs/"
365 | /* end confdefs.h. */
366 |
367 | /* Override any GCC internal prototype to avoid an error.
368 | Use char because int might match the return type of a GCC
369 | builtin and then its argument prototype would still apply. */
370 | #ifdef __cplusplus
371 | extern "C"
372 | #endif
373 | char dlopen ();
374 | int
375 | main ()
376 | {
377 | return dlopen ();
378 | ;
379 | return 0;
380 | }
381 configure:11316: gcc -o conftest -g -O2 conftest.c -ldl >&5
382 configure:11316: $? = 0
383 configure:11333: result: -ldl
384 configure:11423: checking for dlerror
385 configure:11423: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
386 configure:11423: $? = 0
387 configure:11423: result: yes
388 configure:11437: checking for shl_load
389 configure:11437: gcc -o conftest -g -O2 conftest.c -ldl >&5
390 /tmp/ccYntEmx.o: In function `main':
391 /data/packages/shairplay/shairplay/conftest.c:59: undefined reference to `shl_load'
392 collect2: error: ld returned 1 exit status
393 configure:11437: $? = 1
394 configure: failed program was:
395 | /* confdefs.h */
396 | #define PACKAGE_NAME "shairplay"
397 | #define PACKAGE_TARNAME "shairplay"
398 | #define PACKAGE_VERSION "0.9.0"
399 | #define PACKAGE_STRING "shairplay 0.9.0"
400 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
401 | #define PACKAGE_URL ""
402 | #define PACKAGE "shairplay"
403 | #define VERSION "0.9.0"
404 | #define STDC_HEADERS 1
405 | #define HAVE_SYS_TYPES_H 1
406 | #define HAVE_SYS_STAT_H 1
407 | #define HAVE_STDLIB_H 1
408 | #define HAVE_STRING_H 1
409 | #define HAVE_MEMORY_H 1
410 | #define HAVE_STRINGS_H 1
411 | #define HAVE_INTTYPES_H 1
412 | #define HAVE_STDINT_H 1
413 | #define HAVE_UNISTD_H 1
414 | #define HAVE_DLFCN_H 1
415 | #define LT_OBJDIR ".libs/"
416 | #define HAVE_LIBDL 1
417 | #define HAVE_DLERROR 1
418 | /* end confdefs.h. */
419 | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
420 | For example, HP-UX 11i <limits.h> declares gettimeofday. */
421 | #define shl_load innocuous_shl_load
422 |
423 | /* System header to define __stub macros and hopefully few prototypes,
424 | which can conflict with char shl_load (); below.
425 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
426 | <limits.h> exists even on freestanding compilers. */
427 |
428 | #ifdef __STDC__
429 | # include <limits.h>
430 | #else
431 | # include <assert.h>
432 | #endif
433 |
434 | #undef shl_load
435 |
436 | /* Override any GCC internal prototype to avoid an error.
437 | Use char because int might match the return type of a GCC
438 | builtin and then its argument prototype would still apply. */
439 | #ifdef __cplusplus
440 | extern "C"
441 | #endif
442 | char shl_load ();
443 | /* The GNU C library defines this for functions which it implements
444 | to always fail with ENOSYS. Some functions are actually named
445 | something starting with __ and the normal name is an alias. */
446 | #if defined __stub_shl_load || defined __stub___shl_load
447 | choke me
448 | #endif
449 |
450 | int
451 | main ()
452 | {
453 | return shl_load ();
454 | ;
455 | return 0;
456 | }
457 configure:11437: result: no
458 configure:11444: checking for shl_load in -ldld
459 configure:11469: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
460 /usr/bin/ld: cannot find -ldld
461 collect2: error: ld returned 1 exit status
462 configure:11469: $? = 1
463 configure: failed program was:
464 | /* confdefs.h */
465 | #define PACKAGE_NAME "shairplay"
466 | #define PACKAGE_TARNAME "shairplay"
467 | #define PACKAGE_VERSION "0.9.0"
468 | #define PACKAGE_STRING "shairplay 0.9.0"
469 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
470 | #define PACKAGE_URL ""
471 | #define PACKAGE "shairplay"
472 | #define VERSION "0.9.0"
473 | #define STDC_HEADERS 1
474 | #define HAVE_SYS_TYPES_H 1
475 | #define HAVE_SYS_STAT_H 1
476 | #define HAVE_STDLIB_H 1
477 | #define HAVE_STRING_H 1
478 | #define HAVE_MEMORY_H 1
479 | #define HAVE_STRINGS_H 1
480 | #define HAVE_INTTYPES_H 1
481 | #define HAVE_STDINT_H 1
482 | #define HAVE_UNISTD_H 1
483 | #define HAVE_DLFCN_H 1
484 | #define LT_OBJDIR ".libs/"
485 | #define HAVE_LIBDL 1
486 | #define HAVE_DLERROR 1
487 | /* end confdefs.h. */
488 |
489 | /* Override any GCC internal prototype to avoid an error.
490 | Use char because int might match the return type of a GCC
491 | builtin and then its argument prototype would still apply. */
492 | #ifdef __cplusplus
493 | extern "C"
494 | #endif
495 | char shl_load ();
496 | int
497 | main ()
498 | {
499 | return shl_load ();
500 | ;
501 | return 0;
502 | }
503 configure:11478: result: no
504 configure:11524: checking for dld_link in -ldld
505 configure:11549: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
506 /usr/bin/ld: cannot find -ldld
507 collect2: error: ld returned 1 exit status
508 configure:11549: $? = 1
509 configure: failed program was:
510 | /* confdefs.h */
511 | #define PACKAGE_NAME "shairplay"
512 | #define PACKAGE_TARNAME "shairplay"
513 | #define PACKAGE_VERSION "0.9.0"
514 | #define PACKAGE_STRING "shairplay 0.9.0"
515 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
516 | #define PACKAGE_URL ""
517 | #define PACKAGE "shairplay"
518 | #define VERSION "0.9.0"
519 | #define STDC_HEADERS 1
520 | #define HAVE_SYS_TYPES_H 1
521 | #define HAVE_SYS_STAT_H 1
522 | #define HAVE_STDLIB_H 1
523 | #define HAVE_STRING_H 1
524 | #define HAVE_MEMORY_H 1
525 | #define HAVE_STRINGS_H 1
526 | #define HAVE_INTTYPES_H 1
527 | #define HAVE_STDINT_H 1
528 | #define HAVE_UNISTD_H 1
529 | #define HAVE_DLFCN_H 1
530 | #define LT_OBJDIR ".libs/"
531 | #define HAVE_LIBDL 1
532 | #define HAVE_DLERROR 1
533 | /* end confdefs.h. */
534 |
535 | /* Override any GCC internal prototype to avoid an error.
536 | Use char because int might match the return type of a GCC
537 | builtin and then its argument prototype would still apply. */
538 | #ifdef __cplusplus
539 | extern "C"
540 | #endif
541 | char dld_link ();
542 | int
543 | main ()
544 | {
545 | return dld_link ();
546 | ;
547 | return 0;
548 | }
549 configure:11558: result: no
550 configure:11680: checking for cos in -lm
551 configure:11705: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5
552 conftest.c:33:6: warning: conflicting types for built-in function 'cos' [enabled by default]
553 configure:11705: $? = 0
554 configure:11714: result: yes
555 configure:11726: checking for ANSI C header files
556 configure:11830: result: yes
557 configure:11842: checking for connect in -lsocket
558 configure:11867: gcc -o conftest -g -O2 conftest.c -lsocket -ldl >&5
559 /usr/bin/ld: cannot find -lsocket
560 collect2: error: ld returned 1 exit status
561 configure:11867: $? = 1
562 configure: failed program was:
563 | /* confdefs.h */
564 | #define PACKAGE_NAME "shairplay"
565 | #define PACKAGE_TARNAME "shairplay"
566 | #define PACKAGE_VERSION "0.9.0"
567 | #define PACKAGE_STRING "shairplay 0.9.0"
568 | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
569 | #define PACKAGE_URL ""
570 | #define PACKAGE "shairplay"
571 | #define VERSION "0.9.0"
572 | #define STDC_HEADERS 1
573 | #define HAVE_SYS_TYPES_H 1
574 | #define HAVE_SYS_STAT_H 1
575 | #define HAVE_STDLIB_H 1
576 | #define HAVE_STRING_H 1
577 | #define HAVE_MEMORY_H 1
578 | #define HAVE_STRINGS_H 1
579 | #define HAVE_INTTYPES_H 1
580 | #define HAVE_STDINT_H 1
581 | #define HAVE_UNISTD_H 1
582 | #define HAVE_DLFCN_H 1
583 | #define LT_OBJDIR ".libs/"
584 | #define HAVE_LIBDL 1
585 | #define HAVE_DLERROR 1
586 | #define HAVE_LIBDLLOADER 1
587 | #define STDC_HEADERS 1
588 | /* end confdefs.h. */
589 |
590 | /* Override any GCC internal prototype to avoid an error.
591 | Use char because int might match the return type of a GCC
592 | builtin and then its argument prototype would still apply. */
593 | #ifdef __cplusplus
594 | extern "C"
595 | #endif
596 | char connect ();
597 | int
598 | main ()
599 | {
600 | return connect ();
601 | ;
602 | return 0;
603 | }
604 configure:11876: result: no
605 configure:11887: checking for pthread_create in -lpthread
606 configure:11912: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
607 configure:11912: $? = 0
608 configure:11921: result: yes
609 configure:11935: checking for native Win32
610 configure:11945: result: no
611 configure:12061: checking for pkg-config
612 configure:12079: found /usr/bin/pkg-config
613 configure:12091: result: /usr/bin/pkg-config
614 configure:12116: checking pkg-config is at least version 0.9.0
615 configure:12119: result: yes
616 configure:12130: checking for libao
617 configure:12137: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
618 configure:12140: $? = 0
619 configure:12153: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
620 configure:12156: $? = 0
621 configure:12191: result: yes
622 configure:12362: creating ./config.status
623
624 ## ---------------------- ##
625 ## Running config.status. ##
626 ## ---------------------- ##
627
628 This file was extended by shairplay config.status 0.9.0, which was
629 generated by GNU Autoconf 2.69. Invocation command line was
630
631 CONFIG_FILES =
632 CONFIG_HEADERS =
633 CONFIG_LINKS =
634 CONFIG_COMMANDS =
635 $ ./config.status
636
637 on HPProBook
638
639 config.status:1108: creating Makefile
640 config.status:1108: creating include/Makefile
641 config.status:1108: creating src/Makefile
642 config.status:1108: creating src/lib/Makefile
643 config.status:1108: creating src/lib/alac/Makefile
644 config.status:1108: creating src/lib/crypto/Makefile
645 config.status:1108: creating config.h
646 config.status:1337: executing depfiles commands
647 config.status:1337: executing libtool commands
648
649 ## ---------------- ##
650 ## Cache variables. ##
651 ## ---------------- ##
652
653 ac_cv_build=x86_64-unknown-linux-gnu
654 ac_cv_c_compiler_gnu=yes
655 ac_cv_env_CC_set=
656 ac_cv_env_CC_value=
657 ac_cv_env_CFLAGS_set=
658 ac_cv_env_CFLAGS_value=
659 ac_cv_env_CPPFLAGS_set=
660 ac_cv_env_CPPFLAGS_value=
661 ac_cv_env_CPP_set=
662 ac_cv_env_CPP_value=
663 ac_cv_env_LDFLAGS_set=
664 ac_cv_env_LDFLAGS_value=
665 ac_cv_env_LIBS_set=
666 ac_cv_env_LIBS_value=
667 ac_cv_env_PKG_CONFIG_set=
668 ac_cv_env_PKG_CONFIG_value=
669 ac_cv_env_build_alias_set=
670 ac_cv_env_build_alias_value=
671 ac_cv_env_host_alias_set=
672 ac_cv_env_host_alias_value=
673 ac_cv_env_libao_CFLAGS_set=
674 ac_cv_env_libao_CFLAGS_value=
675 ac_cv_env_libao_LIBS_set=
676 ac_cv_env_libao_LIBS_value=
677 ac_cv_env_target_alias_set=
678 ac_cv_env_target_alias_value=
679 ac_cv_func_dlerror=yes
680 ac_cv_func_shl_load=no
681 ac_cv_header_dlfcn_h=yes
682 ac_cv_header_inttypes_h=yes
683 ac_cv_header_memory_h=yes
684 ac_cv_header_stdc=yes
685 ac_cv_header_stdint_h=yes
686 ac_cv_header_stdlib_h=yes
687 ac_cv_header_string_h=yes
688 ac_cv_header_strings_h=yes
689 ac_cv_header_sys_stat_h=yes
690 ac_cv_header_sys_types_h=yes
691 ac_cv_header_unistd_h=yes
692 ac_cv_host=x86_64-unknown-linux-gnu
693 ac_cv_lib_dld_dld_link=no
694 ac_cv_lib_dld_shl_load=no
695 ac_cv_lib_m_cos=yes
696 ac_cv_lib_pthread_pthread_create=yes
697 ac_cv_lib_socket_connect=no
698 ac_cv_objext=o
699 ac_cv_path_EGREP='/bin/grep -E'
700 ac_cv_path_FGREP='/bin/grep -F'
701 ac_cv_path_GREP=/bin/grep
702 ac_cv_path_SED=/bin/sed
703 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
704 ac_cv_path_install='/usr/bin/install -c'
705 ac_cv_path_mkdir=/bin/mkdir
706 ac_cv_prog_AWK=gawk
707 ac_cv_prog_CPP='gcc -E'
708 ac_cv_prog_ac_ct_AR=ar
709 ac_cv_prog_ac_ct_CC=gcc
710 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
711 ac_cv_prog_ac_ct_OBJDUMP=objdump
712 ac_cv_prog_ac_ct_RANLIB=ranlib
713 ac_cv_prog_ac_ct_STRIP=strip
714 ac_cv_prog_cc_c89=
715 ac_cv_prog_cc_g=yes
716 ac_cv_prog_make_make_set=yes
717 ac_cv_search_dlopen=-ldl
718 am_cv_CC_dependencies_compiler_type=gcc3
719 libltdl_cv_lib_dl_dlopen=yes
720 lt_cv_ar_at_file=@
721 lt_cv_archive_cmds_need_lc=no
722 lt_cv_deplibs_check_method=pass_all
723 lt_cv_file_magic_cmd='$MAGIC_CMD'
724 lt_cv_file_magic_test_file=
725 lt_cv_ld_reload_flag=-r
726 lt_cv_nm_interface='BSD nm'
727 lt_cv_objdir=.libs
728 lt_cv_path_LD=/usr/bin/ld
729 lt_cv_path_NM='/usr/bin/nm -B'
730 lt_cv_path_mainfest_tool=no
731 lt_cv_prog_compiler_c_o=yes
732 lt_cv_prog_compiler_pic='-fPIC -DPIC'
733 lt_cv_prog_compiler_pic_works=yes
734 lt_cv_prog_compiler_rtti_exceptions=no
735 lt_cv_prog_compiler_static_works=yes
736 lt_cv_prog_gnu_ld=yes
737 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
738 lt_cv_shlibpath_overrides_runpath=no
739 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
740 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
741 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'\'''
742 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
743 lt_cv_sys_max_cmd_len=1572864
744 lt_cv_to_host_file_cmd=func_convert_file_noop
745 lt_cv_to_tool_file_cmd=func_convert_file_noop
746 pkg_cv_libao_CFLAGS=' '
747 pkg_cv_libao_LIBS='-lao '
748
749 ## ----------------- ##
750 ## Output variables. ##
751 ## ----------------- ##
752
753 ACLOCAL='${SHELL} /data/packages/shairplay/shairplay/missing --run aclocal-1.11'
754 AMDEPBACKSLASH='\'
755 AMDEP_FALSE='#'
756 AMDEP_TRUE=''
757 AMTAR='$${TAR-tar}'
758 AR='ar'
759 AUTOCONF='${SHELL} /data/packages/shairplay/shairplay/missing --run autoconf'
760 AUTOHEADER='${SHELL} /data/packages/shairplay/shairplay/missing --run autoheader'
761 AUTOMAKE='${SHELL} /data/packages/shairplay/shairplay/missing --run automake-1.11'
762 AWK='gawk'
763 CC='gcc'
764 CCDEPMODE='depmode=gcc3'
765 CFLAGS='-g -O2'
766 CPP='gcc -E'
767 CPPFLAGS=''
768 CYGPATH_W='echo'
769 DEFS='-DHAVE_CONFIG_H'
770 DEPDIR='.deps'
771 DLLTOOL='false'
772 DSYMUTIL=''
773 DUMPBIN=''
774 ECHO_C=''
775 ECHO_N='-n'
776 ECHO_T=''
777 EGREP='/bin/grep -E'
778 EXEEXT=''
779 FGREP='/bin/grep -F'
780 GREP='/bin/grep'
781 HAVE_LIBAO_FALSE='#'
782 HAVE_LIBAO_TRUE=''
783 INSTALL_DATA='${INSTALL} -m 644'
784 INSTALL_PROGRAM='${INSTALL}'
785 INSTALL_SCRIPT='${INSTALL}'
786 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
787 LD='/usr/bin/ld -m elf_x86_64'
788 LDFLAGS=''
789 LIBADD_DL='-ldl '
790 LIBADD_DLD_LINK=''
791 LIBADD_DLOPEN='-ldl'
792 LIBADD_SHL_LOAD=''
793 LIBM='-lm'
794 LIBOBJS=''
795 LIBS='-lpthread -ldl '
796 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
797 LIPO=''
798 LN_S='ln -s'
799 LTLIBOBJS=''
800 LT_DLLOADERS=' dlopen.la'
801 LT_DLPREOPEN='-dlpreopen dlopen.la '
802 MAKEINFO='${SHELL} /data/packages/shairplay/shairplay/missing --run makeinfo'
803 MANIFEST_TOOL=':'
804 MKDIR_P='/bin/mkdir -p'
805 NM='/usr/bin/nm -B'
806 NMEDIT=''
807 OBJDUMP='objdump'
808 OBJEXT='o'
809 OS_FREEBSD_FALSE=''
810 OS_FREEBSD_TRUE='#'
811 OS_GNU_FALSE='#'
812 OS_GNU_TRUE=''
813 OS_LINUX_FALSE='#'
814 OS_LINUX_TRUE=''
815 OS_UNIX_FALSE='#'
816 OS_UNIX_TRUE=''
817 OS_WIN32_FALSE=''
818 OS_WIN32_TRUE='#'
819 OTOOL64=''
820 OTOOL=''
821 PACKAGE='shairplay'
822 PACKAGE_BUGREPORT='juhovh@iki.fi'
823 PACKAGE_NAME='shairplay'
824 PACKAGE_STRING='shairplay 0.9.0'
825 PACKAGE_TARNAME='shairplay'
826 PACKAGE_URL=''
827 PACKAGE_VERSION='0.9.0'
828 PATH_SEPARATOR=':'
829 PKG_CONFIG='/usr/bin/pkg-config'
830 RANLIB='ranlib'
831 SED='/bin/sed'
832 SET_MAKE=''
833 SHELL='/bin/bash'
834 STRIP='strip'
835 VERSION='0.9.0'
836 ac_ct_AR='ar'
837 ac_ct_CC='gcc'
838 ac_ct_DUMPBIN=''
839 am__EXEEXT_FALSE=''
840 am__EXEEXT_TRUE='#'
841 am__fastdepCC_FALSE='#'
842 am__fastdepCC_TRUE=''
843 am__include='include'
844 am__isrc=''
845 am__leading_dot='.'
846 am__nodep='_no'
847 am__quote=''
848 am__tar='$${TAR-tar} chof - "$$tardir"'
849 am__untar='$${TAR-tar} xf -'
850 bindir='${exec_prefix}/bin'
851 build='x86_64-unknown-linux-gnu'
852 build_alias=''
853 build_cpu='x86_64'
854 build_os='linux-gnu'
855 build_vendor='unknown'
856 datadir='${datarootdir}'
857 datarootdir='${prefix}/share'
858 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
859 dvidir='${docdir}'
860 exec_prefix='${prefix}'
861 host='x86_64-unknown-linux-gnu'
862 host_alias=''
863 host_cpu='x86_64'
864 host_os='linux-gnu'
865 host_vendor='unknown'
866 htmldir='${docdir}'
867 includedir='${prefix}/include'
868 infodir='${datarootdir}/info'
869 install_sh='${SHELL} /data/packages/shairplay/shairplay/install-sh'
870 libao_CFLAGS=' '
871 libao_LIBS='-lao '
872 libdir='${exec_prefix}/lib'
873 libexecdir='${exec_prefix}/libexec'
874 localedir='${datarootdir}/locale'
875 localstatedir='${prefix}/var'
876 mandir='${datarootdir}/man'
877 mkdir_p='/bin/mkdir -p'
878 oldincludedir='/usr/include'
879 pdfdir='${docdir}'
880 prefix='/usr/local'
881 program_transform_name='s,x,x,'
882 psdir='${docdir}'
883 sbindir='${exec_prefix}/sbin'
884 sharedstatedir='${prefix}/com'
885 sysconfdir='${prefix}/etc'
886 target_alias=''
887
888 ## ----------- ##
889 ## confdefs.h. ##
890 ## ----------- ##
891
892 /* confdefs.h */
893 #define PACKAGE_NAME "shairplay"
894 #define PACKAGE_TARNAME "shairplay"
895 #define PACKAGE_VERSION "0.9.0"
896 #define PACKAGE_STRING "shairplay 0.9.0"
897 #define PACKAGE_BUGREPORT "juhovh@iki.fi"
898 #define PACKAGE_URL ""
899 #define PACKAGE "shairplay"
900 #define VERSION "0.9.0"
901 #define STDC_HEADERS 1
902 #define HAVE_SYS_TYPES_H 1
903 #define HAVE_SYS_STAT_H 1
904 #define HAVE_STDLIB_H 1
905 #define HAVE_STRING_H 1
906 #define HAVE_MEMORY_H 1
907 #define HAVE_STRINGS_H 1
908 #define HAVE_INTTYPES_H 1
909 #define HAVE_STDINT_H 1
910 #define HAVE_UNISTD_H 1
911 #define HAVE_DLFCN_H 1
912 #define LT_OBJDIR ".libs/"
913 #define HAVE_LIBDL 1
914 #define HAVE_DLERROR 1
915 #define HAVE_LIBDLLOADER 1
916 #define STDC_HEADERS 1
917 #define HAVE_LIBPTHREAD 1
918
919 configure: exit 0