Skip to content

Instantly share code, notes, and snippets.

@paxswill
Created February 17, 2011 18:14
Show Gist options
  • Save paxswill/832291 to your computer and use it in GitHub Desktop.
Save paxswill/832291 to your computer and use it in GitHub Desktop.
This is the config.log of imobiledevice
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libimobiledevice configure 1.0.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libimobiledevice/1.0.3 --without-swig
## --------- ##
## Platform. ##
## --------- ##
hostname = Hamlet.local
uname -m = i386
uname -r = 10.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 82 tasks, 324 threads, 2 processors
Load average: 1.23, Mach factor: 0.91
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/krb5/bin
PATH: /Users/paxswill/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Users/paxswill/Library/Application Support/MultiMarkdown/bin
PATH: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources
PATH: /Users/paxswill/Developer/Scripts
PATH: /opt/msp430-gcc-4.4.4/bin
PATH: /Applications/MAMP/Library/bin
PATH: /Applications/MAMP/bin/php5.3/bin
PATH: /Applications/MAMP/bin/php5.2/bin
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2691: checking for a BSD-compatible install
configure:2759: result: /usr/bin/install -c
configure:2770: checking whether build environment is sane
configure:2820: result: yes
configure:2961: checking for a thread-safe mkdir -p
configure:3000: result: ./install-sh -c -d
configure:3013: checking for gawk
configure:3029: found /opt/local/bin/gawk
configure:3040: result: gawk
configure:3051: checking whether make sets $(MAKE)
configure:3073: result: yes
configure:3201: checking for a Python interpreter with version >= 2.3
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)
configure:3221: $? = 0
configure:3227: result: python
configure:3235: checking for python
configure:3253: found /usr/bin/python
configure:3265: result: /usr/bin/python
configure:3283: checking for python version
configure:3290: result: 2.6
configure:3302: checking for python platform
configure:3309: result: darwin
configure:3316: checking for python script directory
configure:3345: result: ${prefix}/lib/python2.6/site-packages
configure:3354: checking for python extension module directory
configure:3383: result: ${exec_prefix}/lib/python2.6/site-packages
configure:3399: checking for swig
configure:3417: found /usr/bin/swig
configure:3429: result: /usr/bin/swig
configure:3442: checking for SWIG version
configure:3445: result: 1.3.31
configure:3487: SWIG executable is '/usr/bin/swig'
configure:3490: SWIG library directory is '/usr/share/swig/1.3.31'
configure:3513: checking for style of include used by make
configure:3541: result: GNU
configure:3675: checking for C++ compiler version
configure:3684: /usr/bin/c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3695: $? = 0
configure:3684: /usr/bin/c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
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
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3695: $? = 0
configure:3684: /usr/bin/c++ -V >&5
c++-4.2: argument to `-V' is missing
configure:3695: $? = 1
configure:3684: /usr/bin/c++ -qversion >&5
i686-apple-darwin10-g++-4.2.1: no input files
configure:3695: $? = 1
configure:3715: checking whether the C++ compiler works
configure:3737: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:3741: $? = 0
configure:3790: result: yes
configure:3793: checking for C++ compiler default output file name
configure:3795: result: a.out
configure:3801: checking for suffix of executables
configure:3808: /usr/bin/c++ -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:3812: $? = 0
configure:3834: result:
configure:3856: checking whether we are cross compiling
configure:3864: /usr/bin/c++ -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:3868: $? = 0
configure:3875: ./conftest
configure:3879: $? = 0
configure:3894: result: no
configure:3899: checking for suffix of object files
configure:3921: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:3925: $? = 0
configure:3946: result: o
configure:3950: checking whether we are using the GNU C++ compiler
configure:3969: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:3969: $? = 0
configure:3978: result: yes
configure:3987: checking whether /usr/bin/c++ accepts -g
configure:4007: /usr/bin/c++ -c -g conftest.cpp >&5
configure:4007: $? = 0
configure:4048: result: yes
configure:4073: checking dependency style of /usr/bin/c++
configure:4183: result: none
configure:4253: checking for gcc
configure:4280: result: /usr/bin/cc
configure:4509: checking for C compiler version
configure:4518: /usr/bin/cc --version >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4529: $? = 0
configure:4518: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
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
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
configure:4529: $? = 0
configure:4518: /usr/bin/cc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:4529: $? = 1
configure:4518: /usr/bin/cc -qversion >&5
i686-apple-darwin10-llvm-gcc-4.2: no input files
configure:4529: $? = 1
configure:4533: checking whether we are using the GNU C compiler
configure:4552: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:4552: $? = 0
configure:4561: result: yes
configure:4570: checking whether /usr/bin/cc accepts -g
configure:4590: /usr/bin/cc -c -g conftest.c >&5
configure:4590: $? = 0
configure:4631: result: yes
configure:4648: checking for /usr/bin/cc option to accept ISO C89
configure:4712: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:4712: $? = 0
configure:4725: result: none needed
configure:4747: checking dependency style of /usr/bin/cc
configure:4857: result: none
configure:4881: checking for python2.6
configure:4911: result: /usr/bin/python
configure:4927: checking for a version of Python >= '2.1.0'
configure:4953: result: yes
configure:4984: checking for the distutils Python package
configure:4988: result: yes
configure:5002: checking for Python include path
configure:5012: result: -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
configure:5019: checking for Python library path
configure:5041: result: -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6
configure:5048: checking for Python site-packages path
configure:5054: result: /Library/Python/2.6/site-packages
configure:5061: checking python extra libraries
configure:5068: result: -ldl
configure:5075: checking python extra linking flags
configure:5082: result: -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python
configure:5089: checking consistency of all components of python development environment
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
configure:5115: $? = 0
configure:5123: result: yes
configure:5222: checking for gcc
configure:5249: result: /usr/bin/cc
configure:5478: checking for C compiler version
configure:5487: /usr/bin/cc --version >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5498: $? = 0
configure:5487: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
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
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
configure:5498: $? = 0
configure:5487: /usr/bin/cc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:5498: $? = 1
configure:5487: /usr/bin/cc -qversion >&5
i686-apple-darwin10-llvm-gcc-4.2: no input files
configure:5498: $? = 1
configure:5502: checking whether we are using the GNU C compiler
configure:5530: result: yes
configure:5539: checking whether /usr/bin/cc accepts -g
configure:5600: result: yes
configure:5617: checking for /usr/bin/cc option to accept ISO C89
configure:5694: result: none needed
configure:5716: checking dependency style of /usr/bin/cc
configure:5826: result: none
configure:5842: checking whether /usr/bin/cc and cc understand -c and -o together
configure:5873: /usr/bin/cc -c conftest.c -o conftest2.o >&5
configure:5877: $? = 0
configure:5883: /usr/bin/cc -c conftest.c -o conftest2.o >&5
configure:5887: $? = 0
configure:5898: cc -c conftest.c >&5
configure:5902: $? = 0
configure:5910: cc -c conftest.c -o conftest2.o >&5
configure:5914: $? = 0
configure:5920: cc -c conftest.c -o conftest2.o >&5
configure:5924: $? = 0
configure:5942: result: yes
configure:5996: checking build system type
configure:6010: result: x86_64-apple-darwin10.6.0
configure:6030: checking host system type
configure:6043: result: x86_64-apple-darwin10.6.0
configure:6063: checking for a sed that does not truncate output
configure:6127: result: /usr/bin/sed
configure:6145: checking for grep that handles long lines and -e
configure:6203: result: /usr/bin/grep
configure:6208: checking for egrep
configure:6270: result: /usr/bin/grep -E
configure:6275: checking for fgrep
configure:6337: result: /usr/bin/grep -F
configure:6372: checking for ld used by /usr/bin/cc
configure:6439: result: /usr/bin/cc
configure:6446: checking if the linker (/usr/bin/cc) is GNU ld
configure:6461: result: no
configure:6473: checking for BSD- or MS-compatible name lister (nm)
configure:6522: result: /usr/bin/nm
configure:6640: checking the name lister (/usr/bin/nm) interface
configure:6647: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:6650: /usr/bin/nm "conftest.o"
configure:6653: output
0000000000000000 S _some_variable
configure:6660: result: BSD nm
configure:6663: checking whether ln -s works
configure:6667: result: yes
configure:6675: checking the maximum length of command line arguments
configure:6795: result: 196608
configure:6812: checking whether the shell understands some XSI constructs
configure:6822: result: yes
configure:6826: checking whether the shell understands "+="
configure:6832: result: yes
configure:6867: checking for /usr/bin/cc option to reload object files
configure:6874: result: -r
configure:6943: checking for objdump
configure:6973: result: no
configure:7002: checking how to recognize dependent libraries
configure:7198: result: pass_all
configure:7258: checking for ar
configure:7274: found /usr/bin/ar
configure:7285: result: ar
configure:7363: checking for strip
configure:7379: found /usr/bin/strip
configure:7390: result: strip
configure:7462: checking for ranlib
configure:7478: found /usr/bin/ranlib
configure:7489: result: ranlib
configure:7579: checking command to parse /usr/bin/nm output from /usr/bin/cc object
configure:7697: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7700: $? = 0
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
configure:7707: $? = 0
cannot find nm_test_var in conftest.nm
configure:7697: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7700: $? = 0
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
configure:7707: $? = 0
configure:7761: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c conftstm.o >&5
configure:7764: $? = 0
configure:7802: result: ok
configure:8066: checking for dsymutil
configure:8082: found /usr/bin/dsymutil
configure:8093: result: dsymutil
configure:8158: checking for nmedit
configure:8174: found /usr/bin/nmedit
configure:8185: result: nmedit
configure:8250: checking for lipo
configure:8266: found /usr/bin/lipo
configure:8277: result: lipo
configure:8342: checking for otool
configure:8358: found /usr/bin/otool
configure:8369: result: otool
configure:8434: checking for otool64
configure:8464: result: no
configure:8509: checking for -single_module linker flag
/usr/bin/cc -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8536: result: yes
configure:8538: checking for -exported_symbols_list linker flag
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
configure:8558: $? = 0
configure:8568: result: yes
configure:8610: checking how to run the C preprocessor
configure:8641: /usr/bin/cc -E conftest.c
configure:8641: $? = 0
configure:8655: /usr/bin/cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:8655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libimobiledevice"
| #define PACKAGE_TARNAME "libimobiledevice"
| #define PACKAGE_VERSION "1.0.3"
| #define PACKAGE_STRING "libimobiledevice 1.0.3"
| #define PACKAGE_BUGREPORT "nospam@nowhere.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libimobiledevice"
| #define VERSION "1.0.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8680: result: /usr/bin/cc -E
configure:8700: /usr/bin/cc -E conftest.c
configure:8700: $? = 0
configure:8714: /usr/bin/cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:8714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libimobiledevice"
| #define PACKAGE_TARNAME "libimobiledevice"
| #define PACKAGE_VERSION "1.0.3"
| #define PACKAGE_STRING "libimobiledevice 1.0.3"
| #define PACKAGE_BUGREPORT "nospam@nowhere.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libimobiledevice"
| #define VERSION "1.0.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8743: checking for ANSI C header files
configure:8763: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8763: $? = 0
configure:8836: /usr/bin/cc -o conftest -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8836: $? = 0
configure:8836: ./conftest
configure:8836: $? = 0
configure:8847: result: yes
configure:8860: checking for sys/types.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for sys/stat.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for stdlib.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for string.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for memory.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for strings.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for inttypes.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for stdint.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8860: checking for unistd.h
configure:8860: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8860: $? = 0
configure:8860: result: yes
configure:8875: checking for dlfcn.h
configure:8875: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8875: $? = 0
configure:8875: result: yes
configure:9000: checking for C++ compiler version
configure:9009: /usr/bin/c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:9020: $? = 0
configure:9009: /usr/bin/c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
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
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:9020: $? = 0
configure:9009: /usr/bin/c++ -V >&5
c++-4.2: argument to `-V' is missing
configure:9020: $? = 1
configure:9009: /usr/bin/c++ -qversion >&5
i686-apple-darwin10-g++-4.2.1: no input files
configure:9020: $? = 1
configure:9024: checking whether we are using the GNU C++ compiler
configure:9052: result: yes
configure:9061: checking whether /usr/bin/c++ accepts -g
configure:9122: result: yes
configure:9147: checking dependency style of /usr/bin/c++
configure:9257: result: none
configure:9280: checking how to run the C++ preprocessor
configure:9307: /usr/bin/c++ -E conftest.cpp
configure:9307: $? = 0
configure:9321: /usr/bin/c++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:9321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libimobiledevice"
| #define PACKAGE_TARNAME "libimobiledevice"
| #define PACKAGE_VERSION "1.0.3"
| #define PACKAGE_STRING "libimobiledevice 1.0.3"
| #define PACKAGE_BUGREPORT "nospam@nowhere.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libimobiledevice"
| #define VERSION "1.0.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9346: result: /usr/bin/c++ -E
configure:9366: /usr/bin/c++ -E conftest.cpp
configure:9366: $? = 0
configure:9380: /usr/bin/c++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:9380: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libimobiledevice"
| #define PACKAGE_TARNAME "libimobiledevice"
| #define PACKAGE_VERSION "1.0.3"
| #define PACKAGE_STRING "libimobiledevice 1.0.3"
| #define PACKAGE_BUGREPORT "nospam@nowhere.com"
| #define PACKAGE_URL ""
| #define PACKAGE "libimobiledevice"
| #define VERSION "1.0.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9586: checking for objdir
configure:9601: result: .libs
configure:9897: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions
configure:9915: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions conftest.c >&5
configure:9919: $? = 0
configure:9932: result: yes
configure:9952: checking for /usr/bin/cc option to produce PIC
configure:10224: result: -fno-common -DPIC
configure:10236: checking if /usr/bin/cc PIC flag -fno-common -DPIC works
configure:10254: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.c >&5
configure:10258: $? = 0
configure:10271: result: yes
configure:10295: checking if /usr/bin/cc static flag -static works
configure:10323: result: no
configure:10338: checking if /usr/bin/cc supports -c -o file.o
configure:10359: /usr/bin/cc -c -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.c >&5
configure:10363: $? = 0
configure:10385: result: yes
configure:10393: checking if /usr/bin/cc supports -c -o file.o
configure:10440: result: yes
configure:10473: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries
configure:11459: result: yes
configure:11698: checking dynamic linker characteristics
configure:12349: result: darwin10.6.0 dyld
configure:12451: checking how to hardcode library paths into programs
configure:12476: result: immediate
configure:12996: checking whether stripping libraries is possible
configure:13010: result: yes
configure:13036: checking if libtool supports shared libraries
configure:13038: result: yes
configure:13041: checking whether to build shared libraries
configure:13062: result: yes
configure:13065: checking whether to build static libraries
configure:13069: result: yes
configure:13219: checking for ld used by /usr/bin/c++
configure:13286: result: /usr/bin/cc
configure:13293: checking if the linker (/usr/bin/cc) is GNU ld
configure:13308: result: no
configure:13363: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
configure:14276: result: yes
configure:14304: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:14307: $? = 0
configure:14489: checking for /usr/bin/c++ option to produce PIC
configure:14806: result: -fno-common -DPIC
configure:14815: checking if /usr/bin/c++ PIC flag -fno-common -DPIC works
configure:14833: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14837: $? = 0
configure:14850: result: yes
configure:14871: checking if /usr/bin/c++ static flag -static works
configure:14899: result: no
configure:14911: checking if /usr/bin/c++ supports -c -o file.o
configure:14932: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.cpp >&5
configure:14936: $? = 0
configure:14958: result: yes
configure:14963: checking if /usr/bin/c++ supports -c -o file.o
configure:15010: result: yes
configure:15040: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
configure:15066: result: yes
configure:15203: checking dynamic linker characteristics
configure:15802: result: darwin10.6.0 dyld
configure:15853: checking how to hardcode library paths into programs
configure:15878: result: immediate
configure:15987: checking for pkg-config
configure:16005: found /usr/local/bin/pkg-config
configure:16017: result: /usr/local/bin/pkg-config
configure:16042: checking pkg-config is at least version 0.9.0
configure:16045: result: yes
configure:16056: checking for libusbmuxd
configure:16063: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 0.1.4"
configure:16066: $? = 0
configure:16079: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 0.1.4"
configure:16082: $? = 0
configure:16136: result: yes
configure:16142: checking for libglib2
configure:16149: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.1"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure:16152: $? = 1
configure:16165: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.1"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure:16168: $? = 1
No package 'glib-2.0' found
configure:16205: error: Package requirements (glib-2.0 >= 2.14.1) were not met:
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libglib2_CFLAGS
and libglib2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libglib2_CFLAGS_set=
ac_cv_env_libglib2_CFLAGS_value=
ac_cv_env_libglib2_LIBS_set=
ac_cv_env_libglib2_LIBS_value=
ac_cv_env_libgnutls_CFLAGS_set=
ac_cv_env_libgnutls_CFLAGS_value=
ac_cv_env_libgnutls_LIBS_set=
ac_cv_env_libgnutls_LIBS_value=
ac_cv_env_libgthread2_CFLAGS_set=
ac_cv_env_libgthread2_CFLAGS_value=
ac_cv_env_libgthread2_LIBS_set=
ac_cv_env_libgthread2_LIBS_value=
ac_cv_env_libplist_CFLAGS_set=
ac_cv_env_libplist_CFLAGS_value=
ac_cv_env_libplist_LIBS_set=
ac_cv_env_libplist_LIBS_value=
ac_cv_env_libplistmm_CFLAGS_set=
ac_cv_env_libplistmm_CFLAGS_value=
ac_cv_env_libplistmm_LIBS_set=
ac_cv_env_libplistmm_LIBS_value=
ac_cv_env_libtasn1_CFLAGS_set=
ac_cv_env_libtasn1_CFLAGS_value=
ac_cv_env_libtasn1_LIBS_set=
ac_cv_env_libtasn1_LIBS_value=
ac_cv_env_libusbmuxd_CFLAGS_set=
ac_cv_env_libusbmuxd_CFLAGS_value=
ac_cv_env_libusbmuxd_LIBS_set=
ac_cv_env_libusbmuxd_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin10.6.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SWIG=/usr/bin/swig
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_CXXCPP='/usr/bin/c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc__usr_bin_cc_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages'
am_cv_python_version=2.6
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/cc
lt_cv_path_LDCXX=/usr/bin/cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
pkg_cv_libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.6/include '
pkg_cv_libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.6/lib -lusbmuxd '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='1'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run automake-1.11'
AWK='gawk'
CC='/usr/bin/cc'
CCDEPMODE='depmode=none'
CFLAGS='-I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe'
CPP='/usr/bin/cc -E'
CPPFLAGS=''
CXX='/usr/bin/c++'
CXXCPP='/usr/bin/c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O3 -march=core2 -msse4.1 -w -pipe'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DEV_SUB=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DEVTOOLS_FALSE=''
ENABLE_DEVTOOLS_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GLOBAL_CFLAGS=''
GREP='/usr/bin/grep'
HAVE_SWIG_FALSE=''
HAVE_SWIG_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/cc'
LDFLAGS=''
LFS_CFLAGS=''
LIBIMOBILEDEVICE_SO_VERSION='1:3:0'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='libimobiledevice'
PACKAGE_BUGREPORT='nospam@nowhere.com'
PACKAGE_NAME='libimobiledevice'
PACKAGE_STRING='libimobiledevice 1.0.3'
PACKAGE_TARNAME='libimobiledevice'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python'
PYTHON_EXTRA_LIBS=' -ldl'
PYTHON_LDFLAGS='-L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/Library/Python/2.6/site-packages'
PYTHON_VERSION='2.6'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG='/usr/bin/swig -c++'
SWIG_LIB='/usr/share/swig/1.3.31'
SWIG_PYTHON_CPPFLAGS='-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
SWIG_PYTHON_OPT='-python'
VERSION='1.0.3'
ac_ct_CC='/usr/bin/cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin10.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-libimobiledevice-1.0.3-TF28/libimobiledevice-1.0.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcrypt_LIBS=''
libglib2_CFLAGS=''
libglib2_LIBS=''
libgnutls_CFLAGS=''
libgnutls_LIBS=''
libgthread2_CFLAGS=''
libgthread2_LIBS=''
libplist_CFLAGS=''
libplist_LIBS=''
libplistmm_CFLAGS=''
libplistmm_LIBS=''
libtasn1_CFLAGS=''
libtasn1_LIBS=''
libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.6/include '
libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.6/lib -lusbmuxd '
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/libimobiledevice'
pkgpythondir='${pythondir}/libimobiledevice'
prefix='/usr/local/Cellar/libimobiledevice/1.0.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
pythondir='${prefix}/lib/python2.6/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libimobiledevice"
#define PACKAGE_TARNAME "libimobiledevice"
#define PACKAGE_VERSION "1.0.3"
#define PACKAGE_STRING "libimobiledevice 1.0.3"
#define PACKAGE_BUGREPORT "nospam@nowhere.com"
#define PACKAGE_URL ""
#define PACKAGE "libimobiledevice"
#define VERSION "1.0.3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment