Advertisement
Guest User

shairplay-config.log

a guest
Feb 3rd, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.83 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 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 = mutalisk.guyot.ca
  14. uname -m = x86_64
  15. uname -r = 3.11.10-25-desktop
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Wed Dec 17 17:57:03 UTC 2014 (8210f77)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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/NX/bin
  31. PATH: /usr/lib64/mpi/gcc/openmpi/bin
  32. PATH: /home/pguyot/bin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /bin
  36. PATH: /usr/bin/X11
  37. PATH: /usr/X11R6/bin
  38. PATH: /usr/games
  39. PATH: /opt/kde3/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2094: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  47. | #!/bin/sh
  48. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  49. |
  50. | # If user did not specify libdir, guess the correct target:
  51. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  52. | if test "$libdir" = '${exec_prefix}/lib' ; then
  53. |
  54. | ac_config_site_64bit_host=NONE
  55. |
  56. | case "$host" in
  57. | "" )
  58. | # User did not specify host target.
  59. | # The native platform x86_64 is a bi-arch platform.
  60. | # Try to detect cross-compilation to inferior architecture.
  61. |
  62. | # We are trying to guess 32-bit target compilation. It's not as easy as
  63. | # it sounds, as there is possible several intermediate combinations.
  64. | ac_config_site_cross_to_32bit_host=NONE
  65. |
  66. | # User defined -m32 in CFLAGS or CXXFLAGS:
  67. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  68. | case "$CFLAGS" in
  69. | *-m32*)
  70. | ac_config_site_cross_to_32bit_host=YES
  71. | ;;
  72. | esac
  73. | case "$CXXFLAGS" in
  74. | *-m32*)
  75. | ac_config_site_cross_to_32bit_host=YES
  76. | ;;
  77. | esac
  78. |
  79. | # Running with linux32:
  80. | # (Changes detected platform, but not the toolchain target.)
  81. | case "`/bin/uname -i`" in
  82. | x86_64 | ppc64 | s390x )
  83. | ;;
  84. | * )
  85. | ac_config_site_cross_to_32bit_host=YES
  86. | ;;
  87. | esac
  88. |
  89. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  90. | ac_config_site_64bit_host=YES
  91. | fi
  92. |
  93. | ;;
  94. | *x86_64* | *ppc64* | *s390x* )
  95. | ac_config_site_64bit_host=YES
  96. | ;;
  97. | esac
  98. |
  99. | if test "x$ac_config_site_64bit_host" = xYES; then
  100. | libdir='${exec_prefix}/lib64'
  101. | fi
  102. | fi
  103. |
  104. | # If user did not specify libexecdir, set the correct target:
  105. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  106. |
  107. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  108. | libexecdir='${exec_prefix}/lib'
  109. | fi
  110. |
  111. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  112. | if test "x$prefix" != xNONE; then
  113. | ac_site_file1=$prefix/share/config.site
  114. | ac_site_file2=$prefix/etc/config.site
  115. | else
  116. | ac_site_file1=$ac_default_prefix/share/config.site
  117. | ac_site_file2=$ac_default_prefix/etc/config.site
  118. | fi
  119. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  120. | do
  121. | test "x$ac_site_file" = xNONE && continue
  122. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  123. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  124. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  125. | sed 's/^/| /' "$ac_site_file" >&5
  126. | . "$ac_site_file" \
  127. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  128. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  129. | as_fn_error $? "failed to load site script $ac_site_file
  130. | See \`config.log' for more details" "$LINENO" 5; }
  131. | fi
  132. | done
  133. configure:2239: checking for a BSD-compatible install
  134. configure:2307: result: /usr/bin/install -c
  135. configure:2318: checking whether build environment is sane
  136. configure:2373: result: yes
  137. configure:2524: checking for a thread-safe mkdir -p
  138. configure:2563: result: /usr/bin/mkdir -p
  139. configure:2570: checking for gawk
  140. configure:2586: found /usr/bin/gawk
  141. configure:2597: result: gawk
  142. configure:2608: checking whether make sets $(MAKE)
  143. configure:2630: result: yes
  144. configure:2659: checking whether make supports nested variables
  145. configure:2676: result: yes
  146. configure:2810: checking for gcc
  147. configure:2826: found /usr/bin/gcc
  148. configure:2837: result: gcc
  149. configure:3066: checking for C compiler version
  150. configure:3075: gcc --version >&5
  151. gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
  152. Copyright (C) 2013 Free Software Foundation, Inc.
  153. This is free software; see the source for copying conditions. There is NO
  154. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  155.  
  156. configure:3086: $? = 0
  157. configure:3075: gcc -v >&5
  158. Using built-in specs.
  159. COLLECT_GCC=gcc
  160. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
  161. Target: x86_64-suse-linux
  162. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
  163. Thread model: posix
  164. gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)
  165. configure:3086: $? = 0
  166. configure:3075: gcc -V >&5
  167. gcc: error: unrecognized command line option '-V'
  168. gcc: fatal error: no input files
  169. compilation terminated.
  170. configure:3086: $? = 1
  171. configure:3075: gcc -qversion >&5
  172. gcc: error: unrecognized command line option '-qversion'
  173. gcc: fatal error: no input files
  174. compilation terminated.
  175. configure:3086: $? = 1
  176. configure:3106: checking whether the C compiler works
  177. configure:3128: gcc conftest.c >&5
  178. configure:3132: $? = 0
  179. configure:3180: result: yes
  180. configure:3183: checking for C compiler default output file name
  181. configure:3185: result: a.out
  182. configure:3191: checking for suffix of executables
  183. configure:3198: gcc -o conftest conftest.c >&5
  184. configure:3202: $? = 0
  185. configure:3224: result:
  186. configure:3246: checking whether we are cross compiling
  187. configure:3254: gcc -o conftest conftest.c >&5
  188. configure:3258: $? = 0
  189. configure:3265: ./conftest
  190. configure:3269: $? = 0
  191. configure:3284: result: no
  192. configure:3289: checking for suffix of object files
  193. configure:3311: gcc -c conftest.c >&5
  194. configure:3315: $? = 0
  195. configure:3336: result: o
  196. configure:3340: checking whether we are using the GNU C compiler
  197. configure:3359: gcc -c conftest.c >&5
  198. configure:3359: $? = 0
  199. configure:3368: result: yes
  200. configure:3377: checking whether gcc accepts -g
  201. configure:3397: gcc -c -g conftest.c >&5
  202. configure:3397: $? = 0
  203. configure:3438: result: yes
  204. configure:3455: checking for gcc option to accept ISO C89
  205. configure:3518: gcc -c -g -O2 conftest.c >&5
  206. configure:3518: $? = 0
  207. configure:3531: result: none needed
  208. configure:3562: checking for style of include used by make
  209. configure:3590: result: GNU
  210. configure:3616: checking dependency style of gcc
  211. configure:3727: result: gcc3
  212. configure:3746: checking build system type
  213. configure:3760: result: x86_64-suse-linux-gnu
  214. configure:3780: checking host system type
  215. configure:3793: result: x86_64-suse-linux-gnu
  216. configure:4162: checking how to print strings
  217. configure:4189: result: printf
  218. configure:4210: checking for a sed that does not truncate output
  219. configure:4274: result: /usr/bin/sed
  220. configure:4292: checking for grep that handles long lines and -e
  221. configure:4350: result: /usr/bin/grep
  222. configure:4355: checking for egrep
  223. configure:4417: result: /usr/bin/grep -E
  224. configure:4422: checking for fgrep
  225. configure:4484: result: /usr/bin/grep -F
  226. configure:4519: checking for ld used by gcc
  227. configure:4586: result: /usr/x86_64-suse-linux/bin/ld
  228. configure:4593: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
  229. configure:4608: result: yes
  230. configure:4620: checking for BSD- or MS-compatible name lister (nm)
  231. configure:4669: result: /usr/bin/nm -B
  232. configure:4799: checking the name lister (/usr/bin/nm -B) interface
  233. configure:4806: gcc -c -g -O2 conftest.c >&5
  234. configure:4809: /usr/bin/nm -B "conftest.o"
  235. configure:4812: output
  236. 0000000000000000 B some_variable
  237. configure:4819: result: BSD nm
  238. configure:4822: checking whether ln -s works
  239. configure:4826: result: yes
  240. configure:4834: checking the maximum length of command line arguments
  241. configure:4964: result: 1572864
  242. configure:4981: checking whether the shell understands some XSI constructs
  243. configure:4991: result: yes
  244. configure:4995: checking whether the shell understands "+="
  245. configure:5001: result: yes
  246. configure:5036: checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format
  247. configure:5076: result: func_convert_file_noop
  248. configure:5083: checking how to convert x86_64-suse-linux-gnu file names to toolchain format
  249. configure:5103: result: func_convert_file_noop
  250. configure:5110: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
  251. configure:5117: result: -r
  252. configure:5191: checking for objdump
  253. configure:5218: result: objdump
  254. configure:5247: checking how to recognize dependent libraries
  255. configure:5449: result: pass_all
  256. configure:5534: checking for dlltool
  257. configure:5561: result: dlltool
  258. configure:5591: checking how to associate runtime and link libraries
  259. configure:5618: result: printf %s\n
  260. configure:5679: checking for ar
  261. configure:5695: found /usr/bin/ar
  262. configure:5706: result: ar
  263. configure:5743: checking for archiver @FILE support
  264. configure:5760: gcc -c -g -O2 conftest.c >&5
  265. configure:5760: $? = 0
  266. configure:5763: ar cru libconftest.a @conftest.lst >&5
  267. configure:5766: $? = 0
  268. configure:5771: ar cru libconftest.a @conftest.lst >&5
  269. ar: conftest.o: No such file or directory
  270. configure:5774: $? = 1
  271. configure:5786: result: @
  272. configure:5844: checking for strip
  273. configure:5860: found /usr/bin/strip
  274. configure:5871: result: strip
  275. configure:5943: checking for ranlib
  276. configure:5959: found /usr/bin/ranlib
  277. configure:5970: result: ranlib
  278. configure:6072: checking command to parse /usr/bin/nm -B output from gcc object
  279. configure:6192: gcc -c -g -O2 conftest.c >&5
  280. configure:6195: $? = 0
  281. configure:6199: /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
  282. configure:6202: $? = 0
  283. configure:6268: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  284. configure:6271: $? = 0
  285. configure:6309: result: ok
  286. configure:6346: checking for sysroot
  287. configure:6376: result: no
  288. configure:6453: gcc -c -g -O2 conftest.c >&5
  289. configure:6456: $? = 0
  290. configure:6632: checking for mt
  291. configure:6648: found /usr/bin/mt
  292. configure:6659: result: mt
  293. configure:6682: checking if mt is a manifest tool
  294. configure:6688: mt '-?'
  295. configure:6696: result: no
  296. configure:7338: checking how to run the C preprocessor
  297. configure:7369: gcc -E conftest.c
  298. configure:7369: $? = 0
  299. configure:7383: gcc -E conftest.c
  300. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  301. #include <ac_nonexistent.h>
  302. ^
  303. compilation terminated.
  304. configure:7383: $? = 1
  305. configure: failed program was:
  306. | /* confdefs.h */
  307. | #define PACKAGE_NAME "shairplay"
  308. | #define PACKAGE_TARNAME "shairplay"
  309. | #define PACKAGE_VERSION "0.9.0"
  310. | #define PACKAGE_STRING "shairplay 0.9.0"
  311. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  312. | #define PACKAGE_URL ""
  313. | #define PACKAGE "shairplay"
  314. | #define VERSION "0.9.0"
  315. | /* end confdefs.h. */
  316. | #include <ac_nonexistent.h>
  317. configure:7408: result: gcc -E
  318. configure:7428: gcc -E conftest.c
  319. configure:7428: $? = 0
  320. configure:7442: gcc -E conftest.c
  321. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  322. #include <ac_nonexistent.h>
  323. ^
  324. compilation terminated.
  325. configure:7442: $? = 1
  326. configure: failed program was:
  327. | /* confdefs.h */
  328. | #define PACKAGE_NAME "shairplay"
  329. | #define PACKAGE_TARNAME "shairplay"
  330. | #define PACKAGE_VERSION "0.9.0"
  331. | #define PACKAGE_STRING "shairplay 0.9.0"
  332. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  333. | #define PACKAGE_URL ""
  334. | #define PACKAGE "shairplay"
  335. | #define VERSION "0.9.0"
  336. | /* end confdefs.h. */
  337. | #include <ac_nonexistent.h>
  338. configure:7471: checking for ANSI C header files
  339. configure:7491: gcc -c -g -O2 conftest.c >&5
  340. configure:7491: $? = 0
  341. configure:7564: gcc -o conftest -g -O2 conftest.c >&5
  342. configure:7564: $? = 0
  343. configure:7564: ./conftest
  344. configure:7564: $? = 0
  345. configure:7575: result: yes
  346. configure:7588: checking for sys/types.h
  347. configure:7588: gcc -c -g -O2 conftest.c >&5
  348. configure:7588: $? = 0
  349. configure:7588: result: yes
  350. configure:7588: checking for sys/stat.h
  351. configure:7588: gcc -c -g -O2 conftest.c >&5
  352. configure:7588: $? = 0
  353. configure:7588: result: yes
  354. configure:7588: checking for stdlib.h
  355. configure:7588: gcc -c -g -O2 conftest.c >&5
  356. configure:7588: $? = 0
  357. configure:7588: result: yes
  358. configure:7588: checking for string.h
  359. configure:7588: gcc -c -g -O2 conftest.c >&5
  360. configure:7588: $? = 0
  361. configure:7588: result: yes
  362. configure:7588: checking for memory.h
  363. configure:7588: gcc -c -g -O2 conftest.c >&5
  364. configure:7588: $? = 0
  365. configure:7588: result: yes
  366. configure:7588: checking for strings.h
  367. configure:7588: gcc -c -g -O2 conftest.c >&5
  368. configure:7588: $? = 0
  369. configure:7588: result: yes
  370. configure:7588: checking for inttypes.h
  371. configure:7588: gcc -c -g -O2 conftest.c >&5
  372. configure:7588: $? = 0
  373. configure:7588: result: yes
  374. configure:7588: checking for stdint.h
  375. configure:7588: gcc -c -g -O2 conftest.c >&5
  376. configure:7588: $? = 0
  377. configure:7588: result: yes
  378. configure:7588: checking for unistd.h
  379. configure:7588: gcc -c -g -O2 conftest.c >&5
  380. configure:7588: $? = 0
  381. configure:7588: result: yes
  382. configure:7602: checking for dlfcn.h
  383. configure:7602: gcc -c -g -O2 conftest.c >&5
  384. configure:7602: $? = 0
  385. configure:7602: result: yes
  386. configure:7806: checking for objdir
  387. configure:7821: result: .libs
  388. configure:8092: checking if gcc supports -fno-rtti -fno-exceptions
  389. configure:8110: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  390. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  391. configure:8114: $? = 0
  392. configure:8127: result: no
  393. configure:8454: checking for gcc option to produce PIC
  394. configure:8461: result: -fPIC -DPIC
  395. configure:8469: checking if gcc PIC flag -fPIC -DPIC works
  396. configure:8487: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  397. configure:8491: $? = 0
  398. configure:8504: result: yes
  399. configure:8533: checking if gcc static flag -static works
  400. configure:8561: result: no
  401. configure:8576: checking if gcc supports -c -o file.o
  402. configure:8597: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  403. configure:8601: $? = 0
  404. configure:8623: result: yes
  405. configure:8631: checking if gcc supports -c -o file.o
  406. configure:8678: result: yes
  407. configure:8711: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
  408. configure:9864: result: yes
  409. configure:9901: checking whether -lc should be explicitly linked in
  410. configure:9909: gcc -c -g -O2 conftest.c >&5
  411. configure:9912: $? = 0
  412. configure:9927: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  413. configure:9930: $? = 0
  414. configure:9944: result: no
  415. configure:10104: checking dynamic linker characteristics
  416. configure:10615: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  417. configure:10615: $? = 0
  418. configure:10837: result: GNU/Linux ld.so
  419. configure:10944: checking how to hardcode library paths into programs
  420. configure:10969: result: immediate
  421. configure:11509: checking whether stripping libraries is possible
  422. configure:11514: result: yes
  423. configure:11549: checking if libtool supports shared libraries
  424. configure:11551: result: yes
  425. configure:11554: checking whether to build shared libraries
  426. configure:11575: result: yes
  427. configure:11578: checking whether to build static libraries
  428. configure:11582: result: yes
  429. configure:11633: checking for library containing dlopen
  430. configure:11664: gcc -o conftest -g -O2 conftest.c >&5
  431. /tmp/cc4f52gW.o: In function `main':
  432. /home/pguyot/Programs/shairplay-master/conftest.c:34: undefined reference to `dlopen'
  433. collect2: error: ld returned 1 exit status
  434. configure:11664: $? = 1
  435. configure: failed program was:
  436. | /* confdefs.h */
  437. | #define PACKAGE_NAME "shairplay"
  438. | #define PACKAGE_TARNAME "shairplay"
  439. | #define PACKAGE_VERSION "0.9.0"
  440. | #define PACKAGE_STRING "shairplay 0.9.0"
  441. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  442. | #define PACKAGE_URL ""
  443. | #define PACKAGE "shairplay"
  444. | #define VERSION "0.9.0"
  445. | #define STDC_HEADERS 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | #define HAVE_SYS_STAT_H 1
  448. | #define HAVE_STDLIB_H 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_MEMORY_H 1
  451. | #define HAVE_STRINGS_H 1
  452. | #define HAVE_INTTYPES_H 1
  453. | #define HAVE_STDINT_H 1
  454. | #define HAVE_UNISTD_H 1
  455. | #define HAVE_DLFCN_H 1
  456. | #define LT_OBJDIR ".libs/"
  457. | /* end confdefs.h. */
  458. |
  459. | /* Override any GCC internal prototype to avoid an error.
  460. | Use char because int might match the return type of a GCC
  461. | builtin and then its argument prototype would still apply. */
  462. | #ifdef __cplusplus
  463. | extern "C"
  464. | #endif
  465. | char dlopen ();
  466. | int
  467. | main ()
  468. | {
  469. | return dlopen ();
  470. | ;
  471. | return 0;
  472. | }
  473. configure:11664: gcc -o conftest -g -O2 conftest.c -ldl >&5
  474. configure:11664: $? = 0
  475. configure:11681: result: -ldl
  476. configure:11771: checking for dlerror
  477. configure:11771: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
  478. configure:11771: $? = 0
  479. configure:11771: result: yes
  480. configure:11785: checking for shl_load
  481. configure:11785: gcc -o conftest -g -O2 conftest.c -ldl >&5
  482. /tmp/ccBpjsii.o: In function `main':
  483. /home/pguyot/Programs/shairplay-master/conftest.c:59: undefined reference to `shl_load'
  484. collect2: error: ld returned 1 exit status
  485. configure:11785: $? = 1
  486. configure: failed program was:
  487. | /* confdefs.h */
  488. | #define PACKAGE_NAME "shairplay"
  489. | #define PACKAGE_TARNAME "shairplay"
  490. | #define PACKAGE_VERSION "0.9.0"
  491. | #define PACKAGE_STRING "shairplay 0.9.0"
  492. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  493. | #define PACKAGE_URL ""
  494. | #define PACKAGE "shairplay"
  495. | #define VERSION "0.9.0"
  496. | #define STDC_HEADERS 1
  497. | #define HAVE_SYS_TYPES_H 1
  498. | #define HAVE_SYS_STAT_H 1
  499. | #define HAVE_STDLIB_H 1
  500. | #define HAVE_STRING_H 1
  501. | #define HAVE_MEMORY_H 1
  502. | #define HAVE_STRINGS_H 1
  503. | #define HAVE_INTTYPES_H 1
  504. | #define HAVE_STDINT_H 1
  505. | #define HAVE_UNISTD_H 1
  506. | #define HAVE_DLFCN_H 1
  507. | #define LT_OBJDIR ".libs/"
  508. | #define HAVE_LIBDL 1
  509. | #define HAVE_DLERROR 1
  510. | /* end confdefs.h. */
  511. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  512. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  513. | #define shl_load innocuous_shl_load
  514. |
  515. | /* System header to define __stub macros and hopefully few prototypes,
  516. | which can conflict with char shl_load (); below.
  517. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  518. | <limits.h> exists even on freestanding compilers. */
  519. |
  520. | #ifdef __STDC__
  521. | # include <limits.h>
  522. | #else
  523. | # include <assert.h>
  524. | #endif
  525. |
  526. | #undef shl_load
  527. |
  528. | /* Override any GCC internal prototype to avoid an error.
  529. | Use char because int might match the return type of a GCC
  530. | builtin and then its argument prototype would still apply. */
  531. | #ifdef __cplusplus
  532. | extern "C"
  533. | #endif
  534. | char shl_load ();
  535. | /* The GNU C library defines this for functions which it implements
  536. | to always fail with ENOSYS. Some functions are actually named
  537. | something starting with __ and the normal name is an alias. */
  538. | #if defined __stub_shl_load || defined __stub___shl_load
  539. | choke me
  540. | #endif
  541. |
  542. | int
  543. | main ()
  544. | {
  545. | return shl_load ();
  546. | ;
  547. | return 0;
  548. | }
  549. configure:11785: result: no
  550. configure:11792: checking for shl_load in -ldld
  551. configure:11817: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
  552. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
  553. collect2: error: ld returned 1 exit status
  554. configure:11817: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME "shairplay"
  558. | #define PACKAGE_TARNAME "shairplay"
  559. | #define PACKAGE_VERSION "0.9.0"
  560. | #define PACKAGE_STRING "shairplay 0.9.0"
  561. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  562. | #define PACKAGE_URL ""
  563. | #define PACKAGE "shairplay"
  564. | #define VERSION "0.9.0"
  565. | #define STDC_HEADERS 1
  566. | #define HAVE_SYS_TYPES_H 1
  567. | #define HAVE_SYS_STAT_H 1
  568. | #define HAVE_STDLIB_H 1
  569. | #define HAVE_STRING_H 1
  570. | #define HAVE_MEMORY_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_INTTYPES_H 1
  573. | #define HAVE_STDINT_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define HAVE_DLFCN_H 1
  576. | #define LT_OBJDIR ".libs/"
  577. | #define HAVE_LIBDL 1
  578. | #define HAVE_DLERROR 1
  579. | /* end confdefs.h. */
  580. |
  581. | /* Override any GCC internal prototype to avoid an error.
  582. | Use char because int might match the return type of a GCC
  583. | builtin and then its argument prototype would still apply. */
  584. | #ifdef __cplusplus
  585. | extern "C"
  586. | #endif
  587. | char shl_load ();
  588. | int
  589. | main ()
  590. | {
  591. | return shl_load ();
  592. | ;
  593. | return 0;
  594. | }
  595. configure:11826: result: no
  596. configure:11872: checking for dld_link in -ldld
  597. configure:11897: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
  598. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
  599. collect2: error: ld returned 1 exit status
  600. configure:11897: $? = 1
  601. configure: failed program was:
  602. | /* confdefs.h */
  603. | #define PACKAGE_NAME "shairplay"
  604. | #define PACKAGE_TARNAME "shairplay"
  605. | #define PACKAGE_VERSION "0.9.0"
  606. | #define PACKAGE_STRING "shairplay 0.9.0"
  607. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  608. | #define PACKAGE_URL ""
  609. | #define PACKAGE "shairplay"
  610. | #define VERSION "0.9.0"
  611. | #define STDC_HEADERS 1
  612. | #define HAVE_SYS_TYPES_H 1
  613. | #define HAVE_SYS_STAT_H 1
  614. | #define HAVE_STDLIB_H 1
  615. | #define HAVE_STRING_H 1
  616. | #define HAVE_MEMORY_H 1
  617. | #define HAVE_STRINGS_H 1
  618. | #define HAVE_INTTYPES_H 1
  619. | #define HAVE_STDINT_H 1
  620. | #define HAVE_UNISTD_H 1
  621. | #define HAVE_DLFCN_H 1
  622. | #define LT_OBJDIR ".libs/"
  623. | #define HAVE_LIBDL 1
  624. | #define HAVE_DLERROR 1
  625. | /* end confdefs.h. */
  626. |
  627. | /* Override any GCC internal prototype to avoid an error.
  628. | Use char because int might match the return type of a GCC
  629. | builtin and then its argument prototype would still apply. */
  630. | #ifdef __cplusplus
  631. | extern "C"
  632. | #endif
  633. | char dld_link ();
  634. | int
  635. | main ()
  636. | {
  637. | return dld_link ();
  638. | ;
  639. | return 0;
  640. | }
  641. configure:11906: result: no
  642. configure:12028: checking for cos in -lm
  643. configure:12053: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5
  644. conftest.c:33:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  645. char cos ();
  646. ^
  647. configure:12053: $? = 0
  648. configure:12062: result: yes
  649. configure:12074: checking for ANSI C header files
  650. configure:12178: result: yes
  651. configure:12190: checking for connect in -lsocket
  652. configure:12215: gcc -o conftest -g -O2 conftest.c -lsocket -ldl >&5
  653. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lsocket
  654. collect2: error: ld returned 1 exit status
  655. configure:12215: $? = 1
  656. configure: failed program was:
  657. | /* confdefs.h */
  658. | #define PACKAGE_NAME "shairplay"
  659. | #define PACKAGE_TARNAME "shairplay"
  660. | #define PACKAGE_VERSION "0.9.0"
  661. | #define PACKAGE_STRING "shairplay 0.9.0"
  662. | #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  663. | #define PACKAGE_URL ""
  664. | #define PACKAGE "shairplay"
  665. | #define VERSION "0.9.0"
  666. | #define STDC_HEADERS 1
  667. | #define HAVE_SYS_TYPES_H 1
  668. | #define HAVE_SYS_STAT_H 1
  669. | #define HAVE_STDLIB_H 1
  670. | #define HAVE_STRING_H 1
  671. | #define HAVE_MEMORY_H 1
  672. | #define HAVE_STRINGS_H 1
  673. | #define HAVE_INTTYPES_H 1
  674. | #define HAVE_STDINT_H 1
  675. | #define HAVE_UNISTD_H 1
  676. | #define HAVE_DLFCN_H 1
  677. | #define LT_OBJDIR ".libs/"
  678. | #define HAVE_LIBDL 1
  679. | #define HAVE_DLERROR 1
  680. | #define HAVE_LIBDLLOADER 1
  681. | #define STDC_HEADERS 1
  682. | /* end confdefs.h. */
  683. |
  684. | /* Override any GCC internal prototype to avoid an error.
  685. | Use char because int might match the return type of a GCC
  686. | builtin and then its argument prototype would still apply. */
  687. | #ifdef __cplusplus
  688. | extern "C"
  689. | #endif
  690. | char connect ();
  691. | int
  692. | main ()
  693. | {
  694. | return connect ();
  695. | ;
  696. | return 0;
  697. | }
  698. configure:12224: result: no
  699. configure:12235: checking for pthread_create in -lpthread
  700. configure:12260: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5
  701. configure:12260: $? = 0
  702. configure:12269: result: yes
  703. configure:12283: checking for native Win32
  704. configure:12293: result: no
  705. configure:12409: checking for pkg-config
  706. configure:12427: found /usr/bin/pkg-config
  707. configure:12439: result: /usr/bin/pkg-config
  708. configure:12464: checking pkg-config is at least version 0.9.0
  709. configure:12467: result: yes
  710. configure:12478: checking for libao
  711. configure:12485: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
  712. configure:12488: $? = 0
  713. configure:12501: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
  714. configure:12504: $? = 0
  715. configure:12539: result: yes
  716. configure:12665: checking that generated files are newer than configure
  717. configure:12671: result: done
  718. configure:12718: creating ./config.status
  719.  
  720. ## ---------------------- ##
  721. ## Running config.status. ##
  722. ## ---------------------- ##
  723.  
  724. This file was extended by shairplay config.status 0.9.0, which was
  725. generated by GNU Autoconf 2.69. Invocation command line was
  726.  
  727. CONFIG_FILES =
  728. CONFIG_HEADERS =
  729. CONFIG_LINKS =
  730. CONFIG_COMMANDS =
  731. $ ./config.status
  732.  
  733. on mutalisk.guyot.ca
  734.  
  735. config.status:1114: creating Makefile
  736. config.status:1114: creating include/Makefile
  737. config.status:1114: creating src/Makefile
  738. config.status:1114: creating src/lib/Makefile
  739. config.status:1114: creating src/lib/alac/Makefile
  740. config.status:1114: creating src/lib/crypto/Makefile
  741. config.status:1114: creating config.h
  742. config.status:1295: config.h is unchanged
  743. config.status:1343: executing depfiles commands
  744. config.status:1343: executing libtool commands
  745.  
  746. ## ---------------- ##
  747. ## Cache variables. ##
  748. ## ---------------- ##
  749.  
  750. ac_cv_build=x86_64-suse-linux-gnu
  751. ac_cv_c_compiler_gnu=yes
  752. ac_cv_env_CC_set=
  753. ac_cv_env_CC_value=
  754. ac_cv_env_CFLAGS_set=
  755. ac_cv_env_CFLAGS_value=
  756. ac_cv_env_CPPFLAGS_set=
  757. ac_cv_env_CPPFLAGS_value=
  758. ac_cv_env_CPP_set=
  759. ac_cv_env_CPP_value=
  760. ac_cv_env_LDFLAGS_set=
  761. ac_cv_env_LDFLAGS_value=
  762. ac_cv_env_LIBS_set=
  763. ac_cv_env_LIBS_value=
  764. ac_cv_env_PKG_CONFIG_set=
  765. ac_cv_env_PKG_CONFIG_value=
  766. ac_cv_env_build_alias_set=
  767. ac_cv_env_build_alias_value=
  768. ac_cv_env_host_alias_set=
  769. ac_cv_env_host_alias_value=
  770. ac_cv_env_libao_CFLAGS_set=
  771. ac_cv_env_libao_CFLAGS_value=
  772. ac_cv_env_libao_LIBS_set=
  773. ac_cv_env_libao_LIBS_value=
  774. ac_cv_env_target_alias_set=
  775. ac_cv_env_target_alias_value=
  776. ac_cv_func_dlerror=yes
  777. ac_cv_func_shl_load=no
  778. ac_cv_header_dlfcn_h=yes
  779. ac_cv_header_inttypes_h=yes
  780. ac_cv_header_memory_h=yes
  781. ac_cv_header_stdc=yes
  782. ac_cv_header_stdint_h=yes
  783. ac_cv_header_stdlib_h=yes
  784. ac_cv_header_string_h=yes
  785. ac_cv_header_strings_h=yes
  786. ac_cv_header_sys_stat_h=yes
  787. ac_cv_header_sys_types_h=yes
  788. ac_cv_header_unistd_h=yes
  789. ac_cv_host=x86_64-suse-linux-gnu
  790. ac_cv_lib_dld_dld_link=no
  791. ac_cv_lib_dld_shl_load=no
  792. ac_cv_lib_m_cos=yes
  793. ac_cv_lib_pthread_pthread_create=yes
  794. ac_cv_lib_socket_connect=no
  795. ac_cv_objext=o
  796. ac_cv_path_EGREP='/usr/bin/grep -E'
  797. ac_cv_path_FGREP='/usr/bin/grep -F'
  798. ac_cv_path_GREP=/usr/bin/grep
  799. ac_cv_path_SED=/usr/bin/sed
  800. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  801. ac_cv_path_install='/usr/bin/install -c'
  802. ac_cv_path_mkdir=/usr/bin/mkdir
  803. ac_cv_prog_AWK=gawk
  804. ac_cv_prog_CPP='gcc -E'
  805. ac_cv_prog_ac_ct_AR=ar
  806. ac_cv_prog_ac_ct_CC=gcc
  807. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  808. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  809. ac_cv_prog_ac_ct_OBJDUMP=objdump
  810. ac_cv_prog_ac_ct_RANLIB=ranlib
  811. ac_cv_prog_ac_ct_STRIP=strip
  812. ac_cv_prog_cc_c89=
  813. ac_cv_prog_cc_g=yes
  814. ac_cv_prog_make_make_set=yes
  815. ac_cv_search_dlopen=-ldl
  816. am_cv_CC_dependencies_compiler_type=gcc3
  817. am_cv_make_support_nested_variables=yes
  818. libltdl_cv_lib_dl_dlopen=yes
  819. lt_cv_ar_at_file=@
  820. lt_cv_archive_cmds_need_lc=no
  821. lt_cv_deplibs_check_method=pass_all
  822. lt_cv_file_magic_cmd='$MAGIC_CMD'
  823. lt_cv_file_magic_test_file=
  824. lt_cv_ld_reload_flag=-r
  825. lt_cv_nm_interface='BSD nm'
  826. lt_cv_objdir=.libs
  827. lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
  828. lt_cv_path_NM='/usr/bin/nm -B'
  829. lt_cv_path_mainfest_tool=no
  830. lt_cv_prog_compiler_c_o=yes
  831. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  832. lt_cv_prog_compiler_pic_works=yes
  833. lt_cv_prog_compiler_rtti_exceptions=no
  834. lt_cv_prog_compiler_static_works=no
  835. lt_cv_prog_gnu_ld=yes
  836. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  837. lt_cv_shlibpath_overrides_runpath=yes
  838. 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'\'''
  839. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  840. 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'\'''
  841. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  842. lt_cv_sys_max_cmd_len=1572864
  843. lt_cv_to_host_file_cmd=func_convert_file_noop
  844. lt_cv_to_tool_file_cmd=func_convert_file_noop
  845. pkg_cv_libao_CFLAGS=
  846. pkg_cv_libao_LIBS='-lao '
  847.  
  848. ## ----------------- ##
  849. ## Output variables. ##
  850. ## ----------------- ##
  851.  
  852. ACLOCAL='${SHELL} /home/pguyot/Programs/shairplay-master/missing aclocal-1.13'
  853. AMDEPBACKSLASH='\'
  854. AMDEP_FALSE='#'
  855. AMDEP_TRUE=''
  856. AMTAR='$${TAR-tar}'
  857. AM_BACKSLASH='\'
  858. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  859. AM_DEFAULT_VERBOSITY='1'
  860. AM_V='$(V)'
  861. AR='ar'
  862. AS='as'
  863. AUTOCONF='${SHELL} /home/pguyot/Programs/shairplay-master/missing autoconf'
  864. AUTOHEADER='${SHELL} /home/pguyot/Programs/shairplay-master/missing autoheader'
  865. AUTOMAKE='${SHELL} /home/pguyot/Programs/shairplay-master/missing automake-1.13'
  866. AWK='gawk'
  867. CC='gcc'
  868. CCDEPMODE='depmode=gcc3'
  869. CFLAGS='-g -O2'
  870. CPP='gcc -E'
  871. CPPFLAGS=''
  872. CYGPATH_W='echo'
  873. DEFS='-DHAVE_CONFIG_H'
  874. DEPDIR='.deps'
  875. DLLTOOL='dlltool'
  876. DSYMUTIL=''
  877. DUMPBIN=''
  878. ECHO_C=''
  879. ECHO_N='-n'
  880. ECHO_T=''
  881. EGREP='/usr/bin/grep -E'
  882. EXEEXT=''
  883. FGREP='/usr/bin/grep -F'
  884. GREP='/usr/bin/grep'
  885. HAVE_LIBAO_FALSE='#'
  886. HAVE_LIBAO_TRUE=''
  887. INSTALL_DATA='${INSTALL} -m 644'
  888. INSTALL_PROGRAM='${INSTALL}'
  889. INSTALL_SCRIPT='${INSTALL}'
  890. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  891. LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
  892. LDFLAGS=''
  893. LIBADD_DL='-ldl '
  894. LIBADD_DLD_LINK=''
  895. LIBADD_DLOPEN='-ldl'
  896. LIBADD_SHL_LOAD=''
  897. LIBM='-lm'
  898. LIBOBJS=''
  899. LIBS='-lpthread -ldl '
  900. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  901. LIPO=''
  902. LN_S='ln -s'
  903. LTLIBOBJS=''
  904. LT_DLLOADERS=' dlopen.la'
  905. LT_DLPREOPEN='-dlpreopen dlopen.la '
  906. MAKEINFO='${SHELL} /home/pguyot/Programs/shairplay-master/missing makeinfo'
  907. MANIFEST_TOOL=':'
  908. MKDIR_P='/usr/bin/mkdir -p'
  909. NM='/usr/bin/nm -B'
  910. NMEDIT=''
  911. OBJDUMP='objdump'
  912. OBJEXT='o'
  913. OS_FREEBSD_FALSE=''
  914. OS_FREEBSD_TRUE='#'
  915. OS_GNU_FALSE='#'
  916. OS_GNU_TRUE=''
  917. OS_LINUX_FALSE='#'
  918. OS_LINUX_TRUE=''
  919. OS_UNIX_FALSE='#'
  920. OS_UNIX_TRUE=''
  921. OS_WIN32_FALSE=''
  922. OS_WIN32_TRUE='#'
  923. OTOOL64=''
  924. OTOOL=''
  925. PACKAGE='shairplay'
  926. PACKAGE_BUGREPORT='juhovh@iki.fi'
  927. PACKAGE_NAME='shairplay'
  928. PACKAGE_STRING='shairplay 0.9.0'
  929. PACKAGE_TARNAME='shairplay'
  930. PACKAGE_URL=''
  931. PACKAGE_VERSION='0.9.0'
  932. PATH_SEPARATOR=':'
  933. PKG_CONFIG='/usr/bin/pkg-config'
  934. RANLIB='ranlib'
  935. SED='/usr/bin/sed'
  936. SET_MAKE=''
  937. SHELL='/bin/sh'
  938. STRIP='strip'
  939. VERSION='0.9.0'
  940. ac_ct_AR='ar'
  941. ac_ct_CC='gcc'
  942. ac_ct_DUMPBIN=''
  943. am__EXEEXT_FALSE=''
  944. am__EXEEXT_TRUE='#'
  945. am__fastdepCC_FALSE='#'
  946. am__fastdepCC_TRUE=''
  947. am__include='include'
  948. am__isrc=''
  949. am__leading_dot='.'
  950. am__nodep='_no'
  951. am__quote=''
  952. am__tar='$${TAR-tar} chof - "$$tardir"'
  953. am__untar='$${TAR-tar} xf -'
  954. bindir='${exec_prefix}/bin'
  955. build='x86_64-suse-linux-gnu'
  956. build_alias=''
  957. build_cpu='x86_64'
  958. build_os='linux-gnu'
  959. build_vendor='suse'
  960. datadir='${datarootdir}'
  961. datarootdir='${prefix}/share'
  962. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  963. dvidir='${docdir}'
  964. exec_prefix='${prefix}'
  965. host='x86_64-suse-linux-gnu'
  966. host_alias=''
  967. host_cpu='x86_64'
  968. host_os='linux-gnu'
  969. host_vendor='suse'
  970. htmldir='${docdir}'
  971. includedir='${prefix}/include'
  972. infodir='${datarootdir}/info'
  973. install_sh='${SHELL} /home/pguyot/Programs/shairplay-master/install-sh'
  974. libao_CFLAGS=''
  975. libao_LIBS='-lao '
  976. libdir='${exec_prefix}/lib64'
  977. libexecdir='${exec_prefix}/lib'
  978. localedir='${datarootdir}/locale'
  979. localstatedir='${prefix}/var'
  980. mandir='${datarootdir}/man'
  981. mkdir_p='$(MKDIR_P)'
  982. oldincludedir='/usr/include'
  983. pdfdir='${docdir}'
  984. prefix='/usr/local'
  985. program_transform_name='s,x,x,'
  986. psdir='${docdir}'
  987. sbindir='${exec_prefix}/sbin'
  988. sharedstatedir='${prefix}/com'
  989. sysconfdir='${prefix}/etc'
  990. target_alias=''
  991.  
  992. ## ----------- ##
  993. ## confdefs.h. ##
  994. ## ----------- ##
  995.  
  996. /* confdefs.h */
  997. #define PACKAGE_NAME "shairplay"
  998. #define PACKAGE_TARNAME "shairplay"
  999. #define PACKAGE_VERSION "0.9.0"
  1000. #define PACKAGE_STRING "shairplay 0.9.0"
  1001. #define PACKAGE_BUGREPORT "juhovh@iki.fi"
  1002. #define PACKAGE_URL ""
  1003. #define PACKAGE "shairplay"
  1004. #define VERSION "0.9.0"
  1005. #define STDC_HEADERS 1
  1006. #define HAVE_SYS_TYPES_H 1
  1007. #define HAVE_SYS_STAT_H 1
  1008. #define HAVE_STDLIB_H 1
  1009. #define HAVE_STRING_H 1
  1010. #define HAVE_MEMORY_H 1
  1011. #define HAVE_STRINGS_H 1
  1012. #define HAVE_INTTYPES_H 1
  1013. #define HAVE_STDINT_H 1
  1014. #define HAVE_UNISTD_H 1
  1015. #define HAVE_DLFCN_H 1
  1016. #define LT_OBJDIR ".libs/"
  1017. #define HAVE_LIBDL 1
  1018. #define HAVE_DLERROR 1
  1019. #define HAVE_LIBDLLOADER 1
  1020. #define STDC_HEADERS 1
  1021. #define HAVE_LIBPTHREAD 1
  1022.  
  1023. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement