Advertisement
Guest User

config.log

a guest
May 27th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.25 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 libusbmuxd configure 1.1.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 = dri
  14. uname -m = x86_64
  15. uname -r = 5.1.4-gentoo
  16. uname -s = Linux
  17. uname -v = #4 SMP Sun May 26 17:39:09 EEST 2019
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM) i7-4770T CPU @ 2.50GHz
  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: /usr/lib/llvm/8/bin
  31. PATH: /usr/lib/llvm/6/bin
  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: /opt/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2529: checking for a BSD-compatible install
  46. configure:2597: result: /usr/bin/install -c
  47. configure:2608: checking whether build environment is sane
  48. configure:2663: result: yes
  49. configure:2812: checking for a thread-safe mkdir -p
  50. configure:2851: result: /bin/mkdir -p
  51. configure:2858: checking for gawk
  52. configure:2874: found /usr/bin/gawk
  53. configure:2885: result: gawk
  54. configure:2896: checking whether make sets $(MAKE)
  55. configure:2918: result: yes
  56. configure:2947: checking whether make supports nested variables
  57. configure:2964: result: yes
  58. configure:3101: checking whether make supports nested variables
  59. configure:3118: result: yes
  60. configure:3151: checking whether make supports the include directive
  61. configure:3166: make -f confmf.GNU && cat confinc.out
  62. this is the am__doit target
  63. configure:3169: $? = 0
  64. configure:3188: result: yes (GNU style)
  65. configure:3258: checking for gcc
  66. configure:3274: found /usr/bin/gcc
  67. configure:3285: result: gcc
  68. configure:3514: checking for C compiler version
  69. configure:3523: gcc --version >&5
  70. gcc (Gentoo 9.1.0 p1.0) 9.1.0
  71. Copyright (C) 2019 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3534: $? = 0
  76. configure:3523: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=gcc
  79. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper
  80. Target: x86_64-pc-linux-gnu
  81. Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0/work/gcc-9.1.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 9.1.0 p1.0' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  82. Thread model: posix
  83. gcc version 9.1.0 (Gentoo 9.1.0 p1.0)
  84. configure:3534: $? = 0
  85. configure:3523: gcc -V >&5
  86. gcc: error: unrecognized command line option '-V'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3534: $? = 1
  90. configure:3523: gcc -qversion >&5
  91. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3534: $? = 1
  95. configure:3554: checking whether the C compiler works
  96. configure:3576: gcc conftest.c >&5
  97. configure:3580: $? = 0
  98. configure:3628: result: yes
  99. configure:3631: checking for C compiler default output file name
  100. configure:3633: result: a.out
  101. configure:3639: checking for suffix of executables
  102. configure:3646: gcc -o conftest conftest.c >&5
  103. configure:3650: $? = 0
  104. configure:3672: result:
  105. configure:3694: checking whether we are cross compiling
  106. configure:3702: gcc -o conftest conftest.c >&5
  107. configure:3706: $? = 0
  108. configure:3713: ./conftest
  109. configure:3717: $? = 0
  110. configure:3705: result: no
  111. configure:3710: checking for suffix of object files
  112. configure:3732: gcc -c conftest.c >&5
  113. configure:3736: $? = 0
  114. configure:3757: result: o
  115. configure:3761: checking whether we are using the GNU C compiler
  116. configure:3780: gcc -c conftest.c >&5
  117. configure:3780: $? = 0
  118. configure:3789: result: yes
  119. configure:3798: checking whether gcc accepts -g
  120. configure:3818: gcc -c -g conftest.c >&5
  121. configure:3818: $? = 0
  122. configure:3859: result: yes
  123. configure:3876: checking for gcc option to accept ISO C89
  124. configure:3939: gcc -c -g -O2 conftest.c >&5
  125. configure:3939: $? = 0
  126. configure:3952: result: none needed
  127. configure:3977: checking whether gcc understands -c and -o together
  128. configure:3999: gcc -c conftest.c -o conftest2.o
  129. configure:4002: $? = 0
  130. configure:3999: gcc -c conftest.c -o conftest2.o
  131. configure:4002: $? = 0
  132. configure:4014: result: yes
  133. configure:4033: checking dependency style of gcc
  134. configure:4144: result: gcc3
  135. configure:4165: checking how to run the C preprocessor
  136. configure:4196: gcc -E conftest.c
  137. configure:4196: $? = 0
  138. configure:4210: gcc -E conftest.c
  139. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  140. 11 | #include <ac_nonexistent.h>
  141. | ^~~~~~~~~~~~~~~~~~
  142. compilation terminated.
  143. configure:4210: $? = 1
  144. configure: failed program was:
  145. | /* confdefs.h */
  146. | #define PACKAGE_NAME "libusbmuxd"
  147. | #define PACKAGE_TARNAME "libusbmuxd"
  148. | #define PACKAGE_VERSION "1.1.0"
  149. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  150. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  151. | #define PACKAGE_URL ""
  152. | #define PACKAGE "libusbmuxd"
  153. | #define VERSION "1.1.0"
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:4235: result: gcc -E
  157. configure:4255: gcc -E conftest.c
  158. configure:4255: $? = 0
  159. configure:4269: gcc -E conftest.c
  160. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  161. 11 | #include <ac_nonexistent.h>
  162. | ^~~~~~~~~~~~~~~~~~
  163. compilation terminated.
  164. configure:4269: $? = 1
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME "libusbmuxd"
  168. | #define PACKAGE_TARNAME "libusbmuxd"
  169. | #define PACKAGE_VERSION "1.1.0"
  170. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  171. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  172. | #define PACKAGE_URL ""
  173. | #define PACKAGE "libusbmuxd"
  174. | #define VERSION "1.1.0"
  175. | /* end confdefs.h. */
  176. | #include <ac_nonexistent.h>
  177. configure:4298: checking for grep that handles long lines and -e
  178. configure:4356: result: /bin/grep
  179. configure:4361: checking for egrep
  180. configure:4423: result: /bin/grep -E
  181. configure:4428: checking for ANSI C header files
  182. configure:4448: gcc -c -g -O2 conftest.c >&5
  183. configure:4448: $? = 0
  184. configure:4521: gcc -o conftest -g -O2 conftest.c >&5
  185. configure:4521: $? = 0
  186. configure:4521: ./conftest
  187. configure:4521: $? = 0
  188. configure:4532: result: yes
  189. configure:4545: checking for sys/types.h
  190. configure:4545: gcc -c -g -O2 conftest.c >&5
  191. configure:4545: $? = 0
  192. configure:4545: result: yes
  193. configure:4545: checking for sys/stat.h
  194. configure:4545: gcc -c -g -O2 conftest.c >&5
  195. configure:4545: $? = 0
  196. configure:4545: result: yes
  197. configure:4545: checking for stdlib.h
  198. configure:4545: gcc -c -g -O2 conftest.c >&5
  199. configure:4545: $? = 0
  200. configure:4545: result: yes
  201. configure:4545: checking for string.h
  202. configure:4545: gcc -c -g -O2 conftest.c >&5
  203. configure:4545: $? = 0
  204. configure:4545: result: yes
  205. configure:4545: checking for memory.h
  206. configure:4545: gcc -c -g -O2 conftest.c >&5
  207. configure:4545: $? = 0
  208. configure:4545: result: yes
  209. configure:4545: checking for strings.h
  210. configure:4545: gcc -c -g -O2 conftest.c >&5
  211. configure:4545: $? = 0
  212. configure:4545: result: yes
  213. configure:4545: checking for inttypes.h
  214. configure:4545: gcc -c -g -O2 conftest.c >&5
  215. configure:4545: $? = 0
  216. configure:4545: result: yes
  217. configure:4545: checking for stdint.h
  218. configure:4545: gcc -c -g -O2 conftest.c >&5
  219. configure:4545: $? = 0
  220. configure:4545: result: yes
  221. configure:4545: checking for unistd.h
  222. configure:4545: gcc -c -g -O2 conftest.c >&5
  223. configure:4545: $? = 0
  224. configure:4545: result: yes
  225. configure:4558: checking minix/config.h usability
  226. configure:4558: gcc -c -g -O2 conftest.c >&5
  227. conftest.c:54:10: fatal error: minix/config.h: No such file or directory
  228. 54 | #include <minix/config.h>
  229. | ^~~~~~~~~~~~~~~~
  230. compilation terminated.
  231. configure:4558: $? = 1
  232. configure: failed program was:
  233. | /* confdefs.h */
  234. | #define PACKAGE_NAME "libusbmuxd"
  235. | #define PACKAGE_TARNAME "libusbmuxd"
  236. | #define PACKAGE_VERSION "1.1.0"
  237. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  238. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  239. | #define PACKAGE_URL ""
  240. | #define PACKAGE "libusbmuxd"
  241. | #define VERSION "1.1.0"
  242. | #define STDC_HEADERS 1
  243. | #define HAVE_SYS_TYPES_H 1
  244. | #define HAVE_SYS_STAT_H 1
  245. | #define HAVE_STDLIB_H 1
  246. | #define HAVE_STRING_H 1
  247. | #define HAVE_MEMORY_H 1
  248. | #define HAVE_STRINGS_H 1
  249. | #define HAVE_INTTYPES_H 1
  250. | #define HAVE_STDINT_H 1
  251. | #define HAVE_UNISTD_H 1
  252. | /* end confdefs.h. */
  253. | #include <stdio.h>
  254. | #ifdef HAVE_SYS_TYPES_H
  255. | # include <sys/types.h>
  256. | #endif
  257. | #ifdef HAVE_SYS_STAT_H
  258. | # include <sys/stat.h>
  259. | #endif
  260. | #ifdef STDC_HEADERS
  261. | # include <stdlib.h>
  262. | # include <stddef.h>
  263. | #else
  264. | # ifdef HAVE_STDLIB_H
  265. | # include <stdlib.h>
  266. | # endif
  267. | #endif
  268. | #ifdef HAVE_STRING_H
  269. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  270. | # include <memory.h>
  271. | # endif
  272. | # include <string.h>
  273. | #endif
  274. | #ifdef HAVE_STRINGS_H
  275. | # include <strings.h>
  276. | #endif
  277. | #ifdef HAVE_INTTYPES_H
  278. | # include <inttypes.h>
  279. | #endif
  280. | #ifdef HAVE_STDINT_H
  281. | # include <stdint.h>
  282. | #endif
  283. | #ifdef HAVE_UNISTD_H
  284. | # include <unistd.h>
  285. | #endif
  286. | #include <minix/config.h>
  287. configure:4558: result: no
  288. configure:4558: checking minix/config.h presence
  289. configure:4558: gcc -E conftest.c
  290. conftest.c:21:10: fatal error: minix/config.h: No such file or directory
  291. 21 | #include <minix/config.h>
  292. | ^~~~~~~~~~~~~~~~
  293. compilation terminated.
  294. configure:4558: $? = 1
  295. configure: failed program was:
  296. | /* confdefs.h */
  297. | #define PACKAGE_NAME "libusbmuxd"
  298. | #define PACKAGE_TARNAME "libusbmuxd"
  299. | #define PACKAGE_VERSION "1.1.0"
  300. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  301. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  302. | #define PACKAGE_URL ""
  303. | #define PACKAGE "libusbmuxd"
  304. | #define VERSION "1.1.0"
  305. | #define STDC_HEADERS 1
  306. | #define HAVE_SYS_TYPES_H 1
  307. | #define HAVE_SYS_STAT_H 1
  308. | #define HAVE_STDLIB_H 1
  309. | #define HAVE_STRING_H 1
  310. | #define HAVE_MEMORY_H 1
  311. | #define HAVE_STRINGS_H 1
  312. | #define HAVE_INTTYPES_H 1
  313. | #define HAVE_STDINT_H 1
  314. | #define HAVE_UNISTD_H 1
  315. | /* end confdefs.h. */
  316. | #include <minix/config.h>
  317. configure:4558: result: no
  318. configure:4558: checking for minix/config.h
  319. configure:4558: result: no
  320. configure:4579: checking whether it is safe to define __EXTENSIONS__
  321. configure:4597: gcc -c -g -O2 conftest.c >&5
  322. configure:4597: $? = 0
  323. configure:4604: result: yes
  324. configure:4669: checking for gcc
  325. configure:4696: result: gcc
  326. configure:4925: checking for C compiler version
  327. configure:4934: gcc --version >&5
  328. gcc (Gentoo 9.1.0 p1.0) 9.1.0
  329. Copyright (C) 2019 Free Software Foundation, Inc.
  330. This is free software; see the source for copying conditions. There is NO
  331. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  332.  
  333. configure:4945: $? = 0
  334. configure:4934: gcc -v >&5
  335. Using built-in specs.
  336. COLLECT_GCC=gcc
  337. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper
  338. Target: x86_64-pc-linux-gnu
  339. Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0/work/gcc-9.1.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 9.1.0 p1.0' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  340. Thread model: posix
  341. gcc version 9.1.0 (Gentoo 9.1.0 p1.0)
  342. configure:4945: $? = 0
  343. configure:4934: gcc -V >&5
  344. gcc: error: unrecognized command line option '-V'
  345. gcc: fatal error: no input files
  346. compilation terminated.
  347. configure:4945: $? = 1
  348. configure:4934: gcc -qversion >&5
  349. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  350. gcc: fatal error: no input files
  351. compilation terminated.
  352. configure:4945: $? = 1
  353. configure:4949: checking whether we are using the GNU C compiler
  354. configure:4977: result: yes
  355. configure:4986: checking whether gcc accepts -g
  356. configure:5047: result: yes
  357. configure:5064: checking for gcc option to accept ISO C89
  358. configure:5140: result: none needed
  359. configure:5165: checking whether gcc understands -c and -o together
  360. configure:5202: result: yes
  361. configure:5221: checking dependency style of gcc
  362. configure:5332: result: gcc3
  363. configure:5405: checking for g++
  364. configure:5421: found /usr/bin/g++
  365. configure:5432: result: g++
  366. configure:5459: checking for C++ compiler version
  367. configure:5468: g++ --version >&5
  368. g++ (Gentoo 9.1.0 p1.0) 9.1.0
  369. Copyright (C) 2019 Free Software Foundation, Inc.
  370. This is free software; see the source for copying conditions. There is NO
  371. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  372.  
  373. configure:5479: $? = 0
  374. configure:5468: g++ -v >&5
  375. Using built-in specs.
  376. COLLECT_GCC=g++
  377. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper
  378. Target: x86_64-pc-linux-gnu
  379. Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0/work/gcc-9.1.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 9.1.0 p1.0' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  380. Thread model: posix
  381. gcc version 9.1.0 (Gentoo 9.1.0 p1.0)
  382. configure:5479: $? = 0
  383. configure:5468: g++ -V >&5
  384. g++: error: unrecognized command line option '-V'
  385. g++: fatal error: no input files
  386. compilation terminated.
  387. configure:5479: $? = 1
  388. configure:5468: g++ -qversion >&5
  389. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  390. g++: fatal error: no input files
  391. compilation terminated.
  392. configure:5479: $? = 1
  393. configure:5483: checking whether we are using the GNU C++ compiler
  394. configure:5502: g++ -c conftest.cpp >&5
  395. configure:5502: $? = 0
  396. configure:5511: result: yes
  397. configure:5520: checking whether g++ accepts -g
  398. configure:5540: g++ -c -g conftest.cpp >&5
  399. configure:5540: $? = 0
  400. configure:5581: result: yes
  401. configure:5606: checking dependency style of g++
  402. configure:5717: result: gcc3
  403. configure:5762: checking build system type
  404. configure:5776: result: x86_64-pc-linux-gnu
  405. configure:5796: checking host system type
  406. configure:5809: result: x86_64-pc-linux-gnu
  407. configure:5850: checking how to print strings
  408. configure:5877: result: printf
  409. configure:5898: checking for a sed that does not truncate output
  410. configure:5962: result: /bin/sed
  411. configure:5980: checking for fgrep
  412. configure:6042: result: /bin/grep -F
  413. configure:6077: checking for ld used by gcc
  414. configure:6144: result: /usr/x86_64-pc-linux-gnu/bin/ld
  415. configure:6151: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
  416. configure:6166: result: yes
  417. configure:6178: checking for BSD- or MS-compatible name lister (nm)
  418. configure:6232: result: /usr/bin/nm -B
  419. configure:6362: checking the name lister (/usr/bin/nm -B) interface
  420. configure:6369: gcc -c -g -O2 conftest.c >&5
  421. configure:6372: /usr/bin/nm -B "conftest.o"
  422. configure:6375: output
  423. 0000000000000000 B some_variable
  424. configure:6376: result: BSD nm
  425. configure:6379: checking whether ln -s works
  426. configure:6383: result: yes
  427. configure:6391: checking the maximum length of command line arguments
  428. configure:6527: result: 1572864
  429. configure:6575: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  430. configure:6615: result: func_convert_file_noop
  431. configure:6622: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  432. configure:6642: result: func_convert_file_noop
  433. configure:6649: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
  434. configure:6656: result: -r
  435. configure:6730: checking for objdump
  436. configure:6746: found /usr/bin/objdump
  437. configure:6757: result: objdump
  438. configure:6789: checking how to recognize dependent libraries
  439. configure:6989: result: pass_all
  440. configure:7074: checking for dlltool
  441. configure:7104: result: no
  442. configure:7134: checking how to associate runtime and link libraries
  443. configure:7161: result: printf %s\n
  444. configure:7221: checking for ar
  445. configure:7237: found /usr/bin/ar
  446. configure:7248: result: ar
  447. configure:7285: checking for archiver @FILE support
  448. configure:7302: gcc -c -g -O2 conftest.c >&5
  449. configure:7302: $? = 0
  450. configure:7305: ar cru libconftest.a @conftest.lst >&5
  451. configure:7308: $? = 0
  452. configure:7313: ar cru libconftest.a @conftest.lst >&5
  453. ar: conftest.o: No such file or directory
  454. configure:7316: $? = 1
  455. configure:7315: result: @
  456. configure:7373: checking for strip
  457. configure:7389: found /usr/bin/strip
  458. configure:7400: result: strip
  459. configure:7472: checking for ranlib
  460. configure:7488: found /usr/bin/ranlib
  461. configure:7499: result: ranlib
  462. configure:7601: checking command to parse /usr/bin/nm -B output from gcc object
  463. configure:7754: gcc -c -g -O2 conftest.c >&5
  464. configure:7757: $? = 0
  465. configure:7761: /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
  466. configure:7764: $? = 0
  467. configure:7830: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  468. configure:7833: $? = 0
  469. configure:7871: result: ok
  470. configure:7918: checking for sysroot
  471. configure:7948: result: no
  472. configure:7955: checking for a working dd
  473. configure:7993: result: /bin/dd
  474. configure:7997: checking how to truncate binary pipes
  475. configure:8012: result: /bin/dd bs=4096 count=1
  476. configure:8148: gcc -c -g -O2 conftest.c >&5
  477. configure:8151: $? = 0
  478. configure:8341: checking for mt
  479. configure:8371: result: no
  480. configure:8391: checking if : is a manifest tool
  481. configure:8397: : '-?'
  482. configure:8405: result: no
  483. configure:9079: checking for dlfcn.h
  484. configure:9079: gcc -c -g -O2 conftest.c >&5
  485. configure:9079: $? = 0
  486. configure:9079: result: yes
  487. configure:9346: checking for objdir
  488. configure:9361: result: .libs
  489. configure:9625: checking if gcc supports -fno-rtti -fno-exceptions
  490. configure:9643: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  491. cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
  492. configure:9647: $? = 0
  493. configure:9660: result: no
  494. configure:10018: checking for gcc option to produce PIC
  495. configure:10025: result: -fPIC -DPIC
  496. configure:10033: checking if gcc PIC flag -fPIC -DPIC works
  497. configure:10051: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  498. configure:10055: $? = 0
  499. configure:10068: result: yes
  500. configure:10097: checking if gcc static flag -static works
  501. configure:10125: result: yes
  502. configure:10140: checking if gcc supports -c -o file.o
  503. configure:10161: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  504. configure:10165: $? = 0
  505. configure:10187: result: yes
  506. configure:10195: checking if gcc supports -c -o file.o
  507. configure:10242: result: yes
  508. configure:10275: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  509. configure:11534: result: yes
  510. configure:11571: checking whether -lc should be explicitly linked in
  511. configure:11579: gcc -c -g -O2 conftest.c >&5
  512. configure:11582: $? = 0
  513. configure:11597: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  514. configure:11600: $? = 0
  515. configure:11614: result: no
  516. configure:11774: checking dynamic linker characteristics
  517. configure:12368: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  518. configure:12368: $? = 0
  519. configure:12605: result: GNU/Linux ld.so
  520. configure:12727: checking how to hardcode library paths into programs
  521. configure:12752: result: immediate
  522. configure:13300: checking whether stripping libraries is possible
  523. configure:13305: result: yes
  524. configure:13340: checking if libtool supports shared libraries
  525. configure:13342: result: yes
  526. configure:13345: checking whether to build shared libraries
  527. configure:13370: result: yes
  528. configure:13373: checking whether to build static libraries
  529. configure:13377: result: yes
  530. configure:10179: checking how to run the C++ preprocessor
  531. configure:10206: g++ -E conftest.cpp
  532. configure:10206: $? = 0
  533. configure:10220: g++ -E conftest.cpp
  534. conftest.cpp:28:10: fatal error: ac_nonexistent.h: No such file or directory
  535. 28 | #include <ac_nonexistent.h>
  536. | ^~~~~~~~~~~~~~~~~~
  537. compilation terminated.
  538. configure:10220: $? = 1
  539. configure: failed program was:
  540. | /* confdefs.h */
  541. | #define PACKAGE_NAME "libusbmuxd"
  542. | #define PACKAGE_TARNAME "libusbmuxd"
  543. | #define PACKAGE_VERSION "1.1.0"
  544. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  545. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  546. | #define PACKAGE_URL ""
  547. | #define PACKAGE "libusbmuxd"
  548. | #define VERSION "1.1.0"
  549. | #define STDC_HEADERS 1
  550. | #define HAVE_SYS_TYPES_H 1
  551. | #define HAVE_SYS_STAT_H 1
  552. | #define HAVE_STDLIB_H 1
  553. | #define HAVE_STRING_H 1
  554. | #define HAVE_MEMORY_H 1
  555. | #define HAVE_STRINGS_H 1
  556. | #define HAVE_INTTYPES_H 1
  557. | #define HAVE_STDINT_H 1
  558. | #define HAVE_UNISTD_H 1
  559. | #define __EXTENSIONS__ 1
  560. | #define _ALL_SOURCE 1
  561. | #define _GNU_SOURCE 1
  562. | #define _POSIX_PTHREAD_SEMANTICS 1
  563. | #define _TANDEM_SOURCE 1
  564. | #define HAVE_DLFCN_H 1
  565. | #define LT_OBJDIR ".libs/"
  566. | /* end confdefs.h. */
  567. | #include <ac_nonexistent.h>
  568. configure:10245: result: g++ -E
  569. configure:10265: g++ -E conftest.cpp
  570. configure:10265: $? = 0
  571. configure:10279: g++ -E conftest.cpp
  572. conftest.cpp:28:10: fatal error: ac_nonexistent.h: No such file or directory
  573. 28 | #include <ac_nonexistent.h>
  574. | ^~~~~~~~~~~~~~~~~~
  575. compilation terminated.
  576. configure:10279: $? = 1
  577. configure: failed program was:
  578. | /* confdefs.h */
  579. | #define PACKAGE_NAME "libusbmuxd"
  580. | #define PACKAGE_TARNAME "libusbmuxd"
  581. | #define PACKAGE_VERSION "1.1.0"
  582. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  583. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  584. | #define PACKAGE_URL ""
  585. | #define PACKAGE "libusbmuxd"
  586. | #define VERSION "1.1.0"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define __EXTENSIONS__ 1
  598. | #define _ALL_SOURCE 1
  599. | #define _GNU_SOURCE 1
  600. | #define _POSIX_PTHREAD_SEMANTICS 1
  601. | #define _TANDEM_SOURCE 1
  602. | #define HAVE_DLFCN_H 1
  603. | #define LT_OBJDIR ".libs/"
  604. | /* end confdefs.h. */
  605. | #include <ac_nonexistent.h>
  606. configure:10441: checking for ld used by g++
  607. configure:10508: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  608. configure:10515: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
  609. configure:10530: result: yes
  610. configure:10585: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  611. configure:11658: result: yes
  612. configure:11694: g++ -c -g -O2 conftest.cpp >&5
  613. configure:11697: $? = 0
  614. configure:12178: checking for g++ option to produce PIC
  615. configure:12185: result: -fPIC -DPIC
  616. configure:12193: checking if g++ PIC flag -fPIC -DPIC works
  617. configure:12211: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  618. configure:12215: $? = 0
  619. configure:12228: result: yes
  620. configure:12251: checking if g++ static flag -static works
  621. configure:12279: result: yes
  622. configure:12291: checking if g++ supports -c -o file.o
  623. configure:12312: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  624. configure:12316: $? = 0
  625. configure:12338: result: yes
  626. configure:12343: checking if g++ supports -c -o file.o
  627. configure:12390: result: yes
  628. configure:12420: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  629. configure:12460: result: yes
  630. configure:12601: checking dynamic linker characteristics
  631. configure:13359: result: GNU/Linux ld.so
  632. configure:13424: checking how to hardcode library paths into programs
  633. configure:13449: result: immediate
  634. configure:12399: checking for pkg-config
  635. configure:12417: found /usr/bin/pkg-config
  636. configure:12429: result: /usr/bin/pkg-config
  637. configure:12454: checking pkg-config is at least version 0.9.0
  638. configure:12457: result: yes
  639. configure:12467: checking for libplist >= 1.11
  640. configure:12474: $PKG_CONFIG --exists --print-errors "libplist >= $LIBPLIST_VERSION"
  641. configure:12477: $? = 0
  642. configure:12491: $PKG_CONFIG --exists --print-errors "libplist >= $LIBPLIST_VERSION"
  643. configure:12494: $? = 0
  644. configure:12552: result: yes
  645. configure:12558: checking sys/inotify.h usability
  646. configure:12558: gcc -c -g -O2 conftest.c >&5
  647. configure:12558: $? = 0
  648. configure:12558: result: yes
  649. configure:12558: checking sys/inotify.h presence
  650. configure:12558: gcc -E conftest.c
  651. configure:12558: $? = 0
  652. configure:12558: result: yes
  653. configure:12558: checking for sys/inotify.h
  654. configure:12558: result: yes
  655. configure:12592: checking for ANSI C header files
  656. configure:12696: result: yes
  657. configure:12707: checking for stdint.h
  658. configure:12707: result: yes
  659. configure:12707: checking for stdlib.h
  660. configure:12707: result: yes
  661. configure:12707: checking for string.h
  662. configure:12707: result: yes
  663. configure:12719: checking for an ANSI C-conforming const
  664. configure:12785: gcc -c -g -O2 conftest.c >&5
  665. configure:12785: $? = 0
  666. configure:12792: result: yes
  667. configure:12800: checking for size_t
  668. configure:12800: gcc -c -g -O2 conftest.c >&5
  669. configure:12800: $? = 0
  670. configure:12800: gcc -c -g -O2 conftest.c >&5
  671. conftest.c: In function 'main':
  672. conftest.c:70:21: error: expected expression before ')' token
  673. 70 | if (sizeof ((size_t)))
  674. | ^
  675. configure:12800: $? = 1
  676. configure: failed program was:
  677. | /* confdefs.h */
  678. | #define PACKAGE_NAME "libusbmuxd"
  679. | #define PACKAGE_TARNAME "libusbmuxd"
  680. | #define PACKAGE_VERSION "1.1.0"
  681. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  682. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  683. | #define PACKAGE_URL ""
  684. | #define PACKAGE "libusbmuxd"
  685. | #define VERSION "1.1.0"
  686. | #define STDC_HEADERS 1
  687. | #define HAVE_SYS_TYPES_H 1
  688. | #define HAVE_SYS_STAT_H 1
  689. | #define HAVE_STDLIB_H 1
  690. | #define HAVE_STRING_H 1
  691. | #define HAVE_MEMORY_H 1
  692. | #define HAVE_STRINGS_H 1
  693. | #define HAVE_INTTYPES_H 1
  694. | #define HAVE_STDINT_H 1
  695. | #define HAVE_UNISTD_H 1
  696. | #define __EXTENSIONS__ 1
  697. | #define _ALL_SOURCE 1
  698. | #define _GNU_SOURCE 1
  699. | #define _POSIX_PTHREAD_SEMANTICS 1
  700. | #define _TANDEM_SOURCE 1
  701. | #define HAVE_DLFCN_H 1
  702. | #define LT_OBJDIR ".libs/"
  703. | #define HAVE_SYS_INOTIFY_H 1
  704. | #define HAVE_INOTIFY 1
  705. | #define STDC_HEADERS 1
  706. | #define HAVE_STDINT_H 1
  707. | #define HAVE_STDLIB_H 1
  708. | #define HAVE_STRING_H 1
  709. | /* end confdefs.h. */
  710. | #include <stdio.h>
  711. | #ifdef HAVE_SYS_TYPES_H
  712. | # include <sys/types.h>
  713. | #endif
  714. | #ifdef HAVE_SYS_STAT_H
  715. | # include <sys/stat.h>
  716. | #endif
  717. | #ifdef STDC_HEADERS
  718. | # include <stdlib.h>
  719. | # include <stddef.h>
  720. | #else
  721. | # ifdef HAVE_STDLIB_H
  722. | # include <stdlib.h>
  723. | # endif
  724. | #endif
  725. | #ifdef HAVE_STRING_H
  726. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  727. | # include <memory.h>
  728. | # endif
  729. | # include <string.h>
  730. | #endif
  731. | #ifdef HAVE_STRINGS_H
  732. | # include <strings.h>
  733. | #endif
  734. | #ifdef HAVE_INTTYPES_H
  735. | # include <inttypes.h>
  736. | #endif
  737. | #ifdef HAVE_STDINT_H
  738. | # include <stdint.h>
  739. | #endif
  740. | #ifdef HAVE_UNISTD_H
  741. | # include <unistd.h>
  742. | #endif
  743. | int
  744. | main ()
  745. | {
  746. | if (sizeof ((size_t)))
  747. | return 0;
  748. | ;
  749. | return 0;
  750. | }
  751. configure:12800: result: yes
  752. configure:12811: checking for ssize_t
  753. configure:12811: gcc -c -g -O2 conftest.c >&5
  754. configure:12811: $? = 0
  755. configure:12811: gcc -c -g -O2 conftest.c >&5
  756. conftest.c: In function 'main':
  757. conftest.c:70:22: error: expected expression before ')' token
  758. 70 | if (sizeof ((ssize_t)))
  759. | ^
  760. configure:12811: $? = 1
  761. configure: failed program was:
  762. | /* confdefs.h */
  763. | #define PACKAGE_NAME "libusbmuxd"
  764. | #define PACKAGE_TARNAME "libusbmuxd"
  765. | #define PACKAGE_VERSION "1.1.0"
  766. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  767. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  768. | #define PACKAGE_URL ""
  769. | #define PACKAGE "libusbmuxd"
  770. | #define VERSION "1.1.0"
  771. | #define STDC_HEADERS 1
  772. | #define HAVE_SYS_TYPES_H 1
  773. | #define HAVE_SYS_STAT_H 1
  774. | #define HAVE_STDLIB_H 1
  775. | #define HAVE_STRING_H 1
  776. | #define HAVE_MEMORY_H 1
  777. | #define HAVE_STRINGS_H 1
  778. | #define HAVE_INTTYPES_H 1
  779. | #define HAVE_STDINT_H 1
  780. | #define HAVE_UNISTD_H 1
  781. | #define __EXTENSIONS__ 1
  782. | #define _ALL_SOURCE 1
  783. | #define _GNU_SOURCE 1
  784. | #define _POSIX_PTHREAD_SEMANTICS 1
  785. | #define _TANDEM_SOURCE 1
  786. | #define HAVE_DLFCN_H 1
  787. | #define LT_OBJDIR ".libs/"
  788. | #define HAVE_SYS_INOTIFY_H 1
  789. | #define HAVE_INOTIFY 1
  790. | #define STDC_HEADERS 1
  791. | #define HAVE_STDINT_H 1
  792. | #define HAVE_STDLIB_H 1
  793. | #define HAVE_STRING_H 1
  794. | /* end confdefs.h. */
  795. | #include <stdio.h>
  796. | #ifdef HAVE_SYS_TYPES_H
  797. | # include <sys/types.h>
  798. | #endif
  799. | #ifdef HAVE_SYS_STAT_H
  800. | # include <sys/stat.h>
  801. | #endif
  802. | #ifdef STDC_HEADERS
  803. | # include <stdlib.h>
  804. | # include <stddef.h>
  805. | #else
  806. | # ifdef HAVE_STDLIB_H
  807. | # include <stdlib.h>
  808. | # endif
  809. | #endif
  810. | #ifdef HAVE_STRING_H
  811. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  812. | # include <memory.h>
  813. | # endif
  814. | # include <string.h>
  815. | #endif
  816. | #ifdef HAVE_STRINGS_H
  817. | # include <strings.h>
  818. | #endif
  819. | #ifdef HAVE_INTTYPES_H
  820. | # include <inttypes.h>
  821. | #endif
  822. | #ifdef HAVE_STDINT_H
  823. | # include <stdint.h>
  824. | #endif
  825. | #ifdef HAVE_UNISTD_H
  826. | # include <unistd.h>
  827. | #endif
  828. | int
  829. | main ()
  830. | {
  831. | if (sizeof ((ssize_t)))
  832. | return 0;
  833. | ;
  834. | return 0;
  835. | }
  836. configure:12811: result: yes
  837. configure:12822: checking for uint16_t
  838. configure:12822: gcc -c -g -O2 conftest.c >&5
  839. configure:12822: $? = 0
  840. configure:12822: result: yes
  841. configure:12834: checking for uint32_t
  842. configure:12834: gcc -c -g -O2 conftest.c >&5
  843. configure:12834: $? = 0
  844. configure:12834: result: yes
  845. configure:12848: checking for uint8_t
  846. configure:12848: gcc -c -g -O2 conftest.c >&5
  847. configure:12848: $? = 0
  848. configure:12848: result: yes
  849. configure:12866: checking for stdlib.h
  850. configure:12866: result: yes
  851. configure:12876: checking for GNU libc compatible malloc
  852. configure:12900: gcc -o conftest -g -O2 conftest.c >&5
  853. configure:12900: $? = 0
  854. configure:12900: ./conftest
  855. configure:12900: $? = 0
  856. configure:12910: result: yes
  857. configure:12933: checking for stdlib.h
  858. configure:12933: result: yes
  859. configure:12943: checking for GNU libc compatible realloc
  860. configure:12967: gcc -o conftest -g -O2 conftest.c >&5
  861. configure:12967: $? = 0
  862. configure:12967: ./conftest
  863. configure:12967: $? = 0
  864. configure:12977: result: yes
  865. configure:13001: checking for strcasecmp
  866. configure:13001: gcc -o conftest -g -O2 conftest.c >&5
  867. conftest.c:61:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
  868. 61 | char strcasecmp ();
  869. | ^~~~~~~~~~
  870. configure:13001: $? = 0
  871. configure:13001: result: yes
  872. configure:13001: checking for strdup
  873. configure:13001: gcc -o conftest -g -O2 conftest.c >&5
  874. conftest.c:62:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
  875. 62 | char strdup ();
  876. | ^~~~~~
  877. configure:13001: $? = 0
  878. configure:13001: result: yes
  879. configure:13001: checking for strerror
  880. configure:13001: gcc -o conftest -g -O2 conftest.c >&5
  881. configure:13001: $? = 0
  882. configure:13001: result: yes
  883. configure:13001: checking for stpncpy
  884. configure:13001: gcc -o conftest -g -O2 conftest.c >&5
  885. conftest.c:64:6: warning: conflicting types for built-in function 'stpncpy'; expected 'char *(char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  886. 64 | char stpncpy ();
  887. | ^~~~~~~
  888. configure:13001: $? = 0
  889. configure:13001: result: yes
  890. configure:13001: checking for sleep
  891. configure:13001: gcc -o conftest -g -O2 conftest.c >&5
  892. configure:13001: $? = 0
  893. configure:13001: result: yes
  894. configure:13012: checking for platform-specific build settings
  895. configure:13680: result: linux-gnu
  896. configure:13865: checking whether gcc is Clang
  897. configure:13890: result: no
  898. configure:14013: checking whether pthreads work with -pthread
  899. configure:14107: gcc -o conftest -g -O2 -pthread conftest.c >&5
  900. configure:14107: $? = 0
  901. configure:14116: result: yes
  902. configure:14135: checking for joinable pthread attribute
  903. configure:14153: gcc -o conftest -g -O2 -pthread conftest.c >&5
  904. configure:14153: $? = 0
  905. configure:14161: result: PTHREAD_CREATE_JOINABLE
  906. configure:14175: checking whether more special flags are required for pthreads
  907. configure:14188: result: no
  908. configure:14196: checking for PTHREAD_PRIO_INHERIT
  909. configure:14212: gcc -o conftest -g -O2 -pthread conftest.c >&5
  910. configure:14212: $? = 0
  911. configure:14221: result: yes
  912. configure:14323: checking for pthread_cancel
  913. configure:14323: gcc -o conftest -g -O2 conftest.c >&5
  914. /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/ccfP6tRe.o: in function `main':
  915. /root/iphone/libu/conftest.c:79: undefined reference to `pthread_cancel'
  916. collect2: error: ld returned 1 exit status
  917. configure:14323: $? = 1
  918. configure: failed program was:
  919. | /* confdefs.h */
  920. | #define PACKAGE_NAME "libusbmuxd"
  921. | #define PACKAGE_TARNAME "libusbmuxd"
  922. | #define PACKAGE_VERSION "1.1.0"
  923. | #define PACKAGE_STRING "libusbmuxd 1.1.0"
  924. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  925. | #define PACKAGE_URL ""
  926. | #define PACKAGE "libusbmuxd"
  927. | #define VERSION "1.1.0"
  928. | #define STDC_HEADERS 1
  929. | #define HAVE_SYS_TYPES_H 1
  930. | #define HAVE_SYS_STAT_H 1
  931. | #define HAVE_STDLIB_H 1
  932. | #define HAVE_STRING_H 1
  933. | #define HAVE_MEMORY_H 1
  934. | #define HAVE_STRINGS_H 1
  935. | #define HAVE_INTTYPES_H 1
  936. | #define HAVE_STDINT_H 1
  937. | #define HAVE_UNISTD_H 1
  938. | #define __EXTENSIONS__ 1
  939. | #define _ALL_SOURCE 1
  940. | #define _GNU_SOURCE 1
  941. | #define _POSIX_PTHREAD_SEMANTICS 1
  942. | #define _TANDEM_SOURCE 1
  943. | #define HAVE_DLFCN_H 1
  944. | #define LT_OBJDIR ".libs/"
  945. | #define HAVE_SYS_INOTIFY_H 1
  946. | #define HAVE_INOTIFY 1
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_STDINT_H 1
  949. | #define HAVE_STDLIB_H 1
  950. | #define HAVE_STRING_H 1
  951. | #define HAVE_STDLIB_H 1
  952. | #define HAVE_MALLOC 1
  953. | #define HAVE_STDLIB_H 1
  954. | #define HAVE_REALLOC 1
  955. | #define HAVE_STRCASECMP 1
  956. | #define HAVE_STRDUP 1
  957. | #define HAVE_STRERROR 1
  958. | #define HAVE_STPNCPY 1
  959. | #define HAVE_SLEEP 1
  960. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  961. | #define HAVE_PTHREAD 1
  962. | /* end confdefs.h. */
  963. | /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
  964. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  965. | #define pthread_cancel innocuous_pthread_cancel
  966. |
  967. | /* System header to define __stub macros and hopefully few prototypes,
  968. | which can conflict with char pthread_cancel (); below.
  969. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  970. | <limits.h> exists even on freestanding compilers. */
  971. |
  972. | #ifdef __STDC__
  973. | # include <limits.h>
  974. | #else
  975. | # include <assert.h>
  976. | #endif
  977. |
  978. | #undef pthread_cancel
  979. |
  980. | /* Override any GCC internal prototype to avoid an error.
  981. | Use char because int might match the return type of a GCC
  982. | builtin and then its argument prototype would still apply. */
  983. | #ifdef __cplusplus
  984. | extern "C"
  985. | #endif
  986. | char pthread_cancel ();
  987. | /* The GNU C library defines this for functions which it implements
  988. | to always fail with ENOSYS. Some functions are actually named
  989. | something starting with __ and the normal name is an alias. */
  990. | #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
  991. | choke me
  992. | #endif
  993. |
  994. | int
  995. | main ()
  996. | {
  997. | return pthread_cancel ();
  998. | ;
  999. | return 0;
  1000. | }
  1001. configure:14323: result: no
  1002. configure:14329: checking for pthread_cancel in -lpthread
  1003. configure:14354: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  1004. configure:14354: $? = 0
  1005. configure:14363: result: yes
  1006. configure:14373: checking for program_invocation_short_name
  1007. configure:14390: gcc -o conftest -g -O2 conftest.c >&5
  1008. conftest.c: In function 'main':
  1009. conftest.c:50:8: warning: returning 'char *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion]
  1010. 50 | return program_invocation_short_name;
  1011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1012. configure:14390: $? = 0
  1013. configure:14400: result: yes
  1014. configure:14406: checking if program_invocation_short_name is declared in errno.h
  1015. configure:14423: gcc -o conftest -g -O2 conftest.c >&5
  1016. conftest.c: In function 'main':
  1017. conftest.c:51:8: warning: returning 'char *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion]
  1018. 51 | return program_invocation_short_name;
  1019. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1020. configure:14423: $? = 0
  1021. configure:14433: result: yes
  1022. configure:14456: checking for supported compiler flags
  1023. configure:14473: gcc -c -g -O2 -Wall conftest.c >&5
  1024. configure:14473: $? = 0
  1025. configure:14473: gcc -c -g -O2 -Wextra conftest.c >&5
  1026. configure:14473: $? = 0
  1027. configure:14473: gcc -c -g -O2 -Wmissing-declarations conftest.c >&5
  1028. configure:14473: $? = 0
  1029. configure:14473: gcc -c -g -O2 -Wredundant-decls conftest.c >&5
  1030. configure:14473: $? = 0
  1031. configure:14473: gcc -c -g -O2 -Wshadow conftest.c >&5
  1032. configure:14473: $? = 0
  1033. configure:14473: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  1034. configure:14473: $? = 0
  1035. configure:14473: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  1036. configure:14473: $? = 0
  1037. configure:14473: gcc -c -g -O2 -Wswitch-default conftest.c >&5
  1038. configure:14473: $? = 0
  1039. configure:14473: gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  1040. configure:14473: $? = 0
  1041. configure:14473: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5
  1042. configure:14473: $? = 0
  1043. configure:14473: gcc -c -g -O2 -pthread conftest.c >&5
  1044. configure:14473: $? = 0
  1045. configure:14487: result: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden -pthread
  1046. configure:14517: checking whether make supports nested variables
  1047. configure:14534: result: yes
  1048. configure:14649: checking that generated files are newer than configure
  1049. configure:14655: result: done
  1050. configure:14690: creating ./config.status
  1051.  
  1052. ## ---------------------- ##
  1053. ## Running config.status. ##
  1054. ## ---------------------- ##
  1055.  
  1056. This file was extended by libusbmuxd config.status 1.1.0, which was
  1057. generated by GNU Autoconf 2.69. Invocation command line was
  1058.  
  1059. CONFIG_FILES =
  1060. CONFIG_HEADERS =
  1061. CONFIG_LINKS =
  1062. CONFIG_COMMANDS =
  1063. $ ./config.status
  1064.  
  1065. on dri
  1066.  
  1067. config.status:1189: creating Makefile
  1068. config.status:1189: creating common/Makefile
  1069. config.status:1189: creating src/Makefile
  1070. config.status:1189: creating include/Makefile
  1071. config.status:1189: creating tools/Makefile
  1072. config.status:1189: creating libusbmuxd.pc
  1073. config.status:1189: creating config.h
  1074. config.status:1418: executing depfiles commands
  1075. config.status:1495: cd common && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1076. config.status:1500: $? = 0
  1077. config.status:1495: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1078. config.status:1500: $? = 0
  1079. config.status:1495: cd tools && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1080. config.status:1500: $? = 0
  1081. config.status:1418: executing libtool commands
  1082.  
  1083. ## ---------------- ##
  1084. ## Cache variables. ##
  1085. ## ---------------- ##
  1086.  
  1087. ac_cv_build=x86_64-pc-linux-gnu
  1088. ac_cv_c_compiler_gnu=yes
  1089. ac_cv_c_const=yes
  1090. ac_cv_c_uint16_t=yes
  1091. ac_cv_c_uint32_t=yes
  1092. ac_cv_c_uint8_t=yes
  1093. ac_cv_cxx_compiler_gnu=yes
  1094. ac_cv_env_CCC_set=
  1095. ac_cv_env_CCC_value=
  1096. ac_cv_env_CC_set=
  1097. ac_cv_env_CC_value=
  1098. ac_cv_env_CFLAGS_set=
  1099. ac_cv_env_CFLAGS_value=
  1100. ac_cv_env_CPPFLAGS_set=
  1101. ac_cv_env_CPPFLAGS_value=
  1102. ac_cv_env_CPP_set=
  1103. ac_cv_env_CPP_value=
  1104. ac_cv_env_CXXCPP_set=
  1105. ac_cv_env_CXXCPP_value=
  1106. ac_cv_env_CXXFLAGS_set=
  1107. ac_cv_env_CXXFLAGS_value=
  1108. ac_cv_env_CXX_set=
  1109. ac_cv_env_CXX_value=
  1110. ac_cv_env_LDFLAGS_set=
  1111. ac_cv_env_LDFLAGS_value=
  1112. ac_cv_env_LIBS_set=
  1113. ac_cv_env_LIBS_value=
  1114. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1115. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1116. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1117. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1118. ac_cv_env_PKG_CONFIG_PATH_set=
  1119. ac_cv_env_PKG_CONFIG_PATH_value=
  1120. ac_cv_env_PKG_CONFIG_set=
  1121. ac_cv_env_PKG_CONFIG_value=
  1122. ac_cv_env_build_alias_set=
  1123. ac_cv_env_build_alias_value=
  1124. ac_cv_env_host_alias_set=
  1125. ac_cv_env_host_alias_value=
  1126. ac_cv_env_libplist_CFLAGS_set=
  1127. ac_cv_env_libplist_CFLAGS_value=
  1128. ac_cv_env_libplist_LIBS_set=
  1129. ac_cv_env_libplist_LIBS_value=
  1130. ac_cv_env_target_alias_set=
  1131. ac_cv_env_target_alias_value=
  1132. ac_cv_func_malloc_0_nonnull=yes
  1133. ac_cv_func_pthread_cancel=no
  1134. ac_cv_func_realloc_0_nonnull=yes
  1135. ac_cv_func_sleep=yes
  1136. ac_cv_func_stpncpy=yes
  1137. ac_cv_func_strcasecmp=yes
  1138. ac_cv_func_strdup=yes
  1139. ac_cv_func_strerror=yes
  1140. ac_cv_header_dlfcn_h=yes
  1141. ac_cv_header_inttypes_h=yes
  1142. ac_cv_header_memory_h=yes
  1143. ac_cv_header_minix_config_h=no
  1144. ac_cv_header_stdc=yes
  1145. ac_cv_header_stdint_h=yes
  1146. ac_cv_header_stdlib_h=yes
  1147. ac_cv_header_string_h=yes
  1148. ac_cv_header_strings_h=yes
  1149. ac_cv_header_sys_inotify_h=yes
  1150. ac_cv_header_sys_stat_h=yes
  1151. ac_cv_header_sys_types_h=yes
  1152. ac_cv_header_unistd_h=yes
  1153. ac_cv_host=x86_64-pc-linux-gnu
  1154. ac_cv_lib_pthread_pthread_cancel=yes
  1155. ac_cv_objext=o
  1156. ac_cv_path_EGREP='/bin/grep -E'
  1157. ac_cv_path_FGREP='/bin/grep -F'
  1158. ac_cv_path_GREP=/bin/grep
  1159. ac_cv_path_SED=/bin/sed
  1160. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1161. ac_cv_path_install='/usr/bin/install -c'
  1162. ac_cv_path_lt_DD=/bin/dd
  1163. ac_cv_path_mkdir=/bin/mkdir
  1164. ac_cv_prog_AWK=gawk
  1165. ac_cv_prog_CPP='gcc -E'
  1166. ac_cv_prog_CXXCPP='g++ -E'
  1167. ac_cv_prog_ac_ct_AR=ar
  1168. ac_cv_prog_ac_ct_CC=gcc
  1169. ac_cv_prog_ac_ct_CXX=g++
  1170. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1171. ac_cv_prog_ac_ct_RANLIB=ranlib
  1172. ac_cv_prog_ac_ct_STRIP=strip
  1173. ac_cv_prog_cc_c89=
  1174. ac_cv_prog_cc_g=yes
  1175. ac_cv_prog_cxx_g=yes
  1176. ac_cv_prog_make_make_set=yes
  1177. ac_cv_program_invocation_short_name=yes
  1178. ac_cv_program_invocation_short_name_errno_h=yes
  1179. ac_cv_safe_to_define___extensions__=yes
  1180. ac_cv_type_size_t=yes
  1181. ac_cv_type_ssize_t=yes
  1182. am_cv_CC_dependencies_compiler_type=gcc3
  1183. am_cv_CXX_dependencies_compiler_type=gcc3
  1184. am_cv_make_support_nested_variables=yes
  1185. am_cv_prog_cc_c_o=yes
  1186. ax_cv_PTHREAD_CLANG=no
  1187. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  1188. ax_cv_PTHREAD_PRIO_INHERIT=yes
  1189. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  1190. lt_cv_ar_at_file=@
  1191. lt_cv_archive_cmds_need_lc=no
  1192. lt_cv_deplibs_check_method=pass_all
  1193. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1194. lt_cv_file_magic_test_file=
  1195. lt_cv_ld_reload_flag=-r
  1196. lt_cv_nm_interface='BSD nm'
  1197. lt_cv_objdir=.libs
  1198. lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
  1199. lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  1200. lt_cv_path_NM='/usr/bin/nm -B'
  1201. lt_cv_path_mainfest_tool=no
  1202. lt_cv_prog_compiler_c_o=yes
  1203. lt_cv_prog_compiler_c_o_CXX=yes
  1204. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1205. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1206. lt_cv_prog_compiler_pic_works=yes
  1207. lt_cv_prog_compiler_pic_works_CXX=yes
  1208. lt_cv_prog_compiler_rtti_exceptions=no
  1209. lt_cv_prog_compiler_static_works=yes
  1210. lt_cv_prog_compiler_static_works_CXX=yes
  1211. lt_cv_prog_gnu_ld=yes
  1212. lt_cv_prog_gnu_ldcxx=yes
  1213. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1214. lt_cv_shlibpath_overrides_runpath=yes
  1215. 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'\'''
  1216. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1217. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1218. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1219. lt_cv_sys_global_symbol_to_import=
  1220. lt_cv_sys_max_cmd_len=1572864
  1221. lt_cv_to_host_file_cmd=func_convert_file_noop
  1222. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1223. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1224. pkg_cv_libplist_CFLAGS=
  1225. pkg_cv_libplist_LIBS=-lplist
  1226.  
  1227. ## ----------------- ##
  1228. ## Output variables. ##
  1229. ## ----------------- ##
  1230.  
  1231. ACLOCAL='${SHELL} /root/iphone/libu/missing aclocal-1.16'
  1232. AMDEPBACKSLASH='\'
  1233. AMDEP_FALSE='#'
  1234. AMDEP_TRUE=''
  1235. AMTAR='$${TAR-tar}'
  1236. AM_BACKSLASH='\'
  1237. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1238. AM_DEFAULT_VERBOSITY='0'
  1239. AM_V='$(V)'
  1240. AR='ar'
  1241. AUTOCONF='${SHELL} /root/iphone/libu/missing autoconf'
  1242. AUTOHEADER='${SHELL} /root/iphone/libu/missing autoheader'
  1243. AUTOMAKE='${SHELL} /root/iphone/libu/missing automake-1.16'
  1244. AWK='gawk'
  1245. CC='gcc'
  1246. CCDEPMODE='depmode=gcc3'
  1247. CFLAGS='-g -O2'
  1248. CPP='gcc -E'
  1249. CPPFLAGS=''
  1250. CXX='g++'
  1251. CXXCPP='g++ -E'
  1252. CXXDEPMODE='depmode=gcc3'
  1253. CXXFLAGS='-g -O2'
  1254. CYGPATH_W='echo'
  1255. DEFS='-DHAVE_CONFIG_H'
  1256. DEPDIR='.deps'
  1257. DLLTOOL='false'
  1258. DSYMUTIL=''
  1259. DUMPBIN=''
  1260. ECHO_C=''
  1261. ECHO_N='-n'
  1262. ECHO_T=''
  1263. EGREP='/bin/grep -E'
  1264. EXEEXT=''
  1265. FGREP='/bin/grep -F'
  1266. GLOBAL_CFLAGS=' -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden -pthread'
  1267. GLOBAL_LDFLAGS=''
  1268. GREP='/bin/grep'
  1269. INSTALL_DATA='${INSTALL} -m 644'
  1270. INSTALL_PROGRAM='${INSTALL}'
  1271. INSTALL_SCRIPT='${INSTALL}'
  1272. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1273. LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  1274. LDFLAGS=''
  1275. LIBOBJS=''
  1276. LIBPLIST_VERSION='1.11'
  1277. LIBS=''
  1278. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1279. LIBUSBMUXD_SO_VERSION='5:0:1'
  1280. LIPO=''
  1281. LN_S='ln -s'
  1282. LTLIBOBJS=''
  1283. LT_SYS_LIBRARY_PATH=''
  1284. MAKEINFO='${SHELL} /root/iphone/libu/missing makeinfo'
  1285. MANIFEST_TOOL=':'
  1286. MKDIR_P='/bin/mkdir -p'
  1287. NM='/usr/bin/nm -B'
  1288. NMEDIT=''
  1289. OBJDUMP='objdump'
  1290. OBJEXT='o'
  1291. OTOOL64=''
  1292. OTOOL=''
  1293. PACKAGE='libusbmuxd'
  1294. PACKAGE_BUGREPORT='nospam@nowhere.com'
  1295. PACKAGE_NAME='libusbmuxd'
  1296. PACKAGE_STRING='libusbmuxd 1.1.0'
  1297. PACKAGE_TARNAME='libusbmuxd'
  1298. PACKAGE_URL=''
  1299. PACKAGE_VERSION='1.1.0'
  1300. PATH_SEPARATOR=':'
  1301. PKG_CONFIG='/usr/bin/pkg-config'
  1302. PKG_CONFIG_LIBDIR=''
  1303. PKG_CONFIG_PATH=''
  1304. PTHREAD_CC='gcc'
  1305. PTHREAD_CFLAGS='-pthread'
  1306. PTHREAD_LIBS=''
  1307. RANLIB='ranlib'
  1308. SED='/bin/sed'
  1309. SET_MAKE=''
  1310. SHELL='/bin/sh'
  1311. STRIP='strip'
  1312. VERSION='1.1.0'
  1313. WIN32_FALSE=''
  1314. WIN32_TRUE='#'
  1315. ac_ct_AR='ar'
  1316. ac_ct_CC='gcc'
  1317. ac_ct_CXX='g++'
  1318. ac_ct_DUMPBIN=''
  1319. am__EXEEXT_FALSE=''
  1320. am__EXEEXT_TRUE='#'
  1321. am__fastdepCC_FALSE='#'
  1322. am__fastdepCC_TRUE=''
  1323. am__fastdepCXX_FALSE='#'
  1324. am__fastdepCXX_TRUE=''
  1325. am__include='include'
  1326. am__isrc=''
  1327. am__leading_dot='.'
  1328. am__nodep='_no'
  1329. am__quote=''
  1330. am__tar='$${TAR-tar} chof - "$$tardir"'
  1331. am__untar='$${TAR-tar} xf -'
  1332. ax_pthread_config=''
  1333. bindir='${exec_prefix}/bin'
  1334. build='x86_64-pc-linux-gnu'
  1335. build_alias=''
  1336. build_cpu='x86_64'
  1337. build_os='linux-gnu'
  1338. build_vendor='pc'
  1339. datadir='${datarootdir}'
  1340. datarootdir='${prefix}/share'
  1341. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1342. dvidir='${docdir}'
  1343. exec_prefix='${prefix}'
  1344. host='x86_64-pc-linux-gnu'
  1345. host_alias=''
  1346. host_cpu='x86_64'
  1347. host_os='linux-gnu'
  1348. host_vendor='pc'
  1349. htmldir='${docdir}'
  1350. includedir='${prefix}/include'
  1351. infodir='${datarootdir}/info'
  1352. install_sh='${SHELL} /root/iphone/libu/install-sh'
  1353. libdir='${exec_prefix}/lib'
  1354. libexecdir='${exec_prefix}/libexec'
  1355. libplist_CFLAGS=''
  1356. libplist_LIBS='-lplist'
  1357. localedir='${datarootdir}/locale'
  1358. localstatedir='${prefix}/var'
  1359. mandir='${datarootdir}/man'
  1360. mkdir_p='$(MKDIR_P)'
  1361. oldincludedir='/usr/include'
  1362. pdfdir='${docdir}'
  1363. prefix='/usr/local'
  1364. program_transform_name='s,x,x,'
  1365. psdir='${docdir}'
  1366. sbindir='${exec_prefix}/sbin'
  1367. sharedstatedir='${prefix}/com'
  1368. sysconfdir='${prefix}/etc'
  1369. target_alias=''
  1370.  
  1371. ## ----------- ##
  1372. ## confdefs.h. ##
  1373. ## ----------- ##
  1374.  
  1375. /* confdefs.h */
  1376. #define PACKAGE_NAME "libusbmuxd"
  1377. #define PACKAGE_TARNAME "libusbmuxd"
  1378. #define PACKAGE_VERSION "1.1.0"
  1379. #define PACKAGE_STRING "libusbmuxd 1.1.0"
  1380. #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  1381. #define PACKAGE_URL ""
  1382. #define PACKAGE "libusbmuxd"
  1383. #define VERSION "1.1.0"
  1384. #define STDC_HEADERS 1
  1385. #define HAVE_SYS_TYPES_H 1
  1386. #define HAVE_SYS_STAT_H 1
  1387. #define HAVE_STDLIB_H 1
  1388. #define HAVE_STRING_H 1
  1389. #define HAVE_MEMORY_H 1
  1390. #define HAVE_STRINGS_H 1
  1391. #define HAVE_INTTYPES_H 1
  1392. #define HAVE_STDINT_H 1
  1393. #define HAVE_UNISTD_H 1
  1394. #define __EXTENSIONS__ 1
  1395. #define _ALL_SOURCE 1
  1396. #define _GNU_SOURCE 1
  1397. #define _POSIX_PTHREAD_SEMANTICS 1
  1398. #define _TANDEM_SOURCE 1
  1399. #define HAVE_DLFCN_H 1
  1400. #define LT_OBJDIR ".libs/"
  1401. #define HAVE_SYS_INOTIFY_H 1
  1402. #define HAVE_INOTIFY 1
  1403. #define STDC_HEADERS 1
  1404. #define HAVE_STDINT_H 1
  1405. #define HAVE_STDLIB_H 1
  1406. #define HAVE_STRING_H 1
  1407. #define HAVE_STDLIB_H 1
  1408. #define HAVE_MALLOC 1
  1409. #define HAVE_STDLIB_H 1
  1410. #define HAVE_REALLOC 1
  1411. #define HAVE_STRCASECMP 1
  1412. #define HAVE_STRDUP 1
  1413. #define HAVE_STRERROR 1
  1414. #define HAVE_STPNCPY 1
  1415. #define HAVE_SLEEP 1
  1416. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1417. #define HAVE_PTHREAD 1
  1418. #define HAVE_PTHREAD_CANCEL 1
  1419. #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  1420. #define HAVE_PROGRAM_INVOCATION_SHORT_NAME_ERRNO_H 1
  1421. #define HAVE_FVISIBILITY 1
  1422.  
  1423. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement