Created
May 17, 2016 09:13
-
-
Save papandreou/27fde30202fe778f44dbaff9d7a39f63 to your computer and use it in GitHub Desktop.
papandreou/shap-mem-usage, fiddleAround branch (@e56f2b0d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make tests | |
docker-compose rm -f | |
No stopped containers | |
docker-compose build | |
Building test... | |
Step 0 : FROM centos:7.2.1511 | |
---> 83ee614b834e | |
Step 1 : RUN yum install -y epel-release && yum -y clean all | |
---> Using cache | |
---> e142b8b8c5c2 | |
Step 2 : RUN yum -y install autoconf automake curl gcc gcc-c++ make git glib2-devel gobject-introspection-devel gtk-doc ImageMagick-devel lcms2-devel libexif-devel libjpeg-turbo-devel libpng-devel libtiff-devel libtoolize libxml2-devel libwebp-devel orc-devel swig && yum -y clean all | |
---> Using cache | |
---> 81037c62481f | |
Step 3 : ENV TARGET /usr/local | |
---> Using cache | |
---> 174ade0a55e9 | |
Step 4 : ENV VIPS_COMMIT 54d8e4808f5f2e83148c3bd7ab9ae80d1c45fda5 | |
---> Using cache | |
---> 79c8e0a7bc7c | |
Step 5 : RUN mkdir /tmp/vips && cd /tmp && git clone https://github.com/jcupitt/libvips.git && cd /tmp/libvips && git checkout ${VIPS_COMMIT} && ./bootstrap.sh && ./configure --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking --disable-debug --disable-introspection --disable-pyvips8 --disable-gtk-doc --without-pangoft2 --without-matio --without-cfitsio --without-openslide --without-OpenEXR --without-gsf --without-python --without-fftw --with-magick --with-orc --with-lcms --with-libwebp --with-zip --with-tiff --with-png --with-jpeg --with-libexif && make install-strip && echo ${TARGET}/lib > /etc/ld.so.conf.d/vips.conf && ldconfig | |
---> Running in 2b96166ba05b | |
Cloning into 'libvips'... | |
Note: checking out '54d8e4808f5f2e83148c3bd7ab9ae80d1c45fda5'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 54d8e48... restore bandfmt after unpremultiply in thumbnail | |
testing for glibtoolize ... | |
using libtoolize | |
configure.ac:124: installing './config.guess' | |
configure.ac:124: installing './config.sub' | |
configure.ac:13: installing './install-sh' | |
configure.ac:13: installing './missing' | |
cplusplus/Makefile.am: installing './depcomp' | |
python/Makefile.am:2: installing './py-compile' | |
parallel-tests: installing './test-driver' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for gobject-introspection... no (disabled, use --enable-introspection to enable) | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for needs -lstdc++... yes | |
checking for native Win32... no | |
checking for binary open needed... no | |
checking for Mac OS X... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... none | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for gawk... (cached) gawk | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of gcc... (cached) none | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... none | |
checking for an ANSI C-conforming const... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for ranlib... ranlib | |
checking whether ln -s works... yes | |
checking if malloc debugging is wanted... no | |
checking how to run the C preprocessor... gcc -std=gnu99 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... yes | |
checking for dgettext in libc... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for dllwrap... no | |
checking for dlltool... dlltool | |
checking for objdump... objdump | |
checking for ranlib... (cached) ranlib | |
checking for strip... strip | |
checking for ar... ar | |
checking for as... as | |
checking for ld... ld | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc -std=gnu99... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for objdump... (cached) objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... (cached) dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... (cached) strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok | |
checking for sysroot... no | |
./configure: line 11519: /usr/bin/file: No such file or directory | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes | |
checking if gcc -std=gnu99 static flag -static works... no | |
checking if gcc -std=gnu99 supports -c -o file.o... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the gcc -std=gnu99 linker (ld) 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 if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for an ANSI C-conforming const... (cached) yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for working memcmp... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for getcwd... yes | |
checking for gettimeofday... yes | |
checking for getwd... yes | |
checking for memset... yes | |
checking for munmap... yes | |
checking for putenv... yes | |
checking for realpath... yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
checking for strcspn... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strrchr... yes | |
checking for strspn... yes | |
checking for vsnprintf... yes | |
checking for realpath... (cached) yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for random... yes | |
checking for rand... yes | |
checking for sysconf... yes | |
checking for atexit... yes | |
checking for cbrt in -lm... yes | |
checking for hypot in -lm... yes | |
checking for atan2 in -lm... yes | |
checking for REQUIRED... yes | |
checking for MONOTONIC... yes | |
checking for THREADS... yes | |
checking for TYPE_INIT... no | |
checking for gtkdoc-check... /usr/bin/gtkdoc-check | |
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase | |
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf | |
checking whether to build gtk-doc documentation... no | |
checking for MAGICK_WAND... yes | |
checking for MAGICK... yes | |
checking for SetImageOption... yes | |
checking for MagickCoreGenesis... yes | |
checking for ResetImagePropertyIterator... yes | |
checking for ResetImageAttributeIterator... yes | |
checking for GetVirtualPixels... yes | |
checking for struct _ImageInfo.number_scenes... yes | |
checking for ORC... yes | |
checking for orc_program_get_error... yes | |
checking for LCMS... yes | |
checking for POPPLER... no | |
configure: WARNING: poppler-glib >= 0.16.0 or cairo >= 1.2 not found; disabling PDF load via poppler | |
checking for RSVG... no | |
configure: WARNING: librsvg-2.0 >= 2.40.0 or cairo >= 1.2 not found; disabling SVG load via rsvg | |
checking for X... libraries , headers | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking for LIBWEBP... yes | |
checking for ZIP... libraries -lz, headers in default path | |
checking for TIFF... yes | |
checking for giflib... libraries (none), headers (none) | |
configure: WARNING: giflib not found; disabling direct GIF support | |
checking for PNG... yes | |
checking for JPEG... libraries -ljpeg, headers in default path | |
checking for jpeg_c_bool_param_supported... no | |
checking for EXIF... yes | |
checking exif-data.h usability... no | |
checking exif-data.h presence... no | |
checking for exif-data.h... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating vips.pc | |
config.status: creating vipsCC.pc | |
config.status: creating vips-cpp.pc | |
config.status: creating Makefile | |
config.status: creating libvips/include/vips/version.h | |
config.status: creating libvips/include/Makefile | |
config.status: creating libvips/include/vips/Makefile | |
config.status: creating libvips/Makefile | |
config.status: creating libvips/arithmetic/Makefile | |
config.status: creating libvips/colour/Makefile | |
config.status: creating libvips/conversion/Makefile | |
config.status: creating libvips/convolution/Makefile | |
config.status: creating libvips/deprecated/Makefile | |
config.status: creating libvips/foreign/Makefile | |
config.status: creating libvips/freqfilt/Makefile | |
config.status: creating libvips/histogram/Makefile | |
config.status: creating libvips/draw/Makefile | |
config.status: creating libvips/iofuncs/Makefile | |
config.status: creating libvips/morphology/Makefile | |
config.status: creating libvips/mosaicing/Makefile | |
config.status: creating libvips/create/Makefile | |
config.status: creating libvips/resample/Makefile | |
config.status: creating libvips/video/Makefile | |
config.status: creating libvipsCC/include/Makefile | |
config.status: creating libvipsCC/include/vips/Makefile | |
config.status: creating libvipsCC/Makefile | |
config.status: creating cplusplus/include/Makefile | |
config.status: creating cplusplus/include/vips/Makefile | |
config.status: creating cplusplus/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/batch_crop | |
config.status: creating tools/batch_image_convert | |
config.status: creating tools/batch_rubber_sheet | |
config.status: creating tools/light_correct | |
config.status: creating tools/shrink_width | |
config.status: creating python/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/variables.sh | |
config.status: creating swig/Makefile | |
config.status: creating swig/vipsCC/Makefile | |
config.status: creating man/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/libvips-docs.xml | |
config.status: creating po/Makefile.in | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing default-1 commands | |
config.status: executing libtool commands | |
* build options | |
native win32: no | |
native OS X: no | |
open files in binary mode: no | |
enable debug: no | |
build deprecated components: yes | |
build docs with gtkdoc: no | |
gobject introspection: no (disabled, use --enable-introspection to enable) | |
build vips7 Python binding: no | |
install vips8 Python overrides: no | |
(requires pygobject-3.12.0 or later) | |
build radiance support: yes | |
build analyze support: yes | |
build PPM support: yes | |
* optional dependencies | |
use fftw3 for FFT: no | |
Magick package: MagickWand | |
file import with libMagick: yes | |
accelerate loops with orc: yes | |
(requires orc-0.4.11 or later) | |
ICC profile support with lcms: yes (lcms2) | |
file import with OpenEXR: no | |
file import with OpenSlide: no | |
(requires openslide-3.3.0 or later) | |
file import with matio: no | |
PDF import with poppler-glib: no | |
(requires poppler-glib 0.16.0 or later) | |
SVG import with librsvg-2.0: no | |
(requires librsvg-2.0 2.40.0 or later) | |
file import with cfitsio: no | |
file import/export with libwebp: yes | |
(requires libwebp-0.1.3 or later) | |
text rendering with pangoft2: no | |
file import/export with libpng: yes (pkg-config libpng >= 1.2.9) | |
(requires libpng-1.2.9 or later) | |
file import/export with libtiff: yes (pkg-config libtiff-4) | |
file import/export with giflib: no | |
file import/export with libjpeg: yes | |
image pyramid export: no | |
(requires libgsf-1 1.14.27 or later) | |
use libexif to load/save JPEG metadata: yes | |
if test -z 'strip'; then \ | |
make INSTALL_PROGRAM="/bin/sh /tmp/libvips/install-sh -c -s" \ | |
install_sh_PROGRAM="/bin/sh /tmp/libvips/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ | |
install; \ | |
else \ | |
make INSTALL_PROGRAM="/bin/sh /tmp/libvips/install-sh -c -s" \ | |
install_sh_PROGRAM="/bin/sh /tmp/libvips/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ | |
"INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ | |
fi | |
make[1]: Entering directory `/tmp/libvips' | |
Making install in libvips | |
make[2]: Entering directory `/tmp/libvips/libvips' | |
Making install in include | |
make[3]: Entering directory `/tmp/libvips/libvips/include' | |
Making install in vips | |
make[4]: Entering directory `/tmp/libvips/libvips/include/vips' | |
glib-mkenums --template enumtemplate \ | |
../../../libvips/include/vips/resample.h ../../../libvips/include/vips/memory.h ../../../libvips/include/vips/create.h ../../../libvips/include/vips/foreign.h ../../../libvips/include/vips/arithmetic.h ../../../libvips/include/vips/conversion.h ../../../libvips/include/vips/util.h ../../../libvips/include/vips/image.h ../../../libvips/include/vips/colour.h ../../../libvips/include/vips/operation.h ../../../libvips/include/vips/convolution.h ../../../libvips/include/vips/morphology.h ../../../libvips/include/vips/draw.h ../../../libvips/include/vips/basic.h ../../../libvips/include/vips/object.h > xgen-geth && \ | |
( cmp -s xgen-geth enumtypes.h || cp xgen-geth enumtypes.h ) && \ | |
rm -f xgen-geth | |
make[5]: Entering directory `/tmp/libvips/libvips/include/vips' | |
make[5]: Nothing to be done for `install-exec-am'. | |
glib-mkenums --template enumtemplate \ | |
../../../libvips/include/vips/resample.h ../../../libvips/include/vips/memory.h ../../../libvips/include/vips/create.h ../../../libvips/include/vips/foreign.h ../../../libvips/include/vips/arithmetic.h ../../../libvips/include/vips/conversion.h ../../../libvips/include/vips/util.h ../../../libvips/include/vips/image.h ../../../libvips/include/vips/colour.h ../../../libvips/include/vips/operation.h ../../../libvips/include/vips/convolution.h ../../../libvips/include/vips/morphology.h ../../../libvips/include/vips/draw.h ../../../libvips/include/vips/basic.h ../../../libvips/include/vips/object.h > xgen-geth && \ | |
( cmp -s xgen-geth enumtypes.h || cp xgen-geth enumtypes.h ) && \ | |
rm -f xgen-geth | |
/usr/bin/mkdir -p '/usr/local/include/vips' | |
/usr/bin/install -c -m 644 basic.h type.h gate.h almostdeprecated.h deprecated.h arithmetic.h buf.h colour.h conversion.h convolution.h debug.h dispatch.h enumtypes.h error.h operation.h format.h foreign.h draw.h generate.h header.h histogram.h freqfilt.h image.h interpolate.h intl.h mask.h memory.h morphology.h mosaicing.h create.h video.h cimg_funcs.h object.h private.h rect.h region.h resample.h semaphore.h threadpool.h thread.h '/usr/local/include/vips' | |
/usr/bin/install -c -m 644 transform.h util.h version.h vector.h vips7compat.h vips.h '/usr/local/include/vips' | |
make[5]: Leaving directory `/tmp/libvips/libvips/include/vips' | |
make[4]: Leaving directory `/tmp/libvips/libvips/include/vips' | |
make[4]: Entering directory `/tmp/libvips/libvips/include' | |
make[5]: Entering directory `/tmp/libvips/libvips/include' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/tmp/libvips/libvips/include' | |
make[4]: Leaving directory `/tmp/libvips/libvips/include' | |
make[3]: Leaving directory `/tmp/libvips/libvips/include' | |
Making install in foreign | |
make[3]: Entering directory `/tmp/libvips/libvips/foreign' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gifload.lo gifload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gifload.c -fPIC -DPIC -o .libs/gifload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cairo.lo cairo.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cairo.c -fPIC -DPIC -o .libs/cairo.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o pdfload.lo pdfload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c pdfload.c -fPIC -DPIC -o .libs/pdfload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o svgload.lo svgload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c svgload.c -fPIC -DPIC -o .libs/svgload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o radiance.lo radiance.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c radiance.c -fPIC -DPIC -o .libs/radiance.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o radload.lo radload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c radload.c -fPIC -DPIC -o .libs/radload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o radsave.lo radsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c radsave.c -fPIC -DPIC -o .libs/radsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o ppm.lo ppm.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c ppm.c -fPIC -DPIC -o .libs/ppm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o ppmload.lo ppmload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c ppmload.c -fPIC -DPIC -o .libs/ppmload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o ppmsave.lo ppmsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c ppmsave.c -fPIC -DPIC -o .libs/ppmsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o csv.lo csv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c csv.c -fPIC -DPIC -o .libs/csv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o csvload.lo csvload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c csvload.c -fPIC -DPIC -o .libs/csvload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o csvsave.lo csvsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c csvsave.c -fPIC -DPIC -o .libs/csvsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matrixload.lo matrixload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matrixload.c -fPIC -DPIC -o .libs/matrixload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matrixsave.lo matrixsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matrixsave.c -fPIC -DPIC -o .libs/matrixsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o dzsave.lo dzsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c dzsave.c -fPIC -DPIC -o .libs/dzsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rawload.lo rawload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rawload.c -fPIC -DPIC -o .libs/rawload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rawsave.lo rawsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rawsave.c -fPIC -DPIC -o .libs/rawsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipsload.lo vipsload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vipsload.c -fPIC -DPIC -o .libs/vipsload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipssave.lo vipssave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vipssave.c -fPIC -DPIC -o .libs/vipssave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o analyzeload.lo analyzeload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c analyzeload.c -fPIC -DPIC -o .libs/analyzeload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o analyze2vips.lo analyze2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c analyze2vips.c -fPIC -DPIC -o .libs/analyze2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o foreign.lo foreign.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c foreign.c -fPIC -DPIC -o .libs/foreign.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matlab.lo matlab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matlab.c -fPIC -DPIC -o .libs/matlab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matload.lo matload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matload.c -fPIC -DPIC -o .libs/matload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o magick2vips.lo magick2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c magick2vips.c -fPIC -DPIC -o .libs/magick2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o magickload.lo magickload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c magickload.c -fPIC -DPIC -o .libs/magickload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o pngload.lo pngload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c pngload.c -fPIC -DPIC -o .libs/pngload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o pngsave.lo pngsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c pngsave.c -fPIC -DPIC -o .libs/pngsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipspng.lo vipspng.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vipspng.c -fPIC -DPIC -o .libs/vipspng.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o openexr2vips.lo openexr2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c openexr2vips.c -fPIC -DPIC -o .libs/openexr2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o openexrload.lo openexrload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c openexrload.c -fPIC -DPIC -o .libs/openexrload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fits.lo fits.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fits.c -fPIC -DPIC -o .libs/fits.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fitsload.lo fitsload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fitsload.c -fPIC -DPIC -o .libs/fitsload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fitssave.lo fitssave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fitssave.c -fPIC -DPIC -o .libs/fitssave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips2tiff.lo vips2tiff.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vips2tiff.c -fPIC -DPIC -o .libs/vips2tiff.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tiff2vips.lo tiff2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tiff2vips.c -fPIC -DPIC -o .libs/tiff2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tiffload.lo tiffload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tiffload.c -fPIC -DPIC -o .libs/tiffload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tiffsave.lo tiffsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tiffsave.c -fPIC -DPIC -o .libs/tiffsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o openslide2vips.lo openslide2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c openslide2vips.c -fPIC -DPIC -o .libs/openslide2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o openslideload.lo openslideload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c openslideload.c -fPIC -DPIC -o .libs/openslideload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o webpload.lo webpload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c webpload.c -fPIC -DPIC -o .libs/webpload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o webpsave.lo webpsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c webpsave.c -fPIC -DPIC -o .libs/webpsave.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o webp2vips.lo webp2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c webp2vips.c -fPIC -DPIC -o .libs/webp2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips2webp.lo vips2webp.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vips2webp.c -fPIC -DPIC -o .libs/vips2webp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips2jpeg.lo vips2jpeg.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vips2jpeg.c -fPIC -DPIC -o .libs/vips2jpeg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o jpeg2vips.lo jpeg2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c jpeg2vips.c -fPIC -DPIC -o .libs/jpeg2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o jpegload.lo jpegload.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c jpegload.c -fPIC -DPIC -o .libs/jpegload.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o jpegsave.lo jpegsave.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c jpegsave.c -fPIC -DPIC -o .libs/jpegsave.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libforeign.la gifload.lo cairo.lo pdfload.lo svgload.lo radiance.lo radload.lo radsave.lo ppm.lo ppmload.lo ppmsave.lo csv.lo csvload.lo csvsave.lo matrixload.lo matrixsave.lo dzsave.lo rawload.lo rawsave.lo vipsload.lo vipssave.lo analyzeload.lo analyze2vips.lo foreign.lo matlab.lo matload.lo magick2vips.lo magickload.lo pngload.lo pngsave.lo vipspng.lo openexr2vips.lo openexrload.lo fits.lo fitsload.lo fitssave.lo vips2tiff.lo tiff2vips.lo tiffload.lo tiffsave.lo openslide2vips.lo openslideload.lo webpload.lo webpsave.lo webp2vips.lo vips2webp.lo vips2jpeg.lo jpeg2vips.lo jpegload.lo jpegsave.lo | |
libtool: link: ar cru .libs/libforeign.a .libs/gifload.o .libs/cairo.o .libs/pdfload.o .libs/svgload.o .libs/radiance.o .libs/radload.o .libs/radsave.o .libs/ppm.o .libs/ppmload.o .libs/ppmsave.o .libs/csv.o .libs/csvload.o .libs/csvsave.o .libs/matrixload.o .libs/matrixsave.o .libs/dzsave.o .libs/rawload.o .libs/rawsave.o .libs/vipsload.o .libs/vipssave.o .libs/analyzeload.o .libs/analyze2vips.o .libs/foreign.o .libs/matlab.o .libs/matload.o .libs/magick2vips.o .libs/magickload.o .libs/pngload.o .libs/pngsave.o .libs/vipspng.o .libs/openexr2vips.o .libs/openexrload.o .libs/fits.o .libs/fitsload.o .libs/fitssave.o .libs/vips2tiff.o .libs/tiff2vips.o .libs/tiffload.o .libs/tiffsave.o .libs/openslide2vips.o .libs/openslideload.o .libs/webpload.o .libs/webpsave.o .libs/webp2vips.o .libs/vips2webp.o .libs/vips2jpeg.o .libs/jpeg2vips.o .libs/jpegload.o .libs/jpegsave.o | |
libtool: link: ranlib .libs/libforeign.a | |
libtool: link: ( cd ".libs" && rm -f "libforeign.la" && ln -s "../libforeign.la" "libforeign.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/foreign' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/foreign' | |
make[3]: Leaving directory `/tmp/libvips/libvips/foreign' | |
Making install in arithmetic | |
make[3]: Entering directory `/tmp/libvips/libvips/arithmetic' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sum.lo sum.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sum.c -fPIC -DPIC -o .libs/sum.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hough.lo hough.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hough.c -fPIC -DPIC -o .libs/hough.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hough_line.lo hough_line.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hough_line.c -fPIC -DPIC -o .libs/hough_line.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hough_circle.lo hough_circle.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hough_circle.c -fPIC -DPIC -o .libs/hough_circle.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o abs.lo abs.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c abs.c -fPIC -DPIC -o .libs/abs.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o complex.lo complex.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c complex.c -fPIC -DPIC -o .libs/complex.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o deviate.lo deviate.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c deviate.c -fPIC -DPIC -o .libs/deviate.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o divide.lo divide.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c divide.c -fPIC -DPIC -o .libs/divide.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o measure.lo measure.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c measure.c -fPIC -DPIC -o .libs/measure.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o getpoint.lo getpoint.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c getpoint.c -fPIC -DPIC -o .libs/getpoint.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o multiply.lo multiply.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c multiply.c -fPIC -DPIC -o .libs/multiply.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o remainder.lo remainder.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c remainder.c -fPIC -DPIC -o .libs/remainder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sign.lo sign.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sign.c -fPIC -DPIC -o .libs/sign.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o statistic.lo statistic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c statistic.c -fPIC -DPIC -o .libs/statistic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o stats.lo stats.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c stats.c -fPIC -DPIC -o .libs/stats.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o avg.lo avg.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c avg.c -fPIC -DPIC -o .libs/avg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o min.lo min.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c min.c -fPIC -DPIC -o .libs/min.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o max.lo max.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c max.c -fPIC -DPIC -o .libs/max.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_find.lo hist_find.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_find.c -fPIC -DPIC -o .libs/hist_find.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_find_ndim.lo hist_find_ndim.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_find_ndim.c -fPIC -DPIC -o .libs/hist_find_ndim.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_find_indexed.lo hist_find_indexed.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_find_indexed.c -fPIC -DPIC -o .libs/hist_find_indexed.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o project.lo project.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c project.c -fPIC -DPIC -o .libs/project.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o profile.lo profile.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c profile.c -fPIC -DPIC -o .libs/profile.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o subtract.lo subtract.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c subtract.c -fPIC -DPIC -o .libs/subtract.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o math.lo math.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c math.c -fPIC -DPIC -o .libs/math.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o arithmetic.lo arithmetic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c arithmetic.c -fPIC -DPIC -o .libs/arithmetic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o binary.lo binary.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c binary.c -fPIC -DPIC -o .libs/binary.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o unary.lo unary.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c unary.c -fPIC -DPIC -o .libs/unary.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o nary.lo nary.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c nary.c -fPIC -DPIC -o .libs/nary.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o unaryconst.lo unaryconst.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c unaryconst.c -fPIC -DPIC -o .libs/unaryconst.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o relational.lo relational.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c relational.c -fPIC -DPIC -o .libs/relational.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o boolean.lo boolean.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c boolean.c -fPIC -DPIC -o .libs/boolean.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o add.lo add.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c add.c -fPIC -DPIC -o .libs/add.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o linear.lo linear.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c linear.c -fPIC -DPIC -o .libs/linear.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o invert.lo invert.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c invert.c -fPIC -DPIC -o .libs/invert.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o math2.lo math2.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c math2.c -fPIC -DPIC -o .libs/math2.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o round.lo round.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c round.c -fPIC -DPIC -o .libs/round.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libarithmetic.la sum.lo hough.lo hough_line.lo hough_circle.lo abs.lo complex.lo deviate.lo divide.lo measure.lo getpoint.lo multiply.lo remainder.lo sign.lo statistic.lo stats.lo avg.lo min.lo max.lo hist_find.lo hist_find_ndim.lo hist_find_indexed.lo project.lo profile.lo subtract.lo math.lo arithmetic.lo binary.lo unary.lo nary.lo unaryconst.lo relational.lo boolean.lo add.lo linear.lo invert.lo math2.lo round.lo | |
libtool: link: ar cru .libs/libarithmetic.a .libs/sum.o .libs/hough.o .libs/hough_line.o .libs/hough_circle.o .libs/abs.o .libs/complex.o .libs/deviate.o .libs/divide.o .libs/measure.o .libs/getpoint.o .libs/multiply.o .libs/remainder.o .libs/sign.o .libs/statistic.o .libs/stats.o .libs/avg.o .libs/min.o .libs/max.o .libs/hist_find.o .libs/hist_find_ndim.o .libs/hist_find_indexed.o .libs/project.o .libs/profile.o .libs/subtract.o .libs/math.o .libs/arithmetic.o .libs/binary.o .libs/unary.o .libs/nary.o .libs/unaryconst.o .libs/relational.o .libs/boolean.o .libs/add.o .libs/linear.o .libs/invert.o .libs/math2.o .libs/round.o | |
libtool: link: ranlib .libs/libarithmetic.a | |
libtool: link: ( cd ".libs" && rm -f "libarithmetic.la" && ln -s "../libarithmetic.la" "libarithmetic.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/arithmetic' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/arithmetic' | |
make[3]: Leaving directory `/tmp/libvips/libvips/arithmetic' | |
Making install in resample | |
make[3]: Entering directory `/tmp/libvips/libvips/resample' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mapim.lo mapim.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mapim.c -fPIC -DPIC -o .libs/mapim.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o affine.lo affine.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c affine.c -fPIC -DPIC -o .libs/affine.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o quadratic.lo quadratic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c quadratic.c -fPIC -DPIC -o .libs/quadratic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o resample.lo resample.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c resample.c -fPIC -DPIC -o .libs/resample.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o similarity.lo similarity.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c similarity.c -fPIC -DPIC -o .libs/similarity.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o resize.lo resize.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c resize.c -fPIC -DPIC -o .libs/resize.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o shrink.lo shrink.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c shrink.c -fPIC -DPIC -o .libs/shrink.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o shrinkh.lo shrinkh.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c shrinkh.c -fPIC -DPIC -o .libs/shrinkh.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o shrinkv.lo shrinkv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c shrinkv.c -fPIC -DPIC -o .libs/shrinkv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o reduce.lo reduce.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c reduce.c -fPIC -DPIC -o .libs/reduce.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o reduceh.lo reduceh.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c reduceh.cpp -fPIC -DPIC -o .libs/reduceh.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o reducev.lo reducev.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c reducev.cpp -fPIC -DPIC -o .libs/reducev.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o interpolate.lo interpolate.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c interpolate.c -fPIC -DPIC -o .libs/interpolate.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o transform.lo transform.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c transform.c -fPIC -DPIC -o .libs/transform.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bicubic.lo bicubic.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bicubic.cpp -fPIC -DPIC -o .libs/bicubic.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o lbb.lo lbb.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c lbb.cpp -fPIC -DPIC -o .libs/lbb.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o nohalo.lo nohalo.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c nohalo.cpp -fPIC -DPIC -o .libs/nohalo.o | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vsqbs.lo vsqbs.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vsqbs.cpp -fPIC -DPIC -o .libs/vsqbs.o | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o libresample.la mapim.lo affine.lo quadratic.lo resample.lo similarity.lo resize.lo shrink.lo shrinkh.lo shrinkv.lo reduce.lo reduceh.lo reducev.lo interpolate.lo transform.lo bicubic.lo lbb.lo nohalo.lo vsqbs.lo | |
libtool: link: ar cru .libs/libresample.a .libs/mapim.o .libs/affine.o .libs/quadratic.o .libs/resample.o .libs/similarity.o .libs/resize.o .libs/shrink.o .libs/shrinkh.o .libs/shrinkv.o .libs/reduce.o .libs/reduceh.o .libs/reducev.o .libs/interpolate.o .libs/transform.o .libs/bicubic.o .libs/lbb.o .libs/nohalo.o .libs/vsqbs.o | |
libtool: link: ranlib .libs/libresample.a | |
libtool: link: ( cd ".libs" && rm -f "libresample.la" && ln -s "../libresample.la" "libresample.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/resample' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/resample' | |
make[3]: Leaving directory `/tmp/libvips/libvips/resample' | |
Making install in colour | |
make[3]: Entering directory `/tmp/libvips/libvips/colour' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o colour.lo colour.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c colour.c -fPIC -DPIC -o .libs/colour.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o colourspace.lo colourspace.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c colourspace.c -fPIC -DPIC -o .libs/colourspace.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o dE76.lo dE76.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c dE76.c -fPIC -DPIC -o .libs/dE76.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o dE00.lo dE00.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c dE00.c -fPIC -DPIC -o .libs/dE00.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o dECMC.lo dECMC.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c dECMC.c -fPIC -DPIC -o .libs/dECMC.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o icc_transform.lo icc_transform.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c icc_transform.c -fPIC -DPIC -o .libs/icc_transform.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o Lab2XYZ.lo Lab2XYZ.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c Lab2XYZ.c -fPIC -DPIC -o .libs/Lab2XYZ.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o Lab2LCh.lo Lab2LCh.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c Lab2LCh.c -fPIC -DPIC -o .libs/Lab2LCh.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LCh2Lab.lo LCh2Lab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LCh2Lab.c -fPIC -DPIC -o .libs/LCh2Lab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LCh2UCS.lo LCh2UCS.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LCh2UCS.c -fPIC -DPIC -o .libs/LCh2UCS.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o UCS2LCh.lo UCS2LCh.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c UCS2LCh.c -fPIC -DPIC -o .libs/UCS2LCh.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o XYZ2Lab.lo XYZ2Lab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c XYZ2Lab.c -fPIC -DPIC -o .libs/XYZ2Lab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o XYZ2Yxy.lo XYZ2Yxy.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c XYZ2Yxy.c -fPIC -DPIC -o .libs/XYZ2Yxy.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o Yxy2XYZ.lo Yxy2XYZ.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c Yxy2XYZ.c -fPIC -DPIC -o .libs/Yxy2XYZ.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o float2rad.lo float2rad.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c float2rad.c -fPIC -DPIC -o .libs/float2rad.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rad2float.lo rad2float.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rad2float.c -fPIC -DPIC -o .libs/rad2float.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o Lab2LabQ.lo Lab2LabQ.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c Lab2LabQ.c -fPIC -DPIC -o .libs/Lab2LabQ.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LabQ2Lab.lo LabQ2Lab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LabQ2Lab.c -fPIC -DPIC -o .libs/LabQ2Lab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LabS2Lab.lo LabS2Lab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LabS2Lab.c -fPIC -DPIC -o .libs/LabS2Lab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o Lab2LabS.lo Lab2LabS.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c Lab2LabS.c -fPIC -DPIC -o .libs/Lab2LabS.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LabS2LabQ.lo LabS2LabQ.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LabS2LabQ.c -fPIC -DPIC -o .libs/LabS2LabQ.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LabQ2LabS.lo LabQ2LabS.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LabQ2LabS.c -fPIC -DPIC -o .libs/LabQ2LabS.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o LabQ2sRGB.lo LabQ2sRGB.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c LabQ2sRGB.c -fPIC -DPIC -o .libs/LabQ2sRGB.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sRGB2scRGB.lo sRGB2scRGB.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sRGB2scRGB.c -fPIC -DPIC -o .libs/sRGB2scRGB.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sRGB2HSV.lo sRGB2HSV.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sRGB2HSV.c -fPIC -DPIC -o .libs/sRGB2HSV.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o HSV2sRGB.lo HSV2sRGB.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c HSV2sRGB.c -fPIC -DPIC -o .libs/HSV2sRGB.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o scRGB2XYZ.lo scRGB2XYZ.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c scRGB2XYZ.c -fPIC -DPIC -o .libs/scRGB2XYZ.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o scRGB2BW.lo scRGB2BW.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c scRGB2BW.c -fPIC -DPIC -o .libs/scRGB2BW.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o XYZ2scRGB.lo XYZ2scRGB.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c XYZ2scRGB.c -fPIC -DPIC -o .libs/XYZ2scRGB.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o scRGB2sRGB.lo scRGB2sRGB.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c scRGB2sRGB.c -fPIC -DPIC -o .libs/scRGB2sRGB.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libcolour.la colour.lo colourspace.lo dE76.lo dE00.lo dECMC.lo icc_transform.lo Lab2XYZ.lo Lab2LCh.lo LCh2Lab.lo LCh2UCS.lo UCS2LCh.lo XYZ2Lab.lo XYZ2Yxy.lo Yxy2XYZ.lo float2rad.lo rad2float.lo Lab2LabQ.lo LabQ2Lab.lo LabS2Lab.lo Lab2LabS.lo LabS2LabQ.lo LabQ2LabS.lo LabQ2sRGB.lo sRGB2scRGB.lo sRGB2HSV.lo HSV2sRGB.lo scRGB2XYZ.lo scRGB2BW.lo XYZ2scRGB.lo scRGB2sRGB.lo | |
libtool: link: ar cru .libs/libcolour.a .libs/colour.o .libs/colourspace.o .libs/dE76.o .libs/dE00.o .libs/dECMC.o .libs/icc_transform.o .libs/Lab2XYZ.o .libs/Lab2LCh.o .libs/LCh2Lab.o .libs/LCh2UCS.o .libs/UCS2LCh.o .libs/XYZ2Lab.o .libs/XYZ2Yxy.o .libs/Yxy2XYZ.o .libs/float2rad.o .libs/rad2float.o .libs/Lab2LabQ.o .libs/LabQ2Lab.o .libs/LabS2Lab.o .libs/Lab2LabS.o .libs/LabS2LabQ.o .libs/LabQ2LabS.o .libs/LabQ2sRGB.o .libs/sRGB2scRGB.o .libs/sRGB2HSV.o .libs/HSV2sRGB.o .libs/scRGB2XYZ.o .libs/scRGB2BW.o .libs/XYZ2scRGB.o .libs/scRGB2sRGB.o | |
libtool: link: ranlib .libs/libcolour.a | |
libtool: link: ( cd ".libs" && rm -f "libcolour.la" && ln -s "../libcolour.la" "libcolour.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/colour' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/colour' | |
make[3]: Leaving directory `/tmp/libvips/libvips/colour' | |
Making install in conversion | |
make[3]: Entering directory `/tmp/libvips/libvips/conversion' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o conversion.lo conversion.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c conversion.c -fPIC -DPIC -o .libs/conversion.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tilecache.lo tilecache.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tilecache.c -fPIC -DPIC -o .libs/tilecache.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gamma.lo gamma.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sequential.lo sequential.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sequential.c -fPIC -DPIC -o .libs/sequential.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o flatten.lo flatten.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c flatten.c -fPIC -DPIC -o .libs/flatten.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o premultiply.lo premultiply.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c premultiply.c -fPIC -DPIC -o .libs/premultiply.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o unpremultiply.lo unpremultiply.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c unpremultiply.c -fPIC -DPIC -o .libs/unpremultiply.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o byteswap.lo byteswap.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c byteswap.c -fPIC -DPIC -o .libs/byteswap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cache.lo cache.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cache.c -fPIC -DPIC -o .libs/cache.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o copy.lo copy.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o embed.lo embed.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c embed.c -fPIC -DPIC -o .libs/embed.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o flip.lo flip.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c flip.c -fPIC -DPIC -o .libs/flip.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o insert.lo insert.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c insert.c -fPIC -DPIC -o .libs/insert.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o join.lo join.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c join.c -fPIC -DPIC -o .libs/join.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o arrayjoin.lo arrayjoin.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c arrayjoin.c -fPIC -DPIC -o .libs/arrayjoin.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o extract.lo extract.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c extract.c -fPIC -DPIC -o .libs/extract.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o replicate.lo replicate.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c replicate.c -fPIC -DPIC -o .libs/replicate.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cast.lo cast.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cast.c -fPIC -DPIC -o .libs/cast.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandjoin.lo bandjoin.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandjoin.c -fPIC -DPIC -o .libs/bandjoin.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandrank.lo bandrank.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandrank.c -fPIC -DPIC -o .libs/bandrank.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o recomb.lo recomb.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c recomb.c -fPIC -DPIC -o .libs/recomb.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandmean.lo bandmean.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandmean.c -fPIC -DPIC -o .libs/bandmean.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandfold.lo bandfold.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandfold.c -fPIC -DPIC -o .libs/bandfold.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandunfold.lo bandunfold.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandunfold.c -fPIC -DPIC -o .libs/bandunfold.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandbool.lo bandbool.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandbool.c -fPIC -DPIC -o .libs/bandbool.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o bandary.lo bandary.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c bandary.c -fPIC -DPIC -o .libs/bandary.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rot.lo rot.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rot.c -fPIC -DPIC -o .libs/rot.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rot45.lo rot45.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rot45.c -fPIC -DPIC -o .libs/rot45.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o autorot.lo autorot.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c autorot.c -fPIC -DPIC -o .libs/autorot.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o ifthenelse.lo ifthenelse.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c ifthenelse.c -fPIC -DPIC -o .libs/ifthenelse.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o falsecolour.lo falsecolour.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c falsecolour.c -fPIC -DPIC -o .libs/falsecolour.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o msb.lo msb.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c msb.c -fPIC -DPIC -o .libs/msb.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o grid.lo grid.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c grid.c -fPIC -DPIC -o .libs/grid.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o scale.lo scale.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c scale.c -fPIC -DPIC -o .libs/scale.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o wrap.lo wrap.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c wrap.c -fPIC -DPIC -o .libs/wrap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o subsample.lo subsample.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c subsample.c -fPIC -DPIC -o .libs/subsample.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o zoom.lo zoom.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c zoom.c -fPIC -DPIC -o .libs/zoom.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libconversion.la conversion.lo tilecache.lo gamma.lo sequential.lo flatten.lo premultiply.lo unpremultiply.lo byteswap.lo cache.lo copy.lo embed.lo flip.lo insert.lo join.lo arrayjoin.lo extract.lo replicate.lo cast.lo bandjoin.lo bandrank.lo recomb.lo bandmean.lo bandfold.lo bandunfold.lo bandbool.lo bandary.lo rot.lo rot45.lo autorot.lo ifthenelse.lo falsecolour.lo msb.lo grid.lo scale.lo wrap.lo subsample.lo zoom.lo | |
libtool: link: ar cru .libs/libconversion.a .libs/conversion.o .libs/tilecache.o .libs/gamma.o .libs/sequential.o .libs/flatten.o .libs/premultiply.o .libs/unpremultiply.o .libs/byteswap.o .libs/cache.o .libs/copy.o .libs/embed.o .libs/flip.o .libs/insert.o .libs/join.o .libs/arrayjoin.o .libs/extract.o .libs/replicate.o .libs/cast.o .libs/bandjoin.o .libs/bandrank.o .libs/recomb.o .libs/bandmean.o .libs/bandfold.o .libs/bandunfold.o .libs/bandbool.o .libs/bandary.o .libs/rot.o .libs/rot45.o .libs/autorot.o .libs/ifthenelse.o .libs/falsecolour.o .libs/msb.o .libs/grid.o .libs/scale.o .libs/wrap.o .libs/subsample.o .libs/zoom.o | |
libtool: link: ranlib .libs/libconversion.a | |
libtool: link: ( cd ".libs" && rm -f "libconversion.la" && ln -s "../libconversion.la" "libconversion.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/conversion' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/conversion' | |
make[3]: Leaving directory `/tmp/libvips/libvips/conversion' | |
Making install in convolution | |
make[3]: Entering directory `/tmp/libvips/libvips/convolution' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o convolution.lo convolution.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c convolution.c -fPIC -DPIC -o .libs/convolution.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o correlation.lo correlation.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c correlation.c -fPIC -DPIC -o .libs/correlation.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o conv.lo conv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c conv.c -fPIC -DPIC -o .libs/conv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o convsep.lo convsep.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c convsep.c -fPIC -DPIC -o .libs/convsep.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o compass.lo compass.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c compass.c -fPIC -DPIC -o .libs/compass.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fastcor.lo fastcor.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fastcor.c -fPIC -DPIC -o .libs/fastcor.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o spcor.lo spcor.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c spcor.c -fPIC -DPIC -o .libs/spcor.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sharpen.lo sharpen.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sharpen.c -fPIC -DPIC -o .libs/sharpen.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gaussblur.lo gaussblur.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gaussblur.c -fPIC -DPIC -o .libs/gaussblur.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_aconv.lo im_aconv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_aconv.c -fPIC -DPIC -o .libs/im_aconv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_aconvsep.lo im_aconvsep.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_aconvsep.c -fPIC -DPIC -o .libs/im_aconvsep.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_conv.lo im_conv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_conv.c -fPIC -DPIC -o .libs/im_conv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_conv_f.lo im_conv_f.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_conv_f.c -fPIC -DPIC -o .libs/im_conv_f.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libconvolution.la convolution.lo correlation.lo conv.lo convsep.lo compass.lo fastcor.lo spcor.lo sharpen.lo gaussblur.lo im_aconv.lo im_aconvsep.lo im_conv.lo im_conv_f.lo | |
libtool: link: ar cru .libs/libconvolution.a .libs/convolution.o .libs/correlation.o .libs/conv.o .libs/convsep.o .libs/compass.o .libs/fastcor.o .libs/spcor.o .libs/sharpen.o .libs/gaussblur.o .libs/im_aconv.o .libs/im_aconvsep.o .libs/im_conv.o .libs/im_conv_f.o | |
libtool: link: ranlib .libs/libconvolution.a | |
libtool: link: ( cd ".libs" && rm -f "libconvolution.la" && ln -s "../libconvolution.la" "libconvolution.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/convolution' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/convolution' | |
make[3]: Leaving directory `/tmp/libvips/libvips/convolution' | |
Making install in deprecated | |
make[3]: Entering directory `/tmp/libvips/libvips/deprecated' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cimg_dispatch.lo cimg_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cimg_dispatch.c -fPIC -DPIC -o .libs/cimg_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o inplace_dispatch.lo inplace_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c inplace_dispatch.c -fPIC -DPIC -o .libs/inplace_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tone.lo tone.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tone.c -fPIC -DPIC -o .libs/tone.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o freq_dispatch.lo freq_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c freq_dispatch.c -fPIC -DPIC -o .libs/freq_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_linreg.lo im_linreg.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_linreg.c -fPIC -DPIC -o .libs/im_linreg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_point_bilinear.lo im_point_bilinear.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_point_bilinear.c -fPIC -DPIC -o .libs/im_point_bilinear.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o resample_dispatch.lo resample_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c resample_dispatch.c -fPIC -DPIC -o .libs/resample_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_openslide2vips.lo im_openslide2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_openslide2vips.c -fPIC -DPIC -o .libs/im_openslide2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_lab_morph.lo im_lab_morph.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_lab_morph.c -fPIC -DPIC -o .libs/im_lab_morph.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o deprecated_dispatch.lo deprecated_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c deprecated_dispatch.c -fPIC -DPIC -o .libs/deprecated_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mosaicing_dispatch.lo mosaicing_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mosaicing_dispatch.c -fPIC -DPIC -o .libs/mosaicing_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_maxpos_subpel.lo im_maxpos_subpel.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_maxpos_subpel.c -fPIC -DPIC -o .libs/im_maxpos_subpel.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_align_bands.lo im_align_bands.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_align_bands.c -fPIC -DPIC -o .libs/im_align_bands.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o morph_dispatch.lo morph_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c morph_dispatch.c -fPIC -DPIC -o .libs/morph_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o colour_dispatch.lo colour_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c colour_dispatch.c -fPIC -DPIC -o .libs/colour_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o convol_dispatch.lo convol_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c convol_dispatch.c -fPIC -DPIC -o .libs/convol_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_zerox.lo im_zerox.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_zerox.c -fPIC -DPIC -o .libs/im_zerox.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o arith_dispatch.lo arith_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c arith_dispatch.c -fPIC -DPIC -o .libs/arith_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_dispatch.lo hist_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_dispatch.c -fPIC -DPIC -o .libs/hist_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o other_dispatch.lo other_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c other_dispatch.c -fPIC -DPIC -o .libs/other_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_maxpos_avg.lo im_maxpos_avg.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_maxpos_avg.c -fPIC -DPIC -o .libs/im_maxpos_avg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o lazy.lo lazy.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c lazy.c -fPIC -DPIC -o .libs/lazy.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_dif_std.lo im_dif_std.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_dif_std.c -fPIC -DPIC -o .libs/im_dif_std.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_simcontr.lo im_simcontr.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_simcontr.c -fPIC -DPIC -o .libs/im_simcontr.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_spatres.lo im_spatres.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_spatres.c -fPIC -DPIC -o .libs/im_spatres.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_stretch3.lo im_stretch3.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_stretch3.c -fPIC -DPIC -o .libs/im_stretch3.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_clamp.lo im_clamp.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_clamp.c -fPIC -DPIC -o .libs/im_clamp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cooc_funcs.lo cooc_funcs.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cooc_funcs.c -fPIC -DPIC -o .libs/cooc_funcs.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o glds_funcs.lo glds_funcs.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c glds_funcs.c -fPIC -DPIC -o .libs/glds_funcs.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_fav4.lo im_fav4.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_fav4.c -fPIC -DPIC -o .libs/im_fav4.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_benchmark.lo im_benchmark.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_benchmark.c -fPIC -DPIC -o .libs/im_benchmark.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_gadd.lo im_gadd.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_gadd.c -fPIC -DPIC -o .libs/im_gadd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_gaddim.lo im_gaddim.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_gaddim.c -fPIC -DPIC -o .libs/im_gaddim.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_gradcor.lo im_gradcor.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_gradcor.c -fPIC -DPIC -o .libs/im_gradcor.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_cmulnorm.lo im_cmulnorm.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_cmulnorm.c -fPIC -DPIC -o .libs/im_cmulnorm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_printlines.lo im_printlines.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_printlines.c -fPIC -DPIC -o .libs/im_printlines.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_convsub.lo im_convsub.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_convsub.c -fPIC -DPIC -o .libs/im_convsub.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_line.lo im_line.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_line.c -fPIC -DPIC -o .libs/im_line.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_measure.lo im_measure.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_measure.c -fPIC -DPIC -o .libs/im_measure.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_resize_linear.lo im_resize_linear.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_resize_linear.c -fPIC -DPIC -o .libs/im_resize_linear.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_debugim.lo im_debugim.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_debugim.c -fPIC -DPIC -o .libs/im_debugim.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_gfadd.lo im_gfadd.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_gfadd.c -fPIC -DPIC -o .libs/im_gfadd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_setbox.lo im_setbox.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_setbox.c -fPIC -DPIC -o .libs/im_setbox.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rename.lo rename.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rename.c -fPIC -DPIC -o .libs/rename.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips7compat.lo vips7compat.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vips7compat.c -fPIC -DPIC -o .libs/vips7compat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o dispatch_types.lo dispatch_types.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c dispatch_types.c -fPIC -DPIC -o .libs/dispatch_types.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o package.lo package.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c package.c -fPIC -DPIC -o .libs/package.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_bernd.lo im_bernd.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_bernd.c -fPIC -DPIC -o .libs/im_bernd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_thresh.lo im_thresh.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_thresh.c -fPIC -DPIC -o .libs/im_thresh.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_slice.lo im_slice.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_slice.c -fPIC -DPIC -o .libs/im_slice.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_print.lo im_print.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_print.c -fPIC -DPIC -o .libs/im_print.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_litecor.lo im_litecor.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_litecor.c -fPIC -DPIC -o .libs/im_litecor.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_mask2vips.lo im_mask2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_mask2vips.c -fPIC -DPIC -o .libs/im_mask2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2mask.lo im_vips2mask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2mask.c -fPIC -DPIC -o .libs/im_vips2mask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rotmask.lo rotmask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rotmask.c -fPIC -DPIC -o .libs/rotmask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rw_mask.lo rw_mask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rw_mask.c -fPIC -DPIC -o .libs/rw_mask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_matcat.lo im_matcat.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_matcat.c -fPIC -DPIC -o .libs/im_matcat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_matinv.lo im_matinv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_matinv.c -fPIC -DPIC -o .libs/im_matinv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_matmul.lo im_matmul.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_matmul.c -fPIC -DPIC -o .libs/im_matmul.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_mattrn.lo im_mattrn.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_mattrn.c -fPIC -DPIC -o .libs/im_mattrn.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matalloc.lo matalloc.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matalloc.c -fPIC -DPIC -o .libs/matalloc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_dispatch.lo mask_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_dispatch.c -fPIC -DPIC -o .libs/mask_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fits.lo fits.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fits.c -fPIC -DPIC -o .libs/fits.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o format.lo format.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c format.c -fPIC -DPIC -o .libs/format.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o format_dispatch.lo format_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c format_dispatch.c -fPIC -DPIC -o .libs/format_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_analyze2vips.lo im_analyze2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_analyze2vips.c -fPIC -DPIC -o .libs/im_analyze2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_csv2vips.lo im_csv2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_csv2vips.c -fPIC -DPIC -o .libs/im_csv2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_exr2vips.lo im_exr2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_exr2vips.c -fPIC -DPIC -o .libs/im_exr2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_jpeg2vips.lo im_jpeg2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_jpeg2vips.c -fPIC -DPIC -o .libs/im_jpeg2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_magick2vips.lo im_magick2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_magick2vips.c -fPIC -DPIC -o .libs/im_magick2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_png2vips.lo im_png2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_png2vips.c -fPIC -DPIC -o .libs/im_png2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_webp2vips.lo im_webp2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_webp2vips.c -fPIC -DPIC -o .libs/im_webp2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_ppm2vips.lo im_ppm2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_ppm2vips.c -fPIC -DPIC -o .libs/im_ppm2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_tiff2vips.lo im_tiff2vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_tiff2vips.c -fPIC -DPIC -o .libs/im_tiff2vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2csv.lo im_vips2csv.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2csv.c -fPIC -DPIC -o .libs/im_vips2csv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2jpeg.lo im_vips2jpeg.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2jpeg.c -fPIC -DPIC -o .libs/im_vips2jpeg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2png.lo im_vips2png.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2png.c -fPIC -DPIC -o .libs/im_vips2png.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2webp.lo im_vips2webp.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2webp.c -fPIC -DPIC -o .libs/im_vips2webp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2ppm.lo im_vips2ppm.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2ppm.c -fPIC -DPIC -o .libs/im_vips2ppm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2tiff.lo im_vips2tiff.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2tiff.c -fPIC -DPIC -o .libs/im_vips2tiff.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o conver_dispatch.lo conver_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c conver_dispatch.c -fPIC -DPIC -o .libs/conver_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_vips2dz.lo im_vips2dz.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_vips2dz.c -fPIC -DPIC -o .libs/im_vips2dz.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_freq_mask.lo im_freq_mask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_freq_mask.c -fPIC -DPIC -o .libs/im_freq_mask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o matlab.lo matlab.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c matlab.c -fPIC -DPIC -o .libs/matlab.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o radiance.lo radiance.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c radiance.c -fPIC -DPIC -o .libs/radiance.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o raw.lo raw.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c raw.c -fPIC -DPIC -o .libs/raw.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libdeprecated.la cimg_dispatch.lo inplace_dispatch.lo tone.lo freq_dispatch.lo im_linreg.lo im_point_bilinear.lo resample_dispatch.lo im_openslide2vips.lo im_lab_morph.lo deprecated_dispatch.lo mosaicing_dispatch.lo im_maxpos_subpel.lo im_align_bands.lo morph_dispatch.lo colour_dispatch.lo convol_dispatch.lo im_zerox.lo arith_dispatch.lo hist_dispatch.lo other_dispatch.lo im_maxpos_avg.lo lazy.lo im_dif_std.lo im_simcontr.lo im_spatres.lo im_stretch3.lo im_clamp.lo cooc_funcs.lo glds_funcs.lo im_fav4.lo im_benchmark.lo im_gadd.lo im_gaddim.lo im_gradcor.lo im_cmulnorm.lo im_printlines.lo im_convsub.lo im_line.lo im_measure.lo im_resize_linear.lo im_debugim.lo im_gfadd.lo im_setbox.lo rename.lo vips7compat.lo dispatch_types.lo package.lo im_bernd.lo im_thresh.lo im_slice.lo im_print.lo im_litecor.lo im_mask2vips.lo im_vips2mask.lo rotmask.lo rw_mask.lo im_matcat.lo im_matinv.lo im_matmul.lo im_mattrn.lo matalloc.lo mask_dispatch.lo fits.lo format.lo format_dispatch.lo im_analyze2vips.lo im_csv2vips.lo im_exr2vips.lo im_jpeg2vips.lo im_magick2vips.lo im_png2vips.lo im_webp2vips.lo im_ppm2vips.lo im_tiff2vips.lo im_vips2csv.lo im_vips2jpeg.lo im_vips2png.lo im_vips2webp.lo im_vips2ppm.lo im_vips2tiff.lo conver_dispatch.lo im_vips2dz.lo im_freq_mask.lo matlab.lo radiance.lo raw.lo | |
libtool: link: ar cru .libs/libdeprecated.a .libs/cimg_dispatch.o .libs/inplace_dispatch.o .libs/tone.o .libs/freq_dispatch.o .libs/im_linreg.o .libs/im_point_bilinear.o .libs/resample_dispatch.o .libs/im_openslide2vips.o .libs/im_lab_morph.o .libs/deprecated_dispatch.o .libs/mosaicing_dispatch.o .libs/im_maxpos_subpel.o .libs/im_align_bands.o .libs/morph_dispatch.o .libs/colour_dispatch.o .libs/convol_dispatch.o .libs/im_zerox.o .libs/arith_dispatch.o .libs/hist_dispatch.o .libs/other_dispatch.o .libs/im_maxpos_avg.o .libs/lazy.o .libs/im_dif_std.o .libs/im_simcontr.o .libs/im_spatres.o .libs/im_stretch3.o .libs/im_clamp.o .libs/cooc_funcs.o .libs/glds_funcs.o .libs/im_fav4.o .libs/im_benchmark.o .libs/im_gadd.o .libs/im_gaddim.o .libs/im_gradcor.o .libs/im_cmulnorm.o .libs/im_printlines.o .libs/im_convsub.o .libs/im_line.o .libs/im_measure.o .libs/im_resize_linear.o .libs/im_debugim.o .libs/im_gfadd.o .libs/im_setbox.o .libs/rename.o .libs/vips7compat.o .libs/dispatch_types.o .libs/package.o .libs/im_bernd.o .libs/im_thresh.o .libs/im_slice.o .libs/im_print.o .libs/im_litecor.o .libs/im_mask2vips.o .libs/im_vips2mask.o .libs/rotmask.o .libs/rw_mask.o .libs/im_matcat.o .libs/im_matinv.o .libs/im_matmul.o .libs/im_mattrn.o .libs/matalloc.o .libs/mask_dispatch.o .libs/fits.o .libs/format.o .libs/format_dispatch.o .libs/im_analyze2vips.o .libs/im_csv2vips.o .libs/im_exr2vips.o .libs/im_jpeg2vips.o .libs/im_magick2vips.o .libs/im_png2vips.o .libs/im_webp2vips.o .libs/im_ppm2vips.o .libs/im_tiff2vips.o .libs/im_vips2csv.o .libs/im_vips2jpeg.o .libs/im_vips2png.o .libs/im_vips2webp.o .libs/im_vips2ppm.o .libs/im_vips2tiff.o .libs/conver_dispatch.o .libs/im_vips2dz.o .libs/im_freq_mask.o .libs/matlab.o .libs/radiance.o .libs/raw.o | |
libtool: link: ranlib .libs/libdeprecated.a | |
libtool: link: ( cd ".libs" && rm -f "libdeprecated.la" && ln -s "../libdeprecated.la" "libdeprecated.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/deprecated' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/deprecated' | |
make[3]: Leaving directory `/tmp/libvips/libvips/deprecated' | |
Making install in freqfilt | |
make[3]: Entering directory `/tmp/libvips/libvips/freqfilt' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o freqfilt.lo freqfilt.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c freqfilt.c -fPIC -DPIC -o .libs/freqfilt.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fwfft.lo fwfft.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fwfft.c -fPIC -DPIC -o .libs/fwfft.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o invfft.lo invfft.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c invfft.c -fPIC -DPIC -o .libs/invfft.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o freqmult.lo freqmult.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c freqmult.c -fPIC -DPIC -o .libs/freqmult.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o spectrum.lo spectrum.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c spectrum.c -fPIC -DPIC -o .libs/spectrum.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o phasecor.lo phasecor.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c phasecor.c -fPIC -DPIC -o .libs/phasecor.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libfreqfilt.la freqfilt.lo fwfft.lo invfft.lo freqmult.lo spectrum.lo phasecor.lo | |
libtool: link: ar cru .libs/libfreqfilt.a .libs/freqfilt.o .libs/fwfft.o .libs/invfft.o .libs/freqmult.o .libs/spectrum.o .libs/phasecor.o | |
libtool: link: ranlib .libs/libfreqfilt.a | |
libtool: link: ( cd ".libs" && rm -f "libfreqfilt.la" && ln -s "../libfreqfilt.la" "libfreqfilt.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/freqfilt' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/freqfilt' | |
make[3]: Leaving directory `/tmp/libvips/libvips/freqfilt' | |
Making install in histogram | |
make[3]: Entering directory `/tmp/libvips/libvips/histogram' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o histogram.lo histogram.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c histogram.c -fPIC -DPIC -o .libs/histogram.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o maplut.lo maplut.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c maplut.c -fPIC -DPIC -o .libs/maplut.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_unary.lo hist_unary.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_unary.c -fPIC -DPIC -o .libs/hist_unary.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_cum.lo hist_cum.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_cum.c -fPIC -DPIC -o .libs/hist_cum.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_norm.lo hist_norm.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_norm.c -fPIC -DPIC -o .libs/hist_norm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_equal.lo hist_equal.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_equal.c -fPIC -DPIC -o .libs/hist_equal.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_plot.lo hist_plot.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_plot.c -fPIC -DPIC -o .libs/hist_plot.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_match.lo hist_match.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_match.c -fPIC -DPIC -o .libs/hist_match.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_local.lo hist_local.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_local.c -fPIC -DPIC -o .libs/hist_local.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o percent.lo percent.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c percent.c -fPIC -DPIC -o .libs/percent.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_ismonotonic.lo hist_ismonotonic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_ismonotonic.c -fPIC -DPIC -o .libs/hist_ismonotonic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hist_entropy.lo hist_entropy.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hist_entropy.c -fPIC -DPIC -o .libs/hist_entropy.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o stdif.lo stdif.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c stdif.c -fPIC -DPIC -o .libs/stdif.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libhistogram.la histogram.lo maplut.lo hist_unary.lo hist_cum.lo hist_norm.lo hist_equal.lo hist_plot.lo hist_match.lo hist_local.lo percent.lo hist_ismonotonic.lo hist_entropy.lo stdif.lo | |
libtool: link: ar cru .libs/libhistogram.a .libs/histogram.o .libs/maplut.o .libs/hist_unary.o .libs/hist_cum.o .libs/hist_norm.o .libs/hist_equal.o .libs/hist_plot.o .libs/hist_match.o .libs/hist_local.o .libs/percent.o .libs/hist_ismonotonic.o .libs/hist_entropy.o .libs/stdif.o | |
libtool: link: ranlib .libs/libhistogram.a | |
libtool: link: ( cd ".libs" && rm -f "libhistogram.la" && ln -s "../libhistogram.la" "libhistogram.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/histogram' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/histogram' | |
make[3]: Leaving directory `/tmp/libvips/libvips/histogram' | |
Making install in draw | |
make[3]: Entering directory `/tmp/libvips/libvips/draw' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw.lo draw.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw.c -fPIC -DPIC -o .libs/draw.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o drawink.lo drawink.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c drawink.c -fPIC -DPIC -o .libs/drawink.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_circle.lo draw_circle.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_circle.c -fPIC -DPIC -o .libs/draw_circle.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_flood.lo draw_flood.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_flood.c -fPIC -DPIC -o .libs/draw_flood.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_mask.lo draw_mask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_mask.c -fPIC -DPIC -o .libs/draw_mask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_image.lo draw_image.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_image.c -fPIC -DPIC -o .libs/draw_image.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_rect.lo draw_rect.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_rect.c -fPIC -DPIC -o .libs/draw_rect.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_line.lo draw_line.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_line.c -fPIC -DPIC -o .libs/draw_line.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o draw_smudge.lo draw_smudge.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c draw_smudge.c -fPIC -DPIC -o .libs/draw_smudge.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libdraw.la draw.lo drawink.lo draw_circle.lo draw_flood.lo draw_mask.lo draw_image.lo draw_rect.lo draw_line.lo draw_smudge.lo | |
libtool: link: ar cru .libs/libdraw.a .libs/draw.o .libs/drawink.o .libs/draw_circle.o .libs/draw_flood.o .libs/draw_mask.o .libs/draw_image.o .libs/draw_rect.o .libs/draw_line.o .libs/draw_smudge.o | |
libtool: link: ranlib .libs/libdraw.a | |
libtool: link: ( cd ".libs" && rm -f "libdraw.la" && ln -s "../libdraw.la" "libdraw.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/draw' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/draw' | |
make[3]: Leaving directory `/tmp/libvips/libvips/draw' | |
Making install in iofuncs | |
make[3]: Entering directory `/tmp/libvips/libvips/iofuncs' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipsmarshal.lo vipsmarshal.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vipsmarshal.c -fPIC -DPIC -o .libs/vipsmarshal.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o type.lo type.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c type.c -fPIC -DPIC -o .libs/type.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gate.lo gate.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gate.c -fPIC -DPIC -o .libs/gate.o | |
glib-mkenums --template enumtemplate \ | |
../../libvips/include/vips/resample.h ../../libvips/include/vips/memory.h ../../libvips/include/vips/create.h ../../libvips/include/vips/foreign.h ../../libvips/include/vips/conversion.h ../../libvips/include/vips/arithmetic.h ../../libvips/include/vips/util.h ../../libvips/include/vips/image.h ../../libvips/include/vips/colour.h ../../libvips/include/vips/operation.h ../../libvips/include/vips/convolution.h ../../libvips/include/vips/morphology.h ../../libvips/include/vips/draw.h ../../libvips/include/vips/basic.h ../../libvips/include/vips/object.h > xgen-getc && \ | |
( cmp -s xgen-getc enumtypes.c || cp xgen-getc enumtypes.c ) && \ | |
rm -f xgen-getc | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o enumtypes.lo enumtypes.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c enumtypes.c -fPIC -DPIC -o .libs/enumtypes.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o object.lo object.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c object.c -fPIC -DPIC -o .libs/object.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o base64.lo base64.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c base64.c -fPIC -DPIC -o .libs/base64.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o error.lo error.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c error.c -fPIC -DPIC -o .libs/error.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o image.lo image.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c image.c -fPIC -DPIC -o .libs/image.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips.lo vips.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vips.c -fPIC -DPIC -o .libs/vips.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o generate.lo generate.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c generate.c -fPIC -DPIC -o .libs/generate.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mapfile.lo mapfile.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mapfile.c -fPIC -DPIC -o .libs/mapfile.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o cache.lo cache.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c cache.c -fPIC -DPIC -o .libs/cache.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sink.lo sink.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sink.c -fPIC -DPIC -o .libs/sink.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sinkmemory.lo sinkmemory.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sinkmemory.c -fPIC -DPIC -o .libs/sinkmemory.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sinkdisc.lo sinkdisc.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sinkdisc.c -fPIC -DPIC -o .libs/sinkdisc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sinkscreen.lo sinkscreen.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sinkscreen.c -fPIC -DPIC -o .libs/sinkscreen.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o memory.lo memory.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c memory.c -fPIC -DPIC -o .libs/memory.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o header.lo header.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c header.c -fPIC -DPIC -o .libs/header.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o operation.lo operation.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c operation.c -fPIC -DPIC -o .libs/operation.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o region.lo region.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c region.c -fPIC -DPIC -o .libs/region.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rect.lo rect.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rect.c -fPIC -DPIC -o .libs/rect.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o semaphore.lo semaphore.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c semaphore.c -fPIC -DPIC -o .libs/semaphore.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o threadpool.lo threadpool.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c threadpool.c -fPIC -DPIC -o .libs/threadpool.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o util.lo util.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c util.c -fPIC -DPIC -o .libs/util.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o init.lo init.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o buf.lo buf.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c buf.c -fPIC -DPIC -o .libs/buf.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o window.lo window.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c window.c -fPIC -DPIC -o .libs/window.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vector.lo vector.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c vector.c -fPIC -DPIC -o .libs/vector.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o system.lo system.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c system.c -fPIC -DPIC -o .libs/system.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o buffer.lo buffer.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c buffer.c -fPIC -DPIC -o .libs/buffer.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libiofuncs.la vipsmarshal.lo type.lo gate.lo enumtypes.lo object.lo base64.lo error.lo image.lo vips.lo generate.lo mapfile.lo cache.lo sink.lo sinkmemory.lo sinkdisc.lo sinkscreen.lo memory.lo header.lo operation.lo region.lo rect.lo semaphore.lo threadpool.lo util.lo init.lo buf.lo window.lo vector.lo system.lo buffer.lo | |
libtool: link: ar cru .libs/libiofuncs.a .libs/vipsmarshal.o .libs/type.o .libs/gate.o .libs/enumtypes.o .libs/object.o .libs/base64.o .libs/error.o .libs/image.o .libs/vips.o .libs/generate.o .libs/mapfile.o .libs/cache.o .libs/sink.o .libs/sinkmemory.o .libs/sinkdisc.o .libs/sinkscreen.o .libs/memory.o .libs/header.o .libs/operation.o .libs/region.o .libs/rect.o .libs/semaphore.o .libs/threadpool.o .libs/util.o .libs/init.o .libs/buf.o .libs/window.o .libs/vector.o .libs/system.o .libs/buffer.o | |
libtool: link: ranlib .libs/libiofuncs.a | |
libtool: link: ( cd ".libs" && rm -f "libiofuncs.la" && ln -s "../libiofuncs.la" "libiofuncs.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/iofuncs' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/iofuncs' | |
make[3]: Leaving directory `/tmp/libvips/libvips/iofuncs' | |
Making install in morphology | |
make[3]: Entering directory `/tmp/libvips/libvips/morphology' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o morphology.lo morphology.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c morphology.c -fPIC -DPIC -o .libs/morphology.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o countlines.lo countlines.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c countlines.c -fPIC -DPIC -o .libs/countlines.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o rank.lo rank.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c rank.c -fPIC -DPIC -o .libs/rank.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o hitmiss.lo hitmiss.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c hitmiss.c -fPIC -DPIC -o .libs/hitmiss.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o morph.lo morph.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c morph.c -fPIC -DPIC -o .libs/morph.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o labelregions.lo labelregions.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c labelregions.c -fPIC -DPIC -o .libs/labelregions.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libmorphology.la morphology.lo countlines.lo rank.lo hitmiss.lo morph.lo labelregions.lo | |
libtool: link: ar cru .libs/libmorphology.a .libs/morphology.o .libs/countlines.o .libs/rank.o .libs/hitmiss.o .libs/morph.o .libs/labelregions.o | |
libtool: link: ranlib .libs/libmorphology.a | |
libtool: link: ( cd ".libs" && rm -f "libmorphology.la" && ln -s "../libmorphology.la" "libmorphology.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/morphology' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/morphology' | |
make[3]: Leaving directory `/tmp/libvips/libvips/morphology' | |
Making install in mosaicing | |
make[3]: Entering directory `/tmp/libvips/libvips/mosaicing' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mosaicing.lo mosaicing.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mosaicing.c -fPIC -DPIC -o .libs/mosaicing.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o merge.lo merge.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c merge.c -fPIC -DPIC -o .libs/merge.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mosaic.lo mosaic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mosaic.c -fPIC -DPIC -o .libs/mosaic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o match.lo match.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c match.c -fPIC -DPIC -o .libs/match.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mosaic1.lo mosaic1.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mosaic1.c -fPIC -DPIC -o .libs/mosaic1.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o global_balance.lo global_balance.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c global_balance.c -fPIC -DPIC -o .libs/global_balance.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_avgdxdy.lo im_avgdxdy.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_avgdxdy.c -fPIC -DPIC -o .libs/im_avgdxdy.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_chkpair.lo im_chkpair.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_chkpair.c -fPIC -DPIC -o .libs/im_chkpair.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_clinear.lo im_clinear.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_clinear.c -fPIC -DPIC -o .libs/im_clinear.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_improve.lo im_improve.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_improve.c -fPIC -DPIC -o .libs/im_improve.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_initialize.lo im_initialize.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_initialize.c -fPIC -DPIC -o .libs/im_initialize.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_lrcalcon.lo im_lrcalcon.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_lrcalcon.c -fPIC -DPIC -o .libs/im_lrcalcon.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_lrmerge.lo im_lrmerge.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_lrmerge.c -fPIC -DPIC -o .libs/im_lrmerge.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_lrmosaic.lo im_lrmosaic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_lrmosaic.c -fPIC -DPIC -o .libs/im_lrmosaic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_tbcalcon.lo im_tbcalcon.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_tbcalcon.c -fPIC -DPIC -o .libs/im_tbcalcon.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_tbmerge.lo im_tbmerge.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_tbmerge.c -fPIC -DPIC -o .libs/im_tbmerge.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_remosaic.lo im_remosaic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_remosaic.c -fPIC -DPIC -o .libs/im_remosaic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_tbmosaic.lo im_tbmosaic.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_tbmosaic.c -fPIC -DPIC -o .libs/im_tbmosaic.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libmosaicing.la mosaicing.lo merge.lo mosaic.lo match.lo mosaic1.lo global_balance.lo im_avgdxdy.lo im_chkpair.lo im_clinear.lo im_improve.lo im_initialize.lo im_lrcalcon.lo im_lrmerge.lo im_lrmosaic.lo im_tbcalcon.lo im_tbmerge.lo im_remosaic.lo im_tbmosaic.lo | |
libtool: link: ar cru .libs/libmosaicing.a .libs/mosaicing.o .libs/merge.o .libs/mosaic.o .libs/match.o .libs/mosaic1.o .libs/global_balance.o .libs/im_avgdxdy.o .libs/im_chkpair.o .libs/im_clinear.o .libs/im_improve.o .libs/im_initialize.o .libs/im_lrcalcon.o .libs/im_lrmerge.o .libs/im_lrmosaic.o .libs/im_tbcalcon.o .libs/im_tbmerge.o .libs/im_remosaic.o .libs/im_tbmosaic.o | |
libtool: link: ranlib .libs/libmosaicing.a | |
libtool: link: ( cd ".libs" && rm -f "libmosaicing.la" && ln -s "../libmosaicing.la" "libmosaicing.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/mosaicing' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/mosaicing' | |
make[3]: Leaving directory `/tmp/libvips/libvips/mosaicing' | |
Making install in create | |
make[3]: Entering directory `/tmp/libvips/libvips/create' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o create.lo create.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c create.c -fPIC -DPIC -o .libs/create.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gaussmat.lo gaussmat.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gaussmat.c -fPIC -DPIC -o .libs/gaussmat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o logmat.lo logmat.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c logmat.c -fPIC -DPIC -o .libs/logmat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o buildlut.lo buildlut.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c buildlut.c -fPIC -DPIC -o .libs/buildlut.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o invertlut.lo invertlut.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c invertlut.c -fPIC -DPIC -o .libs/invertlut.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o tonelut.lo tonelut.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c tonelut.c -fPIC -DPIC -o .libs/tonelut.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o identity.lo identity.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c identity.c -fPIC -DPIC -o .libs/identity.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o point.lo point.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c point.c -fPIC -DPIC -o .libs/point.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask.lo mask.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask.c -fPIC -DPIC -o .libs/mask.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_ideal.lo mask_ideal.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_ideal.c -fPIC -DPIC -o .libs/mask_ideal.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_ideal_ring.lo mask_ideal_ring.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_ideal_ring.c -fPIC -DPIC -o .libs/mask_ideal_ring.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_ideal_band.lo mask_ideal_band.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_ideal_band.c -fPIC -DPIC -o .libs/mask_ideal_band.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_butterworth.lo mask_butterworth.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_butterworth.c -fPIC -DPIC -o .libs/mask_butterworth.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_butterworth_ring.lo mask_butterworth_ring.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_butterworth_ring.c -fPIC -DPIC -o .libs/mask_butterworth_ring.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_butterworth_band.lo mask_butterworth_band.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_butterworth_band.c -fPIC -DPIC -o .libs/mask_butterworth_band.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_gaussian.lo mask_gaussian.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_gaussian.c -fPIC -DPIC -o .libs/mask_gaussian.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_gaussian_ring.lo mask_gaussian_ring.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_gaussian_ring.c -fPIC -DPIC -o .libs/mask_gaussian_ring.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_gaussian_band.lo mask_gaussian_band.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_gaussian_band.c -fPIC -DPIC -o .libs/mask_gaussian_band.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o mask_fractal.lo mask_fractal.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c mask_fractal.c -fPIC -DPIC -o .libs/mask_fractal.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o fractsurf.lo fractsurf.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c fractsurf.c -fPIC -DPIC -o .libs/fractsurf.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o eye.lo eye.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c eye.c -fPIC -DPIC -o .libs/eye.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o grey.lo grey.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c grey.c -fPIC -DPIC -o .libs/grey.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o xyz.lo xyz.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c xyz.c -fPIC -DPIC -o .libs/xyz.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o black.lo black.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c black.c -fPIC -DPIC -o .libs/black.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o text.lo text.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c text.c -fPIC -DPIC -o .libs/text.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o gaussnoise.lo gaussnoise.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c gaussnoise.c -fPIC -DPIC -o .libs/gaussnoise.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o sines.lo sines.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c sines.c -fPIC -DPIC -o .libs/sines.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o zone.lo zone.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c zone.c -fPIC -DPIC -o .libs/zone.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libcreate.la create.lo gaussmat.lo logmat.lo buildlut.lo invertlut.lo tonelut.lo identity.lo point.lo mask.lo mask_ideal.lo mask_ideal_ring.lo mask_ideal_band.lo mask_butterworth.lo mask_butterworth_ring.lo mask_butterworth_band.lo mask_gaussian.lo mask_gaussian_ring.lo mask_gaussian_band.lo mask_fractal.lo fractsurf.lo eye.lo grey.lo xyz.lo black.lo text.lo gaussnoise.lo sines.lo zone.lo | |
libtool: link: ar cru .libs/libcreate.a .libs/create.o .libs/gaussmat.o .libs/logmat.o .libs/buildlut.o .libs/invertlut.o .libs/tonelut.o .libs/identity.o .libs/point.o .libs/mask.o .libs/mask_ideal.o .libs/mask_ideal_ring.o .libs/mask_ideal_band.o .libs/mask_butterworth.o .libs/mask_butterworth_ring.o .libs/mask_butterworth_band.o .libs/mask_gaussian.o .libs/mask_gaussian_ring.o .libs/mask_gaussian_band.o .libs/mask_fractal.o .libs/fractsurf.o .libs/eye.o .libs/grey.o .libs/xyz.o .libs/black.o .libs/text.o .libs/gaussnoise.o .libs/sines.o .libs/zone.o | |
libtool: link: ranlib .libs/libcreate.a | |
libtool: link: ( cd ".libs" && rm -f "libcreate.la" && ln -s "../libcreate.la" "libcreate.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/create' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/create' | |
make[3]: Leaving directory `/tmp/libvips/libvips/create' | |
Making install in video | |
make[3]: Entering directory `/tmp/libvips/libvips/video' | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o video_dispatch.lo video_dispatch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c video_dispatch.c -fPIC -DPIC -o .libs/video_dispatch.o | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o im_video_test.lo im_video_test.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c im_video_test.c -fPIC -DPIC -o .libs/im_video_test.o | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o libvideo.la video_dispatch.lo im_video_test.lo | |
libtool: link: ar cru .libs/libvideo.a .libs/video_dispatch.o .libs/im_video_test.o | |
libtool: link: ranlib .libs/libvideo.a | |
libtool: link: ( cd ".libs" && rm -f "libvideo.la" && ln -s "../libvideo.la" "libvideo.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips/video' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvips/video' | |
make[3]: Leaving directory `/tmp/libvips/libvips/video' | |
Making install in . | |
make[3]: Entering directory `/tmp/libvips/libvips' | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -no-undefined -version-info 46:2:4 -o libvips.la -rpath /usr/local/lib resample/libresample.la arithmetic/libarithmetic.la colour/libcolour.la conversion/libconversion.la convolution/libconvolution.la deprecated/libdeprecated.la foreign/libforeign.la freqfilt/libfreqfilt.la histogram/libhistogram.la draw/libdraw.la iofuncs/libiofuncs.la morphology/libmorphology.la mosaicing/libmosaicing.la create/libcreate.la video/libvideo.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o -Wl,--whole-archive resample/.libs/libresample.a arithmetic/.libs/libarithmetic.a colour/.libs/libcolour.a conversion/.libs/libconversion.a convolution/.libs/libconvolution.a deprecated/.libs/libdeprecated.a foreign/.libs/libforeign.a freqfilt/.libs/libfreqfilt.a histogram/.libs/libhistogram.a draw/.libs/libdraw.a iofuncs/.libs/libiofuncs.a morphology/.libs/libmorphology.a mosaicing/.libs/libmosaicing.a create/.libs/libcreate.a video/.libs/libvideo.a -Wl,--no-whole-archive -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libvips.so.42 -o .libs/libvips.so.42.4.2 | |
libtool: link: (cd ".libs" && rm -f "libvips.so.42" && ln -s "libvips.so.42.4.2" "libvips.so.42") | |
libtool: link: (cd ".libs" && rm -f "libvips.so" && ln -s "libvips.so.42.4.2" "libvips.so") | |
libtool: link: ( cd ".libs" && rm -f "libvips.la" && ln -s "../libvips.la" "libvips.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvips' | |
/usr/bin/mkdir -p '/usr/local/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -s libvips.la '/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libvips.so.42.4.2 /usr/local/lib/libvips.so.42.4.2 | |
libtool: install: strip --strip-unneeded /usr/local/lib/libvips.so.42.4.2 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvips.so.42.4.2 libvips.so.42 || { rm -f libvips.so.42 && ln -s libvips.so.42.4.2 libvips.so.42; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvips.so.42.4.2 libvips.so || { rm -f libvips.so && ln -s libvips.so.42.4.2 libvips.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libvips.lai /usr/local/lib/libvips.la | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[4]: Leaving directory `/tmp/libvips/libvips' | |
make[3]: Leaving directory `/tmp/libvips/libvips' | |
make[2]: Leaving directory `/tmp/libvips/libvips' | |
Making install in libvipsCC | |
make[2]: Entering directory `/tmp/libvips/libvipsCC' | |
Making install in include | |
make[3]: Entering directory `/tmp/libvips/libvipsCC/include' | |
Making install in vips | |
make[4]: Entering directory `/tmp/libvips/libvipsCC/include/vips' | |
make[5]: Entering directory `/tmp/libvips/libvipsCC/include/vips' | |
make[5]: Nothing to be done for `install-exec-am'. | |
/usr/bin/mkdir -p '/usr/local/include/vips' | |
/usr/bin/install -c -m 644 VDisplay.h VError.h VImage.h VMask.h vipscpp.h vips vipsc++.h '/usr/local/include/vips' | |
make[5]: Leaving directory `/tmp/libvips/libvipsCC/include/vips' | |
make[4]: Leaving directory `/tmp/libvips/libvipsCC/include/vips' | |
make[4]: Entering directory `/tmp/libvips/libvipsCC/include' | |
make[5]: Entering directory `/tmp/libvips/libvipsCC/include' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/tmp/libvips/libvipsCC/include' | |
make[4]: Leaving directory `/tmp/libvips/libvipsCC/include' | |
make[3]: Leaving directory `/tmp/libvips/libvipsCC/include' | |
make[3]: Entering directory `/tmp/libvips/libvipsCC' | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VImage.lo VImage.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VImage.cc -fPIC -DPIC -o .libs/VImage.o | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VError.lo VError.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VError.cc -fPIC -DPIC -o .libs/VError.o | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VDisplay.lo VDisplay.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VDisplay.cc -fPIC -DPIC -o .libs/VDisplay.o | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VMask.lo VMask.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../libvipsCC/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VMask.cc -fPIC -DPIC -o .libs/VMask.o | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -no-undefined -version-info 46:2:4 -o libvipsCC.la -rpath /usr/local/lib VImage.lo VError.lo VDisplay.lo VMask.lo ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/VImage.o .libs/VError.o .libs/VDisplay.o .libs/VMask.o -Wl,-rpath -Wl,/tmp/libvips/libvips/.libs -Wl,-rpath -Wl,/usr/local/lib ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libvipsCC.so.42 -o .libs/libvipsCC.so.42.4.2 | |
libtool: link: (cd ".libs" && rm -f "libvipsCC.so.42" && ln -s "libvipsCC.so.42.4.2" "libvipsCC.so.42") | |
libtool: link: (cd ".libs" && rm -f "libvipsCC.so" && ln -s "libvipsCC.so.42.4.2" "libvipsCC.so") | |
libtool: link: ( cd ".libs" && rm -f "libvipsCC.la" && ln -s "../libvipsCC.la" "libvipsCC.la" ) | |
make[4]: Entering directory `/tmp/libvips/libvipsCC' | |
/usr/bin/mkdir -p '/usr/local/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -s libvipsCC.la '/usr/local/lib' | |
libtool: install: warning: relinking `libvipsCC.la' | |
libtool: install: (cd /tmp/libvips/libvipsCC; /bin/sh /tmp/libvips/libtool --tag CXX --mode=relink g++ -g -O2 -no-undefined -version-info 46:2:4 -o libvipsCC.la -rpath /usr/local/lib VImage.lo VError.lo VDisplay.lo VMask.lo ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm ) | |
libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/VImage.o .libs/VError.o .libs/VDisplay.o .libs/VMask.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lvips -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libvipsCC.so.42 -o .libs/libvipsCC.so.42.4.2 | |
libtool: install: /usr/bin/install -c .libs/libvipsCC.so.42.4.2T /usr/local/lib/libvipsCC.so.42.4.2 | |
libtool: install: strip --strip-unneeded /usr/local/lib/libvipsCC.so.42.4.2 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvipsCC.so.42.4.2 libvipsCC.so.42 || { rm -f libvipsCC.so.42 && ln -s libvipsCC.so.42.4.2 libvipsCC.so.42; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvipsCC.so.42.4.2 libvipsCC.so || { rm -f libvipsCC.so && ln -s libvipsCC.so.42.4.2 libvipsCC.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libvipsCC.lai /usr/local/lib/libvipsCC.la | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/libvipsCC' | |
make[3]: Leaving directory `/tmp/libvips/libvipsCC' | |
make[2]: Leaving directory `/tmp/libvips/libvipsCC' | |
Making install in cplusplus | |
make[2]: Entering directory `/tmp/libvips/cplusplus' | |
Making install in include | |
make[3]: Entering directory `/tmp/libvips/cplusplus/include' | |
Making install in vips | |
make[4]: Entering directory `/tmp/libvips/cplusplus/include/vips' | |
make[5]: Entering directory `/tmp/libvips/cplusplus/include/vips' | |
make[5]: Nothing to be done for `install-exec-am'. | |
/usr/bin/mkdir -p '/usr/local/include/vips' | |
/usr/bin/install -c -m 644 VError8.h VImage8.h VInterpolate8.h vips8 vips-operators.h '/usr/local/include/vips' | |
make[5]: Leaving directory `/tmp/libvips/cplusplus/include/vips' | |
make[4]: Leaving directory `/tmp/libvips/cplusplus/include/vips' | |
make[4]: Entering directory `/tmp/libvips/cplusplus/include' | |
make[5]: Entering directory `/tmp/libvips/cplusplus/include' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/tmp/libvips/cplusplus/include' | |
make[4]: Leaving directory `/tmp/libvips/cplusplus/include' | |
make[3]: Leaving directory `/tmp/libvips/cplusplus/include' | |
make[3]: Entering directory `/tmp/libvips/cplusplus' | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VImage.lo VImage.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VImage.cpp -fPIC -DPIC -o .libs/VImage.o | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VInterpolate.lo VInterpolate.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VInterpolate.cpp -fPIC -DPIC -o .libs/VInterpolate.o | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o VError.lo VError.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -I../cplusplus/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c VError.cpp -fPIC -DPIC -o .libs/VError.o | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -no-undefined -version-info 46:2:4 -o libvips-cpp.la -rpath /usr/local/lib VImage.lo VInterpolate.lo VError.lo ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/VImage.o .libs/VInterpolate.o .libs/VError.o -Wl,-rpath -Wl,/tmp/libvips/libvips/.libs -Wl,-rpath -Wl,/usr/local/lib ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libvips-cpp.so.42 -o .libs/libvips-cpp.so.42.4.2 | |
libtool: link: (cd ".libs" && rm -f "libvips-cpp.so.42" && ln -s "libvips-cpp.so.42.4.2" "libvips-cpp.so.42") | |
libtool: link: (cd ".libs" && rm -f "libvips-cpp.so" && ln -s "libvips-cpp.so.42.4.2" "libvips-cpp.so") | |
libtool: link: ( cd ".libs" && rm -f "libvips-cpp.la" && ln -s "../libvips-cpp.la" "libvips-cpp.la" ) | |
make[4]: Entering directory `/tmp/libvips/cplusplus' | |
/usr/bin/mkdir -p '/usr/local/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -s libvips-cpp.la '/usr/local/lib' | |
libtool: install: warning: relinking `libvips-cpp.la' | |
libtool: install: (cd /tmp/libvips/cplusplus; /bin/sh /tmp/libvips/libtool --tag CXX --mode=relink g++ -g -O2 -no-undefined -version-info 46:2:4 -o libvips-cpp.la -rpath /usr/local/lib VImage.lo VInterpolate.lo VError.lo ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm ) | |
libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/VImage.o .libs/VInterpolate.o .libs/VError.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lvips -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libvips-cpp.so.42 -o .libs/libvips-cpp.so.42.4.2 | |
libtool: install: /usr/bin/install -c .libs/libvips-cpp.so.42.4.2T /usr/local/lib/libvips-cpp.so.42.4.2 | |
libtool: install: strip --strip-unneeded /usr/local/lib/libvips-cpp.so.42.4.2 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvips-cpp.so.42.4.2 libvips-cpp.so.42 || { rm -f libvips-cpp.so.42 && ln -s libvips-cpp.so.42.4.2 libvips-cpp.so.42; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libvips-cpp.so.42.4.2 libvips-cpp.so || { rm -f libvips-cpp.so && ln -s libvips-cpp.so.42.4.2 libvips-cpp.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libvips-cpp.lai /usr/local/lib/libvips-cpp.la | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/tmp/libvips/cplusplus' | |
make[3]: Leaving directory `/tmp/libvips/cplusplus' | |
make[2]: Leaving directory `/tmp/libvips/cplusplus' | |
Making install in tools | |
make[2]: Entering directory `/tmp/libvips/tools' | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vips.o vips.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o vips vips.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/vips vips.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -Wl,--export-dynamic -pthread ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm -fopenmp -pthread -Wl,-rpath -Wl,/usr/local/lib | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipsedit.o vipsedit.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o vipsedit vipsedit.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/vipsedit vipsedit.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -Wl,--export-dynamic -pthread ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm -fopenmp -pthread -Wl,-rpath -Wl,/usr/local/lib | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipsthumbnail.o vipsthumbnail.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o vipsthumbnail vipsthumbnail.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/vipsthumbnail vipsthumbnail.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -Wl,--export-dynamic -pthread ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm -fopenmp -pthread -Wl,-rpath -Wl,/usr/local/lib | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libvips/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -g -O2 -c -o vipsheader.o vipsheader.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o vipsheader vipsheader.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick ../libvips/libvips.la -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -Wl,--export-dynamic -pthread -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm | |
libtool: link: gcc -std=gnu99 -g -O2 -o .libs/vipsheader vipsheader.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -fopenmp -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/include/ImageMagick -Wl,--export-dynamic -pthread ../libvips/.libs/libvips.so -lMagickWand -lMagickCore -lpng15 -ltiff -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -llcms2 -lwebp -lexif -lm -fopenmp -pthread -Wl,-rpath -Wl,/usr/local/lib | |
make[3]: Entering directory `/tmp/libvips/tools' | |
/usr/bin/mkdir -p '/usr/local/bin' | |
STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /tmp/libvips/install-sh -c -s vips vipsedit vipsthumbnail vipsheader '/usr/local/bin' | |
libtool: install: /bin/sh /tmp/libvips/install-sh -c -s .libs/vips /usr/local/bin/vips | |
libtool: install: /bin/sh /tmp/libvips/install-sh -c -s .libs/vipsedit /usr/local/bin/vipsedit | |
libtool: install: /bin/sh /tmp/libvips/install-sh -c -s .libs/vipsthumbnail /usr/local/bin/vipsthumbnail | |
libtool: install: /bin/sh /tmp/libvips/install-sh -c -s .libs/vipsheader /usr/local/bin/vipsheader | |
/usr/bin/mkdir -p '/usr/local/bin' | |
/usr/bin/install -c light_correct shrink_width batch_image_convert batch_rubber_sheet batch_crop vipsprofile vips-8.3 '/usr/local/bin' | |
make install-exec-hook | |
make[4]: Entering directory `/tmp/libvips/tools' | |
chmod ugo+x /usr/local/bin/light_correct | |
chmod ugo+x /usr/local/bin/shrink_width | |
chmod ugo+x /usr/local/bin/batch_image_convert | |
chmod ugo+x /usr/local/bin/batch_rubber_sheet | |
chmod ugo+x /usr/local/bin/batch_crop | |
chmod ugo+x /usr/local/bin/vipsprofile | |
make[4]: Leaving directory `/tmp/libvips/tools' | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/tmp/libvips/tools' | |
make[2]: Leaving directory `/tmp/libvips/tools' | |
Making install in po | |
make[2]: Entering directory `/tmp/libvips/po' | |
mkdir -p /usr/local/share; \ | |
catalogs=''; \ | |
for cat in $catalogs; do \ | |
cat=`basename $cat`; \ | |
case "$cat" in \ | |
*.gmo) destdir=/usr/local/share/locale;; \ | |
*) destdir=/usr/local/lib/locale;; \ | |
esac; \ | |
lang=`echo $cat | sed 's/\NONE$//'`; \ | |
dir=$destdir/$lang/LC_MESSAGES; \ | |
mkdir -p $dir; \ | |
if test -r $cat; then \ | |
/usr/bin/install -c -m 644 $cat $dir/vips8.4; \ | |
echo "installing $cat as $dir/vips8.4"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$cat $dir/vips8.4; \ | |
echo "installing ./$cat as" \ | |
"$dir/vips8.4"; \ | |
fi; \ | |
if test -r $cat.m; then \ | |
/usr/bin/install -c -m 644 $cat.m $dir/vips8.4.m; \ | |
echo "installing $cat.m as $dir/vips8.4.m"; \ | |
else \ | |
if test -r ./$cat.m ; then \ | |
/usr/bin/install -c -m 644 ./$cat.m \ | |
$dir/vips8.4.m; \ | |
echo "installing ./$cat as" \ | |
"$dir/vips8.4.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
if test "vips" = "glib"; then \ | |
mkdir -p /usr/local/share/glib-2.0/gettext/po; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory `/tmp/libvips/po' | |
Making install in man | |
make[2]: Entering directory `/tmp/libvips/man' | |
make[3]: Entering directory `/tmp/libvips/man' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/usr/bin/mkdir -p '/usr/local/share/man/man1' | |
/usr/bin/install -c -m 644 batch_crop.1 batch_image_convert.1 batch_rubber_sheet.1 vipsedit.1 vipsheader.1 light_correct.1 vips.1 vipsprofile.1 vipsthumbnail.1 '/usr/local/share/man/man1' | |
make[3]: Leaving directory `/tmp/libvips/man' | |
make[2]: Leaving directory `/tmp/libvips/man' | |
Making install in doc | |
make[2]: Entering directory `/tmp/libvips/doc' | |
make[3]: Entering directory `/tmp/libvips/doc' | |
make[3]: Nothing to be done for `install-exec-am'. | |
Nothing to install | |
make[3]: Leaving directory `/tmp/libvips/doc' | |
make[2]: Leaving directory `/tmp/libvips/doc' | |
Making install in test | |
make[2]: Entering directory `/tmp/libvips/test' | |
make[3]: Entering directory `/tmp/libvips/test' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/tmp/libvips/test' | |
make[2]: Leaving directory `/tmp/libvips/test' | |
make[2]: Entering directory `/tmp/libvips' | |
make[3]: Entering directory `/tmp/libvips' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/usr/bin/mkdir -p '/usr/local/lib/pkgconfig' | |
/usr/bin/install -c -m 644 vips.pc vipsCC.pc vips-cpp.pc '/usr/local/lib/pkgconfig' | |
make[3]: Leaving directory `/tmp/libvips' | |
make[2]: Leaving directory `/tmp/libvips' | |
make[1]: Leaving directory `/tmp/libvips' | |
---> 33e4a441ad9a | |
Removing intermediate container 2b96166ba05b | |
Step 6 : ENV VERSION_NODE 5.5.0 | |
---> Running in c6f3c3302195 | |
---> 5e8b5443d5c4 | |
Removing intermediate container c6f3c3302195 | |
Step 7 : RUN mkdir /node && curl -L https://nodejs.org/download/release/v${VERSION_NODE}/node-v${VERSION_NODE}-linux-x64.tar.gz | tar xzC /node --strip-components=1 | |
---> Running in b4f0506d7c5b | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 11.3M 100 11.3M 0 0 5131k 0 0:00:02 0:00:02 --:--:-- 5131k | |
---> 8988f2202f47 | |
Removing intermediate container b4f0506d7c5b | |
Step 8 : ENV PATH /node/bin:$PATH | |
---> Running in d1dcea92029d | |
---> 79ef0752bce2 | |
Removing intermediate container d1dcea92029d | |
Step 9 : WORKDIR /app | |
---> Running in c6cbd21e3c65 | |
---> e73a1c8d6970 | |
Removing intermediate container c6cbd21e3c65 | |
Step 10 : ADD package.json /app/package.json | |
---> 3173fa7ac52b | |
Removing intermediate container da1b0b3add03 | |
Step 11 : RUN npm install | |
---> Running in 081501e96aa9 | |
> [email protected] install /app/node_modules/sharp | |
> node-gyp rebuild | |
make: Entering directory `/app/node_modules/sharp/build' | |
TOUCH Release/obj.target/libvips-cpp.stamp | |
CXX(target) Release/obj.target/sharp/src/common.o | |
CXX(target) Release/obj.target/sharp/src/metadata.o | |
CXX(target) Release/obj.target/sharp/src/operations.o | |
CXX(target) Release/obj.target/sharp/src/pipeline.o | |
CXX(target) Release/obj.target/sharp/src/sharp.o | |
CXX(target) Release/obj.target/sharp/src/utilities.o | |
SOLINK_MODULE(target) Release/obj.target/sharp.node | |
COPY Release/sharp.node | |
TOUCH Release/obj.target/win_copy_dlls.stamp | |
make: Leaving directory `/app/node_modules/sharp/build' | |
/app | |
+-- [email protected] | |
`-- [email protected] (git://github.com/lovell/sharp.git#f8eab4996235844e8e767f229275abefa9c0707f) | |
+-- [email protected] | |
+-- [email protected] | |
| +-- [email protected] | |
| `-- [email protected] | |
| `-- [email protected] | |
+-- [email protected] | |
+-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| | +-- [email protected] | |
| | | +-- [email protected] | |
| | | +-- [email protected] | |
| | | +-- [email protected] | |
| | | | `-- [email protected] | |
| | | +-- [email protected] | |
| | | `-- [email protected] | |
| | +-- [email protected] | |
| | | `-- [email protected] | |
| | +-- [email protected] | |
| | | +-- [email protected] | |
| | | +-- [email protected] | |
| | | | `-- [email protected] | |
| | | +-- [email protected] | |
| | | `-- [email protected] | |
| | `-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | | +-- [email protected] | |
| | | +-- [email protected] | |
| | | `-- [email protected] | |
| | `-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | | `-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | | `-- [email protected] | |
| | +-- [email protected] | |
| | +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| `-- [email protected] | |
+-- [email protected] | |
`-- [email protected] | |
+-- [email protected] | |
+-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| `-- [email protected] | |
| `-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| | `-- [email protected] | |
| | +-- [email protected] | |
| | `-- [email protected] | |
| +-- [email protected] | |
| `-- [email protected] | |
`-- [email protected] | |
npm WARN EPACKAGEJSON app No description | |
npm WARN EPACKAGEJSON app No repository field. | |
npm WARN EPACKAGEJSON app No license field. | |
---> a8937fa783f7 | |
Removing intermediate container 081501e96aa9 | |
Step 12 : ADD . /app | |
---> a0b4554d893c | |
Removing intermediate container b5b66fc5debb | |
Step 13 : CMD node --trace-gc test | |
---> Running in 4f9348a18279 | |
---> 1272eaed5889 | |
Removing intermediate container 4f9348a18279 | |
Successfully built 1272eaed5889 | |
docker-compose run --rm test | |
[1:0x35834a0] 10 ms: Scavenge 2.3 (39.1) -> 2.3 (39.1) MB, 0.5 / 0 ms [allocation failure]. | |
[1:0x35834a0] 12 ms: Scavenge 2.4 (40.1) -> 2.4 (40.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x35834a0] 44 ms: Scavenge 4.1 (41.1) -> 3.7 (41.1) MB, 0.5 / 0 ms [allocation failure]. | |
[1:0x35834a0] 75 ms: Scavenge 6.0 (41.1) -> 5.0 (42.1) MB, 0.8 / 0 ms [allocation failure]. | |
example before iteration #1 { rss: 34349056, heapTotal: 10619424, heapUsed: 6668128 } | |
example before iteration #2 { rss: 45473792, heapTotal: 11651360, heapUsed: 7576960 } | |
example before iteration #3 { rss: 58122240, heapTotal: 11651360, heapUsed: 7646016 } | |
example before iteration #4 { rss: 66887680, heapTotal: 11651360, heapUsed: 7677768 } | |
example before iteration #5 { rss: 79151104, heapTotal: 11651360, heapUsed: 7696904 } | |
example before iteration #6 { rss: 85676032, heapTotal: 11651360, heapUsed: 7717576 } | |
example before iteration #7 { rss: 93794304, heapTotal: 11651360, heapUsed: 7736856 } | |
example before iteration #8 { rss: 101822464, heapTotal: 11651360, heapUsed: 7756264 } | |
example before iteration #9 { rss: 105451520, heapTotal: 11651360, heapUsed: 7775528 } | |
example before iteration #10 { rss: 109441024, heapTotal: 11651360, heapUsed: 7794792 } | |
example before iteration #11 { rss: 113852416, heapTotal: 11651360, heapUsed: 7814088 } | |
example before iteration #12 { rss: 118321152, heapTotal: 11651360, heapUsed: 7833352 } | |
example before iteration #13 { rss: 122093568, heapTotal: 11651360, heapUsed: 7855536 } | |
example before iteration #14 { rss: 130555904, heapTotal: 11651360, heapUsed: 7874800 } | |
example before iteration #15 { rss: 134459392, heapTotal: 11651360, heapUsed: 7894096 } | |
example before iteration #16 { rss: 138137600, heapTotal: 11651360, heapUsed: 7913360 } | |
example before iteration #17 { rss: 141697024, heapTotal: 11651360, heapUsed: 7932624 } | |
example before iteration #18 { rss: 145420288, heapTotal: 11651360, heapUsed: 7951920 } | |
example before iteration #19 { rss: 149049344, heapTotal: 11651360, heapUsed: 7972584 } | |
example before iteration #20 { rss: 152985600, heapTotal: 11651360, heapUsed: 7993384 } | |
example before iteration #21 { rss: 156950528, heapTotal: 11651360, heapUsed: 8019840 } | |
example before iteration #22 { rss: 160477184, heapTotal: 12671264, heapUsed: 8048904 } | |
example before iteration #23 { rss: 168132608, heapTotal: 12671264, heapUsed: 8074984 } | |
example before iteration #24 { rss: 171851776, heapTotal: 12671264, heapUsed: 8101336 } | |
example before iteration #25 { rss: 175546368, heapTotal: 12671264, heapUsed: 8140304 } | |
example before iteration #26 { rss: 179204096, heapTotal: 12671264, heapUsed: 8159504 } | |
example before iteration #27 { rss: 182910976, heapTotal: 12671264, heapUsed: 8178704 } | |
example before iteration #28 { rss: 186630144, heapTotal: 12671264, heapUsed: 8213952 } | |
[1:0x35834a0] 20248 ms: Scavenge 7.8 (44.1) -> 6.7 (44.1) MB, 1.1 / 0 ms [allocation failure]. | |
example before iteration #29 { rss: 189214720, heapTotal: 9592096, heapUsed: 7074360 } | |
example before iteration #30 { rss: 192876544, heapTotal: 9592096, heapUsed: 7093592 } | |
example before iteration #31 { rss: 196313088, heapTotal: 9592096, heapUsed: 7118624 } | |
example before iteration #32 { rss: 200040448, heapTotal: 9592096, heapUsed: 7137792 } | |
example before iteration #33 { rss: 203681792, heapTotal: 9592096, heapUsed: 7156992 } | |
example before iteration #34 { rss: 207261696, heapTotal: 9592096, heapUsed: 7179576 } | |
example before iteration #35 { rss: 210907136, heapTotal: 9592096, heapUsed: 7198776 } | |
example before iteration #36 { rss: 214626304, heapTotal: 9592096, heapUsed: 7217944 } | |
example before iteration #37 { rss: 218251264, heapTotal: 9592096, heapUsed: 7237144 } | |
example before iteration #38 { rss: 221839360, heapTotal: 9592096, heapUsed: 7256344 } | |
example before iteration #39 { rss: 225570816, heapTotal: 9592096, heapUsed: 7277432 } | |
example before iteration #40 { rss: 229289984, heapTotal: 9592096, heapUsed: 7299760 } | |
example before iteration #41 { rss: 232914944, heapTotal: 9592096, heapUsed: 7318960 } | |
example before iteration #42 { rss: 236511232, heapTotal: 9592096, heapUsed: 7338160 } | |
example before iteration #43 { rss: 240144384, heapTotal: 9592096, heapUsed: 7357360 } | |
example before iteration #44 { rss: 243806208, heapTotal: 9592096, heapUsed: 7376560 } | |
example before iteration #45 { rss: 247463936, heapTotal: 9592096, heapUsed: 7401192 } | |
example before iteration #46 { rss: 251097088, heapTotal: 9592096, heapUsed: 7424976 } | |
example before iteration #47 { rss: 255012864, heapTotal: 9592096, heapUsed: 7449600 } | |
example before iteration #48 { rss: 258662400, heapTotal: 9592096, heapUsed: 7468744 } | |
example before iteration #49 { rss: 262131712, heapTotal: 9592096, heapUsed: 7487888 } | |
example before iteration #50 { rss: 265678848, heapTotal: 9592096, heapUsed: 7507032 } | |
example before iteration #51 { rss: 269377536, heapTotal: 9592096, heapUsed: 7528712 } | |
example before iteration #52 { rss: 273039360, heapTotal: 9592096, heapUsed: 7556528 } | |
example before iteration #53 { rss: 276598784, heapTotal: 9592096, heapUsed: 7575672 } | |
example before iteration #54 { rss: 280260608, heapTotal: 9592096, heapUsed: 7594816 } | |
example before iteration #55 { rss: 283959296, heapTotal: 9592096, heapUsed: 7613960 } | |
example before iteration #56 { rss: 288387072, heapTotal: 9592096, heapUsed: 7633104 } | |
[1:0x35834a0] 41820 ms: Mark-sweep 7.3 (44.1) -> 6.0 (44.1) MB, 4.7 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #57 { rss: 287719424, heapTotal: 9592096, heapUsed: 6291680 } | |
example before iteration #58 { rss: 287940608, heapTotal: 9592096, heapUsed: 6325536 } | |
example before iteration #59 { rss: 288141312, heapTotal: 9592096, heapUsed: 6344776 } | |
example before iteration #60 { rss: 288145408, heapTotal: 9592096, heapUsed: 6364016 } | |
example before iteration #61 { rss: 288129024, heapTotal: 9592096, heapUsed: 6383256 } | |
example before iteration #62 { rss: 288145408, heapTotal: 9592096, heapUsed: 6402496 } | |
example before iteration #63 { rss: 288129024, heapTotal: 9592096, heapUsed: 6421736 } | |
example before iteration #64 { rss: 288145408, heapTotal: 9592096, heapUsed: 6457568 } | |
example before iteration #65 { rss: 288129024, heapTotal: 9592096, heapUsed: 6478688 } | |
example before iteration #66 { rss: 288145408, heapTotal: 9592096, heapUsed: 6499360 } | |
example before iteration #67 { rss: 288129024, heapTotal: 9592096, heapUsed: 6524552 } | |
example before iteration #68 { rss: 288145408, heapTotal: 9592096, heapUsed: 6543776 } | |
example before iteration #69 { rss: 288129024, heapTotal: 9592096, heapUsed: 6563000 } | |
example before iteration #70 { rss: 288411648, heapTotal: 9592096, heapUsed: 6582224 } | |
example before iteration #71 { rss: 288395264, heapTotal: 9592096, heapUsed: 6601448 } | |
example before iteration #72 { rss: 288411648, heapTotal: 9592096, heapUsed: 6620672 } | |
example before iteration #73 { rss: 288407552, heapTotal: 9592096, heapUsed: 6639896 } | |
example before iteration #74 { rss: 288411648, heapTotal: 9592096, heapUsed: 6659120 } | |
example before iteration #75 { rss: 288395264, heapTotal: 9592096, heapUsed: 6678304 } | |
example before iteration #76 { rss: 288411648, heapTotal: 9592096, heapUsed: 6697528 } | |
example before iteration #77 { rss: 288395264, heapTotal: 9592096, heapUsed: 6716752 } | |
example before iteration #78 { rss: 288411648, heapTotal: 9592096, heapUsed: 6735976 } | |
example before iteration #79 { rss: 288395264, heapTotal: 9592096, heapUsed: 6756880 } | |
example before iteration #80 { rss: 288423936, heapTotal: 9592096, heapUsed: 6784288 } | |
example before iteration #81 { rss: 288411648, heapTotal: 9592096, heapUsed: 6803352 } | |
example before iteration #82 { rss: 288415744, heapTotal: 9592096, heapUsed: 6822416 } | |
example before iteration #83 { rss: 288399360, heapTotal: 9592096, heapUsed: 6841480 } | |
[1:0x35834a0] 61982 ms: Mark-sweep 6.5 (44.1) -> 6.0 (44.1) MB, 6.7 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #84 { rss: 185634816, heapTotal: 9592096, heapUsed: 6297504 } | |
example before iteration #85 { rss: 189059072, heapTotal: 9592096, heapUsed: 6328784 } | |
example before iteration #86 { rss: 192516096, heapTotal: 9592096, heapUsed: 6347944 } | |
example before iteration #87 { rss: 196079616, heapTotal: 9592096, heapUsed: 6373904 } | |
example before iteration #88 { rss: 204333056, heapTotal: 9592096, heapUsed: 6393064 } | |
example before iteration #89 { rss: 207892480, heapTotal: 9592096, heapUsed: 6412224 } | |
example before iteration #90 { rss: 211558400, heapTotal: 9592096, heapUsed: 6431384 } | |
example before iteration #91 { rss: 215257088, heapTotal: 9592096, heapUsed: 6450544 } | |
example before iteration #92 { rss: 218914816, heapTotal: 9592096, heapUsed: 6469704 } | |
example before iteration #93 { rss: 222470144, heapTotal: 9592096, heapUsed: 6488864 } | |
example before iteration #94 { rss: 226136064, heapTotal: 9592096, heapUsed: 6508024 } | |
example before iteration #95 { rss: 230113280, heapTotal: 9592096, heapUsed: 6527184 } | |
example before iteration #96 { rss: 233771008, heapTotal: 9592096, heapUsed: 6546344 } | |
example before iteration #97 { rss: 237318144, heapTotal: 9592096, heapUsed: 6565504 } | |
example before iteration #98 { rss: 240996352, heapTotal: 9592096, heapUsed: 6584664 } | |
example before iteration #99 { rss: 244621312, heapTotal: 9592096, heapUsed: 6603824 } | |
example before iteration #100 { rss: 248336384, heapTotal: 9592096, heapUsed: 6622984 } | |
example before iteration #101 { rss: 251936768, heapTotal: 9592096, heapUsed: 6643016 } | |
example before iteration #102 { rss: 255873024, heapTotal: 9592096, heapUsed: 6663112 } | |
example before iteration #103 { rss: 259502080, heapTotal: 9592096, heapUsed: 6682272 } | |
example before iteration #104 { rss: 263004160, heapTotal: 9592096, heapUsed: 6701432 } | |
example before iteration #105 { rss: 266518528, heapTotal: 9592096, heapUsed: 6723232 } | |
example before iteration #106 { rss: 270512128, heapTotal: 9592096, heapUsed: 6766392 } | |
example before iteration #107 { rss: 274141184, heapTotal: 9592096, heapUsed: 6785552 } | |
example before iteration #108 { rss: 277733376, heapTotal: 9592096, heapUsed: 6804712 } | |
example before iteration #109 { rss: 281362432, heapTotal: 9592096, heapUsed: 6823872 } | |
example before iteration #110 { rss: 285093888, heapTotal: 9592096, heapUsed: 6843032 } | |
[1:0x35834a0] 82113 ms: Mark-sweep 6.5 (44.1) -> 6.0 (44.1) MB, 4.1 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #111 { rss: 288301056, heapTotal: 9592096, heapUsed: 6322264 } | |
example before iteration #112 { rss: 288452608, heapTotal: 9592096, heapUsed: 6353544 } | |
example before iteration #113 { rss: 288653312, heapTotal: 9592096, heapUsed: 6372704 } | |
example before iteration #114 { rss: 288657408, heapTotal: 9592096, heapUsed: 6391864 } | |
example before iteration #115 { rss: 288641024, heapTotal: 9592096, heapUsed: 6411024 } | |
example before iteration #116 { rss: 288657408, heapTotal: 9592096, heapUsed: 6430184 } | |
example before iteration #117 { rss: 288641024, heapTotal: 9592096, heapUsed: 6449344 } | |
example before iteration #118 { rss: 288657408, heapTotal: 9592096, heapUsed: 6468504 } | |
example before iteration #119 { rss: 288641024, heapTotal: 9592096, heapUsed: 6487664 } | |
example before iteration #120 { rss: 288657408, heapTotal: 9592096, heapUsed: 6506824 } | |
example before iteration #121 { rss: 288653312, heapTotal: 9592096, heapUsed: 6525984 } | |
example before iteration #122 { rss: 288657408, heapTotal: 9592096, heapUsed: 6545104 } | |
example before iteration #123 { rss: 288641024, heapTotal: 9592096, heapUsed: 6564224 } | |
example before iteration #124 { rss: 288657408, heapTotal: 9592096, heapUsed: 6588400 } | |
example before iteration #125 { rss: 288907264, heapTotal: 9592096, heapUsed: 6607544 } | |
example before iteration #126 { rss: 288923648, heapTotal: 9592096, heapUsed: 6626688 } | |
example before iteration #127 { rss: 288907264, heapTotal: 9592096, heapUsed: 6645832 } | |
example before iteration #128 { rss: 288923648, heapTotal: 9592096, heapUsed: 6666656 } | |
example before iteration #129 { rss: 288907264, heapTotal: 9592096, heapUsed: 6685704 } | |
example before iteration #130 { rss: 288923648, heapTotal: 9592096, heapUsed: 6728720 } | |
[1:0x35834a0] 96757 ms: Mark-sweep 6.6 (44.1) -> 5.6 (44.1) MB, 9.4 / 0 ms [allocation failure] [GC in old space requested]. | |
example before iteration #131 { rss: 164614144, heapTotal: 10624032, heapUsed: 5847432 } | |
example before iteration #132 { rss: 168071168, heapTotal: 10624032, heapUsed: 5887648 } | |
example before iteration #133 { rss: 172363776, heapTotal: 10624032, heapUsed: 6143984 } | |
example before iteration #134 { rss: 175689728, heapTotal: 10624032, heapUsed: 6164736 } | |
example before iteration #135 { rss: 179163136, heapTotal: 10624032, heapUsed: 6184200 } | |
example before iteration #136 { rss: 182665216, heapTotal: 10624032, heapUsed: 6203664 } | |
example before iteration #137 { rss: 186363904, heapTotal: 10624032, heapUsed: 6223128 } | |
example before iteration #138 { rss: 190025728, heapTotal: 10624032, heapUsed: 6242592 } | |
example before iteration #139 { rss: 193585152, heapTotal: 10624032, heapUsed: 6262056 } | |
example before iteration #140 { rss: 197246976, heapTotal: 10624032, heapUsed: 6281520 } | |
example before iteration #141 { rss: 200941568, heapTotal: 10624032, heapUsed: 6300984 } | |
example before iteration #142 { rss: 204603392, heapTotal: 10624032, heapUsed: 6320448 } | |
example before iteration #143 { rss: 208433152, heapTotal: 10624032, heapUsed: 6339912 } | |
example before iteration #144 { rss: 212099072, heapTotal: 10624032, heapUsed: 6359376 } | |
example before iteration #145 { rss: 215797760, heapTotal: 10624032, heapUsed: 6378840 } | |
example before iteration #146 { rss: 219455488, heapTotal: 10624032, heapUsed: 6398304 } | |
example before iteration #147 { rss: 223010816, heapTotal: 10624032, heapUsed: 6417768 } | |
example before iteration #148 { rss: 226676736, heapTotal: 10624032, heapUsed: 6437232 } | |
example before iteration #149 { rss: 230375424, heapTotal: 10624032, heapUsed: 6456696 } | |
example before iteration #150 { rss: 234033152, heapTotal: 10624032, heapUsed: 6476160 } | |
example before iteration #151 { rss: 237604864, heapTotal: 10624032, heapUsed: 6495624 } | |
example before iteration #152 { rss: 241258496, heapTotal: 10624032, heapUsed: 6515088 } | |
example before iteration #153 { rss: 244883456, heapTotal: 10624032, heapUsed: 6534552 } | |
example before iteration #154 { rss: 248840192, heapTotal: 10624032, heapUsed: 6554016 } | |
example before iteration #155 { rss: 252452864, heapTotal: 10624032, heapUsed: 6573480 } | |
example before iteration #156 { rss: 256376832, heapTotal: 10624032, heapUsed: 6592944 } | |
example before iteration #157 { rss: 260005888, heapTotal: 10624032, heapUsed: 6612408 } | |
example before iteration #158 { rss: 263507968, heapTotal: 10624032, heapUsed: 6631872 } | |
example before iteration #159 { rss: 267022336, heapTotal: 10624032, heapUsed: 6651336 } | |
example before iteration #160 { rss: 270753792, heapTotal: 10624032, heapUsed: 6670800 } | |
example before iteration #161 { rss: 274382848, heapTotal: 10624032, heapUsed: 6699664 } | |
example before iteration #162 { rss: 277975040, heapTotal: 10624032, heapUsed: 6721744 } | |
example before iteration #163 { rss: 281669632, heapTotal: 10624032, heapUsed: 6742336 } | |
example before iteration #164 { rss: 285413376, heapTotal: 10624032, heapUsed: 6762392 } | |
example before iteration #165 { rss: 289349632, heapTotal: 10624032, heapUsed: 6782448 } | |
example before iteration #166 { rss: 293007360, heapTotal: 10624032, heapUsed: 6802504 } | |
example before iteration #167 { rss: 296706048, heapTotal: 10624032, heapUsed: 6822560 } | |
example before iteration #168 { rss: 300437504, heapTotal: 10624032, heapUsed: 6842616 } | |
example before iteration #169 { rss: 304128000, heapTotal: 10624032, heapUsed: 6862672 } | |
example before iteration #170 { rss: 307789824, heapTotal: 10624032, heapUsed: 6882728 } | |
example before iteration #171 { rss: 311767040, heapTotal: 10624032, heapUsed: 6902784 } | |
example before iteration #172 { rss: 315486208, heapTotal: 10624032, heapUsed: 6922840 } | |
example before iteration #173 { rss: 318914560, heapTotal: 10624032, heapUsed: 6942896 } | |
example before iteration #174 { rss: 322572288, heapTotal: 10624032, heapUsed: 6962952 } | |
example before iteration #175 { rss: 326270976, heapTotal: 10624032, heapUsed: 6983008 } | |
example before iteration #176 { rss: 330272768, heapTotal: 10624032, heapUsed: 7003064 } | |
example before iteration #177 { rss: 334229504, heapTotal: 10624032, heapUsed: 7023120 } | |
example before iteration #178 { rss: 337891328, heapTotal: 10624032, heapUsed: 7043176 } | |
example before iteration #179 { rss: 341594112, heapTotal: 10624032, heapUsed: 7063232 } | |
example before iteration #180 { rss: 345255936, heapTotal: 10624032, heapUsed: 7083288 } | |
[1:0x35834a0] 136874 ms: Mark-sweep 6.8 (45.1) -> 5.7 (45.1) MB, 3.9 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #181 { rss: 348758016, heapTotal: 10624032, heapUsed: 7103344 } | |
example before iteration #182 { rss: 348704768, heapTotal: 10624032, heapUsed: 6020832 } | |
example before iteration #183 { rss: 348954624, heapTotal: 10624032, heapUsed: 6041704 } | |
example before iteration #184 { rss: 348971008, heapTotal: 10624032, heapUsed: 6061760 } | |
example before iteration #185 { rss: 349020160, heapTotal: 10624032, heapUsed: 6081816 } | |
example before iteration #186 { rss: 349048832, heapTotal: 10624032, heapUsed: 6101872 } | |
example before iteration #187 { rss: 349020160, heapTotal: 10624032, heapUsed: 6121928 } | |
example before iteration #188 { rss: 349036544, heapTotal: 10624032, heapUsed: 6141944 } | |
example before iteration #189 { rss: 349032448, heapTotal: 10624032, heapUsed: 6162000 } | |
example before iteration #190 { rss: 349036544, heapTotal: 10624032, heapUsed: 6182056 } | |
example before iteration #191 { rss: 349020160, heapTotal: 10624032, heapUsed: 6202072 } | |
example before iteration #192 { rss: 349036544, heapTotal: 10624032, heapUsed: 6222128 } | |
example before iteration #193 { rss: 349020160, heapTotal: 10624032, heapUsed: 6242184 } | |
example before iteration #194 { rss: 349048832, heapTotal: 10624032, heapUsed: 6262240 } | |
example before iteration #195 { rss: 349286400, heapTotal: 10624032, heapUsed: 6282296 } | |
example before iteration #196 { rss: 349302784, heapTotal: 10624032, heapUsed: 6302352 } | |
example before iteration #197 { rss: 349286400, heapTotal: 10624032, heapUsed: 6322408 } | |
example before iteration #198 { rss: 349302784, heapTotal: 10624032, heapUsed: 6343376 } | |
example before iteration #199 { rss: 349298688, heapTotal: 10624032, heapUsed: 6363432 } | |
example before iteration #200 { rss: 349302784, heapTotal: 10624032, heapUsed: 6383488 } | |
example before iteration #201 { rss: 349286400, heapTotal: 10624032, heapUsed: 6403504 } | |
example before iteration #202 { rss: 352743424, heapTotal: 10624032, heapUsed: 6423560 } | |
example before iteration #203 { rss: 356237312, heapTotal: 10624032, heapUsed: 6443616 } | |
example before iteration #204 { rss: 359899136, heapTotal: 10624032, heapUsed: 6463672 } | |
example before iteration #205 { rss: 363458560, heapTotal: 10624032, heapUsed: 6483728 } | |
example before iteration #206 { rss: 367120384, heapTotal: 10624032, heapUsed: 6503784 } | |
example before iteration #207 { rss: 371089408, heapTotal: 10624032, heapUsed: 6523840 } | |
example before iteration #208 { rss: 374751232, heapTotal: 10624032, heapUsed: 6543896 } | |
example before iteration #209 { rss: 378318848, heapTotal: 10624032, heapUsed: 6563952 } | |
example before iteration #210 { rss: 381968384, heapTotal: 10624032, heapUsed: 6584008 } | |
example before iteration #211 { rss: 385667072, heapTotal: 10624032, heapUsed: 6604064 } | |
example before iteration #212 { rss: 389328896, heapTotal: 10624032, heapUsed: 6624120 } | |
example before iteration #213 { rss: 392888320, heapTotal: 10624032, heapUsed: 6644176 } | |
example before iteration #214 { rss: 396566528, heapTotal: 10624032, heapUsed: 6664232 } | |
example before iteration #215 { rss: 400248832, heapTotal: 10624032, heapUsed: 6684552 } | |
example before iteration #216 { rss: 403906560, heapTotal: 10624032, heapUsed: 6705520 } | |
example before iteration #217 { rss: 407465984, heapTotal: 10624032, heapUsed: 6725576 } | |
example before iteration #218 { rss: 411131904, heapTotal: 10624032, heapUsed: 6747432 } | |
example before iteration #219 { rss: 415100928, heapTotal: 10624032, heapUsed: 6767392 } | |
example before iteration #220 { rss: 419037184, heapTotal: 10624032, heapUsed: 6816928 } | |
example before iteration #221 { rss: 422584320, heapTotal: 10624032, heapUsed: 6836792 } | |
example before iteration #222 { rss: 426246144, heapTotal: 10624032, heapUsed: 6856656 } | |
example before iteration #223 { rss: 429875200, heapTotal: 10624032, heapUsed: 6876520 } | |
example before iteration #224 { rss: 433586176, heapTotal: 10624032, heapUsed: 6896384 } | |
example before iteration #225 { rss: 437178368, heapTotal: 10624032, heapUsed: 6916248 } | |
example before iteration #226 { rss: 441102336, heapTotal: 10624032, heapUsed: 6936112 } | |
example before iteration #227 { rss: 444731392, heapTotal: 10624032, heapUsed: 6955976 } | |
example before iteration #228 { rss: 448503808, heapTotal: 10624032, heapUsed: 6975840 } | |
example before iteration #229 { rss: 452022272, heapTotal: 10624032, heapUsed: 6995704 } | |
example before iteration #230 { rss: 455741440, heapTotal: 10624032, heapUsed: 7015568 } | |
example before iteration #231 { rss: 459640832, heapTotal: 10624032, heapUsed: 7035432 } | |
[1:0x35834a0] 175641 ms: Mark-sweep 6.7 (45.1) -> 5.7 (45.1) MB, 3.7 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #232 { rss: 463233024, heapTotal: 10624032, heapUsed: 7055296 } | |
example before iteration #233 { rss: 462319616, heapTotal: 10624032, heapUsed: 6016104 } | |
example before iteration #234 { rss: 462602240, heapTotal: 10624032, heapUsed: 6036912 } | |
example before iteration #235 { rss: 462585856, heapTotal: 10624032, heapUsed: 6056872 } | |
example before iteration #236 { rss: 462602240, heapTotal: 10624032, heapUsed: 6076832 } | |
example before iteration #237 { rss: 462585856, heapTotal: 10624032, heapUsed: 6096792 } | |
example before iteration #238 { rss: 462602240, heapTotal: 10624032, heapUsed: 6116752 } | |
example before iteration #239 { rss: 462585856, heapTotal: 10624032, heapUsed: 6136712 } | |
example before iteration #240 { rss: 462602240, heapTotal: 10624032, heapUsed: 6156672 } | |
example before iteration #241 { rss: 462598144, heapTotal: 10624032, heapUsed: 6176632 } | |
example before iteration #242 { rss: 462602240, heapTotal: 10624032, heapUsed: 6196592 } | |
example before iteration #243 { rss: 462598144, heapTotal: 10624032, heapUsed: 6216512 } | |
example before iteration #244 { rss: 462602240, heapTotal: 10624032, heapUsed: 6236432 } | |
example before iteration #245 { rss: 462585856, heapTotal: 10624032, heapUsed: 6256352 } | |
example before iteration #246 { rss: 462868480, heapTotal: 10624032, heapUsed: 6276312 } | |
example before iteration #247 { rss: 462852096, heapTotal: 10624032, heapUsed: 6296272 } | |
example before iteration #248 { rss: 462868480, heapTotal: 10624032, heapUsed: 6316232 } | |
example before iteration #249 { rss: 462864384, heapTotal: 10624032, heapUsed: 6336192 } | |
example before iteration #250 { rss: 462868480, heapTotal: 10624032, heapUsed: 6356152 } | |
example before iteration #251 { rss: 462852096, heapTotal: 10624032, heapUsed: 6376072 } | |
example before iteration #252 { rss: 462868480, heapTotal: 10624032, heapUsed: 6396032 } | |
example before iteration #253 { rss: 462852096, heapTotal: 10624032, heapUsed: 6415992 } | |
example before iteration #254 { rss: 462868480, heapTotal: 10624032, heapUsed: 6435952 } | |
example before iteration #255 { rss: 462852096, heapTotal: 10624032, heapUsed: 6455912 } | |
example before iteration #256 { rss: 462868480, heapTotal: 10624032, heapUsed: 6475872 } | |
example before iteration #257 { rss: 462852096, heapTotal: 10624032, heapUsed: 6495832 } | |
example before iteration #258 { rss: 462868480, heapTotal: 10624032, heapUsed: 6515792 } | |
example before iteration #259 { rss: 462852096, heapTotal: 10624032, heapUsed: 6535752 } | |
example before iteration #260 { rss: 463138816, heapTotal: 10624032, heapUsed: 6555712 } | |
example before iteration #261 { rss: 463122432, heapTotal: 10624032, heapUsed: 6575672 } | |
example before iteration #262 { rss: 463138816, heapTotal: 10624032, heapUsed: 6595632 } | |
example before iteration #263 { rss: 463122432, heapTotal: 10624032, heapUsed: 6615592 } | |
example before iteration #264 { rss: 463945728, heapTotal: 10624032, heapUsed: 6704584 } | |
example before iteration #265 { rss: 463929344, heapTotal: 10624032, heapUsed: 6724584 } | |
example before iteration #266 { rss: 463945728, heapTotal: 10624032, heapUsed: 6744096 } | |
example before iteration #267 { rss: 463929344, heapTotal: 10624032, heapUsed: 6763608 } | |
example before iteration #268 { rss: 463945728, heapTotal: 10624032, heapUsed: 6783120 } | |
example before iteration #269 { rss: 463929344, heapTotal: 10624032, heapUsed: 6802632 } | |
example before iteration #270 { rss: 463945728, heapTotal: 10624032, heapUsed: 6822144 } | |
example before iteration #271 { rss: 464211968, heapTotal: 10624032, heapUsed: 6841656 } | |
example before iteration #272 { rss: 464216064, heapTotal: 10624032, heapUsed: 6861168 } | |
example before iteration #273 { rss: 464199680, heapTotal: 10624032, heapUsed: 6880680 } | |
example before iteration #274 { rss: 464216064, heapTotal: 10624032, heapUsed: 6900192 } | |
example before iteration #275 { rss: 464199680, heapTotal: 10624032, heapUsed: 6919704 } | |
example before iteration #276 { rss: 464228352, heapTotal: 10624032, heapUsed: 6941032 } | |
example before iteration #277 { rss: 464211968, heapTotal: 10624032, heapUsed: 6961416 } | |
example before iteration #278 { rss: 464216064, heapTotal: 10624032, heapUsed: 6980832 } | |
example before iteration #279 { rss: 464211968, heapTotal: 10624032, heapUsed: 7000248 } | |
example before iteration #280 { rss: 464216064, heapTotal: 10624032, heapUsed: 7019624 } | |
example before iteration #281 { rss: 464211968, heapTotal: 10624032, heapUsed: 7039000 } | |
example before iteration #282 { rss: 464216064, heapTotal: 10624032, heapUsed: 7058376 } | |
example before iteration #283 { rss: 467640320, heapTotal: 10624032, heapUsed: 7077752 } | |
[1:0x35834a0] 213292 ms: Mark-sweep 6.8 (45.1) -> 5.8 (45.1) MB, 4.1 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #284 { rss: 470425600, heapTotal: 10624032, heapUsed: 6045312 } | |
example before iteration #285 { rss: 470614016, heapTotal: 10624032, heapUsed: 6072560 } | |
example before iteration #286 { rss: 470765568, heapTotal: 10624032, heapUsed: 6092072 } | |
example before iteration #287 { rss: 470749184, heapTotal: 10624032, heapUsed: 6111584 } | |
example before iteration #288 { rss: 470765568, heapTotal: 10624032, heapUsed: 6131096 } | |
example before iteration #289 { rss: 470761472, heapTotal: 10624032, heapUsed: 6150608 } | |
example before iteration #290 { rss: 470765568, heapTotal: 10624032, heapUsed: 6170120 } | |
example before iteration #291 { rss: 470749184, heapTotal: 10624032, heapUsed: 6189592 } | |
example before iteration #292 { rss: 470765568, heapTotal: 10624032, heapUsed: 6214992 } | |
example before iteration #293 { rss: 470761472, heapTotal: 10624032, heapUsed: 6234456 } | |
example before iteration #294 { rss: 470765568, heapTotal: 10624032, heapUsed: 6253880 } | |
example before iteration #295 { rss: 470749184, heapTotal: 10624032, heapUsed: 6273304 } | |
example before iteration #296 { rss: 470765568, heapTotal: 10624032, heapUsed: 6292768 } | |
example before iteration #297 { rss: 470749184, heapTotal: 10624032, heapUsed: 6312232 } | |
example before iteration #298 { rss: 471031808, heapTotal: 10624032, heapUsed: 6331696 } | |
example before iteration #299 { rss: 471015424, heapTotal: 10624032, heapUsed: 6351160 } | |
example before iteration #300 { rss: 471031808, heapTotal: 10624032, heapUsed: 6370624 } | |
example before iteration #301 { rss: 471015424, heapTotal: 10624032, heapUsed: 6390088 } | |
example before iteration #302 { rss: 471044096, heapTotal: 10624032, heapUsed: 6409552 } | |
example before iteration #303 { rss: 471015424, heapTotal: 10624032, heapUsed: 6429016 } | |
example before iteration #304 { rss: 471031808, heapTotal: 10624032, heapUsed: 6448440 } | |
example before iteration #305 { rss: 471015424, heapTotal: 10624032, heapUsed: 6467904 } | |
example before iteration #306 { rss: 471031808, heapTotal: 10624032, heapUsed: 6487368 } | |
example before iteration #307 { rss: 471027712, heapTotal: 10624032, heapUsed: 6506832 } | |
example before iteration #308 { rss: 471031808, heapTotal: 10624032, heapUsed: 6526296 } | |
example before iteration #309 { rss: 471015424, heapTotal: 10624032, heapUsed: 6545720 } | |
example before iteration #310 { rss: 471031808, heapTotal: 10624032, heapUsed: 6565184 } | |
example before iteration #311 { rss: 471015424, heapTotal: 10624032, heapUsed: 6584648 } | |
example before iteration #312 { rss: 471302144, heapTotal: 10624032, heapUsed: 6604112 } | |
example before iteration #313 { rss: 471298048, heapTotal: 10624032, heapUsed: 6623576 } | |
example before iteration #314 { rss: 471302144, heapTotal: 10624032, heapUsed: 6643040 } | |
example before iteration #315 { rss: 471285760, heapTotal: 10624032, heapUsed: 6662464 } | |
example before iteration #316 { rss: 471302144, heapTotal: 10624032, heapUsed: 6681928 } | |
example before iteration #317 { rss: 471285760, heapTotal: 10624032, heapUsed: 6701392 } | |
example before iteration #318 { rss: 471302144, heapTotal: 10624032, heapUsed: 6720856 } | |
example before iteration #319 { rss: 471285760, heapTotal: 10624032, heapUsed: 6740320 } | |
example before iteration #320 { rss: 471302144, heapTotal: 10624032, heapUsed: 6759784 } | |
example before iteration #321 { rss: 471285760, heapTotal: 10624032, heapUsed: 6779248 } | |
example before iteration #322 { rss: 471302144, heapTotal: 10624032, heapUsed: 6798712 } | |
example before iteration #323 { rss: 471285760, heapTotal: 10624032, heapUsed: 6818176 } | |
example before iteration #324 { rss: 471302144, heapTotal: 10624032, heapUsed: 6837640 } | |
example before iteration #325 { rss: 471285760, heapTotal: 10624032, heapUsed: 6857104 } | |
example before iteration #326 { rss: 471572480, heapTotal: 10624032, heapUsed: 6876568 } | |
example before iteration #327 { rss: 471556096, heapTotal: 10624032, heapUsed: 6896032 } | |
example before iteration #328 { rss: 471572480, heapTotal: 10624032, heapUsed: 6915496 } | |
example before iteration #329 { rss: 471556096, heapTotal: 10624032, heapUsed: 6934960 } | |
example before iteration #330 { rss: 471572480, heapTotal: 10624032, heapUsed: 6954424 } | |
example before iteration #331 { rss: 471556096, heapTotal: 10624032, heapUsed: 6973888 } | |
example before iteration #332 { rss: 471572480, heapTotal: 10624032, heapUsed: 6993352 } | |
example before iteration #333 { rss: 471556096, heapTotal: 10624032, heapUsed: 7012816 } | |
example before iteration #334 { rss: 471572480, heapTotal: 10624032, heapUsed: 7032280 } | |
example before iteration #335 { rss: 471556096, heapTotal: 10624032, heapUsed: 7051744 } | |
example before iteration #336 { rss: 475013120, heapTotal: 10624032, heapUsed: 7071208 } | |
[1:0x35834a0] 253037 ms: Mark-sweep 6.8 (45.1) -> 5.8 (44.1) MB, 4.7 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #337 { rss: 477167616, heapTotal: 9604128, heapUsed: 6053848 } | |
example before iteration #338 { rss: 477376512, heapTotal: 9604128, heapUsed: 6079464 } | |
example before iteration #339 { rss: 477564928, heapTotal: 9604128, heapUsed: 6098920 } | |
example before iteration #340 { rss: 477581312, heapTotal: 9604128, heapUsed: 6118376 } | |
example before iteration #341 { rss: 477577216, heapTotal: 9604128, heapUsed: 6137832 } | |
example before iteration #342 { rss: 477581312, heapTotal: 9604128, heapUsed: 6157288 } | |
example before iteration #343 { rss: 477564928, heapTotal: 9604128, heapUsed: 6176704 } | |
example before iteration #344 { rss: 477593600, heapTotal: 9604128, heapUsed: 6196160 } | |
example before iteration #345 { rss: 477564928, heapTotal: 9604128, heapUsed: 6215616 } | |
example before iteration #346 { rss: 477581312, heapTotal: 9604128, heapUsed: 6235032 } | |
example before iteration #347 { rss: 477577216, heapTotal: 9604128, heapUsed: 6254488 } | |
example before iteration #348 { rss: 477581312, heapTotal: 9604128, heapUsed: 6273944 } | |
example before iteration #349 { rss: 477577216, heapTotal: 9604128, heapUsed: 6293360 } | |
example before iteration #350 { rss: 477581312, heapTotal: 9604128, heapUsed: 6312776 } | |
example before iteration #351 { rss: 477831168, heapTotal: 9604128, heapUsed: 6332192 } | |
example before iteration #352 { rss: 477847552, heapTotal: 9604128, heapUsed: 6351648 } | |
example before iteration #353 { rss: 477843456, heapTotal: 9604128, heapUsed: 6371104 } | |
example before iteration #354 { rss: 477847552, heapTotal: 9604128, heapUsed: 6390560 } | |
example before iteration #355 { rss: 477831168, heapTotal: 9604128, heapUsed: 6409976 } | |
example before iteration #356 { rss: 477847552, heapTotal: 9604128, heapUsed: 6429432 } | |
example before iteration #357 { rss: 477831168, heapTotal: 9604128, heapUsed: 6448888 } | |
example before iteration #358 { rss: 477847552, heapTotal: 9604128, heapUsed: 6468344 } | |
example before iteration #359 { rss: 477843456, heapTotal: 9604128, heapUsed: 6487800 } | |
example before iteration #360 { rss: 477847552, heapTotal: 9604128, heapUsed: 6507216 } | |
example before iteration #361 { rss: 477831168, heapTotal: 9604128, heapUsed: 6526632 } | |
example before iteration #362 { rss: 477847552, heapTotal: 9604128, heapUsed: 6546088 } | |
example before iteration #363 { rss: 477843456, heapTotal: 9604128, heapUsed: 6565848 } | |
example before iteration #364 { rss: 478117888, heapTotal: 9604128, heapUsed: 6596368 } | |
example before iteration #365 { rss: 478101504, heapTotal: 9604128, heapUsed: 6615840 } | |
example before iteration #366 { rss: 478117888, heapTotal: 9604128, heapUsed: 6635312 } | |
example before iteration #367 { rss: 478101504, heapTotal: 9604128, heapUsed: 6654784 } | |
example before iteration #368 { rss: 478117888, heapTotal: 9604128, heapUsed: 6674256 } | |
example before iteration #369 { rss: 478101504, heapTotal: 9604128, heapUsed: 6693728 } | |
example before iteration #370 { rss: 478117888, heapTotal: 9604128, heapUsed: 6713200 } | |
example before iteration #371 { rss: 478113792, heapTotal: 9604128, heapUsed: 6735224 } | |
example before iteration #372 { rss: 478117888, heapTotal: 9604128, heapUsed: 6754600 } | |
example before iteration #373 { rss: 478101504, heapTotal: 9604128, heapUsed: 6773936 } | |
example before iteration #374 { rss: 478117888, heapTotal: 9604128, heapUsed: 6793312 } | |
example before iteration #375 { rss: 478101504, heapTotal: 9604128, heapUsed: 6812688 } | |
example before iteration #376 { rss: 478117888, heapTotal: 9604128, heapUsed: 6832064 } | |
example before iteration #377 { rss: 478101504, heapTotal: 9604128, heapUsed: 6851440 } | |
example before iteration #378 { rss: 478388224, heapTotal: 9604128, heapUsed: 6870816 } | |
example before iteration #379 { rss: 478384128, heapTotal: 9604128, heapUsed: 6890192 } | |
example before iteration #380 { rss: 478388224, heapTotal: 9604128, heapUsed: 6909568 } | |
example before iteration #381 { rss: 478371840, heapTotal: 9604128, heapUsed: 6928904 } | |
example before iteration #382 { rss: 478388224, heapTotal: 9604128, heapUsed: 6948280 } | |
example before iteration #383 { rss: 478384128, heapTotal: 9604128, heapUsed: 6967656 } | |
example before iteration #384 { rss: 478388224, heapTotal: 9604128, heapUsed: 6986992 } | |
example before iteration #385 { rss: 478384128, heapTotal: 9604128, heapUsed: 7022560 } | |
example before iteration #386 { rss: 478388224, heapTotal: 9604128, heapUsed: 7042320 } | |
example before iteration #387 { rss: 478371840, heapTotal: 9604128, heapUsed: 7061624 } | |
example before iteration #388 { rss: 478388224, heapTotal: 9604128, heapUsed: 7080968 } | |
[1:0x35834a0] 292867 ms: Mark-sweep 6.8 (44.1) -> 5.8 (44.1) MB, 3.8 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #389 { rss: 478371840, heapTotal: 9604128, heapUsed: 7100312 } | |
example before iteration #390 { rss: 477614080, heapTotal: 9604128, heapUsed: 6078512 } | |
example before iteration #391 { rss: 477597696, heapTotal: 9604128, heapUsed: 6100888 } | |
example before iteration #392 { rss: 477614080, heapTotal: 9604128, heapUsed: 6120328 } | |
example before iteration #393 { rss: 477597696, heapTotal: 9604128, heapUsed: 6187216 } | |
example before iteration #394 { rss: 477614080, heapTotal: 9604128, heapUsed: 6206608 } | |
example before iteration #395 { rss: 477597696, heapTotal: 9604128, heapUsed: 6331496 } | |
example before iteration #396 { rss: 477880320, heapTotal: 9604128, heapUsed: 6352592 } | |
example before iteration #397 { rss: 477863936, heapTotal: 9604128, heapUsed: 6371096 } | |
example before iteration #398 { rss: 477880320, heapTotal: 9604128, heapUsed: 6389600 } | |
example before iteration #399 { rss: 477863936, heapTotal: 9604128, heapUsed: 6408104 } | |
example before iteration #400 { rss: 477880320, heapTotal: 9604128, heapUsed: 6426608 } | |
example before iteration #401 { rss: 477863936, heapTotal: 9604128, heapUsed: 6445112 } | |
example before iteration #402 { rss: 477892608, heapTotal: 9604128, heapUsed: 6463616 } | |
example before iteration #403 { rss: 477876224, heapTotal: 9604128, heapUsed: 6482120 } | |
example before iteration #404 { rss: 477880320, heapTotal: 9604128, heapUsed: 6500624 } | |
example before iteration #405 { rss: 477863936, heapTotal: 9604128, heapUsed: 6519128 } | |
example before iteration #406 { rss: 477880320, heapTotal: 9604128, heapUsed: 6537632 } | |
example before iteration #407 { rss: 477863936, heapTotal: 9604128, heapUsed: 6556136 } | |
example before iteration #408 { rss: 477880320, heapTotal: 9604128, heapUsed: 6574640 } | |
example before iteration #409 { rss: 477863936, heapTotal: 9604128, heapUsed: 6593144 } | |
example before iteration #410 { rss: 478150656, heapTotal: 9604128, heapUsed: 6611648 } | |
example before iteration #411 { rss: 478134272, heapTotal: 9604128, heapUsed: 6630152 } | |
example before iteration #412 { rss: 478150656, heapTotal: 9604128, heapUsed: 6648656 } | |
example before iteration #413 { rss: 478134272, heapTotal: 9604128, heapUsed: 6667160 } | |
example before iteration #414 { rss: 478150656, heapTotal: 9604128, heapUsed: 6685664 } | |
example before iteration #415 { rss: 478134272, heapTotal: 9604128, heapUsed: 6706040 } | |
example before iteration #416 { rss: 478150656, heapTotal: 9604128, heapUsed: 6724544 } | |
example before iteration #417 { rss: 478134272, heapTotal: 9604128, heapUsed: 6743048 } | |
example before iteration #418 { rss: 478150656, heapTotal: 9604128, heapUsed: 6761552 } | |
example before iteration #419 { rss: 478134272, heapTotal: 9604128, heapUsed: 6780056 } | |
example before iteration #420 { rss: 478150656, heapTotal: 9604128, heapUsed: 6798560 } | |
example before iteration #421 { rss: 478134272, heapTotal: 9604128, heapUsed: 6817064 } | |
example before iteration #422 { rss: 478150656, heapTotal: 9604128, heapUsed: 6835568 } | |
example before iteration #423 { rss: 478134272, heapTotal: 9604128, heapUsed: 6854072 } | |
example before iteration #424 { rss: 478150656, heapTotal: 9604128, heapUsed: 6872576 } | |
example before iteration #425 { rss: 478404608, heapTotal: 9604128, heapUsed: 6891080 } | |
example before iteration #426 { rss: 478420992, heapTotal: 9604128, heapUsed: 6909584 } | |
example before iteration #427 { rss: 478404608, heapTotal: 9604128, heapUsed: 6928088 } | |
example before iteration #428 { rss: 478420992, heapTotal: 9604128, heapUsed: 6946592 } | |
example before iteration #429 { rss: 478404608, heapTotal: 9604128, heapUsed: 6965096 } | |
example before iteration #430 { rss: 478420992, heapTotal: 9604128, heapUsed: 6983600 } | |
example before iteration #431 { rss: 478404608, heapTotal: 9604128, heapUsed: 7002104 } | |
example before iteration #432 { rss: 478420992, heapTotal: 9604128, heapUsed: 7020608 } | |
example before iteration #433 { rss: 478404608, heapTotal: 9604128, heapUsed: 7039112 } | |
example before iteration #434 { rss: 478420992, heapTotal: 9604128, heapUsed: 7060312 } | |
example before iteration #435 { rss: 478404608, heapTotal: 9604128, heapUsed: 7081456 } | |
example before iteration #436 { rss: 478420992, heapTotal: 9604128, heapUsed: 7099864 } | |
example before iteration #437 { rss: 478416896, heapTotal: 9604128, heapUsed: 7118272 } | |
example before iteration #438 { rss: 478433280, heapTotal: 9604128, heapUsed: 7136680 } | |
example before iteration #439 { rss: 478674944, heapTotal: 9604128, heapUsed: 7155088 } | |
example before iteration #440 { rss: 478691328, heapTotal: 9604128, heapUsed: 7173496 } | |
example before iteration #441 { rss: 478674944, heapTotal: 9604128, heapUsed: 7191904 } | |
example before iteration #442 { rss: 482136064, heapTotal: 9604128, heapUsed: 7210312 } | |
[1:0x35834a0] 333201 ms: Mark-sweep 6.9 (44.1) -> 5.9 (44.1) MB, 4.4 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #443 { rss: 485629952, heapTotal: 9604128, heapUsed: 7228720 } | |
example before iteration #444 { rss: 484937728, heapTotal: 9604128, heapUsed: 6180520 } | |
example before iteration #445 { rss: 485117952, heapTotal: 9604128, heapUsed: 6199840 } | |
example before iteration #446 { rss: 485191680, heapTotal: 9604128, heapUsed: 6218344 } | |
example before iteration #447 { rss: 485240832, heapTotal: 9604128, heapUsed: 6236848 } | |
example before iteration #448 { rss: 485257216, heapTotal: 9604128, heapUsed: 6255352 } | |
example before iteration #449 { rss: 485253120, heapTotal: 9604128, heapUsed: 6273856 } | |
example before iteration #450 { rss: 485257216, heapTotal: 9604128, heapUsed: 6292360 } | |
example before iteration #451 { rss: 485240832, heapTotal: 9604128, heapUsed: 6310824 } | |
example before iteration #452 { rss: 485257216, heapTotal: 9604128, heapUsed: 6329328 } | |
example before iteration #453 { rss: 485240832, heapTotal: 9604128, heapUsed: 6347832 } | |
example before iteration #454 { rss: 485257216, heapTotal: 9604128, heapUsed: 6366336 } | |
example before iteration #455 { rss: 485240832, heapTotal: 9604128, heapUsed: 6384840 } | |
example before iteration #456 { rss: 485257216, heapTotal: 9604128, heapUsed: 6403344 } | |
example before iteration #457 { rss: 485240832, heapTotal: 9604128, heapUsed: 6421848 } | |
example before iteration #458 { rss: 485535744, heapTotal: 9604128, heapUsed: 6440352 } | |
example before iteration #459 { rss: 485507072, heapTotal: 9604128, heapUsed: 6458856 } | |
example before iteration #460 { rss: 485523456, heapTotal: 9604128, heapUsed: 6477360 } | |
example before iteration #461 { rss: 485507072, heapTotal: 9604128, heapUsed: 6495864 } | |
example before iteration #462 { rss: 485523456, heapTotal: 9604128, heapUsed: 6514368 } | |
example before iteration #463 { rss: 485519360, heapTotal: 9604128, heapUsed: 6532872 } | |
example before iteration #464 { rss: 485523456, heapTotal: 9604128, heapUsed: 6551376 } | |
example before iteration #465 { rss: 485507072, heapTotal: 9604128, heapUsed: 6569840 } | |
example before iteration #466 { rss: 485523456, heapTotal: 9604128, heapUsed: 6588344 } | |
example before iteration #467 { rss: 485507072, heapTotal: 9604128, heapUsed: 6606848 } | |
example before iteration #468 { rss: 485523456, heapTotal: 9604128, heapUsed: 6625352 } | |
example before iteration #469 { rss: 485519360, heapTotal: 9604128, heapUsed: 6643856 } | |
example before iteration #470 { rss: 485523456, heapTotal: 9604128, heapUsed: 6662320 } | |
example before iteration #471 { rss: 485507072, heapTotal: 9604128, heapUsed: 6680784 } | |
example before iteration #472 { rss: 485523456, heapTotal: 9604128, heapUsed: 6699288 } | |
example before iteration #473 { rss: 485777408, heapTotal: 9604128, heapUsed: 6717792 } | |
example before iteration #474 { rss: 485806080, heapTotal: 9604128, heapUsed: 6736296 } | |
example before iteration #475 { rss: 485777408, heapTotal: 9604128, heapUsed: 6754800 } | |
example before iteration #476 { rss: 485793792, heapTotal: 9604128, heapUsed: 6773264 } | |
example before iteration #477 { rss: 485777408, heapTotal: 9604128, heapUsed: 6791768 } | |
example before iteration #478 { rss: 485793792, heapTotal: 9604128, heapUsed: 6810272 } | |
example before iteration #479 { rss: 485777408, heapTotal: 9604128, heapUsed: 6828776 } | |
example before iteration #480 { rss: 485793792, heapTotal: 9604128, heapUsed: 6847280 } | |
example before iteration #481 { rss: 485777408, heapTotal: 9604128, heapUsed: 6865784 } | |
example before iteration #482 { rss: 485793792, heapTotal: 9604128, heapUsed: 6884288 } | |
example before iteration #483 { rss: 485777408, heapTotal: 9604128, heapUsed: 6902792 } | |
example before iteration #484 { rss: 485793792, heapTotal: 9604128, heapUsed: 6921296 } | |
example before iteration #485 { rss: 485777408, heapTotal: 9604128, heapUsed: 6939800 } | |
example before iteration #486 { rss: 485793792, heapTotal: 9604128, heapUsed: 6958304 } | |
example before iteration #487 { rss: 485777408, heapTotal: 9604128, heapUsed: 6976808 } | |
example before iteration #488 { rss: 486064128, heapTotal: 9604128, heapUsed: 6995312 } | |
example before iteration #489 { rss: 486047744, heapTotal: 9604128, heapUsed: 7013816 } | |
example before iteration #490 { rss: 486076416, heapTotal: 9604128, heapUsed: 7032320 } | |
example before iteration #491 { rss: 486047744, heapTotal: 9604128, heapUsed: 7050824 } | |
example before iteration #492 { rss: 486064128, heapTotal: 9604128, heapUsed: 7069288 } | |
example before iteration #493 { rss: 486047744, heapTotal: 9604128, heapUsed: 7087792 } | |
example before iteration #494 { rss: 486064128, heapTotal: 9604128, heapUsed: 7106296 } | |
example before iteration #495 { rss: 486047744, heapTotal: 9604128, heapUsed: 7124800 } | |
example before iteration #496 { rss: 489504768, heapTotal: 9604128, heapUsed: 7143304 } | |
example before iteration #497 { rss: 493199360, heapTotal: 9604128, heapUsed: 7161808 } | |
example before iteration #498 { rss: 496865280, heapTotal: 9604128, heapUsed: 7180312 } | |
[1:0x35834a0] 373546 ms: Mark-sweep 6.9 (44.1) -> 5.9 (45.1) MB, 4.2 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #499 { rss: 499585024, heapTotal: 10636064, heapUsed: 6169528 } | |
[1:0x35834a0] 374290 ms: Mark-sweep 5.9 (45.1) -> 5.9 (45.1) MB, 4.4 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
[1:0x35834a0] 375026 ms: Mark-sweep 5.9 (45.1) -> 5.9 (44.1) MB, 4.2 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #500 { rss: 473264128, heapTotal: 9604128, heapUsed: 6145256 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment