Guest User

Untitled

a guest
Jul 22nd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.41 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 libimobiledevice configure 1.0.3, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libimobiledevice/1.0.3 --without-swig
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Hamlet.local
  14. uname -m = i386
  15. uname -r = 10.6.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
  18.  
  19. /usr/bin/uname -p = i386
  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 = Mach kernel version:
  26. Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
  27. Kernel configured for up to 2 processors.
  28. 2 processors are physically available.
  29. 2 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 82 tasks, 324 threads, 2 processors
  34. Load average: 1.23, Mach factor: 0.91
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/krb5/bin
  40. PATH: /Users/paxswill/local/bin
  41. PATH: /usr/bin
  42. PATH: /bin
  43. PATH: /usr/sbin
  44. PATH: /sbin
  45. PATH: /usr/local/bin
  46. PATH: /usr/texbin
  47. PATH: /usr/X11/bin
  48. PATH: /opt/local/bin
  49. PATH: /opt/local/sbin
  50. PATH: /Users/paxswill/Library/Application Support/MultiMarkdown/bin
  51. PATH: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources
  52. PATH: /Users/paxswill/Developer/Scripts
  53. PATH: /opt/msp430-gcc-4.4.4/bin
  54. PATH: /Applications/MAMP/Library/bin
  55. PATH: /Applications/MAMP/bin/php5.3/bin
  56. PATH: /Applications/MAMP/bin/php5.2/bin
  57. PATH: .
  58.  
  59.  
  60. ## ----------- ##
  61. ## Core tests. ##
  62. ## ----------- ##
  63.  
  64. configure:2691: checking for a BSD-compatible install
  65. configure:2759: result: /usr/bin/install -c
  66. configure:2770: checking whether build environment is sane
  67. configure:2820: result: yes
  68. configure:2961: checking for a thread-safe mkdir -p
  69. configure:3000: result: ./install-sh -c -d
  70. configure:3013: checking for gawk
  71. configure:3029: found /opt/local/bin/gawk
  72. configure:3040: result: gawk
  73. configure:3051: checking whether make sets $(MAKE)
  74. configure:3073: result: yes
  75. configure:3201: checking for a Python interpreter with version >= 2.3
  76. configure:3218: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  77. configure:3221: $? = 0
  78. configure:3227: result: python
  79. configure:3235: checking for python
  80. configure:3253: found /usr/bin/python
  81. configure:3265: result: /usr/bin/python
  82. configure:3283: checking for python version
  83. configure:3290: result: 2.6
  84. configure:3302: checking for python platform
  85. configure:3309: result: darwin
  86. configure:3316: checking for python script directory
  87. configure:3345: result: ${prefix}/lib/python2.6/site-packages
  88. configure:3354: checking for python extension module directory
  89. configure:3383: result: ${exec_prefix}/lib/python2.6/site-packages
  90. configure:3399: checking for swig
  91. configure:3417: found /usr/bin/swig
  92. configure:3429: result: /usr/bin/swig
  93. configure:3442: checking for SWIG version
  94. configure:3445: result: 1.3.31
  95. configure:3487: SWIG executable is '/usr/bin/swig'
  96. configure:3490: SWIG library directory is '/usr/share/swig/1.3.31'
  97. configure:3513: checking for style of include used by make
  98. configure:3541: result: GNU
  99. configure:3675: checking for C++ compiler version
  100. configure:3684: /usr/bin/c++ --version >&5
  101. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
  102. Copyright (C) 2007 Free Software Foundation, Inc.
  103. This is free software; see the source for copying conditions. There is NO
  104. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  105.  
  106. configure:3695: $? = 0
  107. configure:3684: /usr/bin/c++ -v >&5
  108. Using built-in specs.
  109. Target: i686-apple-darwin10
  110. Configured with: /var/tmp/gcc/gcc-5666.3~74/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
  111. Thread model: posix
  112. gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
  113. configure:3695: $? = 0
  114. configure:3684: /usr/bin/c++ -V >&5
  115. c++-4.2: argument to `-V' is missing
  116. configure:3695: $? = 1
  117. configure:3684: /usr/bin/c++ -qversion >&5
  118. i686-apple-darwin10-g++-4.2.1: no input files
  119. configure:3695: $? = 1
  120. configure:3715: checking whether the C++ compiler works
  121. configure:3737: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  122. configure:3741: $? = 0
  123. configure:3790: result: yes
  124. configure:3793: checking for C++ compiler default output file name
  125. configure:3795: result: a.out
  126. configure:3801: checking for suffix of executables
  127. configure:3808: /usr/bin/c++ -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  128. configure:3812: $? = 0
  129. configure:3834: result:
  130. configure:3856: checking whether we are cross compiling
  131. configure:3864: /usr/bin/c++ -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  132. configure:3868: $? = 0
  133. configure:3875: ./conftest
  134. configure:3879: $? = 0
  135. configure:3894: result: no
  136. configure:3899: checking for suffix of object files
  137. configure:3921: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  138. configure:3925: $? = 0
  139. configure:3946: result: o
  140. configure:3950: checking whether we are using the GNU C++ compiler
  141. configure:3969: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  142. configure:3969: $? = 0
  143. configure:3978: result: yes
  144. configure:3987: checking whether /usr/bin/c++ accepts -g
  145. configure:4007: /usr/bin/c++ -c -g conftest.cpp >&5
  146. configure:4007: $? = 0
  147. configure:4048: result: yes
  148. configure:4073: checking dependency style of /usr/bin/c++
  149. configure:4183: result: none
  150. configure:4253: checking for gcc
  151. configure:4280: result: /usr/bin/cc
  152. configure:4509: checking for C compiler version
  153. configure:4518: /usr/bin/cc --version >&5
  154. i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
  155. Copyright (C) 2007 Free Software Foundation, Inc.
  156. This is free software; see the source for copying conditions. There is NO
  157. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  158.  
  159. configure:4529: $? = 0
  160. configure:4518: /usr/bin/cc -v >&5
  161. Using built-in specs.
  162. Target: i686-apple-darwin10
  163. Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.6~27/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.6~27/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
  164. Thread model: posix
  165. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
  166. configure:4529: $? = 0
  167. configure:4518: /usr/bin/cc -V >&5
  168. llvm-gcc-4.2: argument to `-V' is missing
  169. configure:4529: $? = 1
  170. configure:4518: /usr/bin/cc -qversion >&5
  171. i686-apple-darwin10-llvm-gcc-4.2: no input files
  172. configure:4529: $? = 1
  173. configure:4533: checking whether we are using the GNU C compiler
  174. configure:4552: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  175. configure:4552: $? = 0
  176. configure:4561: result: yes
  177. configure:4570: checking whether /usr/bin/cc accepts -g
  178. configure:4590: /usr/bin/cc -c -g conftest.c >&5
  179. configure:4590: $? = 0
  180. configure:4631: result: yes
  181. configure:4648: checking for /usr/bin/cc option to accept ISO C89
  182. configure:4712: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  183. configure:4712: $? = 0
  184. configure:4725: result: none needed
  185. configure:4747: checking dependency style of /usr/bin/cc
  186. configure:4857: result: none
  187. configure:4881: checking for python2.6
  188. configure:4911: result: /usr/bin/python
  189. configure:4927: checking for a version of Python >= '2.1.0'
  190. configure:4953: result: yes
  191. configure:4984: checking for the distutils Python package
  192. configure:4988: result: yes
  193. configure:5002: checking for Python include path
  194. configure:5012: result: -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
  195. configure:5019: checking for Python library path
  196. configure:5041: result: -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6
  197. configure:5048: checking for Python site-packages path
  198. configure:5054: result: /Library/Python/2.6/site-packages
  199. configure:5061: checking python extra libraries
  200. configure:5068: result: -ldl
  201. configure:5075: checking python extra linking flags
  202. configure:5082: result: -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python
  203. configure:5089: checking consistency of all components of python development environment
  204. configure:5115: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.c -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6 >&5
  205. configure:5115: $? = 0
  206. configure:5123: result: yes
  207. configure:5222: checking for gcc
  208. configure:5249: result: /usr/bin/cc
  209. configure:5478: checking for C compiler version
  210. configure:5487: /usr/bin/cc --version >&5
  211. i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
  212. Copyright (C) 2007 Free Software Foundation, Inc.
  213. This is free software; see the source for copying conditions. There is NO
  214. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  215.  
  216. configure:5498: $? = 0
  217. configure:5487: /usr/bin/cc -v >&5
  218. Using built-in specs.
  219. Target: i686-apple-darwin10
  220. Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.6~27/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.6~27/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
  221. Thread model: posix
  222. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
  223. configure:5498: $? = 0
  224. configure:5487: /usr/bin/cc -V >&5
  225. llvm-gcc-4.2: argument to `-V' is missing
  226. configure:5498: $? = 1
  227. configure:5487: /usr/bin/cc -qversion >&5
  228. i686-apple-darwin10-llvm-gcc-4.2: no input files
  229. configure:5498: $? = 1
  230. configure:5502: checking whether we are using the GNU C compiler
  231. configure:5530: result: yes
  232. configure:5539: checking whether /usr/bin/cc accepts -g
  233. configure:5600: result: yes
  234. configure:5617: checking for /usr/bin/cc option to accept ISO C89
  235. configure:5694: result: none needed
  236. configure:5716: checking dependency style of /usr/bin/cc
  237. configure:5826: result: none
  238. configure:5842: checking whether /usr/bin/cc and cc understand -c and -o together
  239. configure:5873: /usr/bin/cc -c conftest.c -o conftest2.o >&5
  240. configure:5877: $? = 0
  241. configure:5883: /usr/bin/cc -c conftest.c -o conftest2.o >&5
  242. configure:5887: $? = 0
  243. configure:5898: cc -c conftest.c >&5
  244. configure:5902: $? = 0
  245. configure:5910: cc -c conftest.c -o conftest2.o >&5
  246. configure:5914: $? = 0
  247. configure:5920: cc -c conftest.c -o conftest2.o >&5
  248. configure:5924: $? = 0
  249. configure:5942: result: yes
  250. configure:5996: checking build system type
  251. configure:6010: result: x86_64-apple-darwin10.6.0
  252. configure:6030: checking host system type
  253. configure:6043: result: x86_64-apple-darwin10.6.0
  254. configure:6063: checking for a sed that does not truncate output
  255. configure:6127: result: /usr/bin/sed
  256. configure:6145: checking for grep that handles long lines and -e
  257. configure:6203: result: /usr/bin/grep
  258. configure:6208: checking for egrep
  259. configure:6270: result: /usr/bin/grep -E
  260. configure:6275: checking for fgrep
  261. configure:6337: result: /usr/bin/grep -F
  262. configure:6372: checking for ld used by /usr/bin/cc
  263. configure:6439: result: /usr/bin/cc
  264. configure:6446: checking if the linker (/usr/bin/cc) is GNU ld
  265. configure:6461: result: no
  266. configure:6473: checking for BSD- or MS-compatible name lister (nm)
  267. configure:6522: result: /usr/bin/nm
  268. configure:6640: checking the name lister (/usr/bin/nm) interface
  269. configure:6647: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  270. configure:6650: /usr/bin/nm "conftest.o"
  271. configure:6653: output
  272. 0000000000000000 S _some_variable
  273. configure:6660: result: BSD nm
  274. configure:6663: checking whether ln -s works
  275. configure:6667: result: yes
  276. configure:6675: checking the maximum length of command line arguments
  277. configure:6795: result: 196608
  278. configure:6812: checking whether the shell understands some XSI constructs
  279. configure:6822: result: yes
  280. configure:6826: checking whether the shell understands "+="
  281. configure:6832: result: yes
  282. configure:6867: checking for /usr/bin/cc option to reload object files
  283. configure:6874: result: -r
  284. configure:6943: checking for objdump
  285. configure:6973: result: no
  286. configure:7002: checking how to recognize dependent libraries
  287. configure:7198: result: pass_all
  288. configure:7258: checking for ar
  289. configure:7274: found /usr/bin/ar
  290. configure:7285: result: ar
  291. configure:7363: checking for strip
  292. configure:7379: found /usr/bin/strip
  293. configure:7390: result: strip
  294. configure:7462: checking for ranlib
  295. configure:7478: found /usr/bin/ranlib
  296. configure:7489: result: ranlib
  297. configure:7579: checking command to parse /usr/bin/nm output from /usr/bin/cc object
  298. configure:7697: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  299. configure:7700: $? = 0
  300. configure:7704: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  301. configure:7707: $? = 0
  302. cannot find nm_test_var in conftest.nm
  303. configure:7697: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  304. configure:7700: $? = 0
  305. configure:7704: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  306. configure:7707: $? = 0
  307. configure:7761: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c conftstm.o >&5
  308. configure:7764: $? = 0
  309. configure:7802: result: ok
  310. configure:8066: checking for dsymutil
  311. configure:8082: found /usr/bin/dsymutil
  312. configure:8093: result: dsymutil
  313. configure:8158: checking for nmedit
  314. configure:8174: found /usr/bin/nmedit
  315. configure:8185: result: nmedit
  316. configure:8250: checking for lipo
  317. configure:8266: found /usr/bin/lipo
  318. configure:8277: result: lipo
  319. configure:8342: checking for otool
  320. configure:8358: found /usr/bin/otool
  321. configure:8369: result: otool
  322. configure:8434: checking for otool64
  323. configure:8464: result: no
  324. configure:8509: checking for -single_module linker flag
  325. /usr/bin/cc -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  326. configure:8536: result: yes
  327. configure:8538: checking for -exported_symbols_list linker flag
  328. configure:8558: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  329. configure:8558: $? = 0
  330. configure:8568: result: yes
  331. configure:8610: checking how to run the C preprocessor
  332. configure:8641: /usr/bin/cc -E conftest.c
  333. configure:8641: $? = 0
  334. configure:8655: /usr/bin/cc -E conftest.c
  335. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  336. configure:8655: $? = 1
  337. configure: failed program was:
  338. | /* confdefs.h */
  339. | #define PACKAGE_NAME "libimobiledevice"
  340. | #define PACKAGE_TARNAME "libimobiledevice"
  341. | #define PACKAGE_VERSION "1.0.3"
  342. | #define PACKAGE_STRING "libimobiledevice 1.0.3"
  343. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  344. | #define PACKAGE_URL ""
  345. | #define PACKAGE "libimobiledevice"
  346. | #define VERSION "1.0.3"
  347. | /* end confdefs.h. */
  348. | #include <ac_nonexistent.h>
  349. configure:8680: result: /usr/bin/cc -E
  350. configure:8700: /usr/bin/cc -E conftest.c
  351. configure:8700: $? = 0
  352. configure:8714: /usr/bin/cc -E conftest.c
  353. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  354. configure:8714: $? = 1
  355. configure: failed program was:
  356. | /* confdefs.h */
  357. | #define PACKAGE_NAME "libimobiledevice"
  358. | #define PACKAGE_TARNAME "libimobiledevice"
  359. | #define PACKAGE_VERSION "1.0.3"
  360. | #define PACKAGE_STRING "libimobiledevice 1.0.3"
  361. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  362. | #define PACKAGE_URL ""
  363. | #define PACKAGE "libimobiledevice"
  364. | #define VERSION "1.0.3"
  365. | /* end confdefs.h. */
  366. | #include <ac_nonexistent.h>
  367. configure:8743: checking for ANSI C header files
  368. configure:8763: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  369. configure:8763: $? = 0
  370. configure:8836: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  371. configure:8836: $? = 0
  372. configure:8836: ./conftest
  373. configure:8836: $? = 0
  374. configure:8847: result: yes
  375. configure:8860: checking for sys/types.h
  376. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  377. configure:8860: $? = 0
  378. configure:8860: result: yes
  379. configure:8860: checking for sys/stat.h
  380. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  381. configure:8860: $? = 0
  382. configure:8860: result: yes
  383. configure:8860: checking for stdlib.h
  384. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  385. configure:8860: $? = 0
  386. configure:8860: result: yes
  387. configure:8860: checking for string.h
  388. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  389. configure:8860: $? = 0
  390. configure:8860: result: yes
  391. configure:8860: checking for memory.h
  392. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  393. configure:8860: $? = 0
  394. configure:8860: result: yes
  395. configure:8860: checking for strings.h
  396. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  397. configure:8860: $? = 0
  398. configure:8860: result: yes
  399. configure:8860: checking for inttypes.h
  400. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  401. configure:8860: $? = 0
  402. configure:8860: result: yes
  403. configure:8860: checking for stdint.h
  404. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  405. configure:8860: $? = 0
  406. configure:8860: result: yes
  407. configure:8860: checking for unistd.h
  408. configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  409. configure:8860: $? = 0
  410. configure:8860: result: yes
  411. configure:8875: checking for dlfcn.h
  412. configure:8875: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
  413. configure:8875: $? = 0
  414. configure:8875: result: yes
  415. configure:9000: checking for C++ compiler version
  416. configure:9009: /usr/bin/c++ --version >&5
  417. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
  418. Copyright (C) 2007 Free Software Foundation, Inc.
  419. This is free software; see the source for copying conditions. There is NO
  420. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  421.  
  422. configure:9020: $? = 0
  423. configure:9009: /usr/bin/c++ -v >&5
  424. Using built-in specs.
  425. Target: i686-apple-darwin10
  426. Configured with: /var/tmp/gcc/gcc-5666.3~74/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
  427. Thread model: posix
  428. gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
  429. configure:9020: $? = 0
  430. configure:9009: /usr/bin/c++ -V >&5
  431. c++-4.2: argument to `-V' is missing
  432. configure:9020: $? = 1
  433. configure:9009: /usr/bin/c++ -qversion >&5
  434. i686-apple-darwin10-g++-4.2.1: no input files
  435. configure:9020: $? = 1
  436. configure:9024: checking whether we are using the GNU C++ compiler
  437. configure:9052: result: yes
  438. configure:9061: checking whether /usr/bin/c++ accepts -g
  439. configure:9122: result: yes
  440. configure:9147: checking dependency style of /usr/bin/c++
  441. configure:9257: result: none
  442. configure:9280: checking how to run the C++ preprocessor
  443. configure:9307: /usr/bin/c++ -E conftest.cpp
  444. configure:9307: $? = 0
  445. configure:9321: /usr/bin/c++ -E conftest.cpp
  446. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  447. configure:9321: $? = 1
  448. configure: failed program was:
  449. | /* confdefs.h */
  450. | #define PACKAGE_NAME "libimobiledevice"
  451. | #define PACKAGE_TARNAME "libimobiledevice"
  452. | #define PACKAGE_VERSION "1.0.3"
  453. | #define PACKAGE_STRING "libimobiledevice 1.0.3"
  454. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  455. | #define PACKAGE_URL ""
  456. | #define PACKAGE "libimobiledevice"
  457. | #define VERSION "1.0.3"
  458. | #define STDC_HEADERS 1
  459. | #define HAVE_SYS_TYPES_H 1
  460. | #define HAVE_SYS_STAT_H 1
  461. | #define HAVE_STDLIB_H 1
  462. | #define HAVE_STRING_H 1
  463. | #define HAVE_MEMORY_H 1
  464. | #define HAVE_STRINGS_H 1
  465. | #define HAVE_INTTYPES_H 1
  466. | #define HAVE_STDINT_H 1
  467. | #define HAVE_UNISTD_H 1
  468. | #define HAVE_DLFCN_H 1
  469. | /* end confdefs.h. */
  470. | #include <ac_nonexistent.h>
  471. configure:9346: result: /usr/bin/c++ -E
  472. configure:9366: /usr/bin/c++ -E conftest.cpp
  473. configure:9366: $? = 0
  474. configure:9380: /usr/bin/c++ -E conftest.cpp
  475. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  476. configure:9380: $? = 1
  477. configure: failed program was:
  478. | /* confdefs.h */
  479. | #define PACKAGE_NAME "libimobiledevice"
  480. | #define PACKAGE_TARNAME "libimobiledevice"
  481. | #define PACKAGE_VERSION "1.0.3"
  482. | #define PACKAGE_STRING "libimobiledevice 1.0.3"
  483. | #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  484. | #define PACKAGE_URL ""
  485. | #define PACKAGE "libimobiledevice"
  486. | #define VERSION "1.0.3"
  487. | #define STDC_HEADERS 1
  488. | #define HAVE_SYS_TYPES_H 1
  489. | #define HAVE_SYS_STAT_H 1
  490. | #define HAVE_STDLIB_H 1
  491. | #define HAVE_STRING_H 1
  492. | #define HAVE_MEMORY_H 1
  493. | #define HAVE_STRINGS_H 1
  494. | #define HAVE_INTTYPES_H 1
  495. | #define HAVE_STDINT_H 1
  496. | #define HAVE_UNISTD_H 1
  497. | #define HAVE_DLFCN_H 1
  498. | /* end confdefs.h. */
  499. | #include <ac_nonexistent.h>
  500. configure:9586: checking for objdir
  501. configure:9601: result: .libs
  502. configure:9897: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions
  503. configure:9915: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions conftest.c >&5
  504. configure:9919: $? = 0
  505. configure:9932: result: yes
  506. configure:9952: checking for /usr/bin/cc option to produce PIC
  507. configure:10224: result: -fno-common -DPIC
  508. configure:10236: checking if /usr/bin/cc PIC flag -fno-common -DPIC works
  509. configure:10254: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.c >&5
  510. configure:10258: $? = 0
  511. configure:10271: result: yes
  512. configure:10295: checking if /usr/bin/cc static flag -static works
  513. configure:10323: result: no
  514. configure:10338: checking if /usr/bin/cc supports -c -o file.o
  515. configure:10359: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.c >&5
  516. configure:10363: $? = 0
  517. configure:10385: result: yes
  518. configure:10393: checking if /usr/bin/cc supports -c -o file.o
  519. configure:10440: result: yes
  520. configure:10473: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries
  521. configure:11459: result: yes
  522. configure:11698: checking dynamic linker characteristics
  523. configure:12349: result: darwin10.6.0 dyld
  524. configure:12451: checking how to hardcode library paths into programs
  525. configure:12476: result: immediate
  526. configure:12996: checking whether stripping libraries is possible
  527. configure:13010: result: yes
  528. configure:13036: checking if libtool supports shared libraries
  529. configure:13038: result: yes
  530. configure:13041: checking whether to build shared libraries
  531. configure:13062: result: yes
  532. configure:13065: checking whether to build static libraries
  533. configure:13069: result: yes
  534. configure:13219: checking for ld used by /usr/bin/c++
  535. configure:13286: result: /usr/bin/cc
  536. configure:13293: checking if the linker (/usr/bin/cc) is GNU ld
  537. configure:13308: result: no
  538. configure:13363: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
  539. configure:14276: result: yes
  540. configure:14304: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
  541. configure:14307: $? = 0
  542. configure:14489: checking for /usr/bin/c++ option to produce PIC
  543. configure:14806: result: -fno-common -DPIC
  544. configure:14815: checking if /usr/bin/c++ PIC flag -fno-common -DPIC works
  545. configure:14833: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.cpp >&5
  546. configure:14837: $? = 0
  547. configure:14850: result: yes
  548. configure:14871: checking if /usr/bin/c++ static flag -static works
  549. configure:14899: result: no
  550. configure:14911: checking if /usr/bin/c++ supports -c -o file.o
  551. configure:14932: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.cpp >&5
  552. configure:14936: $? = 0
  553. configure:14958: result: yes
  554. configure:14963: checking if /usr/bin/c++ supports -c -o file.o
  555. configure:15010: result: yes
  556. configure:15040: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
  557. configure:15066: result: yes
  558. configure:15203: checking dynamic linker characteristics
  559. configure:15802: result: darwin10.6.0 dyld
  560. configure:15853: checking how to hardcode library paths into programs
  561. configure:15878: result: immediate
  562. configure:15987: checking for pkg-config
  563. configure:16005: found /usr/local/bin/pkg-config
  564. configure:16017: result: /usr/local/bin/pkg-config
  565. configure:16042: checking pkg-config is at least version 0.9.0
  566. configure:16045: result: yes
  567. configure:16056: checking for libusbmuxd
  568. configure:16063: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 0.1.4"
  569. configure:16066: $? = 0
  570. configure:16079: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 0.1.4"
  571. configure:16082: $? = 0
  572. configure:16136: result: yes
  573. configure:16142: checking for libglib2
  574. configure:16149: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.1"
  575. Package glib-2.0 was not found in the pkg-config search path.
  576. Perhaps you should add the directory containing `glib-2.0.pc'
  577. to the PKG_CONFIG_PATH environment variable
  578. No package 'glib-2.0' found
  579. configure:16152: $? = 1
  580. configure:16165: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.1"
  581. Package glib-2.0 was not found in the pkg-config search path.
  582. Perhaps you should add the directory containing `glib-2.0.pc'
  583. to the PKG_CONFIG_PATH environment variable
  584. No package 'glib-2.0' found
  585. configure:16168: $? = 1
  586. No package 'glib-2.0' found
  587. configure:16205: error: Package requirements (glib-2.0 >= 2.14.1) were not met:
  588.  
  589. No package 'glib-2.0' found
  590.  
  591. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  592. installed software in a non-standard prefix.
  593.  
  594. Alternatively, you may set the environment variables libglib2_CFLAGS
  595. and libglib2_LIBS to avoid the need to call pkg-config.
  596. See the pkg-config man page for more details.
  597.  
  598.  
  599. ## ---------------- ##
  600. ## Cache variables. ##
  601. ## ---------------- ##
  602.  
  603. ac_cv_build=x86_64-apple-darwin10.6.0
  604. ac_cv_c_compiler_gnu=yes
  605. ac_cv_cxx_compiler_gnu=yes
  606. ac_cv_env_CCC_set=
  607. ac_cv_env_CCC_value=
  608. ac_cv_env_CC_set=set
  609. ac_cv_env_CC_value=/usr/bin/cc
  610. ac_cv_env_CFLAGS_set=set
  611. ac_cv_env_CFLAGS_value='-I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe'
  612. ac_cv_env_CPPFLAGS_set=
  613. ac_cv_env_CPPFLAGS_value=
  614. ac_cv_env_CPP_set=
  615. ac_cv_env_CPP_value=
  616. ac_cv_env_CXXCPP_set=
  617. ac_cv_env_CXXCPP_value=
  618. ac_cv_env_CXXFLAGS_set=set
  619. ac_cv_env_CXXFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe'
  620. ac_cv_env_CXX_set=set
  621. ac_cv_env_CXX_value=/usr/bin/c++
  622. ac_cv_env_LDFLAGS_set=
  623. ac_cv_env_LDFLAGS_value=
  624. ac_cv_env_LIBS_set=
  625. ac_cv_env_LIBS_value=
  626. ac_cv_env_PKG_CONFIG_set=
  627. ac_cv_env_PKG_CONFIG_value=
  628. ac_cv_env_PYTHON_VERSION_set=
  629. ac_cv_env_PYTHON_VERSION_value=
  630. ac_cv_env_build_alias_set=
  631. ac_cv_env_build_alias_value=
  632. ac_cv_env_host_alias_set=
  633. ac_cv_env_host_alias_value=
  634. ac_cv_env_libglib2_CFLAGS_set=
  635. ac_cv_env_libglib2_CFLAGS_value=
  636. ac_cv_env_libglib2_LIBS_set=
  637. ac_cv_env_libglib2_LIBS_value=
  638. ac_cv_env_libgnutls_CFLAGS_set=
  639. ac_cv_env_libgnutls_CFLAGS_value=
  640. ac_cv_env_libgnutls_LIBS_set=
  641. ac_cv_env_libgnutls_LIBS_value=
  642. ac_cv_env_libgthread2_CFLAGS_set=
  643. ac_cv_env_libgthread2_CFLAGS_value=
  644. ac_cv_env_libgthread2_LIBS_set=
  645. ac_cv_env_libgthread2_LIBS_value=
  646. ac_cv_env_libplist_CFLAGS_set=
  647. ac_cv_env_libplist_CFLAGS_value=
  648. ac_cv_env_libplist_LIBS_set=
  649. ac_cv_env_libplist_LIBS_value=
  650. ac_cv_env_libplistmm_CFLAGS_set=
  651. ac_cv_env_libplistmm_CFLAGS_value=
  652. ac_cv_env_libplistmm_LIBS_set=
  653. ac_cv_env_libplistmm_LIBS_value=
  654. ac_cv_env_libtasn1_CFLAGS_set=
  655. ac_cv_env_libtasn1_CFLAGS_value=
  656. ac_cv_env_libtasn1_LIBS_set=
  657. ac_cv_env_libtasn1_LIBS_value=
  658. ac_cv_env_libusbmuxd_CFLAGS_set=
  659. ac_cv_env_libusbmuxd_CFLAGS_value=
  660. ac_cv_env_libusbmuxd_LIBS_set=
  661. ac_cv_env_libusbmuxd_LIBS_value=
  662. ac_cv_env_target_alias_set=
  663. ac_cv_env_target_alias_value=
  664. ac_cv_header_dlfcn_h=yes
  665. ac_cv_header_inttypes_h=yes
  666. ac_cv_header_memory_h=yes
  667. ac_cv_header_stdc=yes
  668. ac_cv_header_stdint_h=yes
  669. ac_cv_header_stdlib_h=yes
  670. ac_cv_header_string_h=yes
  671. ac_cv_header_strings_h=yes
  672. ac_cv_header_sys_stat_h=yes
  673. ac_cv_header_sys_types_h=yes
  674. ac_cv_header_unistd_h=yes
  675. ac_cv_host=x86_64-apple-darwin10.6.0
  676. ac_cv_objext=o
  677. ac_cv_path_EGREP='/usr/bin/grep -E'
  678. ac_cv_path_FGREP='/usr/bin/grep -F'
  679. ac_cv_path_GREP=/usr/bin/grep
  680. ac_cv_path_PYTHON=/usr/bin/python
  681. ac_cv_path_SED=/usr/bin/sed
  682. ac_cv_path_SWIG=/usr/bin/swig
  683. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  684. ac_cv_path_install='/usr/bin/install -c'
  685. ac_cv_prog_AWK=gawk
  686. ac_cv_prog_CPP='/usr/bin/cc -E'
  687. ac_cv_prog_CXXCPP='/usr/bin/c++ -E'
  688. ac_cv_prog_ac_ct_AR=ar
  689. ac_cv_prog_ac_ct_CC=/usr/bin/cc
  690. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  691. ac_cv_prog_ac_ct_LIPO=lipo
  692. ac_cv_prog_ac_ct_NMEDIT=nmedit
  693. ac_cv_prog_ac_ct_OTOOL=otool
  694. ac_cv_prog_ac_ct_RANLIB=ranlib
  695. ac_cv_prog_ac_ct_STRIP=strip
  696. ac_cv_prog_cc__usr_bin_cc_c_o=yes
  697. ac_cv_prog_cc_c89=
  698. ac_cv_prog_cc_g=yes
  699. ac_cv_prog_cxx_g=yes
  700. ac_cv_prog_make_make_set=yes
  701. am_cv_CC_dependencies_compiler_type=none
  702. am_cv_CXX_dependencies_compiler_type=none
  703. am_cv_pathless_PYTHON=python
  704. am_cv_python_platform=darwin
  705. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
  706. am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages'
  707. am_cv_python_version=2.6
  708. lt_cv_apple_cc_single_mod=yes
  709. lt_cv_deplibs_check_method=pass_all
  710. lt_cv_file_magic_cmd='$MAGIC_CMD'
  711. lt_cv_file_magic_test_file=
  712. lt_cv_ld_exported_symbols_list=yes
  713. lt_cv_ld_reload_flag=-r
  714. lt_cv_nm_interface='BSD nm'
  715. lt_cv_objdir=.libs
  716. lt_cv_path_LD=/usr/bin/cc
  717. lt_cv_path_LDCXX=/usr/bin/cc
  718. lt_cv_path_NM=/usr/bin/nm
  719. lt_cv_prog_compiler_c_o=yes
  720. lt_cv_prog_compiler_c_o_CXX=yes
  721. lt_cv_prog_compiler_pic_works=yes
  722. lt_cv_prog_compiler_pic_works_CXX=yes
  723. lt_cv_prog_compiler_rtti_exceptions=yes
  724. lt_cv_prog_compiler_static_works=no
  725. lt_cv_prog_compiler_static_works_CXX=no
  726. lt_cv_prog_gnu_ld=no
  727. lt_cv_prog_gnu_ldcxx=no
  728. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  729. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  730. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  731. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  732. lt_cv_sys_max_cmd_len=196608
  733. pkg_cv_libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.6/include '
  734. pkg_cv_libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.6/lib -lusbmuxd '
  735.  
  736. ## ----------------- ##
  737. ## Output variables. ##
  738. ## ----------------- ##
  739.  
  740. ACLOCAL='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run aclocal-1.11'
  741. AMDEPBACKSLASH=''
  742. AMDEP_FALSE=''
  743. AMDEP_TRUE='#'
  744. AMTAR='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run tar'
  745. AM_BACKSLASH='\'
  746. AM_DEFAULT_VERBOSITY='1'
  747. AR='ar'
  748. AUTOCONF='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run autoconf'
  749. AUTOHEADER='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run autoheader'
  750. AUTOMAKE='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run automake-1.11'
  751. AWK='gawk'
  752. CC='/usr/bin/cc'
  753. CCDEPMODE='depmode=none'
  754. CFLAGS='-I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe'
  755. CPP='/usr/bin/cc -E'
  756. CPPFLAGS=''
  757. CXX='/usr/bin/c++'
  758. CXXCPP='/usr/bin/c++ -E'
  759. CXXDEPMODE='depmode=none'
  760. CXXFLAGS='-O3 -march=core2 -msse4.1 -w -pipe'
  761. CYGPATH_W='echo'
  762. DEFS=''
  763. DEPDIR='.deps'
  764. DEV_SUB=''
  765. DSYMUTIL='dsymutil'
  766. DUMPBIN=''
  767. ECHO_C='\c'
  768. ECHO_N=''
  769. ECHO_T=''
  770. EGREP='/usr/bin/grep -E'
  771. ENABLE_DEVTOOLS_FALSE=''
  772. ENABLE_DEVTOOLS_TRUE=''
  773. EXEEXT=''
  774. FGREP='/usr/bin/grep -F'
  775. GLOBAL_CFLAGS=''
  776. GREP='/usr/bin/grep'
  777. HAVE_SWIG_FALSE=''
  778. HAVE_SWIG_TRUE=''
  779. INSTALL_DATA='${INSTALL} -m 644'
  780. INSTALL_PROGRAM='${INSTALL}'
  781. INSTALL_SCRIPT='${INSTALL}'
  782. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  783. LD='/usr/bin/cc'
  784. LDFLAGS=''
  785. LFS_CFLAGS=''
  786. LIBIMOBILEDEVICE_SO_VERSION='1:3:0'
  787. LIBOBJS=''
  788. LIBS=''
  789. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  790. LIPO='lipo'
  791. LN_S='ln -s'
  792. LTLIBOBJS=''
  793. MAKEINFO='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run makeinfo'
  794. MKDIR_P='./install-sh -c -d'
  795. NM='/usr/bin/nm'
  796. NMEDIT='nmedit'
  797. OBJDUMP='false'
  798. OBJEXT='o'
  799. OTOOL64=':'
  800. OTOOL='otool'
  801. PACKAGE='libimobiledevice'
  802. PACKAGE_BUGREPORT='nospam@nowhere.com'
  803. PACKAGE_NAME='libimobiledevice'
  804. PACKAGE_STRING='libimobiledevice 1.0.3'
  805. PACKAGE_TARNAME='libimobiledevice'
  806. PACKAGE_URL=''
  807. PACKAGE_VERSION='1.0.3'
  808. PATH_SEPARATOR=':'
  809. PKG_CONFIG='/usr/local/bin/pkg-config'
  810. PYTHON='/usr/bin/python'
  811. PYTHON_CPPFLAGS='-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
  812. PYTHON_EXEC_PREFIX='${exec_prefix}'
  813. PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python'
  814. PYTHON_EXTRA_LIBS=' -ldl'
  815. PYTHON_LDFLAGS='-L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6'
  816. PYTHON_PLATFORM='darwin'
  817. PYTHON_PREFIX='${prefix}'
  818. PYTHON_SITE_PKG='/Library/Python/2.6/site-packages'
  819. PYTHON_VERSION='2.6'
  820. RANLIB='ranlib'
  821. SED='/usr/bin/sed'
  822. SET_MAKE=''
  823. SHELL='/bin/sh'
  824. STRIP='strip'
  825. SWIG='/usr/bin/swig -c++'
  826. SWIG_LIB='/usr/share/swig/1.3.31'
  827. SWIG_PYTHON_CPPFLAGS='-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
  828. SWIG_PYTHON_OPT='-python'
  829. VERSION='1.0.3'
  830. ac_ct_CC='/usr/bin/cc'
  831. ac_ct_CXX=''
  832. ac_ct_DUMPBIN=''
  833. am__EXEEXT_FALSE=''
  834. am__EXEEXT_TRUE=''
  835. am__fastdepCC_FALSE=''
  836. am__fastdepCC_TRUE='#'
  837. am__fastdepCXX_FALSE=''
  838. am__fastdepCXX_TRUE='#'
  839. am__include='include'
  840. am__isrc=''
  841. am__leading_dot='.'
  842. am__quote=''
  843. am__tar='${AMTAR} chof - "$$tardir"'
  844. am__untar='${AMTAR} xf -'
  845. bindir='${exec_prefix}/bin'
  846. build='x86_64-apple-darwin10.6.0'
  847. build_alias=''
  848. build_cpu='x86_64'
  849. build_os='darwin10.6.0'
  850. build_vendor='apple'
  851. datadir='${datarootdir}'
  852. datarootdir='${prefix}/share'
  853. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  854. dvidir='${docdir}'
  855. exec_prefix='NONE'
  856. host='x86_64-apple-darwin10.6.0'
  857. host_alias=''
  858. host_cpu='x86_64'
  859. host_os='darwin10.6.0'
  860. host_vendor='apple'
  861. htmldir='${docdir}'
  862. includedir='${prefix}/include'
  863. infodir='${datarootdir}/info'
  864. install_sh='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/install-sh'
  865. libdir='${exec_prefix}/lib'
  866. libexecdir='${exec_prefix}/libexec'
  867. libgcrypt_LIBS=''
  868. libglib2_CFLAGS=''
  869. libglib2_LIBS=''
  870. libgnutls_CFLAGS=''
  871. libgnutls_LIBS=''
  872. libgthread2_CFLAGS=''
  873. libgthread2_LIBS=''
  874. libplist_CFLAGS=''
  875. libplist_LIBS=''
  876. libplistmm_CFLAGS=''
  877. libplistmm_LIBS=''
  878. libtasn1_CFLAGS=''
  879. libtasn1_LIBS=''
  880. libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.6/include '
  881. libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.6/lib -lusbmuxd '
  882. localedir='${datarootdir}/locale'
  883. localstatedir='${prefix}/var'
  884. lt_ECHO='/bin/echo'
  885. mandir='${datarootdir}/man'
  886. mkdir_p='$(top_builddir)/./install-sh -c -d'
  887. oldincludedir='/usr/include'
  888. pdfdir='${docdir}'
  889. pkgpyexecdir='${pyexecdir}/libimobiledevice'
  890. pkgpythondir='${pythondir}/libimobiledevice'
  891. prefix='/usr/local/Cellar/libimobiledevice/1.0.3'
  892. program_transform_name='s,x,x,'
  893. psdir='${docdir}'
  894. pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
  895. pythondir='${prefix}/lib/python2.6/site-packages'
  896. sbindir='${exec_prefix}/sbin'
  897. sharedstatedir='${prefix}/com'
  898. sysconfdir='${prefix}/etc'
  899. target_alias=''
  900.  
  901. ## ----------- ##
  902. ## confdefs.h. ##
  903. ## ----------- ##
  904.  
  905. /* confdefs.h */
  906. #define PACKAGE_NAME "libimobiledevice"
  907. #define PACKAGE_TARNAME "libimobiledevice"
  908. #define PACKAGE_VERSION "1.0.3"
  909. #define PACKAGE_STRING "libimobiledevice 1.0.3"
  910. #define PACKAGE_BUGREPORT "nospam@nowhere.com"
  911. #define PACKAGE_URL ""
  912. #define PACKAGE "libimobiledevice"
  913. #define VERSION "1.0.3"
  914. #define STDC_HEADERS 1
  915. #define HAVE_SYS_TYPES_H 1
  916. #define HAVE_SYS_STAT_H 1
  917. #define HAVE_STDLIB_H 1
  918. #define HAVE_STRING_H 1
  919. #define HAVE_MEMORY_H 1
  920. #define HAVE_STRINGS_H 1
  921. #define HAVE_INTTYPES_H 1
  922. #define HAVE_STDINT_H 1
  923. #define HAVE_UNISTD_H 1
  924. #define HAVE_DLFCN_H 1
  925. #define LT_OBJDIR ".libs/"
  926.  
  927. configure: exit 1
Add Comment
Please, Sign In to add comment