Problems compiling ImageMagick-7.0.1-8 under OpenBSD 5.6

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
davrot
Posts: 1
Joined: 2016-06-01T09:11:29-07:00
Authentication code: 1151

Problems compiling ImageMagick-7.0.1-8 under OpenBSD 5.6

Post by davrot »

Hi,

I tried to compile 7.0.1-8 under OpenBSD 5.6 and I ran into a strange problem. Somehow the files
MagickCore/ImageMagick-7.Q16HDRI.pc
MagickCore/MagickCore-7.Q16HDRI.pc
MagickWand/MagickWand-7.Q16HDRI.pc
Magick++/lib/Magick++-7.Q16HDRI.pc
were missing (or not generated) and this causes make to fail.

make: don't know how to make MagickCore/ImageMagick-7.Q16HDRI.pc (prerequisite of: all-am)

After removing the corresponding entries from the Makefile, I can compile and install it...

best wishes
David

------

$ ./configure
checking build system type... x86_64-unknown-openbsd5.6
checking host system type... x86_64-unknown-openbsd5.6
checking target system type... x86_64-unknown-openbsd5.6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1008' is supported by ustar format... yes
checking whether GID '1008' 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.0.1-8
checking whether build environment is sane... yes
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
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 whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
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++... gcc3
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 how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking how to print strings... print -r
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
checking CFLAGS for maximum 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/local/bin/gsed
checking for gawk... (cached) gawk
checking if malloc debugging is wanted... no
checking for __attribute__... yes
checking for C compiler vendor... gnu
checking for gcc architecture flag...
checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 206d7:2200800:17bee3bf:bfebfbff
checking whether C compiler accepts -mtune=sandybridge... no
checking whether C compiler accepts -mtune=corei7-avx... no
checking whether C compiler accepts -mtune=corei7... no
checking whether C compiler accepts -mtune=core2... no
checking whether C compiler accepts -mtune=pentium-m... no
checking whether C compiler accepts -mtune=pentium3... no
checking whether C compiler accepts -mtune=pentiumpro... no
checking whether C compiler accepts -mcpu=sandybridge... no
checking whether C compiler accepts -mcpu=corei7-avx... no
checking whether C compiler accepts -mcpu=corei7... no
checking whether C compiler accepts -mcpu=core2... no
checking whether C compiler accepts -mcpu=pentium-m... no
checking whether C compiler accepts -mcpu=pentium3... no
checking whether C compiler accepts -mcpu=pentiumpro... no
checking whether C compiler accepts -msandybridge... no
checking whether C compiler accepts -mcorei7-avx... no
checking whether C compiler accepts -mcorei7... no
checking whether C compiler accepts -mcore2... no
checking whether C compiler accepts -mpentium-m... no
checking whether C compiler accepts -mpentium3... no
checking whether C compiler accepts -mpentiumpro... no
checking for gcc architecture flag... unknown
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking size of size_t... 8
checking for C compiler vendor... (cached) gnu
checking whether C compiler accepts -Werror=unknown-warning-option... no
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wno-missing-field-initializers... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wold-style-definition... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Winline... yes
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -Wmissing-format-attribute... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wredundant-decls... (cached) yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wunused-but-set-variable... no
checking whether C compiler accepts -Warray-bounds... no
checking whether C compiler accepts -Wimplicit-function-declaration... yes
checking whether C compiler accepts -Wreturn-type... yes
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wswitch-default... yes
checking whether C compiler accepts -Wno-suggest-attribute=format... no
checking whether C compiler accepts -Wno-error=unused-parameter... yes
checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Werror=unknown-warning-option... no
checking whether C++ compiler accepts -fno-strict-aliasing... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wundef... yes
checking whether C++ compiler accepts -Wwrite-strings... yes
checking whether C++ compiler accepts -Wpointer-arith... yes
checking whether C++ compiler accepts -Wmissing-declarations... yes
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wno-unused-parameter... yes
checking whether C++ compiler accepts -Wno-missing-field-initializers... yes
checking whether C++ compiler accepts -Wformat=2... yes
checking whether C++ compiler accepts -Wcast-align... yes
checking whether C++ compiler accepts -Wformat-nonliteral... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wsign-compare... yes
checking whether C++ compiler accepts -Wstrict-aliasing... yes
checking whether C++ compiler accepts -Wshadow... yes
checking whether C++ compiler accepts -Winline... yes
checking whether C++ compiler accepts -Wpacked... yes
checking whether C++ compiler accepts -Wmissing-format-attribute... yes
checking whether C++ compiler accepts -Wmissing-noreturn... yes
checking whether C++ compiler accepts -Winit-self... yes
checking whether C++ compiler accepts -Wredundant-decls... (cached) yes
checking whether C++ compiler accepts -Wmissing-include-dirs... yes
checking whether C++ compiler accepts -Wunused-but-set-variable... no
checking whether C++ compiler accepts -Warray-bounds... no
checking whether C++ compiler accepts -Wreturn-type... yes
checking whether C++ compiler accepts -Wno-overloaded-virtual... yes
checking whether C++ compiler accepts -Wswitch-enum... yes
checking whether C++ compiler accepts -Wswitch-default... yes
checking whether C++ compiler accepts -Wno-suggest-attribute=format... no
checking whether C++ compiler accepts -Wno-error=unused-parameter... yes
checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes
checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
checking whether the linker accepts -Wl,--no-as-needed... yes
checking whether the linker accepts -Wl,--fatal-warnings... yes
checking CFLAGS for maximum warnings... (cached) -Wall
checking if LD -Wl,--version-script works... yes
checking for linker lazyload option... none
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for gcc -std=gnu99 -std=gnu99 option to support OpenMP... unsupported
checking for pthread_join in LIBS= with CFLAGS=-pthread... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... (cached) yes
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 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... 196608
checking how to convert x86_64-unknown-openbsd5.6 file names to x86_64-unknown-openbsd5.6 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd5.6 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /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 -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd5.6 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
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/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... 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) supports shared libraries... yes
checking dynamic linker characteristics... openbsd5.6 ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether gcc -std=gnu99 -std=gnu99 needs -traditional... no
checking for ANSI C header files... (cached) yes
checking whether to enable assertions... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arm/limits.h usability... no
checking arm/limits.h presence... no
checking for arm/limits.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.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 linux/unistd.h usability... no
checking linux/unistd.h presence... no
checking for linux/unistd.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking machine/param.h usability... yes
checking machine/param.h presence... yes
checking for machine/param.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sun_prefetch.h usability... no
checking sun_prefetch.h presence... no
checking for sun_prefetch.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/syslimits.h usability... yes
checking sys/syslimits.h presence... yes
checking for sys/syslimits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... no
checking sys/timeb.h presence... no
checking for sys/timeb.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for working volatile... yes
checking for preprocessor stringizing operator... yes
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
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 long double... yes
checking for long double with more range or precision than double... yes
checking for long long int... (cached) 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 for unsigned long long int... (cached) yes
checking for locale_t... no
checking for float_t... yes
checking for double_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 signed short... 2
checking size of unsigned short... 2
checking size of signed int... 4
checking size of unsigned int... 4
checking size of signed long... 8
checking size of unsigned long... 8
checking size of signed long long... 8
checking size of unsigned long long... 8
checking size of off_t... 8
checking size of size_t... (cached) 8
checking size of ssize_t... 8
checking size of unsigned int*... 8
checking for signed 8-bit type... signed char
checking for unsigned 8-bit type... unsigned char
checking for signed 16-bit type... signed short
checking for unsigned 16-bit type... unsigned short
checking for signed 32-bit type... signed int
checking for unsigned 32-bit type... unsigned int
checking for signed 64-bit type... signed long
checking for unsigned 64-bit type... unsigned long
checking for unsigned maximum type... unsigned long
checking for pointer difference type... unsigned long
checking whether our compiler supports __func__... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for working strtod... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt in -lm... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for acosh... yes
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 ctime_r... yes
checking for directio... no
checking for _exit... yes
checking for execvp... yes
checking for fchmod... yes
checking for floor... yes
checking for fork... (cached) yes
checking for ftime... no
checking for ftruncate... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getpid... yes
checking for getexecname... no
checking for getdtablesize... yes
checking for getpagesize... (cached) 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 mkstemp... yes
checking for munmap... yes
checking for nanosleep... yes
checking for newlocale... no
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... no
checking for posix_fallocate... no
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 pwrite... yes
checking for qsort_r... no
checking for raise... yes
checking for rand_r... yes
checking for readlink... yes
checking for readdir_r... yes
checking for realpath... yes
checking for select... yes
checking for seekdir... yes
checking for sendfile... no
checking for setlocale... yes
checking for socket... yes
checking for sqrt... yes
checking for setvbuf... yes
checking for stat... 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... no
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... yes
checking for strlcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for telldir... yes
checking for tempnam... yes
checking for times... yes
checking for ulltostr... no
checking for uselocale... no
checking for usleep... yes
checking for utime... 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 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... yes
checking whether vsnprintf is declared... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
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 whether the compiler supports ISO C++ standard library... yes
checking for g++ option to support OpenMP... unsupported
checking whether C++ compiler is sufficient for Magick++... yes
checking for X11 configure files...
checking for GOMP_parallel_start in -lgomp... no
-------------------------------------------------------------
checking for BZLIB...
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for BZ2_bzDecompress in -lbz2... no
checking if BZLIB package is complete... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
-------------------------------------------------------------
checking for X11...
checking for shmctl... yes
checking for XShmAttach in -lXext... yes
checking for XShapeCombineMask in -lXext... yes
checking for XtSetEventDispatcher in -lXt... yes
-------------------------------------------------------------
checking for ZLIB... yes

-------------------------------------------------------------
checking for DPS...
checking DPS/dpsXclient.h usability... no
checking DPS/dpsXclient.h presence... no
checking for DPS/dpsXclient.h... no
checking for DPSInitialize in -ldps... no
checking for DPSInitialize in -ldps... no
checking for XDPSPixelsPerPoint in -ldpstk... no
checking if DPS package is complete... no
-------------------------------------------------------------
checking for fftw3... yes

-------------------------------------------------------------
checking for FLIF...
checking flif.h usability... no
checking flif.h presence... no
checking for flif.h... no
checking for flif_create_decoder in -lflif... no
checking if FLIF package is complete... no
-------------------------------------------------------------
checking for FlashPIX...
checking fpxlib.h usability... no
checking fpxlib.h presence... no
checking for fpxlib.h... no
checking for FPX_OpenImageByFilename in -lfpx... no
checking if FlashPIX package is complete... no
-------------------------------------------------------------
checking for ddjvuapi... yes

-------------------------------------------------------------
checking for FONTCONFIG... yes

-------------------------------------------------------------
checking for FREETYPE... yes

-------------------------------------------------------------
checking for RAQM... no

-------------------------------------------------------------
checking for GVC... no

-------------------------------------------------------------
checking for JBIG...
checking jbig.h usability... yes
checking jbig.h presence... no
configure: WARNING: jbig.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jbig.h: proceeding with the compiler's result
checking for jbig.h... yes
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no -- some components failed test
-------------------------------------------------------------
checking for JPEG...
checking jconfig.h usability... yes
checking jconfig.h presence... no
configure: WARNING: jconfig.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jconfig.h: proceeding with the compiler's result
checking for jconfig.h... yes
checking jerror.h usability... yes
checking jerror.h presence... no
configure: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jerror.h: proceeding with the compiler's result
checking for jerror.h... yes
checking jmorecfg.h usability... yes
checking jmorecfg.h presence... no
configure: WARNING: jmorecfg.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jmorecfg.h: proceeding with the compiler's result
checking for jmorecfg.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... no -- some components failed test
-------------------------------------------------------------
checking for LCMS2... yes

checking lcms2/lcms2.h usability... no
checking lcms2/lcms2.h presence... no
checking for lcms2/lcms2.h... no
-------------------------------------------------------------
checking for LIBOPENJP2... no

-------------------------------------------------------------
checking for LQR... no

-------------------------------------------------------------
checking for LZMA... yes

-------------------------------------------------------------
checking for OPENEXR... no

-------------------------------------------------------------
checking for PANGO... yes

checking for PANGO... yes

-------------------------------------------------------------
checking for PNG... yes

-------------------------------------------------------------
checking for TIFF...
checking tiff.h usability... yes
checking tiff.h presence... no
configure: WARNING: tiff.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: tiff.h: proceeding with the compiler's result
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... no
configure: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: tiffio.h: proceeding with the compiler's result
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... no
checking for TIFFClientOpen in -ltiff... no
checking for TIFFIsByteSwapped in -ltiff... no
checking for TIFFReadRGBATile in -ltiff... no
checking for TIFFReadRGBAStrip in -ltiff... no
checking if TIFF package is complete... no -- some components failed test
-------------------------------------------------------------
checking for WEBP...
checking webp/decode.h usability... yes
checking webp/decode.h presence... no
configure: WARNING: webp/decode.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: webp/decode.h: proceeding with the compiler's result
checking for webp/decode.h... yes
checking for WebPPictureInitInternal in -lwebp... no
checking if WEBP package is complete... no -- some components failed test
checking for WMF support ...
checking for libwmf/ipa.h... yes
checking for wmf_lite_create in -lwmflite... no
no -- some components failed test
checking if WMF package is complete ... no
-------------------------------------------------------------
checking for XML... yes

-------------------------------------------------------------
checking for ImageMagick delegate programs...
checking for bpgdec... bpgdec
checking for bpgenc... bpgenc
checking for blender... blender
checking for xdg-open... no
checking for google-chrome... no
checking for firefox... no
checking for konqueror... no
checking for mozilla... no
checking for lynx... /usr/local/bin/lynx
checking for ufraw-batch... ufraw-batch
checking for soffice... soffice
checking for dvips... dvips
checking for magick... magick
checking for magick... magick
checking for xterm... /usr/X11R6/bin/xterm
checking for dot... dot
checking for hp2xx... hp2xx
checking for html2ps... html2ps
checking for ilbmtoppm... /usr/local/bin/ilbmtoppm
checking for ppmtoilbm... /usr/local/bin/ppmtoilbm
checking for JxrDecApp... JxrDecApp
checking for JxrEncApp... JxrEncApp
checking for lp... no
checking for lpr... /usr/bin/lpr
checking for gimp... gimp
checking for magick... magick
checking for avconv... avconv
checking for ffmpeg... (cached) avconv
checking for avconv... avconv
checking for ffmpeg... (cached) avconv
checking for mrsidgeodecode... mrsidgeodecode
checking for mv... /bin/mv
checking for pcl6... pcl6
checking for gsx... no
checking for gsc... no
checking for gs... /usr/local/bin/gs
checking for rm... /bin/rm
checking for rsvg-convert... /usr/local/bin/rsvg-convert
checking for inkscape... inkscape
checking for uniconvertor... uniconvertor
checking for dwebp... /usr/local/bin/dwebp
checking for cwebp... /usr/local/bin/cwebp
checking for curl... /usr/local/bin/curl
checking for gxps... gxps
checking for Apple fonts directory... not found!
checking for Dejavu fonts directory... not found!
checking for Ghostscript fonts directory... /usr/local/share/ghostscript/fonts/
checking for Windows fonts directory... not found!
checking for gnutar... no
checking for gtar... gtar
checking for perl... perl
checking for rpmbuild... no
checking for rpm... no
checking for 7za... no
checking for zip... zip
-------------------------------------------------------------
checking for Ghostscript...
checking for Ghostscript version... 9.07
checking for gs color device... pnmraw
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... epswrite
-------------------------------------------------------------
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/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-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 is configured as follows. Please verify that this configuration
matches your expectations.

Host system type: x86_64-unknown-openbsd5.6
Build system type: x86_64-unknown-openbsd5.6

Option Value
------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=no no
GNU ld --with-gnu-ld=no no
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=yes yes

Install documentation: yes

Delegate Library Configuration:
BZLIB --with-bzlib=yes no
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes yes
DPS --with-dps=yes no
FFTW --with-fftw=yes yes
FLIF --with-flif=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no (failed tests)
JPEG v1 --with-jpeg=yes no (failed tests)
LCMS --with-lcms=yes yes
LQR --with-lqr=yes no
LTDL --with-ltdl=yes no
LZMA --with-lzma=yes yes
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
OpenJP2 --with-openjp2=yes no
PANGO --with-pango=yes yes
PERL --with-perl=no no
PNG --with-png=yes yes
RAQM --with-raqm=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes no (failed tests)
WEBP --with-webp=yes no (failed tests)
WMF --with-wmf=yes no (failed tests)
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes

Delegate Program Configuration:
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (9.07)

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/local/share/ghostscript/fonts/
Windows fonts --with-windows-font-dir=default none

X11 Configuration:
X_CFLAGS = -I/usr/X11R6/include
X_PRE_LIBS = -lSM -lICE
X_LIBS = -L/usr/X11R6/lib -R/usr/X11R6/lib
X_EXTRA_LIBS =

Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 7.0.1
CC = gcc -std=gnu99 -std=gnu99
CFLAGS = -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include/pixman-1 -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/local/include/harfbuzz -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/X11R6/include/freetype2 -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/include -I/usr/local/include -pthread -I/usr/local/include -I/usr/include -g -O2 -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
CPPFLAGS = -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/X11R6/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/X11R6/lib -R/usr/X11R6/lib
LIBS =
CXX = g++
CXXFLAGS = -g -O2 -pthread
FEATURES = DPC HDRI Cipher
DELEGATES = djvu mpeg fftw fontconfig freetype lcms lzma pango png ps x xml zlib
==============================================================================

$ make
make all-am
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-accelerate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-animate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-annotate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-artifact.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-attribute.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-blob.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-cache.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-cache-view.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-channel.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-cipher.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-client.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-coder.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-color.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-colormap.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-colorspace.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-compare.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-composite.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-compress.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-configure.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-constitute.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-decorate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-delegate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-deprecate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-display.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-distort.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-distribute-cache.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-draw.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-effect.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-enhance.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-exception.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-feature.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-fourier.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-fx.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-gem.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-geometry.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-histogram.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-identify.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-image.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-image-view.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-layer.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-linked-list.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-list.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-locale.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-log.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-magic.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-magick.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-matrix.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-memory.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-mime.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-module.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-monitor.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-montage.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-morphology.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-opencl.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-option.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-paint.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-pixel.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-policy.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-prepress.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-property.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-profile.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-quantize.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-quantum.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-quantum-export.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-quantum-import.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-random.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-registry.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-resample.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-resize.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-resource.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-segment.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-semaphore.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-shear.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-signature.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-splay-tree.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-static.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-statistic.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-stream.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-string.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-thread.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-timer.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-token.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-transform.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-threshold.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-type.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-utility.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-version.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-vision.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-widget.lo
CC MagickCore/MagickCore_libMagickCore_7_Q16HDRI_la-xml-tree.lo
CC MagickCore/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-avs.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-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-fax.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-fd.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-fits.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-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-mpeg.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-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-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-ps.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-psd.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-pwp.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-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-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-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-xtrn.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-djvu.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
copying selected object files to avoid basename conflicts...
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-animate.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-compare.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-composite.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-conjure.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-convert.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-deprecate.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-display.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-drawing-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-identify.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-import.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-magick-cli.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-magick-image.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-magick-property.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-magick-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-mogrify.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-montage.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-operation.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-pixel-iterator.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-pixel-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-script-token.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-stream.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-wandcli.lo
CC MagickWand/MagickWand_libMagickWand_7_Q16HDRI_la-wand-view.lo
CCLD MagickWand/libMagickWand-7.Q16HDRI.la
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Blob.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-BlobRef.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-CoderInfo.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Color.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Drawable.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Exception.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Functions.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Geometry.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Image.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-ImageRef.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Montage.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Options.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Pixels.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-ResourceLimits.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Statistic.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-STL.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-Thread.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q16HDRI_la-TypeMetric.lo
CXXLD Magick++/lib/libMagick++-7.Q16HDRI.la
CC utilities/magick.o
CCLD utilities/magick
/usr/local/lib/libglib-2.0.so.4000.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/libglib-2.0.so.4000.0: warning: stpcpy() is dangerous; do not use it
MagickWand/.libs/libMagickWand-7.Q16HDRI.so.0.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libcairo.so.12.2: warning: rand() isn't random; consider using arc4random()
/usr/local/lib/liblcms2.so.1.0: warning: strcat() is almost always misused, please use strlcat()
/home/davrot/magix/ImageMagick-7.0.1-8/MagickCore/.libs/libMagickCore-7.Q16HDRI.so.0.0: warning: sprintf() is often misused, please use snprintf()
make: don't know how to make MagickCore/ImageMagick-7.Q16HDRI.pc (prerequisite of: all-am)
Stop in .
*** Error 2 in /home/davrot/magix/ImageMagick-7.0.1-8 (Makefile:5129 'all')
Post Reply