Skip to content

Instantly share code, notes, and snippets.

@wizonesolutions
Created May 5, 2012 01:57
Show Gist options
  • Save wizonesolutions/2599064 to your computer and use it in GitHub Desktop.
Save wizonesolutions/2599064 to your computer and use it in GitHub Desktop.
libxml2 --with-python (how can I --disable-pain?)
> brew --config
HOMEBREW_VERSION: 0.9
HEAD: e00e99632f859013274653063e086a048bf668f5
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3.2
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.1 build 318
MacPorts or Fink? false
X11: /usr/X11
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
> brew doctor
Error: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install libxml2
Run `brew missing` for more details.
> brew install -v libxml2 --with-python
==> Downloading ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/libxml2-2.7.8.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/libxml2-2.7.8.tar.gz
==> Installing Python module to /System/Library/Frameworks/Python.framework/Versions/2.7
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.7.8 --with-python=/System/Library/Frameworks/Python.framework/Versions/2.7
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.7.8 --with-python=/System/Library/Frameworks/Python.framework/Versions/2.7
checking build system type... x86_64-apple-darwin11.3.0
checking host system type... x86_64-apple-darwin11.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./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 for gcc... /usr/bin/clang
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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/clang... none
checking how to run the C preprocessor... /usr/bin/clang -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /usr/bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for function prototypes... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 string.h... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/clang... /usr/bin/clang
checking if the linker (/usr/bin/clang) 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 for /usr/bin/clang option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang static flag -static works... no
checking if /usr/bin/clang supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if /usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.3.0 dyld
checking how to hardcode library paths into programs... immediate
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... yes
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking inttypes.h.h usability... no
checking inttypes.h.h presence... no
checking for inttypes.h.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking libraries
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for _stat... no
checking for signal... yes
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
checking for va_copy... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
Found python in /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python
Found Python version 2.7
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... no
checking for iconv in -liconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schematron support
Enabled Schemas/Relax-NG support
Disabling code coverage for GCC
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating xml2-config
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating python/setup.py
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm: libtoolT: No such file or directory
Done configuring
==> make
make
make all-recursive
Making all in include
Making all in libxml
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in .
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX.lo SAX.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o entities.lo entities.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o encoding.lo encoding.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o error.lo error.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parserInternals.lo parserInternals.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parser.lo parser.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o tree.lo tree.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o hash.lo hash.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX.c -fno-common -DPIC -o .libs/SAX.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c encoding.c -fno-common -DPIC -o .libs/encoding.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c entities.c -fno-common -DPIC -o .libs/entities.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parserInternals.c -fno-common -DPIC -o .libs/parserInternals.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c error.c -fno-common -DPIC -o .libs/error.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parser.c -fno-common -DPIC -o .libs/parser.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree.c -fno-common -DPIC -o .libs/tree.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c hash.c -fno-common -DPIC -o .libs/hash.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX.c -o SAX.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o list.lo list.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c entities.c -o entities.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c list.c -fno-common -DPIC -o .libs/list.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c error.c -o error.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c hash.c -o hash.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parserInternals.c -o parserInternals.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c encoding.c -o encoding.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c list.c -o list.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlIO.lo xmlIO.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlIO.c -fno-common -DPIC -o .libs/xmlIO.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmemory.lo xmlmemory.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o uri.lo uri.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o valid.lo valid.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmemory.c -fno-common -DPIC -o .libs/xmlmemory.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c uri.c -fno-common -DPIC -o .libs/uri.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c valid.c -fno-common -DPIC -o .libs/valid.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmemory.c -o xmlmemory.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xlink.lo xlink.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLparser.lo HTMLparser.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xlink.c -fno-common -DPIC -o .libs/xlink.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLparser.c -fno-common -DPIC -o .libs/HTMLparser.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLtree.lo HTMLtree.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xlink.c -o xlink.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLtree.c -fno-common -DPIC -o .libs/HTMLtree.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o debugXML.lo debugXML.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlIO.c -o xmlIO.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c debugXML.c -fno-common -DPIC -o .libs/debugXML.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLtree.c -o HTMLtree.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c uri.c -o uri.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpath.lo xpath.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath.c -fno-common -DPIC -o .libs/xpath.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpointer.lo xpointer.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpointer.c -fno-common -DPIC -o .libs/xpointer.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c debugXML.c -o debugXML.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c valid.c -o valid.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree.c -o tree.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xinclude.lo xinclude.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xinclude.c -fno-common -DPIC -o .libs/xinclude.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpointer.c -o xpointer.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLparser.c -o HTMLparser.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanohttp.lo nanohttp.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanohttp.c -fno-common -DPIC -o .libs/nanohttp.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xinclude.c -o xinclude.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanohttp.c -o nanohttp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanoftp.lo nanoftp.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o DOCBparser.lo DOCBparser.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanoftp.c -fno-common -DPIC -o .libs/nanoftp.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c DOCBparser.c -fno-common -DPIC -o .libs/DOCBparser.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c DOCBparser.c -o DOCBparser.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o catalog.lo catalog.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o globals.lo globals.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c globals.c -fno-common -DPIC -o .libs/globals.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c catalog.c -fno-common -DPIC -o .libs/catalog.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o threads.lo threads.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c threads.c -fno-common -DPIC -o .libs/threads.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanoftp.c -o nanoftp.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c globals.c -o globals.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c threads.c -o threads.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o c14n.lo c14n.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlstring.lo xmlstring.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parser.c -o parser.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlstring.c -fno-common -DPIC -o .libs/xmlstring.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c c14n.c -fno-common -DPIC -o .libs/c14n.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlregexp.lo xmlregexp.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlstring.c -o xmlstring.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlregexp.c -fno-common -DPIC -o .libs/xmlregexp.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemas.lo xmlschemas.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemas.c -fno-common -DPIC -o .libs/xmlschemas.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c catalog.c -o catalog.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemastypes.lo xmlschemastypes.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemastypes.c -fno-common -DPIC -o .libs/xmlschemastypes.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlunicode.lo xmlunicode.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlunicode.c -fno-common -DPIC -o .libs/xmlunicode.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c c14n.c -o c14n.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlunicode.c -o xmlunicode.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath.c -o xpath.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlreader.lo xmlreader.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o relaxng.lo relaxng.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o dict.lo dict.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlreader.c -fno-common -DPIC -o .libs/xmlreader.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c relaxng.c -fno-common -DPIC -o .libs/relaxng.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c dict.c -fno-common -DPIC -o .libs/dict.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c dict.c -o dict.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX2.lo SAX2.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX2.c -fno-common -DPIC -o .libs/SAX2.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemastypes.c -o xmlschemastypes.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlregexp.c -o xmlregexp.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlreader.c -o xmlreader.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX2.c -o SAX2.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlwriter.lo xmlwriter.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlwriter.c -fno-common -DPIC -o .libs/xmlwriter.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o legacy.lo legacy.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c legacy.c -fno-common -DPIC -o .libs/legacy.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o chvalid.lo chvalid.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c chvalid.c -fno-common -DPIC -o .libs/chvalid.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c legacy.c -o legacy.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c chvalid.c -o chvalid.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c relaxng.c -o relaxng.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o pattern.lo pattern.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c pattern.c -fno-common -DPIC -o .libs/pattern.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlsave.lo xmlsave.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlsave.c -fno-common -DPIC -o .libs/xmlsave.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmodule.lo xmlmodule.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlwriter.c -o xmlwriter.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmodule.c -fno-common -DPIC -o .libs/xmlmodule.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o schematron.lo schematron.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmodule.c -o xmlmodule.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c schematron.c -fno-common -DPIC -o .libs/schematron.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o testdso.lo testdso.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdso.c -fno-common -DPIC -o .libs/testdso.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdso.c -o testdso.o >/dev/null 2>&1
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmllint.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlcatalog.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlsave.c -o xmlsave.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c pattern.c -o pattern.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c schematron.c -o schematron.o >/dev/null 2>&1
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSchemas.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRelax.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSAX.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testHTML.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testXPath.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testURI.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testThreads.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testC14N.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testAutomata.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRegexp.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testReader.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testapi.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testModule.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runtest.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runsuite.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testchar.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdict.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runxmlconf.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testrecurse.c
sed -e 's?\@XML_LIBDIR\@?-L/usr/local/Cellar/libxml2/2.7.8/lib?g' \
-e 's?\@XML_INCLUDEDIR\@?-I/usr/local/Cellar/libxml2/2.7.8/include/libxml2?g' \
-e 's?\@VERSION\@?2.7.8?g' \
-e 's?\@XML_LIBS\@?-lxml2 -lz -lpthread -liconv -lm ?g' \
< ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module -no-undefined -avoid-version -rpath /usr/local/Cellar/libxml2/2.7.8/lib -o testdso.la testdso.lo
libtool: link: /usr/bin/clang -o .libs/testdso.so -bundle .libs/testdso.o -march=native
libtool: link: ar cru .libs/testdso.a testdso.o
libtool: link: ranlib .libs/testdso.a
libtool: link: ( cd ".libs" && rm -f "testdso.la" && ln -s "../testdso.la" "testdso.la" )
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemas.c -o xmlschemas.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls ./libxml2.syms -version-info 9:8:7 -o libxml2.la -rpath /usr/local/Cellar/libxml2/2.7.8/lib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libxml2.2.dylib .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o .libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o .libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o .libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o .libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o .libs/DOCBparser.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o .libs/xmlstring.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o .libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o .libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o .libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o -lpthread -lz -liconv -lm -march=native -install_name /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.2.dylib -compatibility_version 10 -current_version 10.8 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libxml2.dylib" && ln -s "libxml2.2.dylib" "libxml2.dylib")
libtool: link: ar cru .libs/libxml2.a SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o DOCBparser.o catalog.o globals.o threads.o c14n.o xmlstring.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o
libtool: link: ranlib .libs/libxml2.a
libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la" "libxml2.la" )
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmllint xmllint.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSchemas testSchemas.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmlcatalog xmlcatalog.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRelax testRelax.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSAX testSAX.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testHTML testHTML.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testXPath testXPath.o ./libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/xmllint xmllint.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/xmlcatalog xmlcatalog.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testSchemas testSchemas.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testRelax testRelax.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testXPath testXPath.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testHTML testHTML.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testSAX testSAX.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testThreads testThreads.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testURI testURI.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testC14N testC14N.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testAutomata testAutomata.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRegexp testRegexp.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testReader testReader.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testModule testModule.o ./libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testURI testURI.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testRegexp testRegexp.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testAutomata testAutomata.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testThreads testThreads.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testReader testReader.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testC14N testC14N.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testModule testModule.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runtest runtest.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runsuite runsuite.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testchar testchar.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testdict testdict.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runxmlconf runxmlconf.o ./libxml2.la -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testrecurse testrecurse.o ./libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/runtest runtest.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testchar testchar.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/runsuite runsuite.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testdict testdict.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testrecurse testrecurse.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/runxmlconf runxmlconf.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testapi testapi.o ./libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testapi testapi.o ./.libs/libxml2.dylib -lpthread -lz -liconv -lm
Making all in doc
Making all in devhelp
make[3]: Nothing to be done for `all'.
Making all in examples
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath2.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader1.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader4.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse2.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader2.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse3.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader3.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree2.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse4.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c io2.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testWriter.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c io1.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath1.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse1.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree1.c
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath2 xpath2.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader1 reader1.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader4 reader4.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse2 parse2.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader2 reader2.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse3 parse3.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader3 reader3.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree2 tree2.o ../../libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/xpath2 xpath2.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/reader1 reader1.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/reader4 reader4.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/reader2 reader2.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/parse2 parse2.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/parse3 parse3.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse4 parse4.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io2 io2.o ../../libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/reader3 reader3.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io1 io1.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testWriter testWriter.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath1 xpath1.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse1 parse1.o ../../libxml2.la -lpthread -lz -liconv -lm
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree1 tree1.o ../../libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/tree2 tree2.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/parse4 parse4.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/testWriter testWriter.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/io2 io2.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/io1 io1.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/xpath1 xpath1.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/parse1 parse1.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/tree1 tree1.o ../../.libs/libxml2.dylib -lpthread -lz -liconv -lm
make[3]: Nothing to be done for `all-am'.
Making all in example
/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I./include -D_REENTRANT -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c gjobread.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o gjobread gjobread.o ../libxml2.la -lpthread -lz -liconv -lm
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o .libs/gjobread gjobread.o ../.libs/libxml2.dylib -lpthread -lz -liconv -lm
Making all in xstc
make[2]: Nothing to be done for `all'.
Making all in python
Making all in .
/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python ./generator.py .
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o types.lo `test -f './types.c' || echo './'`./types.c
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c ./types.c -fno-common -DPIC -o .libs/types.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c ./types.c -o types.o >/dev/null 2>&1
Found 1605 functions in libxml2-api.xml
Found 55 functions in libxml2-python-api.xml
Generated 886 wrapper functions, 558 failed, 216 skipped
Missing type converters:
xmlRelaxNGValidityErrorFunc *:2 xmlXPathObjectPtr:22 const htmlEntityDesc *:2 xmlOutputMatchCallback:1 xmlElementContentPtr *:1 xmlStructuredErrorFunc:5 xmlSchematronValidCtxtPtr:3 xmlParserInputBufferCreateFilenameFunc:2 xmlSchemaValType:2 size_t:1 xmlSchemaSAXPlugPtr:1 xmlSchemaWildcardPtr:1 xmlXIncludeCtxtPtr:4 xmlRelaxNGValidityErrorFunc:2 xmlSAXHandler *:4 ...:1 xmlShellReadlineFunc:1 xmlDict *:1 xmlAutomataPtr:19 unsigned long:1 xmlParserInputPtr:17 xmlCatalogAllow:2 xmlExpNodePtr:3 xmlElementContent *:1 xmlCharEncodingOutputFunc:1 xmlDictPtr:10 xmlTextWriterPtr:77 const htmlElemDesc *:1 xmlChRangeGroup *:1 xmlIDPtr:1 xmlXPathFuncLookupFunc:1 xmlInputMatchCallback:1 xmlElementTablePtr:2 xmlChar **:16 xmlXPathCompExprPtr:6 xmlTextReaderErrorFunc:1 xmlExternalEntityLoader:2 xmlNotationTablePtr:2 xmlXPathVariableLookupFunc:1 xmlParserNodeInfoPtr:1 xmlExpCtxtPtr:14 xmlPatternPtr:8 xmlC14NIsVisibleCallback:1 xmlDeregisterNodeFunc:2 va_list:1 xmlSchemaTypePtr:9 htmlStatus:1 xmlRegisterNodeFunc:2 xmlAttributeType:2 xmlRefPtr:1 xmlCharEncodingHandler *:4 xmlNotationPtr:3 xmlSaveCtxtPtr:8 xmlRegExecCallbacks:1 xmlNsPtr *:1 xmlLocationSetPtr:6 xmlEnumerationPtr:5 xmlModulePtr:4 xmlEnumerationPtr *:2 xmlShellCtxtPtr:10 xlinkNodeDetectFunc:2 xmlRefTablePtr:1 xmlStreamCtxtPtr:6 xmlSchemaValidityErrorFunc *:2 xmlAttributeTablePtr:2 xmlSchematronParserCtxtPtr:5 xmlCatalogPrefer:1 xmlParserNodeInfoSeqPtr:3 xmlSchematronPtr:2 xmlNodePtr *:2 xmlInputReadCallback:7 char **:5 xmlCharEncoding:13 xmlRegExecCtxtPtr:5 xmlElementContentType:2 void *:87 xmlTextReaderErrorFunc *:1 xmlSAXHandlerPtr *:1 xmlEntityReferenceFunc:1 xmlDocPtr *:1 xmlBufferAllocationScheme:3 xmlSchemaValidityErrorFunc:2 xmlDOMWrapCtxtPtr:6 xmlOutputWriteCallback:2 xmlSchemaFacetPtr:7 xlinkHandlerPtr:2 xmlSchemaValPtr:13 htmlElemDesc *:3 xmlCharEncodingHandlerPtr:7 xmlCharEncodingInputFunc:1 xmlFeature:1 const xmlParserNodeInfo *:1 xmlNodeSetPtr:32 xmlEntitiesTablePtr:3 xmlIDTablePtr:1 xmlXPathFunction:4 xmlOutputBufferCreateFilenameFunc:2 xmlElementContentPtr:8 xmlElementTypeVal:1 xlinkType:1 xmlGenericErrorFunc *:1
touch gen_prog
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o libxml.lo `test -f './libxml.c' || echo './'`./libxml.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o libxml2-py.lo libxml2-py.c
cat ./libxml.py libxml2class.py > libxml2.py
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c libxml2-py.c -fno-common -DPIC -o .libs/libxml2-py.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c ./libxml.c -fno-common -DPIC -o .libs/libxml.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c ./libxml.c -o libxml.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../include -I../include -I../python -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c libxml2-py.c -o libxml2-py.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module -avoid-version -o libxml2mod.la -rpath /Library/Python/2.7/site-packages libxml.lo types.lo libxml2-py.lo ../libxml2.la -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -ldl -framework CoreFoundation -lpython2.7 -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python
libtool: link: /usr/bin/clang -Wl,-undefined -Wl,dynamic_lookup -o .libs/libxml2mod.so -bundle .libs/libxml.o .libs/types.o .libs/libxml2-py.o ../.libs/libxml2.dylib -lpthread -lz -liconv -lm -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -ldl -framework CoreFoundation -lpython2.7 -march=native -framework CoreFoundation
libtool: link: ar cru .libs/libxml2mod.a libxml.o types.o libxml2-py.o
libtool: link: ranlib .libs/libxml2mod.a
libtool: link: ( cd ".libs" && rm -f "libxml2mod.la" && ln -s "../libxml2mod.la" "libxml2mod.la" )
Making all in tests
make[3]: Nothing to be done for `all'.
==> make install
make install
Making install in include
Making install in libxml
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/libxml2/2.7.8/include/libxml2/libxml" || ../.././install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/include/libxml2/libxml"
/usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/usr/local/Cellar/libxml2/2.7.8/include/libxml2/libxml'
/usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/usr/local/Cellar/libxml2/2.7.8/include/libxml2/libxml'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in .
test -z "/usr/local/Cellar/libxml2/2.7.8/lib" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/lib"
/bin/sh ./libtool --mode=install /usr/bin/install -c libxml2.la '/usr/local/Cellar/libxml2/2.7.8/lib'
libtool: install: /usr/bin/install -c .libs/libxml2.2.dylib /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.2.dylib
libtool: install: (cd /usr/local/Cellar/libxml2/2.7.8/lib && { ln -s -f libxml2.2.dylib libxml2.dylib || { rm -f libxml2.dylib && ln -s libxml2.2.dylib libxml2.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libxml2.lai /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.la
libtool: install: /usr/bin/install -c .libs/libxml2.a /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.a
libtool: install: chmod 644 /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.a
libtool: install: ranlib /usr/local/Cellar/libxml2/2.7.8/lib/libxml2.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/Cellar/libxml2/2.7.8/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/Cellar/libxml2/2.7.8/bin" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c xmllint xmlcatalog '/usr/local/Cellar/libxml2/2.7.8/bin'
libtool: install: /usr/bin/install -c .libs/xmllint /usr/local/Cellar/libxml2/2.7.8/bin/xmllint
libtool: install: /usr/bin/install -c .libs/xmlcatalog /usr/local/Cellar/libxml2/2.7.8/bin/xmlcatalog
test -z "/usr/local/Cellar/libxml2/2.7.8/bin" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/bin"
/usr/bin/install -c xml2-config '/usr/local/Cellar/libxml2/2.7.8/bin'
test -z "/usr/local/Cellar/libxml2/2.7.8/lib" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/lib"
/usr/bin/install -c -m 644 xml2Conf.sh '/usr/local/Cellar/libxml2/2.7.8/lib'
./install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8
/usr/bin/install -c -m 0644 ./Copyright /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8
./install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/examples
/usr/bin/install -c -m 0644 ./xmllint.c /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/examples
/usr/bin/install -c -m 0644 ./testSAX.c /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/examples
/usr/bin/install -c -m 0644 ./testHTML.c /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/examples
/usr/bin/install -c -m 0644 ./testXPath.c /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/examples
test -z "/usr/local/Cellar/libxml2/2.7.8/share/aclocal" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/share/aclocal"
/usr/bin/install -c -m 644 libxml.m4 '/usr/local/Cellar/libxml2/2.7.8/share/aclocal'
test -z "/usr/local/Cellar/libxml2/2.7.8/share/man/man1" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/share/man/man1"
/usr/bin/install -c -m 644 xml2-config.1 '/usr/local/Cellar/libxml2/2.7.8/share/man/man1'
test -z "/usr/local/Cellar/libxml2/2.7.8/share/man/man3" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/share/man/man3"
/usr/bin/install -c -m 644 libxml.3 '/usr/local/Cellar/libxml2/2.7.8/share/man/man3'
test -z "/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig" || ./install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig"
/usr/bin/install -c -m 644 libxml-2.0.pc '/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig'
Making install in doc
Making install in devhelp
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 ./libxml2.devhelp /usr/local/Cellar/libxml2/2.7.8/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 ./home.png ./left.png ./right.png ./up.png ./style.css /usr/local/Cellar/libxml2/2.7.8/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 ./index.html ./general.html ./libxml2-c14n.html ./libxml2-catalog.html ./libxml2-chvalid.html ./libxml2-debugXML.html ./libxml2-dict.html ./libxml2-DOCBparser.html ./libxml2-encoding.html ./libxml2-entities.html ./libxml2-globals.html ./libxml2-hash.html ./libxml2-HTMLparser.html ./libxml2-HTMLtree.html ./libxml2-list.html ./libxml2-nanoftp.html ./libxml2-nanohttp.html ./libxml2-parser.html ./libxml2-parserInternals.html ./libxml2-pattern.html ./libxml2-relaxng.html ./libxml2-SAX2.html ./libxml2-SAX.html ./libxml2-schemasInternals.html ./libxml2-schematron.html ./libxml2-threads.html ./libxml2-tree.html ./libxml2-uri.html ./libxml2-valid.html ./libxml2-xinclude.html ./libxml2-xlink.html ./libxml2-xmlautomata.html ./libxml2-xmlerror.html ./libxml2-xmlexports.html ./libxml2-xmlIO.html ./libxml2-xmlmemory.html ./libxml2-xmlmodule.html ./libxml2-xmlreader.html ./libxml2-xmlregexp.html ./libxml2-xmlsave.html ./libxml2-xmlschemas.html ./libxml2-xmlschemastypes.html ./libxml2-xmlstring.html ./libxml2-xmlunicode.html ./libxml2-xmlversion.html ./libxml2-xmlwriter.html ./libxml2-xpath.html ./libxml2-xpathInternals.html ./libxml2-xpointer.html /usr/local/Cellar/libxml2/2.7.8/share/gtk-doc/html/libxml2
Making install in examples
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html
install: ./*.html: No such file or directory
make[3]: [install-data-local] Error 71 (ignored)
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html
/usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html
.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/html
/usr/bin/install -c -m 0644 ./html/*.html /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/html
/usr/bin/install -c -m 0644 ./html/*.png /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/html
.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial
/usr/bin/install -c -m 0644 ./tutorial/*.* \
/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial
.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial/images
/usr/bin/install -c -m 0644 ./tutorial/images/*.* \
/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial/images
.././install-sh -c -d /usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial/images/callouts
/usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-2.7.8/html/tutorial/images/callouts
test -z "/usr/local/Cellar/libxml2/2.7.8/share/man/man1" || .././install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/share/man/man1"
/usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/usr/local/Cellar/libxml2/2.7.8/share/man/man1'
Making install in example
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in xstc
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in python
Making install in .
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-python-2.7.8" || .././install-sh -c -d "/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-python-2.7.8"
/usr/bin/install -c -m 644 TODO '/usr/local/Cellar/libxml2/2.7.8/share/doc/libxml2-python-2.7.8'
test -z "/Library/Python/2.7/site-packages" || .././install-sh -c -d "/Library/Python/2.7/site-packages"
/usr/bin/install -c -m 644 drv_libxml2.py '/Library/Python/2.7/site-packages'
install: /Library/Python/2.7/site-packages/drv_libxml2.py: Permission denied
make[3]: *** [install-dist_pythonDATA] Error 71
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/libxml2.rb#L35
==> Build Environment
CPU: 8-core 64-bit sandybridge
MacOS: 10.7.3-x86_64
Xcode: 4.3.2
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
Error: Failed executing: make install (libxml2.rb:35)
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/reporting-bugs
> cat LibraryLogsHomebrewconfig.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.7.8 --with-python=/System/Library/Frameworks/Python.framework/Versions/2.7
## --------- ##
## Platform. ##
## --------- ##
hostname = WizardRobe.local
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 154 tasks, 909 threads, 8 processors
Load average: 2.80, Mach factor: 5.19
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2394: checking build system type
configure:2408: result: x86_64-apple-darwin11.3.0
configure:2428: checking host system type
configure:2441: result: x86_64-apple-darwin11.3.0
configure:2521: checking for a BSD-compatible install
configure:2589: result: /usr/bin/install -c
configure:2600: checking whether build environment is sane
configure:2650: result: yes
configure:2791: checking for a thread-safe mkdir -p
configure:2830: result: ./install-sh -c -d
configure:2843: checking for gawk
configure:2873: result: no
configure:2843: checking for mawk
configure:2873: result: no
configure:2843: checking for nawk
configure:2873: result: no
configure:2843: checking for awk
configure:2859: found /usr/bin/awk
configure:2870: result: awk
configure:2881: checking whether make sets $(MAKE)
configure:2903: result: yes
configure:3032: checking for gcc
configure:3059: result: /usr/bin/clang
configure:3288: checking for C compiler version
configure:3297: /usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3308: $? = 0
configure:3297: /usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3308: $? = 0
configure:3297: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3308: $? = 1
configure:3297: /usr/bin/clang -qversion >&5
clang: error: no input files
configure:3308: $? = 1
configure:3328: checking whether the C compiler works
configure:3350: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3354: $? = 0
configure:3402: result: yes
configure:3405: checking for C compiler default output file name
configure:3407: result: a.out
configure:3413: checking for suffix of executables
configure:3420: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3424: $? = 0
configure:3446: result:
configure:3468: checking whether we are cross compiling
configure:3476: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3480: $? = 0
configure:3487: ./conftest
configure:3491: $? = 0
configure:3506: result: no
configure:3511: checking for suffix of object files
configure:3533: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3537: $? = 0
configure:3558: result: o
configure:3562: checking whether we are using the GNU C compiler
configure:3581: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3581: $? = 0
configure:3590: result: yes
configure:3599: checking whether /usr/bin/clang accepts -g
configure:3619: /usr/bin/clang -c -g conftest.c >&5
configure:3619: $? = 0
configure:3660: result: yes
configure:3677: checking for /usr/bin/clang option to accept ISO C89
configure:3741: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3741: $? = 0
configure:3754: result: none needed
configure:3785: checking for style of include used by make
configure:3813: result: GNU
configure:3838: checking dependency style of /usr/bin/clang
configure:3948: result: none
configure:3970: checking how to run the C preprocessor
configure:4001: /usr/bin/clang -E conftest.c
configure:4001: $? = 0
configure:4015: /usr/bin/clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4040: result: /usr/bin/clang -E
configure:4060: /usr/bin/clang -E conftest.c
configure:4060: $? = 0
configure:4074: /usr/bin/clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4104: checking for rm
configure:4122: found /bin/rm
configure:4135: result: /bin/rm
configure:4145: checking for mv
configure:4163: found /bin/mv
configure:4176: result: /bin/mv
configure:4186: checking for tar
configure:4204: found /usr/bin/tar
configure:4217: result: /usr/bin/tar
configure:4227: checking for perl
configure:4245: found /usr/bin/perl
configure:4258: result: /usr/bin/perl
configure:4268: checking for wget
configure:4299: result: /usr/bin/wget
configure:4309: checking for xmllint
configure:4327: found /usr/bin/xmllint
configure:4340: result: /usr/bin/xmllint
configure:4350: checking for xsltproc
configure:4368: found /usr/bin/xsltproc
configure:4381: result: /usr/bin/xsltproc
configure:4390: checking for function prototypes
configure:4393: result: yes
configure:4408: checking for grep that handles long lines and -e
configure:4466: result: /usr/bin/grep
configure:4471: checking for egrep
configure:4533: result: /usr/bin/grep -E
configure:4538: checking for ANSI C header files
configure:4558: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4558: $? = 0
configure:4631: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4631: $? = 0
configure:4631: ./conftest
configure:4631: $? = 0
configure:4642: result: yes
configure:4655: checking for sys/types.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for sys/stat.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for stdlib.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for string.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for memory.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for strings.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for inttypes.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for stdint.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4655: checking for unistd.h
configure:4655: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4655: $? = 0
configure:4655: result: yes
configure:4677: checking for string.h
configure:4677: result: yes
configure:5039: checking how to print strings
configure:5066: result: printf
configure:5087: checking for a sed that does not truncate output
configure:5151: result: /usr/bin/sed
configure:5169: checking for fgrep
configure:5231: result: /usr/bin/grep -F
configure:5266: checking for ld used by /usr/bin/clang
configure:5333: result: /usr/bin/clang
configure:5340: checking if the linker (/usr/bin/clang) is GNU ld
configure:5355: result: no
configure:5367: checking for BSD- or MS-compatible name lister (nm)
configure:5416: result: /usr/bin/nm
configure:5546: checking the name lister (/usr/bin/nm) interface
configure:5553: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:5556: /usr/bin/nm "conftest.o"
configure:5559: output
0000000000000000 S _some_variable
configure:5566: result: BSD nm
configure:5569: checking whether ln -s works
configure:5573: result: yes
configure:5581: checking the maximum length of command line arguments
configure:5706: result: 196608
configure:5723: checking whether the shell understands some XSI constructs
configure:5733: result: yes
configure:5737: checking whether the shell understands "+="
configure:5743: result: yes
configure:5778: checking for /usr/bin/clang option to reload object files
configure:5785: result: -r
configure:5854: checking for objdump
configure:5881: result: objdump
configure:5910: checking how to recognize dependent libraries
configure:6112: result: pass_all
configure:6172: checking for ar
configure:6188: found /usr/bin/ar
configure:6199: result: ar
configure:6277: checking for strip
configure:6293: found /usr/bin/strip
configure:6304: result: strip
configure:6376: checking for ranlib
configure:6392: found /usr/bin/ranlib
configure:6403: result: ranlib
configure:6505: checking command to parse /usr/bin/nm output from /usr/bin/clang object
configure:6623: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:6626: $? = 0
configure:6630: /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:6633: $? = 0
cannot find nm_test_var in conftest.nm
configure:6623: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:6626: $? = 0
configure:6630: /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:6633: $? = 0
configure:6687: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c conftstm.o >&5
configure:6690: $? = 0
configure:6728: result: ok
configure:6992: checking for dsymutil
configure:7008: found /usr/bin/dsymutil
configure:7019: result: dsymutil
configure:7084: checking for nmedit
configure:7100: found /usr/bin/nmedit
configure:7111: result: nmedit
configure:7176: checking for lipo
configure:7192: found /usr/bin/lipo
configure:7203: result: lipo
configure:7268: checking for otool
configure:7284: found /usr/bin/otool
configure:7295: result: otool
configure:7360: checking for otool64
configure:7390: result: no
configure:7435: checking for -single_module linker flag
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7462: result: yes
configure:7464: checking for -exported_symbols_list linker flag
configure:7484: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7484: $? = 0
configure:7494: result: yes
configure:7496: checking for -force_load linker flag
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7526: result: yes
configure:7565: checking for dlfcn.h
configure:7565: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:7565: $? = 0
configure:7565: result: yes
configure:7750: checking for objdir
configure:7765: result: .libs
configure:8036: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
configure:8054: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -fno-rtti -fno-exceptions conftest.c >&5
configure:8058: $? = 0
configure:8071: result: yes
configure:8091: checking for /usr/bin/clang option to produce PIC
configure:8376: result: -fno-common -DPIC
configure:8388: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
configure:8406: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -fno-common -DPIC -DPIC conftest.c >&5
configure:8410: $? = 0
configure:8423: result: yes
configure:8447: checking if /usr/bin/clang static flag -static works
configure:8475: result: no
configure:8490: checking if /usr/bin/clang supports -c -o file.o
configure:8511: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -o out/conftest2.o conftest.c >&5
configure:8515: $? = 0
configure:8537: result: yes
configure:8545: checking if /usr/bin/clang supports -c -o file.o
configure:8592: result: yes
configure:8625: checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries
configure:9700: result: yes
configure:9945: checking dynamic linker characteristics
configure:10626: result: darwin11.3.0 dyld
configure:10733: checking how to hardcode library paths into programs
configure:10758: result: immediate
configure:11298: checking whether stripping libraries is possible
configure:11312: result: yes
configure:11338: checking if libtool supports shared libraries
configure:11340: result: yes
configure:11343: checking whether to build shared libraries
configure:11364: result: yes
configure:11367: checking whether to build static libraries
configure:11371: result: yes
configure:11866: checking zlib.h usability
configure:11866: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:11866: $? = 0
configure:11866: result: yes
configure:11866: checking zlib.h presence
configure:11866: /usr/bin/clang -E conftest.c
configure:11866: $? = 0
configure:11866: result: yes
configure:11866: checking for zlib.h
configure:11866: result: yes
configure:11871: checking for gzread in -lz
configure:11896: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lz >&5
configure:11896: $? = 0
configure:11905: result: yes
configure:11944: checking for dirent.h that defines DIR
configure:11963: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:11963: $? = 0
configure:11971: result: yes
configure:11984: checking for library containing opendir
configure:12015: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12015: $? = 0
configure:12032: result: none required
configure:12099: checking for ANSI C header files
configure:12203: result: yes
configure:12213: checking fcntl.h usability
configure:12213: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12213: $? = 0
configure:12213: result: yes
configure:12213: checking fcntl.h presence
configure:12213: /usr/bin/clang -E conftest.c
configure:12213: $? = 0
configure:12213: result: yes
configure:12213: checking for fcntl.h
configure:12213: result: yes
configure:12225: checking for unistd.h
configure:12225: result: yes
configure:12237: checking ctype.h usability
configure:12237: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12237: $? = 0
configure:12237: result: yes
configure:12237: checking ctype.h presence
configure:12237: /usr/bin/clang -E conftest.c
configure:12237: $? = 0
configure:12237: result: yes
configure:12237: checking for ctype.h
configure:12237: result: yes
configure:12249: checking dirent.h usability
configure:12249: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12249: $? = 0
configure:12249: result: yes
configure:12249: checking dirent.h presence
configure:12249: /usr/bin/clang -E conftest.c
configure:12249: $? = 0
configure:12249: result: yes
configure:12249: checking for dirent.h
configure:12249: result: yes
configure:12261: checking errno.h usability
configure:12261: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12261: $? = 0
configure:12261: result: yes
configure:12261: checking errno.h presence
configure:12261: /usr/bin/clang -E conftest.c
configure:12261: $? = 0
configure:12261: result: yes
configure:12261: checking for errno.h
configure:12261: result: yes
configure:12273: checking malloc.h usability
configure:12273: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:68:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:12273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:12273: result: no
configure:12273: checking malloc.h presence
configure:12273: /usr/bin/clang -E conftest.c
conftest.c:35:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:12273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:12273: result: no
configure:12273: checking for malloc.h
configure:12273: result: no
configure:12285: checking stdarg.h usability
configure:12285: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12285: $? = 0
configure:12285: result: yes
configure:12285: checking stdarg.h presence
configure:12285: /usr/bin/clang -E conftest.c
configure:12285: $? = 0
configure:12285: result: yes
configure:12285: checking for stdarg.h
configure:12285: result: yes
configure:12297: checking for sys/stat.h
configure:12297: result: yes
configure:12309: checking for sys/types.h
configure:12309: result: yes
configure:12321: checking for stdint.h
configure:12321: result: yes
configure:12333: checking inttypes.h.h usability
configure:12333: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:72:10: fatal error: 'inttypes.h.h' file not found
#include <inttypes.h.h>
^
1 error generated.
configure:12333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <inttypes.h.h>
configure:12333: result: no
configure:12333: checking inttypes.h.h presence
configure:12333: /usr/bin/clang -E conftest.c
conftest.c:39:10: fatal error: 'inttypes.h.h' file not found
#include <inttypes.h.h>
^
1 error generated.
configure:12333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <inttypes.h.h>
configure:12333: result: no
configure:12333: checking for inttypes.h.h
configure:12333: result: no
configure:12345: checking time.h usability
configure:12345: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12345: $? = 0
configure:12345: result: yes
configure:12345: checking time.h presence
configure:12345: /usr/bin/clang -E conftest.c
configure:12345: $? = 0
configure:12345: result: yes
configure:12345: checking for time.h
configure:12345: result: yes
configure:12357: checking ansidecl.h usability
configure:12357: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:73:10: fatal error: 'ansidecl.h' file not found
#include <ansidecl.h>
^
1 error generated.
configure:12357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ansidecl.h>
configure:12357: result: no
configure:12357: checking ansidecl.h presence
configure:12357: /usr/bin/clang -E conftest.c
conftest.c:40:10: fatal error: 'ansidecl.h' file not found
#include <ansidecl.h>
^
1 error generated.
configure:12357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <ansidecl.h>
configure:12357: result: no
configure:12357: checking for ansidecl.h
configure:12357: result: no
configure:12369: checking ieeefp.h usability
configure:12369: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:73:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:12369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:12369: result: no
configure:12369: checking ieeefp.h presence
configure:12369: /usr/bin/clang -E conftest.c
conftest.c:40:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:12369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:12369: result: no
configure:12369: checking for ieeefp.h
configure:12369: result: no
configure:12381: checking nan.h usability
configure:12381: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:73:10: fatal error: 'nan.h' file not found
#include <nan.h>
^
1 error generated.
configure:12381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nan.h>
configure:12381: result: no
configure:12381: checking nan.h presence
configure:12381: /usr/bin/clang -E conftest.c
conftest.c:40:10: fatal error: 'nan.h' file not found
#include <nan.h>
^
1 error generated.
configure:12381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <nan.h>
configure:12381: result: no
configure:12381: checking for nan.h
configure:12381: result: no
configure:12393: checking math.h usability
configure:12393: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12393: $? = 0
configure:12393: result: yes
configure:12393: checking math.h presence
configure:12393: /usr/bin/clang -E conftest.c
configure:12393: $? = 0
configure:12393: result: yes
configure:12393: checking for math.h
configure:12393: result: yes
configure:12405: checking limits.h usability
configure:12405: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12405: $? = 0
configure:12405: result: yes
configure:12405: checking limits.h presence
configure:12405: /usr/bin/clang -E conftest.c
configure:12405: $? = 0
configure:12405: result: yes
configure:12405: checking for limits.h
configure:12405: result: yes
configure:12417: checking fp_class.h usability
configure:12417: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:75:10: fatal error: 'fp_class.h' file not found
#include <fp_class.h>
^
1 error generated.
configure:12417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fp_class.h>
configure:12417: result: no
configure:12417: checking fp_class.h presence
configure:12417: /usr/bin/clang -E conftest.c
conftest.c:42:10: fatal error: 'fp_class.h' file not found
#include <fp_class.h>
^
1 error generated.
configure:12417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <fp_class.h>
configure:12417: result: no
configure:12417: checking for fp_class.h
configure:12417: result: no
configure:12429: checking float.h usability
configure:12429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12429: $? = 0
configure:12429: result: yes
configure:12429: checking float.h presence
configure:12429: /usr/bin/clang -E conftest.c
configure:12429: $? = 0
configure:12429: result: yes
configure:12429: checking for float.h
configure:12429: result: yes
configure:12441: checking for stdlib.h
configure:12441: result: yes
configure:12453: checking for sys/socket.h
configure:12453: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12453: $? = 0
configure:12453: result: yes
configure:12469: checking for netinet/in.h
configure:12469: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12469: $? = 0
configure:12469: result: yes
configure:12485: checking for arpa/inet.h
configure:12485: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12485: $? = 0
configure:12485: result: yes
configure:12504: checking netdb.h usability
configure:12504: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12504: $? = 0
configure:12504: result: yes
configure:12504: checking netdb.h presence
configure:12504: /usr/bin/clang -E conftest.c
configure:12504: $? = 0
configure:12504: result: yes
configure:12504: checking for netdb.h
configure:12504: result: yes
configure:12516: checking sys/time.h usability
configure:12516: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12516: $? = 0
configure:12516: result: yes
configure:12516: checking sys/time.h presence
configure:12516: /usr/bin/clang -E conftest.c
configure:12516: $? = 0
configure:12516: result: yes
configure:12516: checking for sys/time.h
configure:12516: result: yes
configure:12528: checking sys/select.h usability
configure:12528: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12528: $? = 0
configure:12528: result: yes
configure:12528: checking sys/select.h presence
configure:12528: /usr/bin/clang -E conftest.c
configure:12528: $? = 0
configure:12528: result: yes
configure:12528: checking for sys/select.h
configure:12528: result: yes
configure:12540: checking poll.h usability
configure:12540: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12540: $? = 0
configure:12540: result: yes
configure:12540: checking poll.h presence
configure:12540: /usr/bin/clang -E conftest.c
configure:12540: $? = 0
configure:12540: result: yes
configure:12540: checking for poll.h
configure:12540: result: yes
configure:12552: checking sys/mman.h usability
configure:12552: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12552: $? = 0
configure:12552: result: yes
configure:12552: checking sys/mman.h presence
configure:12552: /usr/bin/clang -E conftest.c
configure:12552: $? = 0
configure:12552: result: yes
configure:12552: checking for sys/mman.h
configure:12552: result: yes
configure:12564: checking sys/timeb.h usability
configure:12564: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12564: $? = 0
configure:12564: result: yes
configure:12564: checking sys/timeb.h presence
configure:12564: /usr/bin/clang -E conftest.c
configure:12564: $? = 0
configure:12564: result: yes
configure:12564: checking for sys/timeb.h
configure:12564: result: yes
configure:12576: checking signal.h usability
configure:12576: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12576: $? = 0
configure:12576: result: yes
configure:12576: checking signal.h presence
configure:12576: /usr/bin/clang -E conftest.c
configure:12576: $? = 0
configure:12576: result: yes
configure:12576: checking for signal.h
configure:12576: result: yes
configure:12588: checking for arpa/nameser.h
configure:12588: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12588: $? = 0
configure:12588: result: yes
configure:12604: checking for resolv.h
configure:12604: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12604: $? = 0
configure:12604: result: yes
configure:12626: checking dl.h usability
configure:12626: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:89:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:12626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:12626: result: no
configure:12626: checking dl.h presence
configure:12626: /usr/bin/clang -E conftest.c
conftest.c:56:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:12626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:12626: result: no
configure:12626: checking for dl.h
configure:12626: result: no
configure:12638: checking for dlfcn.h
configure:12638: result: yes
configure:12654: checking for strftime
configure:12654: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12654: $? = 0
configure:12654: result: yes
configure:12710: checking for strdup
configure:12710: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12710: $? = 0
configure:12710: result: yes
configure:12710: checking for strndup
configure:12710: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12710: $? = 0
configure:12710: result: yes
configure:12710: checking for strerror
configure:12710: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12710: $? = 0
configure:12710: result: yes
configure:12722: checking for finite
configure:12722: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12722: $? = 0
configure:12722: result: yes
configure:12722: checking for isnand
configure:12722: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_isnand", referenced from:
_main in conftest-hAXsUO.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define isnand to an innocuous variant, in case <limits.h> declares isnand.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isnand innocuous_isnand
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isnand (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef isnand
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char isnand ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_isnand || defined __stub___isnand
| choke me
| #endif
|
| int
| main ()
| {
| return isnand ();
| ;
| return 0;
| }
configure:12722: result: no
configure:12722: checking for fp_class
configure:12722: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_fp_class", referenced from:
_main in conftest-WitThC.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fp_class to an innocuous variant, in case <limits.h> declares fp_class.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fp_class innocuous_fp_class
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fp_class (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fp_class
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fp_class ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fp_class || defined __stub___fp_class
| choke me
| #endif
|
| int
| main ()
| {
| return fp_class ();
| ;
| return 0;
| }
configure:12722: result: no
configure:12722: checking for class
configure:12722: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_class", referenced from:
_main in conftest-xI02oi.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define class to an innocuous variant, in case <limits.h> declares class.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define class innocuous_class
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char class (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef class
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char class ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_class || defined __stub___class
| choke me
| #endif
|
| int
| main ()
| {
| return class ();
| ;
| return 0;
| }
configure:12722: result: no
configure:12722: checking for fpclass
configure:12722: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_fpclass", referenced from:
_main in conftest-id0foe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpclass innocuous_fpclass
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpclass (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpclass
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fpclass ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fpclass || defined __stub___fpclass
| choke me
| #endif
|
| int
| main ()
| {
| return fpclass ();
| ;
| return 0;
| }
configure:12722: result: no
configure:12734: checking for strftime
configure:12734: result: yes
configure:12734: checking for localtime
configure:12734: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12734: $? = 0
configure:12734: result: yes
configure:12734: checking for gettimeofday
configure:12734: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12734: $? = 0
configure:12734: result: yes
configure:12734: checking for ftime
configure:12734: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12734: $? = 0
configure:12734: result: yes
configure:12746: checking for stat
configure:12746: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12746: $? = 0
configure:12746: result: yes
configure:12746: checking for _stat
configure:12746: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"__stat", referenced from:
_main in conftest-Q11snj.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| /* end confdefs.h. */
| /* Define _stat to an innocuous variant, in case <limits.h> declares _stat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _stat innocuous__stat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _stat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _stat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__stat || defined __stub____stat
| choke me
| #endif
|
| int
| main ()
| {
| return _stat ();
| ;
| return 0;
| }
configure:12746: result: no
configure:12746: checking for signal
configure:12746: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12746: $? = 0
configure:12746: result: yes
configure:12759: checking for printf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for sprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for fprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for snprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for vfprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for vsprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for vsnprintf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12759: checking for sscanf
configure:12759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12759: $? = 0
configure:12759: result: yes
configure:12771: checking for va_copy
configure:12785: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12785: $? = 0
configure:12792: result: yes
configure:12829: checking for library containing gethostent
configure:12860: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12860: $? = 0
configure:12877: result: none required
configure:12885: checking for library containing setsockopt
configure:12916: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12916: $? = 0
configure:12933: result: none required
configure:12941: checking for library containing connect
configure:12972: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12972: $? = 0
configure:12989: result: none required
configure:12998: checking for type of socket length (socklen_t)
configure:13012: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13015: result: socklen_t *
configure:13085: checking whether to enable IPv6
configure:13117: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13117: $? = 0
configure:13124: result: yes
configure:13133: checking struct sockaddr::ss_family
configure:13152: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13152: $? = 0
configure:13159: result: yes
configure:13204: checking for getaddrinfo
configure:13204: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13204: $? = 0
configure:13204: result: yes
configure:13265: checking for isnan
configure:13265: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13265: $? = 0
configure:13265: result: yes
configure:13316: checking for isinf
configure:13316: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13316: $? = 0
configure:13316: result: yes
configure:13623: checking for shl_load
configure:13623: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-T93J8H.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13623: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6 /**/
| #define HAVE_GETADDRINFO /**/
| #define HAVE_ISNAN /**/
| #define HAVE_ISINF /**/
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13623: result: no
configure:13628: checking for shl_load in -ldld
configure:13653: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6 /**/
| #define HAVE_GETADDRINFO /**/
| #define HAVE_ISNAN /**/
| #define HAVE_ISINF /**/
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13662: result: no
configure:13670: checking for dlopen
configure:13670: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
configure:13670: $? = 0
configure:13670: result: yes
configure:13816: checking pthread.h usability
configure:13816: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
configure:13816: $? = 0
configure:13816: result: yes
configure:13816: checking pthread.h presence
configure:13816: /usr/bin/clang -E conftest.c
configure:13816: $? = 0
configure:13816: result: yes
configure:13816: checking for pthread.h
configure:13816: result: yes
configure:13818: checking for pthread_join in -lpthread
configure:13843: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c -lpthread >&5
configure:13843: $? = 0
configure:13852: result: yes
configure:14327: checking iconv.h usability
configure:14327: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
configure:14327: $? = 0
configure:14327: result: yes
configure:14327: checking iconv.h presence
configure:14327: /usr/bin/clang -E conftest.c
configure:14327: $? = 0
configure:14327: result: yes
configure:14327: checking for iconv.h
configure:14327: result: yes
configure:14329: checking for iconv
configure:14345: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in conftest-lGO6dy.o
"_iconv", referenced from:
_main in conftest-lGO6dy.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14345: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libxml2"
| #define VERSION "2.7.8"
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #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_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_FINITE 1
| #define HAVE_STRFTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| #define HAVE_STAT 1
| #define HAVE_SIGNAL 1
| #define HAVE_PRINTF 1
| #define HAVE_SPRINTF 1
| #define HAVE_FPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSCANF 1
| #define HAVE_VA_COPY 1
| #define XML_SOCKLEN_T socklen_t
| #define SUPPORT_IP6 /**/
| #define HAVE_GETADDRINFO /**/
| #define HAVE_ISNAN /**/
| #define HAVE_ISINF /**/
| #define HAVE_DLOPEN /**/
| #define HAVE_LIBPTHREAD /**/
| #define HAVE_PTHREAD_H /**/
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
|
| iconv_t cd = iconv_open ("","");
| iconv (cd, NULL, NULL, NULL, NULL);
| ;
| return 0;
| }
configure:14352: result: no
configure:14354: checking for iconv in -liconv
configure:14376: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c -liconv >&5
configure:14376: $? = 0
configure:14378: result: yes
configure:14401: checking for iconv declaration
configure:14429: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls conftest.c >&5
configure:14429: $? = 0
configure:14440: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:14778: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on WizardRobe.local
config.status:1268: creating libxml2.spec
config.status:1268: creating Makefile
config.status:1268: creating include/Makefile
config.status:1268: creating include/libxml/Makefile
config.status:1268: creating doc/Makefile
config.status:1268: creating doc/examples/Makefile
config.status:1268: creating doc/devhelp/Makefile
config.status:1268: creating example/Makefile
config.status:1268: creating python/Makefile
config.status:1268: creating python/tests/Makefile
config.status:1268: creating xstc/Makefile
config.status:1268: creating include/libxml/xmlversion.h
config.status:1268: creating xml2-config
config.status:1268: creating libxml-2.0.pc
config.status:1268: creating libxml-2.0-uninstalled.pc
config.status:1268: creating python/setup.py
config.status:1268: creating config.h
config.status:1496: executing depfiles commands
config.status:1496: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run automake-1.11'
AWK='awk'
BASE_THREAD_LIBS=''
C14N_OBJ='c14n.c'
CATALOG_OBJ='catalog.o'
CC='/usr/bin/clang'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls'
CPP='/usr/bin/clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
CYGWIN_EXTRA_LDFLAGS=''
CYGWIN_EXTRA_PYTHON_LIBADD=''
DEBUG_OBJ='debugXML.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOCB_OBJ='DOCBparser.o'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FTP_OBJ='nanoftp.o'
GREP='/usr/bin/grep'
HAVE_ISINF=''
HAVE_ISNAN=''
HTML_DIR='$(datadir)/doc/$(PACKAGE)-$(VERSION)/html'
HTML_OBJ='HTMLparser.o HTMLtree.o'
HTTP_OBJ='nanohttp.o'
ICONV_LIBS=' -liconv'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/clang'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_MAJOR_VERSION='2'
LIBXML_MICRO_VERSION='8'
LIBXML_MINOR_VERSION='7'
LIBXML_VERSION='2.7.8'
LIBXML_VERSION_EXTRA=''
LIBXML_VERSION_INFO='9:8:7'
LIBXML_VERSION_NUMBER='20708'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
MODULE_EXTENSION='.so'
MODULE_PLATFORM_LIBS=''
MV='/bin/mv'
M_LIBS='-lm'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='libxml2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PYTHON='/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
PYTHON_INCLUDES='/usr/include/python2.7'
PYTHON_LIBS='-L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -ldl -framework CoreFoundation -lpython2.7 -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python'
PYTHON_SITE_PACKAGES='/Library/Python/2.7/site-packages'
PYTHON_SUBDIR='python'
PYTHON_TESTS=' RelaxNGPythonTests SchemasPythonTests'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
RDL_LIBS=''
READER_TEST='Readertests'
REBUILD_DOCS_FALSE=''
REBUILD_DOCS_TRUE='#'
RELDATE='Fri May 4 2012'
RM='/bin/rm'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BINARIES=''
STRIP='strip'
TAR='/usr/bin/tar'
TEST_C14N='C14Ntests'
TEST_CATALOG='Catatests'
TEST_DEBUG='Scripttests'
TEST_HTML='HTMLtests'
TEST_MODULES='ModuleTests'
TEST_PATTERN='Patterntests'
TEST_PHTML='HTMLPushtests'
TEST_PUSH='XMLPushtests'
TEST_REGEXPS='Regexptests Automatatests'
TEST_SAX='SAXtests'
TEST_SCHEMAS='Schemastests Relaxtests'
TEST_SCHEMATRON='Schematrontests'
TEST_THREADS='Threadtests'
TEST_VALID='Validtests'
TEST_VTIME='VTimingtests'
TEST_XINCLUDE='XIncludetests'
TEST_XPATH='XPathtests'
TEST_XPTR='XPtrtests'
THREADS_W32=''
THREAD_CFLAGS=' -D_REENTRANT'
THREAD_LIBS='-lpthread'
U=''
USE_VERSION_SCRIPT_FALSE='#'
USE_VERSION_SCRIPT_TRUE=''
VERSION='2.7.8'
VERSION_SCRIPT_FLAGS=''
WGET='/usr/bin/wget'
WIN32_EXTRA_LDFLAGS=''
WIN32_EXTRA_LIBADD=''
WIN32_EXTRA_PYTHON_LIBADD=''
WITH_C14N='1'
WITH_CATALOG='1'
WITH_DEBUG='1'
WITH_DOCB='1'
WITH_FTP='1'
WITH_HTML='1'
WITH_HTTP='1'
WITH_ICONV='1'
WITH_ICU='0'
WITH_ISO8859X='1'
WITH_LEGACY='1'
WITH_MEM_DEBUG='0'
WITH_MODULES='1'
WITH_OUTPUT='1'
WITH_PATTERN='1'
WITH_PUSH='1'
WITH_PYTHON_FALSE='#'
WITH_PYTHON_TRUE=''
WITH_READER='1'
WITH_REGEXPS='1'
WITH_RUN_DEBUG='0'
WITH_SAX1='1'
WITH_SCHEMAS='1'
WITH_SCHEMATRON='1'
WITH_THREADS='1'
WITH_TREE='1'
WITH_TRIO='0'
WITH_TRIO_SOURCES_FALSE=''
WITH_TRIO_SOURCES_TRUE='#'
WITH_VALID='1'
WITH_WRITER='1'
WITH_XINCLUDE='1'
WITH_XPATH='1'
WITH_XPTR='1'
WITH_ZLIB='1'
XINCLUDE_OBJ='xinclude.o'
XMLLINT='/usr/bin/xmllint'
XML_CFLAGS=''
XML_INCLUDEDIR='-I${includedir}/libxml2'
XML_LIBDIR='-L${libdir}'
XML_LIBS='-lxml2 -lz -lpthread -liconv -lm '
XML_LIBTOOLLIBS='libxml2.la'
XPATH_OBJ='xpath.o'
XPTR_OBJ='xpointer.o'
XSLTPROC='/usr/bin/xsltproc'
Z_CFLAGS=''
Z_LIBS='-lz'
ac_ct_CC='/usr/bin/clang'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_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.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin11.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-libxml2-2.7.8-VUcC/libxml2-2.7.8/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libxml2/2.7.8'
program_transform_name='s,x,x,'
psdir='${docdir}'
pythondir='$(PYTHON_SITE_PACKAGES)'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libxml2"
#define VERSION "2.7.8"
#define PROTOTYPES 1
#define __PROTOTYPES 1
#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_STRING_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ZLIB_H 1
#define HAVE_LIBZ 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CTYPE_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_TIME_H 1
#define HAVE_MATH_H 1
#define HAVE_LIMITS_H 1
#define HAVE_FLOAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_RESOLV_H 1
#define HAVE_DLFCN_H 1
#define HAVE_STRFTIME 1
#define HAVE_STRDUP 1
#define HAVE_STRNDUP 1
#define HAVE_STRERROR 1
#define HAVE_FINITE 1
#define HAVE_STRFTIME 1
#define HAVE_LOCALTIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FTIME 1
#define HAVE_STAT 1
#define HAVE_SIGNAL 1
#define HAVE_PRINTF 1
#define HAVE_SPRINTF 1
#define HAVE_FPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VFPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SSCANF 1
#define HAVE_VA_COPY 1
#define XML_SOCKLEN_T socklen_t
#define SUPPORT_IP6 /**/
#define HAVE_GETADDRINFO /**/
#define HAVE_ISNAN /**/
#define HAVE_ISINF /**/
#define HAVE_DLOPEN /**/
#define HAVE_LIBPTHREAD /**/
#define HAVE_PTHREAD_H /**/
#define ICONV_CONST
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment