$ git clone https://github.com/ImageMagick/ImageMagick.git ImageMagick-7.1.1
Cloning into 'ImageMagick-7.1.1'...
remote: Enumerating objects: 168122, done.
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 168122 (delta 24), reused 39 (delta 22), pack-reused 168072
Receiving objects: 100% (168122/168122), 143.15 MiB | 2.28 MiB/s, done.
Resolving deltas: 100% (142368/142368), done.
dhwan@dhwan-A514-51K-31XM:~$ cd ImageMagick-7.1.1
dhwan@dhwan-A514-51K-31XM:~/ImageMagick-7.1.1$ ls
aclocal.m4 ImageMagick.spec.in MagickCore PerlMagick
api_examples images magick.sh QuickStart.txt
app-image index.html magick.sh.in README.md
AUTHORS.txt Install-mac.txt Magickshr.opt README.txt
coders Install-unix.txt MagickWand scripts
common.shi.in Install-vms.txt Make.com SECURITY.md
config Install-windows.txt Makefile.am tests
configure LICENSE Makefile.in utilities
configure.ac m4 NEWS.txt winpath.sh
filters Magick++ NOTICE www
dhwan@dhwan-A514-51K-31XM:~/ImageMagick-7.1.1$ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
Configuring ImageMagick 7.1.1-22
checking whether build environment is sane... yes
checking whether make supports the include directive... yes (GNU style)
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for C compiler vendor... gnu
checking CFLAGS for most reasonable warnings... -Wall
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for gawk... (cached) gawk
checking if malloc debugging is wanted... no
checking for __attribute__... yes
checking for gcc architecture flag...
checking for x86 cpuid 0 output... 16:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 806e9:3100800:7ffafbbf:bfebfbff
checking whether C compiler accepts -mtune=core2... yes
checking for gcc architecture flag... -mtune=core2
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for C compiler vendor... (cached) gnu
checking if LD -Wl,--version-script works... yes
checking for linker lazyload option... none
checking whether gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for gcc option to support OpenMP... -fopenmp
checking for OpenCL library... disabled
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking Linux compatible sendfile()... 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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking which variant of security policy to enforce... open
checking whether gcc needs -traditional... no
checking whether to enable assertions... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for arm/limits.h... no
checking for arpa/inet.h... yes
checking for complex.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for linux/unistd.h... yes
checking for locale.h... yes
checking for machine/param.h... no
checking for mach-o/dyld.h... no
checking for malloc.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for OS.h... no
checking for process.h... no
checking for sun_prefetch.h... no
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ipc.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syslimits.h... no
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking for sys/wait.h... yes
checking for utime.h... yes
checking for wchar.h... (cached) yes
checking for xlocale.h... no
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for working volatile... yes
checking for preprocessor stringizing operator... yes
checking whether stat file-mode macros are broken... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for gcc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking whether #! works in shell scripts... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict__
checking for working volatile... (cached) yes
checking whether byte ordering is bigendian... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for intptr_t... yes
checking for mbstate_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking size of float_t... 4
checking size of double_t... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of unsigned long long... 8
checking size of size_t... 8
checking size of void *... 8
checking whether our compiler supports __func__... checking for getpagesize... yes
checking for working mmap... yes
checking for working strtod... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for sqrt in -lm... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing clock_gettime... none required
checking whether clock_gettime supports CLOCK_REALTIME... yes
checking whether pread is declared... yes
checking whether pwrite is declared... yes
checking whether strlcpy is declared... no
checking whether vsnprintf is declared... yes
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ option to enable C++11 features... (cached) none needed
checking dependency style of g++... (cached) gcc3
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler implements namespaces... yes
checking if g++ supports namespace std... yes
checking for g++ option to support OpenMP... -fopenmp
checking whether C++ compiler is sufficient for Magick++... yes
checking for X11 configure files...
checking for GOMP_parallel_start in -lgomp... yes
checking for BZLIB support ...
checking for bzip2 >= 1.0.0... no
checking for bzlib.h... no
checking for BZ2_bzDecompress in -lbz2... no
checking if BZLIB package is complete... no
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... no
-------------------------------------------------------------
checking for X11...
checking for shmctl... yes
checking for XShmAttach in -lXext... yes
checking for XShapeCombineMask in -lXext... yes
checking for XtSetEventDispatcher in -lXt... no
-------------------------------------------------------------
checking for libzip >= 1.0.0... no
-------------------------------------------------------------
checking for zlib >= 1.0.0... yes
-------------------------------------------------------------
checking for libzstd >= 1.0.0... no
-------------------------------------------------------------
checking for ddjvuapi >= 3.5.0... no
-------------------------------------------------------------
checking for fontconfig >= 2.1.0... no
-------------------------------------------------------------
checking for freetype2 >= 2.8.0... no
-------------------------------------------------------------
checking for raqm... no
checking for Windows GDI32 support...
checking for windows.h... no
checking for winuser.h... no
checking for wingdi.h... no
checking if Windows GDI32 support is complete... no
-------------------------------------------------------------
checking for libgvc >= 2.9.0... no
-------------------------------------------------------------
checking for MagickCache >= 0.9.3... no
-------------------------------------------------------------
checking for libheif >= 1.4.0... no
-------------------------------------------------------------
checking for JBIG...
checking for jbig.h... no
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no
-------------------------------------------------------------
checking for JPEG...
checking for libjpeg >= 2.0.0... no
checking for jconfig.h... no
checking for jerror.h... no
checking for jmorecfg.h... no
checking for jpeglib.h... no
checking for jpeg_read_header in -ljpeg... no
checking if JPEG package is complete... no
-------------------------------------------------------------
checking for libjxl >= 0.7.0 libjxl_threads... no
-------------------------------------------------------------
checking for lcms2 >= 2.0.0... no
-------------------------------------------------------------
checking for libopenjp2 >= 2.1.0... no
-------------------------------------------------------------
checking for lqr-1 >= 0.1.0... no
-------------------------------------------------------------
checking for liblzma >= 2.9.0... no
-------------------------------------------------------------
checking for OpenEXR >= 1.0.6... no
-------------------------------------------------------------
checking for pangocairo >= 1.28.1... no
checking for pango >= 1.28.1... no
-------------------------------------------------------------
checking for libpng >= 1.0.0... yes
-------------------------------------------------------------
checking for libraw_r >= 0.14.8... no
-------------------------------------------------------------
checking for libtiff-4 >= 4.0.0... no
-------------------------------------------------------------
checking for libwebp >= 0.4.1... no
checking for libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0... no
checking if WMF package is complete... no
-------------------------------------------------------------
checking for libxml-2.0 >= 2.0.0... no
checking for acosh... yes
checking for _aligned_malloc... no
checking for aligned_malloc... no
checking for asinh... yes
checking for atanh... yes
checking for atoll... yes
checking for atexit... yes
checking for cabs... yes
checking for carg... yes
checking for cimag... yes
checking for creal... yes
checking for clock... yes
checking for clock_getres... yes
checking for clock_gettime... yes
checking for ctime_r... yes
checking for directio... no
checking for erf... yes
checking for _exit... yes
checking for execvp... yes
checking for fchmod... yes
checking for floor... yes
checking for fork... yes
checking for ftime... yes
checking for ftruncate... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getentropy... yes
checking for getexecname... no
checking for getdtablesize... yes
checking for getpagesize... (cached) yes
checking for getpid... yes
checking for getpwnam_r... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for isnan... yes
checking for j0... yes
checking for j1... yes
checking for lltostr... no
checking for localtime_r... yes
checking for lstat... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkstemp... yes
checking for munmap... yes
checking for nanosleep... yes
checking for newlocale... yes
checking for _NSGetExecutablePath... no
checking for pclose... yes
checking for _pclose... no
checking for poll... yes
checking for popen... yes
checking for _popen... no
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for posix_spawnp... yes
checking for pow... yes
checking for pread... yes
checking for putenv... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for raise... yes
checking for rand_r... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for seekdir... yes
checking for sendfile... yes
checking for setlocale... yes
checking for socket... yes
checking for sqrt... yes
checking for setvbuf... yes
checking for stat... yes
checking for strcasestr... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strpbrk... yes
checking for strspn... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtod_l... yes
checking for strtol... yes
checking for strtoul... yes
checking for symlink... yes
checking for sysconf... yes
checking for sigemptyset... yes
checking for sigaction... yes
checking for spawnvp... no
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for system... yes
checking for telldir... yes
checking for tempnam... yes
checking for times... yes
checking for ulltostr... no
checking for uselocale... yes
checking for usleep... yes
checking for utime... yes
checking for utimensat... yes
checking for vfprintf... yes
checking for vfprintf_l... no
checking for vsprintf... yes
checking for vsnprintf... yes
checking for vsnprintf_l... no
checking for waitpid... yes
checking for _wfopen... no
checking for _wstat... no
-------------------------------------------------------------
checking for ImageMagick delegate programs...
checking for bpgdec... bpgdec
checking for bpgenc... bpgenc
checking for blender... blender
checking for xdg-open... /usr/bin/xdg-open
checking for ufraw-batch... ufraw-batch
checking for libreoffice... libreoffice
checking for dvips... dvips
checking for magick... magick
checking for magick... magick
checking for xterm... xterm
checking for dot... /usr/bin/dot
checking for hp2xx... hp2xx
checking for html2ps... html2ps
checking for ilbmtoppm... /usr/bin/ilbmtoppm
checking for ppmtoilbm... /usr/bin/ppmtoilbm
checking for JxrDecApp... /usr/bin/JxrDecApp
checking for JxrEncApp... /usr/bin/JxrEncApp
checking for lepton... lepton
checking for lp... /usr/bin/lp
checking for lpr... /usr/bin/lpr
checking for gimp... /usr/bin/gimp
checking for magick... magick
checking for ffmpeg... /usr/bin/ffmpeg
checking for ffmpeg... /usr/bin/ffmpeg
checking for mrsidgeodecode... mrsidgeodecode
checking for mv... /usr/bin/mv
checking for pcl6... pcl6
checking for gsx... no
checking for gsc... no
checking for gs... /usr/bin/gs
checking for rm... /usr/bin/rm
checking for rsvg-convert... rsvg-convert
checking for inkscape... /usr/bin/inkscape
checking for tesseract... tesseract
checking for potrace... potrace
checking for fig2dev... /usr/bin/fig2dev
checking for dwebp... dwebp
checking for cwebp... cwebp
checking for curl... no
checking for gxps... gxps
checking for Apple fonts directory... not found!
checking for Dejavu fonts directory... not found!
checking for Ghostscript fonts directory... /usr/share/fonts/type1/gsfonts/
checking for URW-base35 fonts directory... not found!
checking for Windows fonts directory... not found!
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for perl... perl
checking for rpmbuild... rpmbuild
checking for 7za... no
checking for zip... zip
-------------------------------------------------------------
checking for Ghostscript...
checking for Ghostscript version... 9.55.0
checking for gs color device... png16m
checking for gs alpha device... pngalpha
checking for gs CMYK device... pamcmyk32
checking for gs mono device... pbmraw
checking for gs PDF writing device... pdfwrite
checking for gs PS writing device... ps2write
checking for gs EPS writing device... eps2write
-------------------------------------------------------------
Update ImageMagick configuration
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating common.shi
config.status: creating config/policy.xml
config.status: creating config/configure.xml
config.status: creating config/delegates.xml
config.status: creating config/ImageMagick.rdf
config.status: creating config/MagickCore.dox
config.status: creating config/MagickWand.dox
config.status: creating config/Magick++.dox
config.status: creating config/type-apple.xml
config.status: creating config/type-dejavu.xml
config.status: creating config/type-ghostscript.xml
config.status: creating config/type-urw-base35.xml
config.status: creating config/type-windows.xml
config.status: creating config/type.xml
config.status: creating ImageMagick.spec
config.status: creating Magick++/bin/Magick++-config
config.status: creating MagickCore/ImageMagick.pc
config.status: creating Magick++/lib/Magick++.pc
config.status: creating MagickCore/MagickCore-config
config.status: creating MagickCore/MagickCore.pc
config.status: creating MagickCore/version.h
config.status: creating Makefile
config.status: creating magick.sh
config.status: creating PerlMagick/check.sh
config.status: creating PerlMagick/default/Magick.pm
config.status: creating PerlMagick/Makefile.PL
config.status: creating PerlMagick/default/Makefile.PL
config.status: creating PerlMagick/quantum/Makefile.PL
config.status: creating PerlMagick/quantum/quantum.pm
config.status: creating PerlMagick/quantum/quantum.xs
config.status: creating PerlMagick/quantum/typemap
config.status: creating utilities/animate.1
config.status: creating utilities/compare.1
config.status: creating utilities/composite.1
config.status: creating utilities/conjure.1
config.status: creating utilities/convert.1
config.status: creating utilities/display.1
config.status: creating utilities/identify.1
config.status: creating utilities/ImageMagick.1
config.status: creating utilities/import.1
config.status: creating utilities/magick.1
config.status: creating utilities/magick-script.1
config.status: creating utilities/mogrify.1
config.status: creating utilities/montage.1
config.status: creating utilities/stream.1
config.status: creating MagickWand/MagickWand-config
config.status: creating MagickWand/MagickWand.pc
config.status: creating config/config.h
config.status: executing MagickCore/magick-baseconfig.h commands
config.status: creating MagickCore/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
config.status: executing magick.sh.in commands
config.status: executing MagickCore-config.in commands
config.status: executing MagickWand-config.in commands
config.status: executing Magick++-config.in commands
config.status: executing PerlMagick/check.sh.in commands
configure:
==============================================================================
ImageMagick 7.1.1-22 is configured as follows. Verify that this configuration
matches your expectations.
Host system type: x86_64-pc-linux-gnu
Build system type: x86_64-pc-linux-gnu
Option Value
------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Build utilities --with-utilities=yes yes
Module support --with-modules=no no
GNU ld --with-gnu-ld=yes yes
Security policy --with-security-policy=open open
Quantum depth --with-quantum-depth=16 16
Channel mask depth --enable-64bit-channel-masks=no 32
High Dynamic Range Imagery
--enable-hdri=yes yes
Install documentation: yes
Memory allocation library:
JEMalloc --with-jemalloc=no no
MTMalloc --with-mtmalloc=no no
TCMalloc --with-tcmalloc=no no
UMem --with-umem=no no
Delegate library configuration:
BZLIB --with-bzlib=yes no
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes no
DPS --with-dps=no no
FFTW --with-fftw=no no
FLIF --with-flif=no no
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes no
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=yes no
HEIC --with-heic=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes no
JPEG XL --with-jxl=yes no
DMR --with-dmr=yes no
LCMS --with-lcms=yes no
LQR --with-lqr=yes no
LTDL --with-ltdl=no no
LZMA --with-lzma=yes no
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
OpenJP2 --with-openjp2=yes no
PANGO --with-pango=yes no
PERL --with-perl=no no
PNG --with-png=yes yes
RAQM --with-raqm=yes no
RAW --with-raw=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes no
WEBP --with-webp=yes no
WMF --with-wmf=no no
X11 --with-x= yes
XML --with-xml=yes no
ZIP --with-zip=yes no
ZLIB --with-zlib=yes yes
ZSTD --with-zstd=yes no
Delegate program configuration:
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (9.55.0)
Font configuration:
Apple fonts --with-apple-font-dir=default
Dejavu fonts --with-dejavu-font-dir=default none
Ghostscript fonts --with-gs-font-dir=default /usr/share/fonts/type1/gsfonts/
URW-base35 fonts --with-urw-base35-font-dir=default none
Windows fonts --with-windows-font-dir=default none
X11 configuration:
X_CFLAGS =
X_PRE_LIBS =
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 7.1.1-22
CC = gcc
CFLAGS = -I/usr/include/libpng16 -fopenmp -Wall -g -O2 -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -DMAGICKCORE_QUANTUM_DEPTH=16
CPPFLAGS = -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -DMAGICKCORE_QUANTUM_DEPTH=16
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS =
LIBS = -lpng16 -lz -lXext -lX11 -lz -lm -lpthread
CXX = g++
CXXFLAGS = -g -O2 -pthread
FEATURES = DPC HDRI Cipher OpenMP
DELEGATES = png ps video x zlib
==============================================================================
dhwan@dhwan-A514-51K-31XM:~/ImageMagick-7.1.1$ make
make all-am
make[1]: Entering directory '/home/dhwan/ImageMagick-7.1.1'
CC utilities/magick.o
CC MagickCore/libMagickCore_7_Q16HDRI_la-accelerate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-animate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-annotate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-artifact.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-attribute.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-blob.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-cache.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-cache-view.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-channel.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-cipher.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-client.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-coder.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-color.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-colormap.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-colorspace.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-compare.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-composite.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-compress.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-configure.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-constitute.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-decorate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-delegate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-deprecate.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-display.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-distort.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-distribute-cache.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-draw.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-effect.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-enhance.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-exception.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-feature.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-fourier.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-fx.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-gem.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-geometry.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-histogram.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-identify.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-image.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-image-view.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-layer.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-linked-list.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-list.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-locale.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-log.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-magic.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-magick.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-matrix.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-memory.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-mime.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-module.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-monitor.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-montage.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-morphology.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-opencl.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-option.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-paint.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-pixel.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-policy.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-prepress.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-property.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-profile.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-quantize.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-quantum.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-quantum-export.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-quantum-import.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-random.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-registry.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-resample.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-resize.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-resource.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-segment.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-semaphore.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-shear.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-signature.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-splay-tree.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-static.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-statistic.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-stream.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-string.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-thread.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-timer.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-token.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-transform.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-threshold.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-type.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-utility.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-version.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-visual-effects.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-vision.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-widget.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-xml-tree.lo
CC MagickCore/libMagickCore_7_Q16HDRI_la-xwindow.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-aai.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-art.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ashlar.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-avs.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-bayer.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-bgr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-bmp.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-braille.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cals.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-caption.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cin.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cip.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-clip.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cmyk.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cube.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-cut.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dcm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dds.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-debug.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dib.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dng.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dot.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-dpx.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-farbfeld.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-fax.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-fits.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-fl32.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ftxt.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-gif.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-gradient.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-gray.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-hald.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-hdr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-histogram.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-hrz.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-html.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-icon.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-info.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-inline.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ipl.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-jnx.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-json.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-kernel.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-label.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mac.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-magick.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-map.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mask.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mat.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-matte.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-meta.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-miff.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mono.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mpc.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mpr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-msl.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mtv.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-mvg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-null.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ora.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-otb.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-palm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pango.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pattern.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pcd.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pcl.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pcx.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pdb.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pdf.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pes.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pgx.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pict.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pix.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-plasma.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pnm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ps2.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ps3.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ps.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-psd.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pwp.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-qoi.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-raw.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-rgb.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-rgf.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-rla.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-rle.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-scr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-screenshot.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-sct.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-sfw.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-sgi.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-sixel.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-stegano.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-strimg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-sun.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-svg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-tga.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-thumbnail.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-tile.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-tim2.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-tim.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ttf.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-txt.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-uil.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-url.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-uyvy.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-vicar.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-vid.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-video.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-viff.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-vips.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-wbmp.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-wpg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xbm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xc.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xcf.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xpm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xps.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-yaml.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ycbcr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-yuv.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-png.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-x.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xwd.lo
CC filters/MagickCore_libMagickCore_7_Q16HDRI_la-analyze.lo
CCLD MagickCore/libMagickCore-7.Q16HDRI.la
CC MagickWand/libMagickWand_7_Q16HDRI_la-animate.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-compare.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-composite.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-conjure.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-convert.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-deprecate.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-display.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-drawing-wand.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-identify.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-import.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-magick-cli.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-magick-image.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-magick-property.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-magick-wand.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-mogrify.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-montage.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-operation.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-pixel-iterator.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-pixel-wand.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-script-token.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-stream.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-wand.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-wandcli.lo
CC MagickWand/libMagickWand_7_Q16HDRI_la-wand-view.lo
CCLD MagickWand/libMagickWand-7.Q16HDRI.la
CXXLD utilities/magick
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Blob.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-BlobRef.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-CoderInfo.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Color.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Drawable.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Exception.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Functions.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Geometry.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Image.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-ImageRef.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Montage.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Options.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Pixels.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-ResourceLimits.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-SecurityPolicy.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Statistic.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-STL.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-Thread.lo
CXX Magick++/lib/libMagick___7_Q16HDRI_la-TypeMetric.lo
CXXLD Magick++/lib/libMagick++-7.Q16HDRI.la
cp -f MagickCore/ImageMagick.pc MagickCore/ImageMagick-7.Q16HDRI.pc
cp -f MagickCore/MagickCore.pc MagickCore/MagickCore-7.Q16HDRI.pc
cp -f MagickWand/MagickWand.pc MagickWand/MagickWand-7.Q16HDRI.pc
cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-7.Q16HDRI.pc
make[1]: Leaving directory '/home/dhwan/ImageMagick-7.1.1'
0 comments:
Post a Comment