Last active
December 14, 2015 00:09
-
-
Save yarwelp/4996710 to your computer and use it in GitHub Desktop.
homebrew: libxml++ failed to build on 10.7.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... macros/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make supports GNU make features... yes | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of c++... none | |
checking build system type... x86_64-apple-darwin11.4.2 | |
checking host system type... x86_64-apple-darwin11.4.2 | |
checking how to print strings... printf | |
checking for gcc... cc | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for pkg-config... no | |
checking for LIBXMLXX... no | |
configure: error: in `/private/tmp/libxml++-Z1Wk/libxml++-2.34.2': | |
configure: error: The pkg-config script could not be found or is too old. Make sure it | |
is in your PATH or set the PKG_CONFIG environment variable to the full | |
path to pkg-config. | |
Alternatively, you may set the environment variables LIBXMLXX_CFLAGS | |
and LIBXMLXX_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
See `config.log' for more details | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 58f64894d732937ecb0304c6455554300fa724a5 | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6 | |
CLT: 4.6.0.0.1.1358221012 | |
X11: 2.6.4 => /usr/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 58f64894d732937ecb0304c6455554300fa724a5 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6 | |
CLT: 4.6.0.0.1.1358221012 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: 2.6.4 => /usr/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew doctor | |
Warning: Your file-system on / appears to be CaSe SeNsItIvE. | |
Homebrew is less tested with that - don't worry but please report issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libxml++ | |
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.2.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/libxml++-2.34.2.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/libxml++-2.34.2.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml++/2.34.2 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml++/2.34.2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... macros/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make supports GNU make features... yes | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of c++... none | |
checking build system type... x86_64-apple-darwin11.4.2 | |
checking host system type... x86_64-apple-darwin11.4.2 | |
checking how to print strings... printf | |
checking for gcc... cc | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for pkg-config... no | |
checking for LIBXMLXX... no | |
configure: error: in `/private/tmp/libxml++-HgU7/libxml++-2.34.2': | |
configure: error: The pkg-config script could not be found or is too old. Make sure it | |
is in your PATH or set the PKG_CONFIG environment variable to the full | |
path to pkg-config. | |
Alternatively, you may set the environment variables LIBXMLXX_CFLAGS | |
and LIBXMLXX_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
See `config.log' for more details | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 58f64894d732937ecb0304c6455554300fa724a5 | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6 | |
CLT: 4.6.0.0.1.1358221012 | |
X11: 2.6.4 => /usr/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: libxml++ did not build | |
Logs: /Users/erikano/Library/Logs/Homebrew/libxml++/config.log | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libxml++ configure 2.34.2, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml++/2.34.2 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = dashie | |
uname -m = x86_64 | |
uname -r = 11.4.2 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
/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 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 87 tasks, 443 threads, 4 processors | |
Load average: 1.83, Mach factor: 2.16 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/glib/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2450: checking for a BSD-compatible install | |
configure:2518: result: /usr/bin/install -c | |
configure:2529: checking whether build environment is sane | |
configure:2579: result: yes | |
configure:2720: checking for a thread-safe mkdir -p | |
configure:2759: result: macros/install-sh -c -d | |
configure:2772: checking for gawk | |
configure:2802: result: no | |
configure:2772: checking for mawk | |
configure:2802: result: no | |
configure:2772: checking for nawk | |
configure:2802: result: no | |
configure:2772: checking for awk | |
configure:2788: found /usr/bin/awk | |
configure:2799: result: awk | |
configure:2810: checking whether make sets $(MAKE) | |
configure:2832: result: yes | |
configure:2916: checking whether to enable maintainer-specific portions of Makefiles | |
configure:2925: result: no | |
configure:2942: checking whether make supports GNU make features | |
test 'success' = success | |
configure:2956: result: yes | |
configure:3117: checking for C++ compiler version | |
configure:3126: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:3137: $? = 0 | |
configure:3126: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:3137: $? = 0 | |
configure:3126: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3137: $? = 1 | |
configure:3126: c++ -qversion >&5 | |
clang: error: no input files | |
configure:3137: $? = 1 | |
configure:3157: checking whether the C++ compiler works | |
configure:3179: c++ conftest.cpp >&5 | |
configure:3183: $? = 0 | |
configure:3231: result: yes | |
configure:3234: checking for C++ compiler default output file name | |
configure:3236: result: a.out | |
configure:3242: checking for suffix of executables | |
configure:3249: c++ -o conftest conftest.cpp >&5 | |
configure:3253: $? = 0 | |
configure:3275: result: | |
configure:3297: checking whether we are cross compiling | |
configure:3305: c++ -o conftest conftest.cpp >&5 | |
configure:3309: $? = 0 | |
configure:3316: ./conftest | |
configure:3320: $? = 0 | |
configure:3335: result: no | |
configure:3340: checking for suffix of object files | |
configure:3362: c++ -c conftest.cpp >&5 | |
configure:3366: $? = 0 | |
configure:3387: result: o | |
configure:3391: checking whether we are using the GNU C++ compiler | |
configure:3410: c++ -c conftest.cpp >&5 | |
configure:3410: $? = 0 | |
configure:3419: result: yes | |
configure:3428: checking whether c++ accepts -g | |
configure:3448: c++ -c -g conftest.cpp >&5 | |
configure:3448: $? = 0 | |
configure:3489: result: yes | |
configure:3523: checking for style of include used by make | |
configure:3551: result: GNU | |
configure:3576: checking dependency style of c++ | |
configure:3686: result: none | |
configure:3731: checking build system type | |
configure:3745: result: x86_64-apple-darwin11.4.2 | |
configure:3765: checking host system type | |
configure:3778: result: x86_64-apple-darwin11.4.2 | |
configure:3819: checking how to print strings | |
configure:3846: result: printf | |
configure:3915: checking for gcc | |
configure:3942: result: cc | |
configure:4171: checking for C compiler version | |
configure:4180: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:4191: $? = 0 | |
configure:4180: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:4191: $? = 0 | |
configure:4180: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:4191: $? = 1 | |
configure:4180: cc -qversion >&5 | |
clang: error: no input files | |
configure:4191: $? = 1 | |
configure:4195: checking whether we are using the GNU C compiler | |
configure:4214: cc -c conftest.c >&5 | |
configure:4214: $? = 0 | |
configure:4223: result: yes | |
configure:4232: checking whether cc accepts -g | |
configure:4252: cc -c -g conftest.c >&5 | |
configure:4252: $? = 0 | |
configure:4293: result: yes | |
configure:4310: checking for cc option to accept ISO C89 | |
configure:4374: cc -c -g -O2 conftest.c >&5 | |
configure:4374: $? = 0 | |
configure:4387: result: none needed | |
configure:4409: checking dependency style of cc | |
configure:4519: result: none | |
configure:4534: checking for a sed that does not truncate output | |
configure:4598: result: /usr/local/Library/ENV/4.3/sed | |
configure:4616: checking for grep that handles long lines and -e | |
configure:4674: result: /usr/bin/grep | |
configure:4679: checking for egrep | |
configure:4741: result: /usr/bin/grep -E | |
configure:4746: checking for fgrep | |
configure:4808: result: /usr/bin/grep -F | |
configure:4843: checking for ld used by cc | |
configure:4910: result: /usr/bin/ld | |
configure:4917: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:4932: result: no | |
configure:4944: checking for BSD- or MS-compatible name lister (nm) | |
configure:4993: result: /usr/bin/nm | |
configure:5123: checking the name lister (/usr/bin/nm) interface | |
configure:5130: cc -c -g -O2 conftest.c >&5 | |
configure:5133: /usr/bin/nm "conftest.o" | |
configure:5136: output | |
0000000000000214 S _some_variable | |
configure:5143: result: BSD nm | |
configure:5146: checking whether ln -s works | |
configure:5150: result: yes | |
configure:5158: checking the maximum length of command line arguments | |
configure:5283: result: 196608 | |
configure:5300: checking whether the shell understands some XSI constructs | |
configure:5310: result: yes | |
configure:5314: checking whether the shell understands "+=" | |
configure:5320: result: yes | |
configure:5355: checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format | |
configure:5395: result: func_convert_file_noop | |
configure:5402: checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format | |
configure:5422: result: func_convert_file_noop | |
configure:5429: checking for /usr/bin/ld option to reload object files | |
configure:5436: result: -r | |
configure:5510: checking for objdump | |
configure:5540: result: no | |
configure:5566: checking how to recognize dependent libraries | |
configure:5768: result: pass_all | |
configure:5853: checking for dlltool | |
configure:5883: result: no | |
configure:5910: checking how to associate runtime and link libraries | |
configure:5937: result: printf %s\n | |
configure:5998: checking for ar | |
configure:6014: found /usr/bin/ar | |
configure:6025: result: ar | |
configure:6062: checking for archiver @FILE support | |
configure:6079: cc -c -g -O2 conftest.c >&5 | |
configure:6079: $? = 0 | |
configure:6082: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6085: $? = 1 | |
configure:6105: result: no | |
configure:6163: checking for strip | |
configure:6179: found /usr/bin/strip | |
configure:6190: result: strip | |
configure:6262: checking for ranlib | |
configure:6278: found /usr/bin/ranlib | |
configure:6289: result: ranlib | |
configure:6391: checking command to parse /usr/bin/nm output from cc object | |
configure:6510: cc -c -g -O2 conftest.c >&5 | |
configure:6513: $? = 0 | |
configure:6517: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6520: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6510: cc -c -g -O2 conftest.c >&5 | |
configure:6513: $? = 0 | |
configure:6517: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6520: $? = 0 | |
configure:6586: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6589: $? = 0 | |
configure:6627: result: ok | |
configure:6664: checking for sysroot | |
configure:6694: result: no | |
configure:6937: checking for mt | |
configure:6967: result: no | |
configure:6987: checking if : is a manifest tool | |
configure:6993: : '-?' | |
configure:7001: result: no | |
configure:7057: checking for dsymutil | |
configure:7073: found /usr/bin/dsymutil | |
configure:7084: result: dsymutil | |
configure:7149: checking for nmedit | |
configure:7165: found /usr/bin/nmedit | |
configure:7176: result: nmedit | |
configure:7241: checking for lipo | |
configure:7257: found /usr/bin/lipo | |
configure:7268: result: lipo | |
configure:7333: checking for otool | |
configure:7349: found /usr/bin/otool | |
configure:7360: result: otool | |
configure:7425: checking for otool64 | |
configure:7455: result: no | |
configure:7500: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7527: result: yes | |
configure:7529: checking for -exported_symbols_list linker flag | |
configure:7549: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7549: $? = 0 | |
configure:7559: result: yes | |
configure:7561: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7591: result: yes | |
configure:7633: checking how to run the C preprocessor | |
configure:7664: cc -E conftest.c | |
configure:7664: $? = 0 | |
configure:7678: cc -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7678: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libxml++" | |
| #define PACKAGE_TARNAME "libxml++" | |
| #define PACKAGE_VERSION "2.34.2" | |
| #define PACKAGE_STRING "libxml++ 2.34.2" | |
| #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B" | |
| #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/" | |
| #define LIBXMLXX_MAJOR_VERSION 2 | |
| #define LIBXMLXX_MINOR_VERSION 34 | |
| #define LIBXMLXX_MICRO_VERSION 2 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7703: result: cc -E | |
configure:7723: cc -E conftest.c | |
configure:7723: $? = 0 | |
configure:7737: cc -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libxml++" | |
| #define PACKAGE_TARNAME "libxml++" | |
| #define PACKAGE_VERSION "2.34.2" | |
| #define PACKAGE_STRING "libxml++ 2.34.2" | |
| #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B" | |
| #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/" | |
| #define LIBXMLXX_MAJOR_VERSION 2 | |
| #define LIBXMLXX_MINOR_VERSION 34 | |
| #define LIBXMLXX_MICRO_VERSION 2 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7766: checking for ANSI C header files | |
configure:7786: cc -c -g -O2 conftest.c >&5 | |
configure:7786: $? = 0 | |
configure:7859: cc -o conftest -g -O2 conftest.c >&5 | |
configure:7859: $? = 0 | |
configure:7859: ./conftest | |
configure:7859: $? = 0 | |
configure:7870: result: yes | |
configure:7883: checking for sys/types.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for sys/stat.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for stdlib.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for string.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for memory.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for strings.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for inttypes.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for stdint.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7883: checking for unistd.h | |
configure:7883: cc -c -g -O2 conftest.c >&5 | |
configure:7883: $? = 0 | |
configure:7883: result: yes | |
configure:7897: checking for dlfcn.h | |
configure:7897: cc -c -g -O2 conftest.c >&5 | |
configure:7897: $? = 0 | |
configure:7897: result: yes | |
configure:8391: checking for objdir | |
configure:8406: result: .libs | |
configure:8677: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8695: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8699: $? = 0 | |
configure:8712: result: yes | |
configure:9022: checking for cc option to produce PIC | |
configure:9029: result: -fno-common -DPIC | |
configure:9037: checking if cc PIC flag -fno-common -DPIC works | |
configure:9055: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9059: $? = 0 | |
configure:9072: result: yes | |
configure:9101: checking if cc static flag -static works | |
configure:9129: result: no | |
configure:9144: checking if cc supports -c -o file.o | |
configure:9165: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9169: $? = 0 | |
configure:9191: result: yes | |
configure:9199: checking if cc supports -c -o file.o | |
configure:9246: result: yes | |
configure:9279: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10437: result: yes | |
configure:10682: checking dynamic linker characteristics | |
configure:11418: result: darwin11.4.2 dyld | |
configure:11525: checking how to hardcode library paths into programs | |
configure:11550: result: immediate | |
configure:11595: checking for dlopen in -ldl | |
configure:11620: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:11620: $? = 0 | |
configure:11629: result: yes | |
configure:11844: checking whether a program can dlopen itself | |
configure:11924: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:11927: $? = 0 | |
configure:11945: result: yes | |
configure:11950: checking whether a statically linked program can dlopen itself | |
configure:12030: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:12033: $? = 0 | |
configure:12051: result: yes | |
configure:12090: checking whether stripping libraries is possible | |
configure:12104: result: yes | |
configure:12130: checking if libtool supports shared libraries | |
configure:12132: result: yes | |
configure:12135: checking whether to build shared libraries | |
configure:12156: result: yes | |
configure:12159: checking whether to build static libraries | |
configure:12163: result: no | |
configure:12186: checking how to run the C++ preprocessor | |
configure:12213: c++ -E conftest.cpp | |
configure:12213: $? = 0 | |
configure:12227: c++ -E conftest.cpp | |
conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12227: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libxml++" | |
| #define PACKAGE_TARNAME "libxml++" | |
| #define PACKAGE_VERSION "2.34.2" | |
| #define PACKAGE_STRING "libxml++ 2.34.2" | |
| #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B" | |
| #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/" | |
| #define LIBXMLXX_MAJOR_VERSION 2 | |
| #define LIBXMLXX_MINOR_VERSION 34 | |
| #define LIBXMLXX_MICRO_VERSION 2 | |
| #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/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12252: result: c++ -E | |
configure:12272: c++ -E conftest.cpp | |
configure:12272: $? = 0 | |
configure:12286: c++ -E conftest.cpp | |
conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12286: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libxml++" | |
| #define PACKAGE_TARNAME "libxml++" | |
| #define PACKAGE_VERSION "2.34.2" | |
| #define PACKAGE_STRING "libxml++ 2.34.2" | |
| #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B" | |
| #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/" | |
| #define LIBXMLXX_MAJOR_VERSION 2 | |
| #define LIBXMLXX_MINOR_VERSION 34 | |
| #define LIBXMLXX_MICRO_VERSION 2 | |
| #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/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12456: checking for ld used by c++ | |
configure:12523: result: /usr/bin/ld | |
configure:12530: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:12545: result: no | |
configure:12600: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:13604: result: yes | |
configure:13639: c++ -c -g -O2 conftest.cpp >&5 | |
configure:13642: $? = 0 | |
configure:14162: checking for c++ option to produce PIC | |
configure:14169: result: -fno-common -DPIC | |
configure:14177: checking if c++ PIC flag -fno-common -DPIC works | |
configure:14195: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14199: $? = 0 | |
configure:14212: result: yes | |
configure:14235: checking if c++ static flag -static works | |
configure:14263: result: no | |
configure:14275: checking if c++ supports -c -o file.o | |
configure:14296: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14300: $? = 0 | |
configure:14322: result: yes | |
configure:14327: checking if c++ supports -c -o file.o | |
configure:14374: result: yes | |
configure:14404: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:14438: result: yes | |
configure:14581: checking dynamic linker characteristics | |
configure:15251: result: darwin11.4.2 dyld | |
configure:15304: checking how to hardcode library paths into programs | |
configure:15329: result: immediate | |
configure:15445: checking for pkg-config | |
configure:15478: result: no | |
configure:15513: checking for LIBXMLXX | |
configure:15581: result: no | |
configure:15583: error: in `/private/tmp/libxml++-Z1Wk/libxml++-2.34.2': | |
configure:15585: error: The pkg-config script could not be found or is too old. Make sure it | |
is in your PATH or set the PKG_CONFIG environment variable to the full | |
path to pkg-config. | |
Alternatively, you may set the environment variables LIBXMLXX_CFLAGS | |
and LIBXMLXX_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
See `config.log' for more details | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.4.2 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_ACLOCAL_FLAGS_set= | |
ac_cv_env_ACLOCAL_FLAGS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
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= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_DB2LATEX_set= | |
ac_cv_env_DB2LATEX_value= | |
ac_cv_env_DOT_set= | |
ac_cv_env_DOT_value= | |
ac_cv_env_DOXYGEN_set= | |
ac_cv_env_DOXYGEN_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LIBXMLXX_CFLAGS_set= | |
ac_cv_env_LIBXMLXX_CFLAGS_value= | |
ac_cv_env_LIBXMLXX_LIBS_set= | |
ac_cv_env_LIBXMLXX_LIBS_value= | |
ac_cv_env_PERL_set= | |
ac_cv_env_PERL_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_XMLLINT_set= | |
ac_cv_env_XMLLINT_value= | |
ac_cv_env_XSLTPROC_set= | |
ac_cv_env_XSLTPROC_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_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-darwin11.4.2 | |
ac_cv_lib_dl_dlopen=yes | |
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_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=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_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 | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_dlopen=dlopen | |
lt_cv_dlopen_libs=-ldl | |
lt_cv_dlopen_self=yes | |
lt_cv_dlopen_self_static=yes | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
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_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
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 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run aclocal-1.11' | |
ACLOCAL_FLAGS='' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run tar' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_VERBOSITY='1' | |
AR='ar' | |
AS='as' | |
AUTOCONF='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run automake-1.11' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DB2LATEX='' | |
DEFS='' | |
DEPDIR='.deps' | |
DIST_DOCTOOLS_FALSE='#' | |
DIST_DOCTOOLS_TRUE='' | |
DLLTOOL='false' | |
DOCINSTALL_FLAGS='' | |
DOT='' | |
DOXYGEN='' | |
DOXYGEN_TAGFILES='' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DOCUMENTATION_FALSE='' | |
ENABLE_DOCUMENTATION_TRUE='' | |
ENABLE_EXAMPLES_FALSE='' | |
ENABLE_EXAMPLES_TRUE='' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBXMLXX_API_VERSION='2.6' | |
LIBXMLXX_CFLAGS='' | |
LIBXMLXX_LIBS='' | |
LIBXMLXX_MAJOR_VERSION='2' | |
LIBXMLXX_MICRO_VERSION='2' | |
LIBXMLXX_MINOR_VERSION='34' | |
LIBXMLXX_MODULES='libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0' | |
LIBXMLXX_MODULE_NAME='libxml++-2.6' | |
LIBXMLXX_SO_VERSION='2:7:0' | |
LIBXMLXX_VERSION='2.34.2' | |
LIBXMLXX_WXXFLAGS='' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='macros/install-sh -c -d' | |
MMDOCTOOLDIR='${top_srcdir}/docs' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='libxml++' | |
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B' | |
PACKAGE_NAME='libxml++' | |
PACKAGE_STRING='libxml++ 2.34.2' | |
PACKAGE_TARNAME='libxml++' | |
PACKAGE_URL='http://libxmlplusplus.sourceforge.net/' | |
PACKAGE_VERSION='2.34.2' | |
PATH_SEPARATOR=':' | |
PERL='' | |
PKG_CONFIG='' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='2.34.2' | |
XMLLINT='' | |
XSLTPROC='' | |
ac_ct_AR='ar' | |
ac_ct_CC='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-darwin11.4.2' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.4.2' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin11.4.2' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.4.2' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/libxml++-Z1Wk/libxml++-2.34.2/macros/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/macros/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/libxml++/2.34.2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "libxml++" | |
#define PACKAGE_TARNAME "libxml++" | |
#define PACKAGE_VERSION "2.34.2" | |
#define PACKAGE_STRING "libxml++ 2.34.2" | |
#define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B" | |
#define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/" | |
#define LIBXMLXX_MAJOR_VERSION 2 | |
#define LIBXMLXX_MINOR_VERSION 34 | |
#define LIBXMLXX_MICRO_VERSION 2 | |
#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