The build took 00h 08m 44s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
151,057 |
ansic |
10,124 |
sh |
3,422 |
java |
3,394 |
cpp |
3,136 |
php |
2,088 |
perl |
1,587 |
ruby |
1,511 |
python |
1,031 |
makefile |
553 |
jsp |
181 |
asm |
1 |
tcl |
178,085 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: pdflib-lite 7.0.5p3-3 (Thu Apr 13 13:24:00 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking MACHDEP... linux4
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ANSI C... none needed
checking how to run the C preprocessor... clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-unknown-linux-g++... clang++
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C++ preprocessor... clang++ -E
checking for x86_64-unknown-linux-g77... no
checking for x86_64-unknown-linux-f77... no
checking for x86_64-unknown-linux-xlf... no
checking for x86_64-unknown-linux-frt... no
checking for x86_64-unknown-linux-pgf77... no
checking for x86_64-unknown-linux-fort77... no
checking for x86_64-unknown-linux-fl32... no
checking for x86_64-unknown-linux-af77... no
checking for x86_64-unknown-linux-f90... no
checking for x86_64-unknown-linux-xlf90... no
checking for x86_64-unknown-linux-pgf90... no
checking for x86_64-unknown-linux-epcf90... no
checking for x86_64-unknown-linux-f95... no
checking for x86_64-unknown-linux-fort... no
checking for x86_64-unknown-linux-xlf95... no
checking for x86_64-unknown-linux-ifc... no
checking for x86_64-unknown-linux-efc... no
checking for x86_64-unknown-linux-pgf95... no
checking for x86_64-unknown-linux-lf95... no
checking for x86_64-unknown-linux-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for objdir... .libs
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC
checking if clang PIC flag -fPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC
checking if clang++ PIC flag -fPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 static flag -static works... no
checking if f95 supports -c -o file.o... yes
checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for Java header files... not found
checking for perl... perl
checking for Perl header file... /usr/lib/perl5/core_perl/CORE/perl.h
checking for Python header files... not found
checking for python... python
checking for ruby... ruby
checking for Ruby header files... not found
checking for Tcl header files... not found
checking whether byte ordering is bigendian... no
checking for PDF import library PDI... not found
checking for PDFlib PLOP (PDF Linearization, Optimization, Privacy)... not found
checking for PDFlib base library pdflib... found
checking for pCOS... not found
checking for PDFlib TET... not found
checking for PDFlib PDPAGE... not found
checking for PDFlib lib CL... not found
checking for x86_64-unknown-linux-g++... (cached) clang++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking whether the previously found C++ compiler works... yes
configure: creating ./config.status
config.status: creating pdflib-config
config.status: creating config/mkbind.inc
config.status: creating config/mkcommon.inc
config.status: creating config/mklibs.inc
config.status: creating config/mkmainlib.inc
config.status: creating config/mkprogs.inc
config.status: creating config/mkpsubdirs.inc
config.status: creating config/mksubdirs.inc
config.status: executing default commands
_____________________________________________________________
For your convenience, here's a summary of configure's results:
Support for shared libraries: yes
C++ language binding for PDFlib: yes
Java language binding for PDFlib: no
Perl language binding for PDFlib: yes
Python language binding for PDFlib: no
Ruby language binding for PDFlib: no
Tcl language binding for PDFlib: no
PDF import library (PDI): no
Large file support: yes
Note: if you purchase the additional PDF import library (PDI)
you can also manipulate existing PDF documents with PDFlib.
The additional block feature can be used to personalize PDF.
See http://www.pdflib.com for details.
Please observe the licensing terms for commercial PDFlib usage.
PDFlib license agreement and purchase order can be found in the doc directory.
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdcore'
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_aes.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_aescbc.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_arc4.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_chartabs.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_contain.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_core.c
pc_core.c:968:41: warning: address of array 'pdc->pr->apiname' will always evaluate to 'true' [-Wpointer-bool-conversion]
(pdc->pr->errnum == 0 || !pdc->pr->apiname) ? "" : pdc->pr->apiname,
~~~~~~~~~~^~~~~~~
1 warning generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_crypt.c
pc_crypt.c:26:13: warning: unused function 'pdc_pd_crypt_c' [-Wunused-function]
static void pdc_pd_crypt_c(void) {}
^
1 warning generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_ctype.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_digsig.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_ebcdic.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_encoding.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_file.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_geom.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_md5.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_optparse.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_output.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_resource.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_scan.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_scope.c
pc_scope.c:25:13: warning: unused function 'pdc_check_scope_core' [-Wunused-function]
static void pdc_check_scope_core(void) {}
^
1 warning generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_string.c
pc_string.c:283:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ((pos < 0) || (len < 0) || (pos > src->len) || ((pos + len) > src->len))
~~~ ^ ~
pc_string.c:283:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ((pos < 0) || (len < 0) || (pos > src->len) || ((pos + len) > src->len))
~~~ ^ ~
pc_string.c:297:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ((pos < 0) || (len < 0) || (pos > src->len) || ((pos + len) > src->len))
~~~ ^ ~
pc_string.c:297:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ((pos < 0) || (len < 0) || (pos > src->len) || ((pos + len) > src->len))
~~~ ^ ~
4 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_unicode.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_util.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/pdflib -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pc_xmp.c
../../libtool --silent --mode=link clang -o ../../libs/pdcore/libpdcore.la ./pc_aes.lo ./pc_aescbc.lo ./pc_arc4.lo ./pc_chartabs.lo ./pc_contain.lo ./pc_core.lo ./pc_crypt.lo ./pc_ctype.lo ./pc_digsig.lo ./pc_ebcdic.lo ./pc_encoding.lo ./pc_file.lo ./pc_geom.lo ./pc_md5.lo ./pc_optparse.lo ./pc_output.lo ./pc_resource.lo ./pc_scan.lo ./pc_scope.lo ./pc_string.lo ./pc_unicode.lo ./pc_util.lo ./pc_xmp.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdcore'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/font'
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_cid.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_corefont.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_font.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_hostfont.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_pdffont.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_truetype.c
../../libtool --silent --mode=compile clang -c -I../../libs/font -I../../libs/pdcore -I../../libs/flate -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall ft_type1.c
../../libtool --silent --mode=link clang -o ../../libs/font/libfont.la ./ft_cid.lo ./ft_corefont.lo ./ft_font.lo ./ft_hostfont.lo ./ft_pdffont.lo ./ft_truetype.lo ./ft_type1.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/font'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/flate'
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall adler32.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall compress.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall crc32.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall deflate.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall inffast.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall inflate.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall inftrees.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall trees.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall uncompr.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall zutil.c
../../libtool --silent --mode=link clang -o ../../libs/flate/libz.la ./adler32.lo ./compress.lo ./crc32.lo ./deflate.lo ./inffast.lo ./inflate.lo ./inftrees.lo ./trees.lo ./uncompr.lo ./zutil.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/flate'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/png'
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall png.c
png.c:700:12: warning: explicitly assigning value of variable of type 'png_structp' (aka 'struct png_struct_def *') to itself [-Wself-assign]
png_ptr = png_ptr; /* silence compiler warning about unused png_ptr */
~~~~~~~ ^ ~~~~~~~
png.c:719:12: warning: explicitly assigning value of variable of type 'png_structp' (aka 'struct png_struct_def *') to itself [-Wself-assign]
png_ptr = png_ptr; /* silence compiler warning about unused png_ptr */
~~~~~~~ ^ ~~~~~~~
png.c:727:12: warning: explicitly assigning value of variable of type 'png_structp' (aka 'struct png_struct_def *') to itself [-Wself-assign]
png_ptr = png_ptr; /* silence compiler warning about unused png_ptr */
~~~~~~~ ^ ~~~~~~~
png.c:735:12: warning: explicitly assigning value of variable of type 'png_structp' (aka 'struct png_struct_def *') to itself [-Wself-assign]
png_ptr = png_ptr; /* silence compiler warning about unused png_ptr */
~~~~~~~ ^ ~~~~~~~
4 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngset.c
pngset.c:1219:15: warning: explicitly assigning value of variable of type 'png_uint_32' (aka 'unsigned long') to itself [-Wself-assign]
asm_flags = asm_flags; /* Quiet the compiler */
~~~~~~~~~ ^ ~~~~~~~~~
pngset.c:1232:28: warning: explicitly assigning value of variable of type 'png_byte' (aka 'unsigned char') to itself [-Wself-assign]
mmx_bitdepth_threshold = mmx_bitdepth_threshold;
~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
pngset.c:1233:28: warning: explicitly assigning value of variable of type 'png_uint_32' (aka 'unsigned long') to itself [-Wself-assign]
mmx_rowbytes_threshold = mmx_rowbytes_threshold;
~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngget.c
pngget.c:853:16: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
flag_select=flag_select;
~~~~~~~~~~~^~~~~~~~~~~~
pngget.c:863:16: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
flag_select=flag_select;
~~~~~~~~~~~^~~~~~~~~~~~
2 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngrutil.c
pngrutil.c:620:13: warning: explicitly assigning value of variable of type 'png_infop' (aka 'struct png_info_struct *') to itself [-Wself-assign]
info_ptr = info_ptr; /* quiet compiler warnings about unused info_ptr */
~~~~~~~~ ^ ~~~~~~~~
1 warning generated.
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngtrans.c
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngread.c
pngread.c:1468:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
transforms = transforms; /* quiet compiler warnings */
~~~~~~~~~~ ^ ~~~~~~~~~~
pngread.c:1469:11: warning: explicitly assigning value of variable of type 'z_voidp' (aka 'void *') to itself [-Wself-assign]
params = params;
~~~~~~ ^ ~~~~~~
2 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngrio.c
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngrtran.c
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngmem.c
../../libtool --silent --mode=compile clang -c -I../../libs/flate -I../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pngerror.c
pngerror.c:272:18: warning: explicitly assigning value of variable of type 'png_const_charp' (aka 'const char *') to itself [-Wself-assign]
error_message = error_message; /* make compiler happy */
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~
pngerror.c:318:20: warning: explicitly assigning value of variable of type 'png_const_charp' (aka 'const char *') to itself [-Wself-assign]
warning_message = warning_message; /* make compiler happy */
~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
pngerror.c:320:12: warning: explicitly assigning value of variable of type 'png_structp' (aka 'struct png_struct_def *') to itself [-Wself-assign]
png_ptr = png_ptr; /* make compiler happy */
~~~~~~~ ^ ~~~~~~~
3 warnings generated.
../../libtool --silent --mode=link clang -o ../../libs/png/libpng.la ./png.lo ./pngset.lo ./pngget.lo ./pngrutil.lo ./pngtrans.lo ./pngread.lo ./pngrio.lo ./pngrtran.lo ./pngmem.lo ./pngerror.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/png'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/tiff'
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_auxx.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_close.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_codec.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_color.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_compress.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_dir.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_dirinfo.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_dirread.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_dirwrite.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_dumpmode.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_error.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_extension.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_fax3.c
tif_fax3.c:721:28: warning: unused variable 'zeroruns' [-Wunused-const-variable]
static const unsigned char zeroruns[256] = {
^
tif_fax3.c:739:28: warning: unused variable 'oneruns' [-Wunused-const-variable]
static const unsigned char oneruns[256] = {
^
tif_fax3.c:946:25: warning: unused variable 'horizcode' [-Wunused-const-variable]
static const tableentry horizcode =
^
tif_fax3.c:948:25: warning: unused variable 'passcode' [-Wunused-const-variable]
static const tableentry passcode =
^
tif_fax3.c:950:25: warning: unused variable 'vcodes' [-Wunused-const-variable]
static const tableentry vcodes[7] = {
^
5 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_fax3sm.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_flush.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_getimage.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_jpeg.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_luv.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_lzw.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_next.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_ojpeg.c
tif_ojpeg.c:2200:5: warning: cast to 'uint16 *' (aka 'unsigned short *') from smaller integer type 'int' [-Wint-to-pointer-cast]
((uint16*)sp->cinfo.d.Ss)[i2];
^
tif_ojpeg.c:2224:5: warning: cast to 'uint16 *' (aka 'unsigned short *') from smaller integer type 'int' [-Wint-to-pointer-cast]
((uint16*)sp->cinfo.d.Al)[i2];
^
tif_ojpeg.c:2707:30: warning: comparison of constant 0 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if ((SeekOK(tif,0) < 0) || !ReadOK(tif,tif->tif_base,tif->tif_size))
~~~~~~~~~~~~~ ^ ~
3 warnings generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_open.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_packbits.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_predict.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_print.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_read.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_strip.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_swab.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_tile.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_unix.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_version.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_warning.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_write.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdcore -I../../libs/flate -I../../libs/jpeg -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall tif_zip.c
../../libtool --silent --mode=link clang -o ../../libs/tiff/libtiff.la ./tif_auxx.lo ./tif_close.lo ./tif_codec.lo ./tif_color.lo ./tif_compress.lo ./tif_dir.lo ./tif_dirinfo.lo ./tif_dirread.lo ./tif_dirwrite.lo ./tif_dumpmode.lo ./tif_error.lo ./tif_extension.lo ./tif_fax3.lo ./tif_fax3sm.lo ./tif_flush.lo ./tif_getimage.lo ./tif_jpeg.lo ./tif_luv.lo ./tif_lzw.lo ./tif_next.lo ./tif_ojpeg.lo ./tif_open.lo ./tif_packbits.lo ./tif_predict.lo ./tif_print.lo ./tif_read.lo ./tif_strip.lo ./tif_swab.lo ./tif_tile.lo ./tif_unix.lo ./tif_version.lo ./tif_warning.lo ./tif_write.lo ./tif_zip.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/tiff'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/jpeg'
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcapimin.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcapistd.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jccoefct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jccolor.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcdctmgr.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jchuff.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcinit.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcmainct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcmarker.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcmaster.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcomapi.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcparam.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcphuff.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcprepct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jcsample.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jctrans.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdapimin.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdapistd.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdatadst.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdatasrc.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdcoefct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdcolor.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jddctmgr.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdhuff.c
jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
15 warnings generated.
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdinput.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdmainct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdmarker.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdmaster.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdmerge.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdphuff.c
jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
15 warnings generated.
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdpostct.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdsample.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jdtrans.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jerror.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jfdctflt.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jfdctfst.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jfdctint.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jidctflt.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jidctfst.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jidctint.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jidctred.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jmemmgr.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jmemnobs.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jquant1.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jquant2.c
../../libtool --silent --mode=compile clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall jutils.c
../../libtool --silent --mode=link clang -o ../../libs/jpeg/libjpeg.la ./jcapimin.lo ./jcapistd.lo ./jccoefct.lo ./jccolor.lo ./jcdctmgr.lo ./jchuff.lo ./jcinit.lo ./jcmainct.lo ./jcmarker.lo ./jcmaster.lo ./jcomapi.lo ./jcparam.lo ./jcphuff.lo ./jcprepct.lo ./jcsample.lo ./jctrans.lo ./jdapimin.lo ./jdapistd.lo ./jdatadst.lo ./jdatasrc.lo ./jdcoefct.lo ./jdcolor.lo ./jddctmgr.lo ./jdhuff.lo ./jdinput.lo ./jdmainct.lo ./jdmarker.lo ./jdmaster.lo ./jdmerge.lo ./jdphuff.lo ./jdpostct.lo ./jdsample.lo ./jdtrans.lo ./jerror.lo ./jfdctflt.lo ./jfdctfst.lo ./jfdctint.lo ./jidctflt.lo ./jidctfst.lo ./jidctint.lo ./jidctred.lo ./jmemmgr.lo ./jmemnobs.lo ./jquant1.lo ./jquant2.lo ./jutils.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/jpeg'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdflib'
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_3d.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_actions.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_afm.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_annots.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_block.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_bmp.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_ccitt.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_cid.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_color.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_document.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_draw.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_encoding.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_fields.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_filter.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_font.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_gif.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_gstate.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_hyper.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_icc.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_icclib.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_image.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_jpeg.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_jpx.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_kerning.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_layer.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_mbox.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_object.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_opi.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_page.c
p_page.c:1406:25: warning: unused variable 'pdf_sepinfo_options' [-Wunused-const-variable]
static const pdc_defopt pdf_sepinfo_options[] =
^
1 warning generated.
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_params.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_pattern.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_pdi.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_pfm.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_photoshp.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_png.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_shading.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_subsett.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_table.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_tagged.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_template.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_text.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_textflow.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_tiff.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_truetype.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_type1.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_type3.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_util.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_xgstate.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall p_xmp.c
../../libtool --silent --mode=link clang -o ../../libs/pdflib/libpdf_.la ./p_3d.lo ./p_actions.lo ./p_afm.lo ./p_annots.lo ./p_block.lo ./p_bmp.lo ./p_ccitt.lo ./p_cid.lo ./p_color.lo ./p_document.lo ./p_draw.lo ./p_encoding.lo ./p_fields.lo ./p_filter.lo ./p_font.lo ./p_gif.lo ./p_gstate.lo ./p_hyper.lo ./p_icc.lo ./p_icclib.lo ./p_image.lo ./p_jpeg.lo ./p_jpx.lo ./p_kerning.lo ./p_layer.lo ./p_mbox.lo ./p_object.lo ./p_opi.lo ./p_page.lo ./p_params.lo ./p_pattern.lo ./p_pdi.lo ./p_pfm.lo ./p_photoshp.lo ./p_png.lo ./p_shading.lo ./p_subsett.lo ./p_table.lo ./p_tagged.lo ./p_template.lo ./p_text.lo ./p_textflow.lo ./p_tiff.lo ./p_truetype.lo ./p_type1.lo ./p_type3.lo ./p_util.lo ./p_xgstate.lo ./p_xmp.lo
ar: `u' modifier ignored since `D' is the default (see `U')
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pdflib.c
../../libtool --silent --mode=link clang -o libpdf.la -rpath /usr/lib -version-info 6:5:0 ./pdflib.lo ../../libs/pdflib/libpdf_.la ../../libs/font/libfont.la ../../libs/pdcore/libpdcore.la ../../libs/png/libpng.la ../../libs/flate/libz.la ../../libs/tiff/libtiff.la ../../libs/jpeg/libjpeg.la -lm -export-dynamic
ar: `u' modifier ignored since `D' is the default (see `U')
../../libtool --silent --mode=link clang -o libs_libpdf.la ./pdflib.lo ../../libs/pdflib/libpdf_.la ../../libs/font/libfont.la ../../libs/pdcore/libpdcore.la ../../libs/png/libpng.la ../../libs/flate/libz.la ../../libs/tiff/libtiff.la ../../libs/jpeg/libjpeg.la -lm
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
make[3]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall hello.c
../../../libtool --silent --mode=link clang -static -o hello hello.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall image.c
../../../libtool --silent --mode=link clang -static -o image image.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pdfclock.c
../../../libtool --silent --mode=link clang -static -o pdfclock pdfclock.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall chartab.c
../../../libtool --silent --mode=link clang -static -o chartab chartab.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall invoice.c
../../../libtool --silent --mode=link clang -static -o invoice invoice.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall businesscard.c
../../../libtool --silent --mode=link clang -static -o businesscard businesscard.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
../../../libtool --silent --mode=compile clang -c -I../../../libs/pdflib -I../../../libs/pdcore -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall quickreference.c
../../../libtool --silent --mode=link clang -static -o quickreference quickreference.lo ../../../libs/pdflib/libs_libpdf.la ../../../libs/pdflib/libs_libpdf.la -lm
make[3]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
make[3]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib pdflib.cpp
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib hello.cpp
../../../libtool --silent --mode=link clang++ -static -o hello hello.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib image.cpp
../../../libtool --silent --mode=link clang++ -static -o image image.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib pdfclock.cpp
../../../libtool --silent --mode=link clang++ -static -o pdfclock pdfclock.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib chartab.cpp
../../../libtool --silent --mode=link clang++ -static -o chartab chartab.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib invoice.cpp
../../../libtool --silent --mode=link clang++ -static -o invoice invoice.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib businesscard.cpp
../../../libtool --silent --mode=link clang++ -static -o businesscard businesscard.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib quickreference.cpp
../../../libtool --silent --mode=link clang++ -static -o quickreference quickreference.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_basic.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_basic starter_basic.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_block.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_block starter_block.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_color.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_color starter_color.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_graphics.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_graphics starter_graphics.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_image.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_image starter_image.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_layer.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_layer starter_layer.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_pcos.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_pcos starter_pcos.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_pdfa.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_pdfa starter_pdfa.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_pdfmerge.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_pdfmerge starter_pdfmerge.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_pdfx.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_pdfx starter_pdfx.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_pvf.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_pvf starter_pvf.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_table.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_table starter_table.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_tagged.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_tagged starter_tagged.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_textflow.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_textflow starter_textflow.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_textline.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_textline starter_textline.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_type3font.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_type3font starter_type3font.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_webform.cpp
../../../libtool --silent --mode=link clang++ -static -o starter_webform starter_webform.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
../../../libtool --silent --mode=compile clang++ -c -I../../../libs/pdflib starter_3d.cpp
starter_3d.cpp:73:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
optlist = "name=FirstView background={fillcolor={rgb 1 0.5 0.1}}";
^
1 warning generated.
../../../libtool --silent --mode=link clang++ -static -o starter_3d starter_3d.lo ../../../libs/pdflib/libs_libpdf.la pdflib.lo -lstdc++ -lm
make[3]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs/pdflib'
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall getopt.c
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pdfimpose.c
../../libtool --silent --mode=link clang -static -o pdfimpose pdfimpose.lo getopt.lo ../../libs/pdflib/libs_libpdf.la -lm
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pdfimage.c
../../libtool --silent --mode=link clang -static -o pdfimage pdfimage.lo getopt.lo ../../libs/pdflib/libs_libpdf.la -lm
../../libtool --silent --mode=compile clang -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/font -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall text2pdf.c
../../libtool --silent --mode=link clang -static -o text2pdf text2pdf.lo getopt.lo ../../libs/pdflib/libs_libpdf.la -lm
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdcore'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdcore'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/font'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/font'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/flate'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/flate'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/png'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/png'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/tiff'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/tiff'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/jpeg'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/jpeg'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdflib'
if test ! -d /tmp/pdflib-lite/pkg/pdflib-lite/usr/lib ; then \
mkdir -p /tmp/pdflib-lite/pkg/pdflib-lite/usr/lib; \
chmod 755 /tmp/pdflib-lite/pkg/pdflib-lite/usr/lib; \
fi
if test ! -d /tmp/pdflib-lite/pkg/pdflib-lite/usr/include ; then \
mkdir -p /tmp/pdflib-lite/pkg/pdflib-lite/usr/include; \
chmod 755 /tmp/pdflib-lite/pkg/pdflib-lite/usr/include; \
fi
../../config/install-sh -c -m 644 pdflib.h /tmp/pdflib-lite/pkg/pdflib-lite/usr/include
../../libtool --silent ../../config/install-sh -c -m 644 libpdf.la /tmp/pdflib-lite/pkg/pdflib-lite/usr/lib;
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/libs'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
make[3]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
make[3]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs'
make[2]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs/pdflib'
mkdir -p /tmp/pdflib-lite/pkg/pdflib-lite/usr/bin
../../config/install-sh -c pdfimage text2pdf /tmp/pdflib-lite/pkg/pdflib-lite/usr/bin
make[2]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs/pdflib'
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/progs'
mkdir -p /tmp/pdflib-lite/pkg/pdflib-lite/usr/bin
./config/install-sh -c pdflib-config /tmp/pdflib-lite/pkg/pdflib-lite/usr/bin
make: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
rm -rf *.o *.lo *.la hello image pdfclock chartab invoice businesscard quickreference *.bak .libs
rm -rf chartab.pdf hello.pdf image.pdf pdfclock.pdf invoice.pdf
rm -rf hellodl hellodl.pdf businesscard.pdf quickreference.pdf
rm -rf starter_basic.pdf starter_block.pdf starter_pcos.pdf
rm -rf starter_pdfa.pdf
rm -rf starter_pdfmerge.pdf starter_pdfx.pdf starter_table.pdf
rm -rf starter_tagged.pdf starter_textflow.pdf starter_webform.pdf
rm -rf starter_basic starter_block starter_pcos starter_pdfa
rm -rf starter_pdfmerge starter_pdfx starter_table
rm -rf starter_tagged starter_textflow starter_webform
rm -rf starter_layer.pdf starter_pvf.pdf starter_type3font.pdf
rm -rf starter_color.pdf starter_textline.pdf
rm -rf starter_image.pdf starter_2d.pdf starter_graphics.pdf
rm -rf starter_basic starter_block starter_pcos starter_pdfa starter_pdfmerge starter_pdfx starter_table starter_tagged starter_textflow starter_webform starter_layer starter_pvf starter_type3font starter_color starter_textline starter_image starter_3d starter_graphics
rm -rf results
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/c'
make[1]: Entering directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
rm -rf *.o *.lo *.la hello image pdfclock chartab invoice businesscard quickreference starter_basic starter_block starter_color starter_graphics starter_image starter_layer starter_pcos starter_pdfa starter_pdfmerge starter_pdfx starter_pvf starter_table starter_tagged starter_textflow starter_textline starter_type3font starter_webform starter_3d *.bak .libs
rm -rf hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
rm -rf businesscard.pdf quickreference.pdf starter*.pdf
make[1]: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp'
rm -rf php/smoke_c*.trace php/smoke_c*.pdf
rm -rf rpg/smoke_c*.trace rpg/smoke_c*.pdf
make: Leaving directory '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/bind/pdflib'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "pdflib-lite"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pdflib-lite 7.0.5p3-3 (Thu Apr 13 13:27:48 UTC 2017)
CMD: pacman --query --file pdflib-lite-7.0.5p3-3-x86_64.pkg.tar.xz
Creating hybrid package for 'pdflib-lite'
Trying to find vanilla package 'pdflib-lite'...
CMD: pacman --query --file /mirror/pdflib-lite-7.0.5p3-3.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/libpdf.so.6
/usr/lib/libpdf.so
/usr/lib/libpdf.so.6.0.5
/usr/include/pdflib.h
/usr/bin/pdflib-config
/usr/bin/pdfimage
/usr/bin/text2pdf
/usr/share/pdflib-lite/doc/PDFlib-API-reference.pdf
/usr/share/pdflib-lite/doc/PDFlib-Lite-license.pdf
/usr/share/pdflib-lite/doc/PDFlib-tutorial.pdf
/usr/share/pdflib-lite/doc/changes.txt
/usr/share/pdflib-lite/doc/compatibility.txt
/usr/share/pdflib-lite/doc/licensekeys.txt
/usr/share/pdflib-lite/doc/readme-source-unix.txt
/usr/share/pdflib-lite/doc/readme-source-windows.txt
/usr/share/pdflib-lite/doc/readme.txt
/usr/share/pdflib-lite/c/businesscard.c
/usr/share/pdflib-lite/c/Carbon.r
/usr/share/pdflib-lite/c/chartab.c
/usr/share/pdflib-lite/c/examples_c.dsw
/usr/share/pdflib-lite/c/hello.c
/usr/share/pdflib-lite/c/hellodl.c
/usr/share/pdflib-lite/c/image.c
/usr/share/pdflib-lite/c/invoice.c
/usr/share/pdflib-lite/c/pdfclock.c
/usr/share/pdflib-lite/c/pdflibdl.c
/usr/share/pdflib-lite/c/pdflibdl.h
/usr/share/pdflib-lite/c/quickreference.c
/usr/share/pdflib-lite/c/readme.txt
/usr/share/pdflib-lite/c/starter_3d.c
/usr/share/pdflib-lite/c/starter_basic.c
/usr/share/pdflib-lite/c/starter_block.c
/usr/share/pdflib-lite/c/starter_color.c
/usr/share/pdflib-lite/c/starter_graphics.c
/usr/share/pdflib-lite/c/starter_image.c
/usr/share/pdflib-lite/c/starter_layer.c
/usr/share/pdflib-lite/c/starter_pcos.c
/usr/share/pdflib-lite/c/starter_pdfa.c
/usr/share/pdflib-lite/c/starter_pdfmerge.c
/usr/share/pdflib-lite/c/starter_pdfx.c
/usr/share/pdflib-lite/c/starter_pvf.c
/usr/share/pdflib-lite/c/starter_table.c
/usr/share/pdflib-lite/c/starter_tagged.c
/usr/share/pdflib-lite/c/starter_textflow.c
/usr/share/pdflib-lite/c/starter_textline.c
/usr/share/pdflib-lite/c/starter_type3font.c
/usr/share/pdflib-lite/c/starter_webform.c
/usr/share/pdflib-lite/cpp/businesscard.cpp
/usr/share/pdflib-lite/cpp/chartab.cpp
/usr/share/pdflib-lite/cpp/examples_cpp.dsw
/usr/share/pdflib-lite/cpp/hello.cpp
/usr/share/pdflib-lite/cpp/image.cpp
/usr/share/pdflib-lite/cpp/invoice.cpp
/usr/share/pdflib-lite/cpp/pdfclock.cpp
/usr/share/pdflib-lite/cpp/pdflib.cpp
/usr/share/pdflib-lite/cpp/pdflib.hpp
/usr/share/pdflib-lite/cpp/quickreference.cpp
/usr/share/pdflib-lite/cpp/readme.txt
/usr/share/pdflib-lite/cpp/starter_3d.cpp
/usr/share/pdflib-lite/cpp/starter_basic.cpp
/usr/share/pdflib-lite/cpp/starter_block.cpp
/usr/share/pdflib-lite/cpp/starter_color.cpp
/usr/share/pdflib-lite/cpp/starter_graphics.cpp
/usr/share/pdflib-lite/cpp/starter_image.cpp
/usr/share/pdflib-lite/cpp/starter_layer.cpp
/usr/share/pdflib-lite/cpp/starter_pcos.cpp
/usr/share/pdflib-lite/cpp/starter_pdfa.cpp
/usr/share/pdflib-lite/cpp/starter_pdfmerge.cpp
/usr/share/pdflib-lite/cpp/starter_pdfx.cpp
/usr/share/pdflib-lite/cpp/starter_pvf.cpp
/usr/share/pdflib-lite/cpp/starter_table.cpp
/usr/share/pdflib-lite/cpp/starter_tagged.cpp
/usr/share/pdflib-lite/cpp/starter_textflow.cpp
/usr/share/pdflib-lite/cpp/starter_textline.cpp
/usr/share/pdflib-lite/cpp/starter_type3font.cpp
/usr/share/pdflib-lite/cpp/starter_webform.cpp
/usr/share/pdflib-lite/java/businesscard.java
/usr/share/pdflib-lite/java/chartab.java
/usr/share/pdflib-lite/java/hello.java
/usr/share/pdflib-lite/java/image.java
/usr/share/pdflib-lite/java/invoice.java
/usr/share/pdflib-lite/java/pdfclock.java
/usr/share/pdflib-lite/java/pdflib.java
/usr/share/pdflib-lite/java/pdflib_java.c
/usr/share/pdflib-lite/java/PDFlibException.java
/usr/share/pdflib-lite/java/quickreference.java
/usr/share/pdflib-lite/java/readme.txt
/usr/share/pdflib-lite/java/starter_3d.java
/usr/share/pdflib-lite/java/starter_basic.java
/usr/share/pdflib-lite/java/starter_block.java
/usr/share/pdflib-lite/java/starter_color.java
/usr/share/pdflib-lite/java/starter_graphics.java
/usr/share/pdflib-lite/java/starter_image.java
/usr/share/pdflib-lite/java/starter_layer.java
/usr/share/pdflib-lite/java/starter_pcos.java
/usr/share/pdflib-lite/java/starter_pdfa.java
/usr/share/pdflib-lite/java/starter_pdfmerge.java
/usr/share/pdflib-lite/java/starter_pdfx.java
/usr/share/pdflib-lite/java/starter_pvf.java
/usr/share/pdflib-lite/java/starter_table.java
/usr/share/pdflib-lite/java/starter_tagged.java
/usr/share/pdflib-lite/java/starter_textflow.java
/usr/share/pdflib-lite/java/starter_textline.java
/usr/share/pdflib-lite/java/starter_type3font.java
/usr/share/pdflib-lite/java/starter_webform.java
/usr/share/pdflib-lite/java/jsp/businesscard.jsp
/usr/share/pdflib-lite/java/jsp/chartab.jsp
/usr/share/pdflib-lite/java/jsp/hello.jsp
/usr/share/pdflib-lite/java/jsp/image.jsp
/usr/share/pdflib-lite/java/jsp/invoice.jsp
/usr/share/pdflib-lite/java/jsp/pdfclock.jsp
/usr/share/pdflib-lite/java/jsp/quickreference.jsp
/usr/share/pdflib-lite/java/servlet/businesscardServlet.java
/usr/share/pdflib-lite/java/servlet/chartabServlet.java
/usr/share/pdflib-lite/java/servlet/helloServlet.java
/usr/share/pdflib-lite/java/servlet/imageServlet.java
/usr/share/pdflib-lite/java/servlet/invoiceServlet.java
/usr/share/pdflib-lite/java/servlet/pdfclockServlet.java
/usr/share/pdflib-lite/java/servlet/quickreferenceServlet.java
/usr/share/licenses/pdflib-lite/LICENSE.pdf
/sysroot/usr/lib/libpdf.so.6.0.5
/sysroot/usr/lib/libpdf.so.6
/sysroot/usr/lib/libpdf.so
/sysroot/usr/lib/libpdf.la
/sysroot/usr/lib/libpdf.a
/sysroot/usr/include/pdflib.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf pdflib-lite.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/pdflib-lite.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pdflib-lite.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pdflib-lite.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/pdflib-lite.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/pdflib-lite/src/PDFlib-Lite-7.0.5p3/config.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.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 4c55e713f82c
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2097: checking build system type
configure:2115: result: x86_64-unknown-linux-gnu
configure:2123: checking host system type
configure:2137: result: x86_64-unknown-linux-gnu
configure:2146: checking MACHDEP
configure:2173: result: linux4
configure:2184: checking for x86_64-unknown-linux-gcc
configure:2210: result: clang
configure:2492: checking for C compiler version
configure:2495: clang --version &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2498: $? = 0
configure:2500: clang -v &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:2503: $? = 0
configure:2505: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2508: $? = 1
configure:2531: checking for C compiler default output file name
configure:2534: clang conftest.c >&5
configure:2537: $? = 0
configure:2583: result: a.out
configure:2588: checking whether the C compiler works
configure:2594: ./a.out
configure:2597: $? = 0
configure:2614: result: yes
configure:2621: checking whether we are cross compiling
configure:2623: result: no
configure:2626: checking for suffix of executables
configure:2628: clang -o conftest conftest.c >&5
configure:2631: $? = 0
configure:2656: result:
configure:2662: checking for suffix of object files
configure:2683: clang -c conftest.c >&5
configure:2686: $? = 0
configure:2708: result: o
configure:2712: checking whether we are using the GNU C compiler
configure:2736: clang -c conftest.c >&5
configure:2742: $? = 0
configure:2746: test -z
|| test ! -s conftest.err
configure:2749: $? = 0
configure:2752: test -s conftest.o
configure:2755: $? = 0
configure:2768: result: yes
configure:2774: checking whether clang accepts -g
configure:2795: clang -c -g conftest.c >&5
configure:2801: $? = 0
configure:2805: test -z
|| test ! -s conftest.err
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2825: result: yes
configure:2842: checking for clang option to accept ANSI C
configure:2912: clang -c conftest.c >&5
configure:2918: $? = 0
configure:2922: test -z
|| test ! -s conftest.err
configure:2925: $? = 0
configure:2928: test -s conftest.o
configure:2931: $? = 0
configure:2949: result: none needed
configure:2967: clang -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2973: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3111: checking how to run the C preprocessor
configure:3146: clang -E conftest.c
configure:3152: $? = 0
configure:3184: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3190: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include
configure:3229: result: clang -E
configure:3253: clang -E conftest.c
configure:3259: $? = 0
configure:3291: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3297: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include
configure:3349: checking for a BSD-compatible install
configure:3404: result: /usr/bin/install -c
configure:4002: checking for a sed that does not truncate output
configure:4058: result: /usr/bin/sed
configure:4061: checking for egrep
configure:4071: result: grep -E
configure:4087: checking for ld used by clang
configure:4154: result: /usr/bin/ld
configure:4163: checking if the linker (/usr/bin/ld) is GNU ld
configure:4178: result: yes
configure:4183: checking for /usr/bin/ld option to reload object files
configure:4190: result: -r
configure:4208: checking for BSD-compatible nm
configure:4257: result: /usr/bin/nm -B
configure:4261: checking whether ln -s works
configure:4265: result: yes
configure:4272: checking how to recognize dependent libraries
configure:4458: result: pass_all
configure:4546: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:4549: $? = 0
configure:4939: checking for ANSI C header files
configure:4964: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:4970: $? = 0
configure:4974: test -z
|| test ! -s conftest.err
configure:4977: $? = 0
configure:4980: test -s conftest.o
configure:4983: $? = 0
configure:5072: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
conftest.c:26:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(2);
^
conftest.c:26:7: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:5075: $? = 0
configure:5077: ./conftest
configure:5080: $? = 0
configure:5095: result: yes
configure:5119: checking for sys/types.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for sys/stat.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for stdlib.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for string.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for memory.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for strings.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for inttypes.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for stdint.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5119: checking for unistd.h
configure:5135: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5141: $? = 0
configure:5145: test -z
|| test ! -s conftest.err
configure:5148: $? = 0
configure:5151: test -s conftest.o
configure:5154: $? = 0
configure:5165: result: yes
configure:5191: checking dlfcn.h usability
configure:5203: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:5209: $? = 0
configure:5213: test -z
|| test ! -s conftest.err
configure:5216: $? = 0
configure:5219: test -s conftest.o
configure:5222: $? = 0
configure:5232: result: yes
configure:5236: checking dlfcn.h presence
configure:5246: clang -E conftest.c
configure:5252: $? = 0
configure:5272: result: yes
configure:5307: checking for dlfcn.h
configure:5314: result: yes
configure:5337: checking for x86_64-unknown-linux-g++
configure:5363: result: clang++
configure:5421: checking for C++ compiler version
configure:5424: clang++ --version &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:5427: $? = 0
configure:5429: clang++ -v &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:5432: $? = 0
configure:5434: clang++ -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5437: $? = 1
configure:5440: checking whether we are using the GNU C++ compiler
configure:5464: clang++ -c conftest.cc >&5
configure:5470: $? = 0
configure:5474: test -z
|| test ! -s conftest.err
configure:5477: $? = 0
configure:5480: test -s conftest.o
configure:5483: $? = 0
configure:5496: result: yes
configure:5502: checking whether clang++ accepts -g
configure:5523: clang++ -c -g conftest.cc >&5
configure:5529: $? = 0
configure:5533: test -z
|| test ! -s conftest.err
configure:5536: $? = 0
configure:5539: test -s conftest.o
configure:5542: $? = 0
configure:5553: result: yes
configure:5595: clang++ -c conftest.cc >&5
configure:5601: $? = 0
configure:5605: test -z
|| test ! -s conftest.err
configure:5608: $? = 0
configure:5611: test -s conftest.o
configure:5614: $? = 0
configure:5640: clang++ -c conftest.cc >&5
conftest.cc:24:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:5646: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5595: clang++ -c conftest.cc >&5
conftest.cc:20:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:20:49: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
2 errors generated.
configure:5601: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5595: clang++ -c conftest.cc >&5
conftest.cc:20:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
conftest.cc:20:40: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
2 errors generated.
configure:5601: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5595: clang++ -c conftest.cc >&5
configure:5601: $? = 0
configure:5605: test -z
|| test ! -s conftest.err
configure:5608: $? = 0
configure:5611: test -s conftest.o
configure:5614: $? = 0
configure:5640: clang++ -c conftest.cc >&5
configure:5646: $? = 0
configure:5650: test -z
|| test ! -s conftest.err
configure:5653: $? = 0
configure:5656: test -s conftest.o
configure:5659: $? = 0
configure:5692: checking how to run the C++ preprocessor
configure:5723: clang++ -E conftest.cc
configure:5729: $? = 0
configure:5761: clang++ -E conftest.cc
conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5767: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include
configure:5806: result: clang++ -E
configure:5830: clang++ -E conftest.cc
configure:5836: $? = 0
configure:5868: clang++ -E conftest.cc
conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5874: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include
configure:5925: checking for x86_64-unknown-linux-g77
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-f77
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-xlf
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-frt
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-pgf77
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-fort77
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-fl32
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-af77
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-f90
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-xlf90
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-pgf90
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-epcf90
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-f95
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-fort
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-xlf95
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-ifc
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-efc
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-pgf95
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-lf95
configure:5954: result: no
configure:5925: checking for x86_64-unknown-linux-gfortran
configure:5954: result: no
configure:5967: checking for g77
configure:5996: result: no
configure:5967: checking for f77
configure:5996: result: no
configure:5967: checking for xlf
configure:5996: result: no
configure:5967: checking for frt
configure:5996: result: no
configure:5967: checking for pgf77
configure:5996: result: no
configure:5967: checking for fort77
configure:5996: result: no
configure:5967: checking for fl32
configure:5996: result: no
configure:5967: checking for af77
configure:5996: result: no
configure:5967: checking for f90
configure:5996: result: no
configure:5967: checking for xlf90
configure:5996: result: no
configure:5967: checking for pgf90
configure:5996: result: no
configure:5967: checking for epcf90
configure:5996: result: no
configure:5967: checking for f95
configure:5983: found /usr/bin/f95
configure:5993: result: f95
configure:6016: checking for Fortran 77 compiler version
configure:6011: f95 --version &5
GNU Fortran (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6014: $? = 0
configure:6016: f95 -v &5
Using built-in specs.
COLLECT_GCC=f95
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:6019: $? = 0
configure:6021: f95 -V &5
f95: error: unrecognized command line option '-V'
f95: fatal error: no input files
compilation terminated.
configure:6024: $? = 1
configure:6032: checking whether we are using the GNU Fortran 77 compiler
configure:6046: f95 -c conftest.F >&5
configure:6052: $? = 0
configure:6056: test -z
|| test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6078: result: yes
configure:6084: checking whether f95 accepts -g
configure:6096: f95 -c -g conftest.f >&5
configure:6102: $? = 0
configure:6106: test -z
|| test ! -s conftest.err
configure:6109: $? = 0
configure:6112: test -s conftest.o
configure:6115: $? = 0
configure:6127: result: yes
configure:6157: checking the maximum length of command line arguments
configure:6269: result: 1572864
configure:6281: checking command to parse /usr/bin/nm -B output from clang object
configure:6386: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:6389: $? = 0
configure:6393: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6396: $? = 0
configure:6448: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c conftstm.o >&5
configure:6451: $? = 0
configure:6489: result: ok
configure:6493: checking for objdir
configure:6508: result: .libs
configure:6560: checking for x86_64-unknown-linux-ar
configure:6589: result: no
configure:6598: checking for ar
configure:6614: found /usr/bin/ar
configure:6625: result: ar
configure:6640: checking for x86_64-unknown-linux-ranlib
configure:6669: result: no
configure:6678: checking for ranlib
configure:6694: found /usr/bin/ranlib
configure:6705: result: ranlib
configure:6720: checking for x86_64-unknown-linux-strip
configure:6749: result: no
configure:6758: checking for strip
configure:6774: found /usr/bin/strip
configure:6785: result: strip
configure:7061: checking if clang supports -fno-rtti -fno-exceptions
configure:7087: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -fno-rtti -fno-exceptions conftest.c >&5
configure:7091: $? = 0
configure:7096: result: yes
configure:7111: checking for clang option to produce PIC
configure:7343: result: -fPIC
configure:7351: checking if clang PIC flag -fPIC works
configure:7377: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -fPIC -DPIC conftest.c >&5
configure:7381: $? = 0
configure:7386: result: yes
configure:7414: checking if clang static flag -static works
configure:7442: result: yes
configure:7452: checking if clang supports -c -o file.o
configure:7481: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -o out/conftest2.o conftest.c >&5
configure:7485: $? = 0
configure:7499: result: yes
configure:7525: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8509: result: yes
configure:8530: checking whether -lc should be explicitly linked in
configure:8535: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:8538: $? = 0
configure:8553: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8556: $? = 0
configure:8568: result: no
configure:8576: checking dynamic linker characteristics
configure:9178: result: GNU/Linux ld.so
configure:9187: checking how to hardcode library paths into programs
configure:9212: result: immediate
configure:9226: checking whether stripping libraries is possible
configure:9231: result: yes
configure:9358: checking for shl_load
configure:9415: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
/tmp/conftest-dcc09e.o: In function `main':
conftest.c:(.text+0x6): undefined reference to `shl_load'
/tmp/conftest-dcc09e.o:(.data+0x0): undefined reference to `shl_load'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9421: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case declares shl_load.
| For example, HP-UX 11i 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 to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef shl_load
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| 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
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:9446: result: no
configure:9451: checking for shl_load in -ldld
configure:9481: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9487: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:9513: result: no
configure:9518: checking for dlopen
configure:9575: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
/tmp/conftest-ed4f46.o: In function `main':
conftest.c:(.text+0x6): undefined reference to `dlopen'
/tmp/conftest-ed4f46.o:(.data+0x0): undefined reference to `dlopen'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case declares dlopen.
| For example, HP-UX 11i declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef dlopen
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:9606: result: no
configure:9611: checking for dlopen in -ldl
configure:9641: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c -ldl >&5
configure:9647: $? = 0
configure:9651: test -z
|| test ! -s conftest.err
configure:9654: $? = 0
configure:9657: test -s conftest
configure:9660: $? = 0
configure:9673: result: yes
configure:9848: checking whether a program can dlopen itself
configure:9922: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:9926:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit (status);
^
configure:9926:5: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:9925: $? = 0
configure:9943: result: yes
configure:9948: checking whether a statically linked program can dlopen itself
configure:10022: clang -o conftest -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure:10026:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit (status);
^
configure:10026:5: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
/tmp/conftest-4f86ff.o: In function `main':
conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10025: $? = 1
configure:10043: result: no
configure:10066: checking if libtool supports shared libraries
configure:10068: result: yes
configure:10071: checking whether to build shared libraries
configure:10092: result: yes
configure:10095: checking whether to build static libraries
configure:10099: result: yes
configure:10192: creating libtool
configure:10780: checking for ld used by clang++
configure:10847: result: /usr/bin/ld -m elf_x86_64
configure:10856: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:10871: result: yes
configure:10922: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11900: result: yes
configure:11922: clang++ -c conftest.cpp >&5
configure:11925: $? = 0
configure:12077: checking for clang++ option to produce PIC
configure:12361: result: -fPIC
configure:12369: checking if clang++ PIC flag -fPIC works
configure:12395: clang++ -c -fPIC -DPIC conftest.cpp >&5
configure:12399: $? = 0
configure:12404: result: yes
configure:12432: checking if clang++ static flag -static works
configure:12460: result: yes
configure:12470: checking if clang++ supports -c -o file.o
configure:12499: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:12503: $? = 0
configure:12517: result: yes
configure:12543: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12568: result: yes
configure:12635: checking dynamic linker characteristics
configure:13185: result: GNU/Linux ld.so
configure:13194: checking how to hardcode library paths into programs
configure:13219: result: immediate
configure:13753: checking if libtool supports shared libraries
configure:13755: result: yes
configure:13758: checking whether to build shared libraries
configure:13778: result: yes
configure:13781: checking whether to build static libraries
configure:13785: result: yes
configure:13795: checking for f95 option to produce PIC
configure:14027: result: -fPIC
configure:14035: checking if f95 PIC flag -fPIC works
configure:14061: f95 -c -g -O2 -fPIC conftest.f >&5
configure:14065: $? = 0
configure:14070: result: yes
configure:14098: checking if f95 static flag -static works
configure:14126: result: no
configure:14136: checking if f95 supports -c -o file.o
configure:14165: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14169: $? = 0
configure:14183: result: yes
configure:14209: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15173: result: yes
configure:15240: checking dynamic linker characteristics
configure:15790: result: GNU/Linux ld.so
configure:15799: checking how to hardcode library paths into programs
configure:15824: result: immediate
configure:19438: checking for Java header files
configure:19450: clang -E conftest.c
conftest.c:23:10: fatal error: 'jni.h' file not found
#include
^
1 error generated.
configure:19456: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include
configure:19552: result: not found
configure:19600: checking for perl
configure:19616: found /usr/bin/perl
configure:19626: result: perl
configure:19640: checking for Perl header file
configure:19652: result: /usr/lib/perl5/core_perl/CORE/perl.h
configure:19750: checking for Python header files
configure:19809: result: not found
configure:19820: checking for python
configure:19836: found /usr/bin/python
configure:19846: result: python
configure:19929: checking for ruby
configure:19945: found /usr/bin/ruby
configure:19955: result: ruby
configure:19974: checking for Ruby header files
configure:20010: result: not found
configure:20066: checking for Tcl header files
configure:20078: clang -E conftest.c
conftest.c:23:10: fatal error: 'tcl.h' file not found
#include
^
1 error generated.
configure:20084: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include
configure:20129: result: not found
configure:20245: checking whether byte ordering is bigendian
configure:20272: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
configure:20278: $? = 0
configure:20282: test -z
|| test ! -s conftest.err
configure:20285: $? = 0
configure:20288: test -s conftest.o
configure:20291: $? = 0
configure:20315: clang -c -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 conftest.c >&5
conftest.c:30:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:20321: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:20456: result: no
configure:20617: checking for PDF import library PDI
configure:20633: result: not found
configure:20649: checking for PDFlib PLOP (PDF Linearization, Optimization, Privacy)
configure:20677: result: not found
configure:20693: checking for PDFlib base library pdflib
configure:20709: result: found
configure:20735: checking for pCOS
configure:20760: result: not found
configure:20776: checking for PDFlib TET
configure:20801: result: not found
configure:20814: checking for PDFlib PDPAGE
configure:20829: result: not found
configure:20843: checking for PDFlib lib CL
configure:20865: result: not found
configure:20926: checking for x86_64-unknown-linux-g++
configure:20952: result: clang++
configure:21010: checking for C++ compiler version
configure:21013: clang++ --version &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:21016: $? = 0
configure:21018: clang++ -v &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:21021: $? = 0
configure:21023: clang++ -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:21026: $? = 1
configure:21029: checking whether we are using the GNU C++ compiler
configure:21085: result: yes
configure:21091: checking whether clang++ accepts -g
configure:21142: result: yes
configure:21184: clang++ -c conftest.cc >&5
configure:21190: $? = 0
configure:21194: test -z
|| test ! -s conftest.err
configure:21197: $? = 0
configure:21200: test -s conftest.o
configure:21203: $? = 0
configure:21229: clang++ -c conftest.cc >&5
configure:21235: $? = 0
configure:21239: test -z
|| test ! -s conftest.err
configure:21242: $? = 0
configure:21245: test -s conftest.o
configure:21248: $? = 0
configure:21271: checking whether the previously found C++ compiler works
configure:21289: clang++ -c conftest.cc >&5
configure:21295: $? = 0
configure:21299: test -z
|| test ! -s conftest.err
configure:21302: $? = 0
configure:21305: test -s conftest.o
configure:21308: $? = 0
configure:21338: result: yes
configure:21610: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 4c55e713f82c
config.status:777: creating pdflib-config
config.status:777: creating config/mkbind.inc
config.status:777: creating config/mkcommon.inc
config.status:777: creating config/mklibs.inc
config.status:777: creating config/mkmainlib.inc
config.status:777: creating config/mkprogs.inc
config.status:777: creating config/mkpsubdirs.inc
config.status:777: creating config/mksubdirs.inc
config.status:960: executing default commands
configure:22708: result: _____________________________________________________________
configure:22710: result: For your convenience, here's a summary of configure's results:
configure:22712: result:
configure:22714: result: Support for shared libraries: yes
configure:22716: result: C++ language binding for PDFlib: yes
configure:22718: result: Java language binding for PDFlib: no
configure:22720: result: Perl language binding for PDFlib: yes
configure:22722: result: Python language binding for PDFlib: no
configure:22724: result: Ruby language binding for PDFlib: no
configure:22726: result: Tcl language binding for PDFlib: no
configure:22728: result: PDF import library (PDI): no
configure:22730: result: Large file support: yes
configure:22738: result: Note: if you purchase the additional PDF import library (PDI)
configure:22740: result: you can also manipulate existing PDF documents with PDFlib.
configure:22742: result: The additional block feature can be used to personalize PDF.
configure:22744: result: See http://www.pdflib.com for details.
configure:22749: result:
configure:22751: result: Please observe the licensing terms for commercial PDFlib usage.
configure:22753: result: PDFlib license agreement and purchase order can be found in the doc directory.
configure:22755: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXX=clang++
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_PERL=perl
ac_cv_prog_PYTHONBIN=python
ac_cv_prog_RUBY=ruby
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_F77=f95
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AS='as'
ATSLIBINC=''
ATSLIBLINK=''
BINDINGS='c cpp'
BINDTARGETS=' pdflib'
CC='clang'
CFLAGS=' -D__NO_CTYPE -DPDC_PF_LINUX_X86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Linux-x86_64"\"'
CLLIBINC=''
CLLIBLINK=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 '
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXPATLIBINC=''
EXPATLIBLINK=''
EXTERNALLIBS=' -lm'
F77='f95'
FFLAGS='-g -O2'
FLATELIBINC='-I$(top_builddir)/libs/flate'
FLATELIBLINK='$(top_builddir)/libs/flate/libz$(LA)'
FLATE_ASM_OBJ=''
FONTLIBINC='-I$(top_builddir)/libs/font'
FONTLIBLINK='$(top_builddir)/libs/font/libfont$(LA)'
ICULIBINC=''
ICULIBLINK=''
ICUTLELIBINC=''
ICUTLELIBLINK=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNDIR=''
JAVAINCLUDE=''
JAVA_COMPATIBILITY='-source 1.4'
JPEGLIBINC='-I$(top_builddir)/libs/jpeg'
JPEGLIBLINK='$(top_builddir)/libs/jpeg/libjpeg$(LA)'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTARGETS=' pdcore font flate png tiff jpeg pdflib'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAC_CFLAGS=''
MAC_LDFLAGS=''
NO_O=''
OBJDUMP='objdump'
OBJEXT='o'
OPENSSLLIBINC=''
OPENSSLLIBLINK=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCOSBINDINGS='c cpp'
PCOSLIBINC=''
PCOSLIBLINK=''
PCOSLIB_LINK=''
PCOS_LTVERSION='1:0:0'
PDCORELIBINC='-I$(top_builddir)/libs/pdcore'
PDCORELIBLINK='$(top_builddir)/libs/pdcore/libpdcore$(LA)'
PDFCPEDANTIC=''
PDFLIBCONVENIENT='$(top_builddir)/libs/pdflib/libpdf_$(LA) $(top_builddir)/libs/pdflib/$(OO)/pdflib$(LO) $(top_builddir)/libs/pdcore/libpdcore$(LA) $(top_builddir)/libs/png/libpng$(LA) $(top_builddir)/libs/flate/libz$(LA) $(top_builddir)/libs/tiff/libtiff$(LA) $(top_builddir)/libs/jpeg/libjpeg$(LA) $(top_builddir)/libs/font/libfont$(LA) '
PDFLIBINC='-I$(top_builddir)/libs/pdflib'
PDFLIBLINK='$(top_builddir)/libs/pdflib/libs_libpdf$(LA)'
PDFLIBNAME='pdf'
PDFLIB_LINK='$(top_builddir)/libs/pdflib/libpdf_$(LA)'
PDFLIB_LTAGE='0'
PDFLIB_LTCURRENT='6'
PDFLIB_LTREVISION='5'
PDFLIB_LTVERSION='6:5:0'
PDFLIB_MAJOR='7'
PDFLIB_MINOR='0'
PDFLIB_REVISION='5'
PDFOPTIMIZE=''
PDFPEDANTIC=''
PDFWALL='-Wall'
PDILIBINC=''
PDILIBLINK=''
PDIMAKEOBJS=''
PDPAGELIBINC=''
PDPAGELIBLINK=''
PERL='perl'
PERLBOOLDEF='-Dbool=char -DHAS_BOOL'
PERLINCLUDE='-I/usr/lib/perl5/core_perl/CORE'
PERLLIBDIR='/usr/lib/perl5/site_perl'
PERLLINK=''
PLATFORM_ID='Linux-x86_64'
PLOPBINDINGS='c'
PLOPLIBINC=''
PLOPLIBLINK=''
PLOPLIB_LINK=''
PLOP_LTVERSION='1:0:0'
PNGLIBINC='-I$(top_builddir)/libs/png'
PNGLIBLINK='$(top_builddir)/libs/png/libpng$(LA)'
PROGSDIR='progs'
PROGTARGETS=' pdflib'
PTFDIR=''
PYINCLUDE='nope'
PYTHONBIN='python'
PYTHONLIBDIR=''
RANLIB='ranlib'
RM='rm -rf'
RPATH='-rpath $(libdir) -version-info $(LTVERSIONINFO)'
RUBY='ruby'
RUBYINCLUDE='nope'
RUBYLIBDIR=''
SED='/usr/bin/sed'
SHELL='/bin/sh'
STDCPP='-lstdc++'
STRIP='strip'
TCL=''
TCLBIN='nope'
TCLINCLUDE='-Inope'
TCLPACKAGEDIR='nope'
TETBINDINGS='c cpp'
TETLIBINC=''
TETLIBLINK=''
TETLIB_LINK=''
TET_LTVERSION='2:0:1'
TIFFLIBINC='-I$(top_builddir)/libs/tiff'
TIFFLIBLINK='$(top_builddir)/libs/tiff/libtiff$(LA)'
TIFFWRITE=''
UTILLIBINC=''
UTILLIBLINK=''
VERSION='7.0.5'
WITH_PDI='no'
WITH_SHARED='yes'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77='f95'
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0