File: //opt/ImageMagick-7.0.9-3/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ImageMagick configure 7.0.9-3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = iZj6cidb5gu2ktuknk69sjZ
uname -m = x86_64
uname -r = 3.10.0-1062.1.2.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Sep 30 14:19:46 UTC 2019
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3676: checking build system type
configure:3690: result: x86_64-pc-linux-gnu
configure:3710: checking host system type
configure:3723: result: x86_64-pc-linux-gnu
configure:3743: checking target system type
configure:3756: result: x86_64-pc-linux-gnu
configure:3800: checking for a BSD-compatible install
configure:3868: result: /usr/bin/install -c
configure:3879: checking whether build environment is sane
configure:3934: result: yes
configure:4085: checking for a thread-safe mkdir -p
configure:4124: result: /usr/bin/mkdir -p
configure:4131: checking for gawk
configure:4147: found /usr/bin/gawk
configure:4158: result: gawk
configure:4169: checking whether make sets $(MAKE)
configure:4191: result: yes
configure:4220: checking whether make supports nested variables
configure:4237: result: yes
configure:4326: checking whether UID '0' is supported by ustar format
configure:4329: result: yes
configure:4336: checking whether GID '0' is supported by ustar format
configure:4339: result: yes
configure:4347: checking how to create a ustar tar archive
configure:4358: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:4361: $? = 0
configure:4401: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:4404: $? = 0
configure:4408: tar -xf - <conftest.tar
configure:4411: $? = 0
configure:4413: cat conftest.dir/file
GrepMe
configure:4416: $? = 0
configure:4429: result: gnutar
configure:4490: checking whether make supports nested variables
configure:4507: result: yes
configure:4606: checking whether build environment is sane
configure:4661: result: yes
configure:4819: checking whether make supports the include directive
configure:4834: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4837: $? = 0
configure:4856: result: yes (GNU style)
configure:4926: checking for gcc
configure:4942: found /usr/bin/gcc
configure:4953: result: gcc
configure:5182: checking for C compiler version
configure:5191: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5202: $? = 0
configure:5191: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
configure:5202: $? = 0
configure:5191: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5202: $? = 4
configure:5191: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5202: $? = 4
configure:5222: checking whether the C compiler works
configure:5244: gcc conftest.c >&5
configure:5248: $? = 0
configure:5296: result: yes
configure:5299: checking for C compiler default output file name
configure:5301: result: a.out
configure:5307: checking for suffix of executables
configure:5314: gcc -o conftest conftest.c >&5
configure:5318: $? = 0
configure:5340: result:
configure:5362: checking whether we are cross compiling
configure:5370: gcc -o conftest conftest.c >&5
configure:5374: $? = 0
configure:5381: ./conftest
configure:5385: $? = 0
configure:5400: result: no
configure:5405: checking for suffix of object files
configure:5427: gcc -c conftest.c >&5
configure:5431: $? = 0
configure:5452: result: o
configure:5456: checking whether we are using the GNU C compiler
configure:5475: gcc -c conftest.c >&5
configure:5475: $? = 0
configure:5484: result: yes
configure:5493: checking whether gcc accepts -g
configure:5513: gcc -c -g conftest.c >&5
configure:5513: $? = 0
configure:5554: result: yes
configure:5571: checking for gcc option to accept ISO C89
configure:5634: gcc -c -g -O2 conftest.c >&5
configure:5634: $? = 0
configure:5647: result: none needed
configure:5672: checking whether gcc understands -c and -o together
configure:5694: gcc -c conftest.c -o conftest2.o
configure:5697: $? = 0
configure:5694: gcc -c conftest.c -o conftest2.o
configure:5697: $? = 0
configure:5709: result: yes
configure:5728: checking dependency style of gcc
configure:5839: result: gcc3
configure:5860: checking how to run the C preprocessor
configure:5891: gcc -E conftest.c
configure:5891: $? = 0
configure:5905: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5905: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5930: result: gcc -E
configure:5950: gcc -E conftest.c
configure:5950: $? = 0
configure:5964: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5993: checking for grep that handles long lines and -e
configure:6051: result: /usr/bin/grep
configure:6056: checking for egrep
configure:6118: result: /usr/bin/grep -E
configure:6123: checking for ANSI C header files
configure:6143: gcc -c -g -O2 conftest.c >&5
configure:6143: $? = 0
configure:6216: gcc -o conftest -g -O2 conftest.c >&5
configure:6216: $? = 0
configure:6216: ./conftest
configure:6216: $? = 0
configure:6227: result: yes
configure:6240: checking for sys/types.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for sys/stat.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for stdlib.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for string.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for memory.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for strings.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for inttypes.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for stdint.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6240: checking for unistd.h
configure:6240: gcc -c -g -O2 conftest.c >&5
configure:6240: $? = 0
configure:6240: result: yes
configure:6253: checking minix/config.h usability
configure:6253: gcc -c -g -O2 conftest.c >&5
conftest.c:57:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:6253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6253: result: no
configure:6253: checking minix/config.h presence
configure:6253: gcc -E conftest.c
conftest.c:24:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:6253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:6253: result: no
configure:6253: checking for minix/config.h
configure:6253: result: no
configure:6274: checking whether it is safe to define __EXTENSIONS__
configure:6292: gcc -c -g -O2 conftest.c >&5
configure:6292: $? = 0
configure:6299: result: yes
configure:6366: checking for ar
configure:6382: found /usr/bin/ar
configure:6393: result: ar
configure:6419: checking the archiver (ar) interface
configure:6435: gcc -c -g -O2 conftest.c >&5
configure:6435: $? = 0
configure:6437: ar cru libconftest.a conftest.o >&5
configure:6440: $? = 0
configure:6468: result: ar
configure:6536: checking for gcc
configure:6563: result: gcc
configure:6792: checking for C compiler version
configure:6801: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6812: $? = 0
configure:6801: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
configure:6812: $? = 0
configure:6801: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6812: $? = 4
configure:6801: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6812: $? = 4
configure:6816: checking whether we are using the GNU C compiler
configure:6844: result: yes
configure:6853: checking whether gcc accepts -g
configure:6914: result: yes
configure:6931: checking for gcc option to accept ISO C89
configure:7007: result: none needed
configure:7032: checking whether gcc understands -c and -o together
configure:7069: result: yes
configure:7088: checking dependency style of gcc
configure:7199: result: gcc3
configure:7272: checking for g++
configure:7288: found /usr/bin/g++
configure:7299: result: g++
configure:7326: checking for C++ compiler version
configure:7335: g++ --version >&5
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:7346: $? = 0
configure:7335: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
configure:7346: $? = 0
configure:7335: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7346: $? = 4
configure:7335: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7346: $? = 4
configure:7350: checking whether we are using the GNU C++ compiler
configure:7369: g++ -c conftest.cpp >&5
configure:7369: $? = 0
configure:7378: result: yes
configure:7387: checking whether g++ accepts -g
configure:7407: g++ -c -g conftest.cpp >&5
configure:7407: $? = 0
configure:7448: result: yes
configure:7473: checking dependency style of g++
configure:7584: result: gcc3
configure:7603: checking for gcc option to accept ISO C99
configure:7752: gcc -c -g -O2 conftest.c >&5
conftest.c:79:29: error: expected ';', ',' or ')' before 'text'
test_restrict (ccp restrict text)
^
conftest.c: In function 'main':
conftest.c:133:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
char *restrict newvar = "Another string";
^
conftest.c:133:18: error: 'newvar' undeclared (first use in this function)
conftest.c:133:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:143:3: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < ia->datasize; ++i)
^
conftest.c:143:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:7752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:7752: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7752: $? = 0
configure:7772: result: -std=gnu99
configure:7873: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:7887: result: -std=gnu99
configure:7896: checking how to run the C preprocessor
configure:7966: result: gcc -E
configure:7986: gcc -E conftest.c
configure:7986: $? = 0
configure:8000: gcc -E conftest.c
conftest.c:29:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8028: checking for a sed that does not truncate output
configure:8092: result: /usr/bin/sed
configure:8110: checking for fgrep
configure:8172: result: /usr/bin/grep -F
configure:8199: checking how to print strings
configure:8226: result: printf
configure:8259: checking for ld used by gcc -std=gnu99
configure:8326: result: /usr/bin/ld
configure:8333: checking if the linker (/usr/bin/ld) is GNU ld
configure:8348: result: yes
configure:8361: checking for gcc -std=gnu99 option to accept ISO C99
configure:8530: result: -std=gnu99
configure:8545: checking CFLAGS for maximum warnings
configure:8565: gcc -std=gnu99 -std=gnu99 -c -g -O2 -warn all -warn all conftest.c >&5
gcc: error: all: No such file or directory
gcc: error: all: No such file or directory
gcc: error: unrecognized command line option '-warn'
gcc: error: unrecognized command line option '-warn'
configure:8565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8565: gcc -std=gnu99 -std=gnu99 -c -g -O2 -pedantic -Wall conftest.c >&5
configure:8565: $? = 0
configure:8573: result: -Wall
configure:8593: : CFLAGS="$CFLAGS"
configure:8596: $? = 0
configure:8622: checking whether make sets $(MAKE)
configure:8644: result: yes
configure:8653: checking whether ln -s works
configure:8657: result: yes
configure:8664: checking for a sed that does not truncate output
configure:8728: result: /usr/bin/sed
configure:8737: checking for gawk
configure:8764: result: gawk
configure:8776: checking if malloc debugging is wanted
configure:8794: result: no
configure:8800: checking for __attribute__
configure:8822: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
configure:8822: $? = 0
configure:8831: result: yes
configure:8839: checking for C compiler vendor
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__clang__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(_CRAYC))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__FUJITSU))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:38: error: operator "defined" requires an identifier
#if !(defined(SDCC) || defined())
^
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(SDCC) || defined())
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
thisisanerror;
^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__SDCC))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:8887: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall conftest.c >&5
configure:8887: $? = 0
configure:8895: result: gnu
configure:8912: checking for gcc architecture flag
configure:8914: result:
configure:8936: checking for x86 cpuid 0 output
configure:8968: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall conftest.c >&5
configure:8968: $? = 0
configure:8968: ./conftest
configure:8968: $? = 0
configure:8978: result: d:756e6547:6c65746e:49656e69
configure:8995: checking for x86 cpuid 1 output
configure:9027: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall conftest.c >&5
configure:9027: $? = 0
configure:9027: ./conftest
configure:9027: $? = 0
configure:9037: result: 50654:20800:fffa3203:1f8bfbff
configure:9243: checking whether C compiler accepts -mtune=core2
configure:9262: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=core2 conftest.c >&5
configure:9262: $? = 0
configure:9271: result: yes
configure:9292: checking for gcc architecture flag
configure:9294: result: -mtune=core2
configure:9356: checking for pkg-config
configure:9374: found /usr/bin/pkg-config
configure:9386: result: /usr/bin/pkg-config
configure:9411: checking pkg-config is at least version 0.20
configure:9414: result: yes
configure:9430: checking size of size_t
configure:9435: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 conftest.c >&5
configure:9435: $? = 0
configure:9435: ./conftest
configure:9435: $? = 0
configure:9449: result: 8
configure:9460: checking for C compiler vendor
configure:9516: result: gnu
configure:9535: checking if LD -Wl,--version-script works
configure:9555: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -Wl,--version-script=conftest.map conftest.c >&5
/usr/bin/ld:conftest.map:2: syntax error in VERSION script
collect2: error: ld returned 1 exit status
configure:9555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9578: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -Wl,--version-script=conftest.map conftest.c >&5
configure:9578: $? = 0
configure:9589: result: yes
configure:9712: checking for linker lazyload option
configure:9728: result: none
configure:10002: checking whether gcc -std=gnu99 -std=gnu99 is Clang
configure:10027: result: no
configure:10150: checking whether pthreads work with -pthread
configure:10244: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:10244: $? = 0
configure:10253: result: yes
configure:10272: checking for joinable pthread attribute
configure:10290: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:10290: $? = 0
configure:10298: result: PTHREAD_CREATE_JOINABLE
configure:10312: checking whether more special flags are required for pthreads
configure:10325: result: no
configure:10333: checking for PTHREAD_PRIO_INHERIT
configure:10349: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:5: warning: unused variable 'i' [-Wunused-variable]
int i = PTHREAD_PRIO_INHERIT;
^
configure:10349: $? = 0
configure:10358: result: yes
configure:10491: checking for gcc -std=gnu99 -std=gnu99 option to support OpenMP
configure:10506: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
conftest.c:36:2: error: unknown type name 'choke'
choke me
^
In file included from conftest.c:38:0:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:34:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
typedef struct
^
configure:10506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:10524: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=core2 -fexceptions -pthread -fopenmp conftest.c >&5
configure:10524: $? = 0
configure:10538: result: -fopenmp
configure:10588: checking for pthread_join using gcc -std=gnu99 -std=gnu99 -pthread
configure:10608: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -pthread conftest.c >&5
configure:10608: $? = 0
configure:10613: result: yes
configure:10743: checking whether gcc -std=gnu99 -std=gnu99 is Clang
configure:10768: result: no
configure:11013: checking for joinable pthread attribute
configure:11039: result: PTHREAD_CREATE_JOINABLE
configure:11053: checking whether more special flags are required for pthreads
configure:11066: result: no
configure:11074: checking for PTHREAD_PRIO_INHERIT
configure:11099: result: yes
configure:11217: checking whether we are using the Microsoft C compiler
configure:11236: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:8: error: unknown type name 'choke'
choke me
^
conftest.c:40:14: warning: unused variable 'me' [-Wunused-variable]
choke me
^
configure:11236: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef _MSC_VER
| choke me
| #endif
|
| ;
| return 0;
| }
configure:11245: result: no
configure:11256: checking CL/cl.h usability
configure:11256: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -pthread conftest.c >&5
conftest.c:68:19: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^
compilation terminated.
configure:11256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:11256: result: no
configure:11256: checking CL/cl.h presence
configure:11256: gcc -E -pthread conftest.c
conftest.c:35:19: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^
compilation terminated.
configure:11256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:11256: result: no
configure:11256: checking for CL/cl.h
configure:11256: result: no
configure:11256: checking OpenCL/cl.h usability
configure:11256: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -pthread conftest.c >&5
conftest.c:68:23: fatal error: OpenCL/cl.h: No such file or directory
#include <OpenCL/cl.h>
^
compilation terminated.
configure:11256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OpenCL/cl.h>
configure:11256: result: no
configure:11256: checking OpenCL/cl.h presence
configure:11256: gcc -E -pthread conftest.c
conftest.c:35:23: fatal error: OpenCL/cl.h: No such file or directory
#include <OpenCL/cl.h>
^
compilation terminated.
configure:11256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <OpenCL/cl.h>
configure:11256: result: no
configure:11256: checking for OpenCL/cl.h
configure:11256: result: no
configure:11270: checking windows.h usability
configure:11270: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
conftest.c:68:21: fatal error: windows.h: No such file or directory
#include <windows.h>
^
compilation terminated.
configure:11270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:11270: result: no
configure:11270: checking windows.h presence
configure:11270: gcc -E conftest.c
conftest.c:35:21: fatal error: windows.h: No such file or directory
#include <windows.h>
^
compilation terminated.
configure:11270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <windows.h>
configure:11270: result: no
configure:11270: checking for windows.h
configure:11270: result: no
configure:11283: checking for OpenCL library
configure:11422: result: no
configure:11463: checking for special C compiler options needed for large files
configure:11508: result: no
configure:11514: checking for _FILE_OFFSET_BITS value needed for large files
configure:11539: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:11539: $? = 0
configure:11571: result: no
configure:11656: checking for _LARGEFILE_SOURCE value needed for large files
configure:11675: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:11675: $? = 0
configure:11703: result: no
configure:11827: checking for BSD- or MS-compatible name lister (nm)
configure:11881: result: /usr/bin/nm -B
configure:12011: checking the name lister (/usr/bin/nm -B) interface
configure:12018: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:12021: /usr/bin/nm -B "conftest.o"
configure:12024: output
0000000000000000 B some_variable
configure:12031: result: BSD nm
configure:12035: checking the maximum length of command line arguments
configure:12166: result: 1572864
configure:12214: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:12254: result: func_convert_file_noop
configure:12261: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:12281: result: func_convert_file_noop
configure:12288: checking for /usr/bin/ld option to reload object files
configure:12295: result: -r
configure:12369: checking for objdump
configure:12385: found /usr/bin/objdump
configure:12396: result: objdump
configure:12425: checking how to recognize dependent libraries
configure:12625: result: pass_all
configure:12710: checking for dlltool
configure:12740: result: no
configure:12767: checking how to associate runtime and link libraries
configure:12794: result: printf %s\n
configure:12918: checking for archiver @FILE support
configure:12935: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:12935: $? = 0
configure:12938: ar cru libconftest.a @conftest.lst >&5
configure:12941: $? = 0
configure:12946: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:12949: $? = 1
configure:12961: result: @
configure:13019: checking for strip
configure:13035: found /usr/bin/strip
configure:13046: result: strip
configure:13118: checking for ranlib
configure:13134: found /usr/bin/ranlib
configure:13145: result: ranlib
configure:13247: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -std=gnu99 object
configure:13400: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:13403: $? = 0
configure:13407: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:13410: $? = 0
configure:13476: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c conftstm.o >&5
configure:13479: $? = 0
configure:13517: result: ok
configure:13564: checking for sysroot
configure:13594: result: no
configure:13601: checking for a working dd
configure:13639: result: /usr/bin/dd
configure:13643: checking how to truncate binary pipes
configure:13658: result: /usr/bin/dd bs=4096 count=1
configure:13794: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:13797: $? = 0
configure:13987: checking for mt
configure:14017: result: no
configure:14037: checking if : is a manifest tool
configure:14043: : '-?'
configure:14051: result: no
configure:14725: checking for dlfcn.h
configure:14725: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:14725: $? = 0
configure:14725: result: yes
configure:15288: checking for objdir
configure:15303: result: .libs
configure:15567: checking if gcc -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions
configure:15585: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:15589: $? = 0
configure:15602: result: no
configure:15960: checking for gcc -std=gnu99 -std=gnu99 option to produce PIC
configure:15967: result: -fPIC -DPIC
configure:15975: checking if gcc -std=gnu99 -std=gnu99 PIC flag -fPIC -DPIC works
configure:15993: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -fPIC -DPIC -DPIC conftest.c >&5
configure:15997: $? = 0
configure:16010: result: yes
configure:16039: checking if gcc -std=gnu99 -std=gnu99 static flag -static works
configure:16067: result: no
configure:16082: checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o
configure:16103: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -o out/conftest2.o conftest.c >&5
configure:16107: $? = 0
configure:16129: result: yes
configure:16137: checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o
configure:16184: result: yes
configure:16217: checking whether the gcc -std=gnu99 -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17476: result: yes
configure:17513: checking whether -lc should be explicitly linked in
configure:17521: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
configure:17524: $? = 0
configure:17539: gcc -std=gnu99 -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:17542: $? = 0
configure:17556: result: no
configure:17716: checking dynamic linker characteristics
configure:18297: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -Wl,-rpath -Wl,/foo conftest.c >&5
configure:18297: $? = 0
configure:18537: result: GNU/Linux ld.so
configure:18659: checking how to hardcode library paths into programs
configure:18684: result: immediate
configure:18786: checking for shl_load
configure:18786: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
/tmp/ccy4TzF7.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:72: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:18786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:18786: result: no
configure:18790: checking for shl_load in -ldld
configure:18815: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:18815: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:18824: result: no
configure:18829: checking for dlopen
configure:18829: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c >&5
/tmp/ccie5HEi.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:72: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:18829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:18829: result: no
configure:18833: checking for dlopen in -ldl
configure:18858: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread conftest.c -ldl >&5
configure:18858: $? = 0
configure:18867: result: yes
configure:18986: checking whether a program can dlopen itself
configure:19066: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:19069: $? = 0
configure:19087: result: yes
configure:19092: checking whether a statically linked program can dlopen itself
configure:19172: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:19175: $? = 0
configure:19193: result: yes
configure:19232: checking whether stripping libraries is possible
configure:19237: result: yes
configure:19272: checking if libtool supports shared libraries
configure:19274: result: yes
configure:19277: checking whether to build shared libraries
configure:19302: result: yes
configure:19305: checking whether to build static libraries
configure:19309: result: yes
configure:19332: checking how to run the C++ preprocessor
configure:19359: g++ -E conftest.cpp
configure:19359: $? = 0
configure:19373: g++ -E conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:19373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:19398: result: g++ -E
configure:19418: g++ -E conftest.cpp
configure:19418: $? = 0
configure:19432: g++ -E conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:19432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:19594: checking for ld used by g++
configure:19661: result: /usr/bin/ld -m elf_x86_64
configure:19668: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:19683: result: yes
configure:19738: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:20811: result: yes
configure:20847: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:20850: $? = 0
configure:21331: checking for g++ option to produce PIC
configure:21338: result: -fPIC -DPIC
configure:21346: checking if g++ PIC flag -fPIC -DPIC works
configure:21364: g++ -c -g -O2 -pthread -fPIC -DPIC -DPIC conftest.cpp >&5
configure:21368: $? = 0
configure:21381: result: yes
configure:21404: checking if g++ static flag -static works
configure:21432: result: no
configure:21444: checking if g++ supports -c -o file.o
configure:21465: g++ -c -g -O2 -pthread -o out/conftest2.o conftest.cpp >&5
configure:21469: $? = 0
configure:21491: result: yes
configure:21496: checking if g++ supports -c -o file.o
configure:21543: result: yes
configure:21573: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:21613: result: yes
configure:21754: checking dynamic linker characteristics
configure:22502: result: GNU/Linux ld.so
configure:22567: checking how to hardcode library paths into programs
configure:22592: result: immediate
configure:22849: checking whether to enable maintainer-specific portions of Makefiles
configure:22858: result: no
configure:23158: checking whether gcc -std=gnu99 -std=gnu99 needs -traditional
configure:23192: result: no
configure:23237: checking for ANSI C header files
configure:23341: result: yes
configure:23358: checking whether to enable assertions
configure:23376: result: yes
configure:23382: checking for dirent.h that defines DIR
configure:23401: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23401: $? = 0
configure:23409: result: yes
configure:23422: checking for library containing opendir
configure:23453: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23453: $? = 0
configure:23470: result: none required
configure:23542: checking arm/limits.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:77:24: fatal error: arm/limits.h: No such file or directory
#include <arm/limits.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arm/limits.h>
configure:23542: result: no
configure:23542: checking arm/limits.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:44:24: fatal error: arm/limits.h: No such file or directory
#include <arm/limits.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <arm/limits.h>
configure:23542: result: no
configure:23542: checking for arm/limits.h
configure:23542: result: no
configure:23542: checking arpa/inet.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking arpa/inet.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for arpa/inet.h
configure:23542: result: yes
configure:23542: checking complex.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking complex.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for complex.h
configure:23542: result: yes
configure:23542: checking errno.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking errno.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for errno.h
configure:23542: result: yes
configure:23542: checking fcntl.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking fcntl.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for fcntl.h
configure:23542: result: yes
configure:23542: checking limits.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking limits.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for limits.h
configure:23542: result: yes
configure:23542: checking linux/unistd.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking linux/unistd.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for linux/unistd.h
configure:23542: result: yes
configure:23542: checking locale.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking locale.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for locale.h
configure:23542: result: yes
configure:23542: checking machine/param.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:84:27: fatal error: machine/param.h: No such file or directory
#include <machine/param.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/param.h>
configure:23542: result: no
configure:23542: checking machine/param.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:51:27: fatal error: machine/param.h: No such file or directory
#include <machine/param.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <machine/param.h>
configure:23542: result: no
configure:23542: checking for machine/param.h
configure:23542: result: no
configure:23542: checking mach-o/dyld.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:84:25: fatal error: mach-o/dyld.h: No such file or directory
#include <mach-o/dyld.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/dyld.h>
configure:23542: result: no
configure:23542: checking mach-o/dyld.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:51:25: fatal error: mach-o/dyld.h: No such file or directory
#include <mach-o/dyld.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <mach-o/dyld.h>
configure:23542: result: no
configure:23542: checking for mach-o/dyld.h
configure:23542: result: no
configure:23542: checking netinet/in.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking netinet/in.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for netinet/in.h
configure:23542: result: yes
configure:23542: checking OS.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:85:16: fatal error: OS.h: No such file or directory
#include <OS.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:23542: result: no
configure:23542: checking OS.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:52:16: fatal error: OS.h: No such file or directory
#include <OS.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <OS.h>
configure:23542: result: no
configure:23542: checking for OS.h
configure:23542: result: no
configure:23542: checking process.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:85:21: fatal error: process.h: No such file or directory
#include <process.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:23542: result: no
configure:23542: checking process.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:52:21: fatal error: process.h: No such file or directory
#include <process.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <process.h>
configure:23542: result: no
configure:23542: checking for process.h
configure:23542: result: no
configure:23542: checking sun_prefetch.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:85:26: fatal error: sun_prefetch.h: No such file or directory
#include <sun_prefetch.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sun_prefetch.h>
configure:23542: result: no
configure:23542: checking sun_prefetch.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:52:26: fatal error: sun_prefetch.h: No such file or directory
#include <sun_prefetch.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <sun_prefetch.h>
configure:23542: result: no
configure:23542: checking for sun_prefetch.h
configure:23542: result: no
configure:23542: checking stdarg.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking stdarg.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for stdarg.h
configure:23542: result: yes
configure:23542: checking sys/ipc.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/ipc.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/ipc.h
configure:23542: result: yes
configure:23542: checking sys/mman.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/mman.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/mman.h
configure:23542: result: yes
configure:23542: checking sys/resource.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/resource.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/resource.h
configure:23542: result: yes
configure:23542: checking sys/sendfile.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/sendfile.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/sendfile.h
configure:23542: result: yes
configure:23542: checking sys/socket.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/socket.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/socket.h
configure:23542: result: yes
configure:23542: checking sys/syslimits.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:91:27: fatal error: sys/syslimits.h: No such file or directory
#include <sys/syslimits.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syslimits.h>
configure:23542: result: no
configure:23542: checking sys/syslimits.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:58:27: fatal error: sys/syslimits.h: No such file or directory
#include <sys/syslimits.h>
^
compilation terminated.
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/syslimits.h>
configure:23542: result: no
configure:23542: checking for sys/syslimits.h
configure:23542: result: no
configure:23542: checking sys/time.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/time.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/time.h
configure:23542: result: yes
configure:23542: checking sys/timeb.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/timeb.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/timeb.h
configure:23542: result: yes
configure:23542: checking sys/times.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/times.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/times.h
configure:23542: result: yes
configure:23542: checking sys/wait.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking sys/wait.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for sys/wait.h
configure:23542: result: yes
configure:23542: checking utime.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking utime.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for utime.h
configure:23542: result: yes
configure:23542: checking wchar.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking wchar.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for wchar.h
configure:23542: result: yes
configure:23542: checking xlocale.h usability
configure:23542: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking xlocale.h presence
configure:23542: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:23542: $? = 0
configure:23542: result: yes
configure:23542: checking for xlocale.h
configure:23542: result: yes
configure:23559: checking for stdbool.h that conforms to C99
configure:23626: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
bool e = &s;
^
conftest.c:118:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:118:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:119:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
^
conftest.c:119:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
^
conftest.c:119:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
^
configure:23626: $? = 0
configure:23633: result: yes
configure:23635: checking for _Bool
configure:23635: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23635: $? = 0
configure:23635: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:23635: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:23635: result: yes
configure:23652: checking for working volatile
configure:23671: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23671: $? = 0
configure:23678: result: yes
configure:23686: checking for preprocessor stringizing operator
configure:23706: result: yes
configure:23714: checking whether stat file-mode macros are broken
configure:23741: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23741: $? = 0
configure:23748: result: no
configure:23756: checking whether time.h and sys/time.h may both be included
configure:23776: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23776: $? = 0
configure:23783: result: yes
configure:23791: checking whether struct tm is in sys/time.h or time.h
configure:23811: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23811: $? = 0
configure:23818: result: time.h
configure:23826: checking for struct tm.tm_zone
configure:23826: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23826: $? = 0
configure:23826: result: yes
configure:23893: checking whether #! works in shell scripts
configure:23910: result: yes
configure:23918: checking whether char is unsigned
configure:23937: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:23937: $? = 0
configure:23944: result: no
configure:23951: checking for an ANSI C-conforming const
configure:24017: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24017: $? = 0
configure:24024: result: yes
configure:24032: checking for inline
configure:24048: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24048: $? = 0
configure:24056: result: inline
configure:24074: checking for C/C++ restrict keyword
configure:24099: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24099: $? = 0
configure:24107: result: __restrict
configure:24120: checking for working volatile
configure:24146: result: yes
configure:24157: checking whether byte ordering is bigendian
configure:24172: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:73:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:73:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:73:15: error: unknown type name 'universal'
configure:24172: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:24217: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24217: $? = 0
configure:24235: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:4: error: unknown type name 'not'
not big endian
^
conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:24235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:24363: result: no
configure:24383: checking for int8_t
configure:24383: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24383: $? = 0
configure:24383: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:109:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:24383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:24383: result: yes
configure:24394: checking for int16_t
configure:24394: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24394: $? = 0
configure:24394: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:109:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:24394: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:24394: result: yes
configure:24405: checking for int32_t
configure:24405: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24405: $? = 0
configure:24405: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:109:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:109:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:24405: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:24405: result: yes
configure:24416: checking for int64_t
configure:24416: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24416: $? = 0
configure:24416: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:53: warning: integer overflow in expression [-Woverflow]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:109:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:109:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:24416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:24416: result: yes
configure:24428: checking for unsigned long long int
configure:24476: result: yes
configure:24486: checking for long long int
configure:24536: result: yes
configure:24546: checking for intmax_t
configure:24546: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24546: $? = 0
configure:24546: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:23: error: expected expression before ')' token
if (sizeof ((intmax_t)))
^
configure:24546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| return 0;
| ;
| return 0;
| }
configure:24546: result: yes
configure:24564: checking for intptr_t
configure:24564: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24564: $? = 0
configure:24564: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:23: error: expected expression before ')' token
if (sizeof ((intptr_t)))
^
configure:24564: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:24564: result: yes
configure:24600: checking for long double
configure:24633: result: yes
configure:24642: checking for long double with more range or precision than double
configure:24678: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24678: $? = 0
configure:24685: result: yes
configure:24695: checking for long long int
configure:24745: result: yes
configure:24753: checking for mbstate_t
configure:24770: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24770: $? = 0
configure:24777: result: yes
configure:24788: checking for mode_t
configure:24788: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24788: $? = 0
configure:24788: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:24788: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:24788: result: yes
configure:24799: checking for off_t
configure:24799: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24799: $? = 0
configure:24799: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:24799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:24799: result: yes
configure:24810: checking for pid_t
configure:24810: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24810: $? = 0
configure:24810: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:24810: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:24810: result: yes
configure:24821: checking for size_t
configure:24821: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24821: $? = 0
configure:24821: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:24821: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:24821: result: yes
configure:24832: checking for ssize_t
configure:24832: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24832: $? = 0
configure:24832: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:24832: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:24832: result: yes
configure:24843: checking for uid_t in sys/types.h
configure:24862: result: yes
configure:24873: checking for uint8_t
configure:24873: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24873: $? = 0
configure:24873: result: yes
configure:24887: checking for uint16_t
configure:24887: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24887: $? = 0
configure:24887: result: yes
configure:24899: checking for uint32_t
configure:24899: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24899: $? = 0
configure:24899: result: yes
configure:24913: checking for uint64_t
configure:24913: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24913: $? = 0
configure:24913: result: yes
configure:24929: checking for uintmax_t
configure:24929: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24929: $? = 0
configure:24929: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:24: error: expected expression before ')' token
if (sizeof ((uintmax_t)))
^
configure:24929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| return 0;
| ;
| return 0;
| }
configure:24929: result: yes
configure:24947: checking for uintptr_t
configure:24947: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:24947: $? = 0
configure:24947: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:24: error: expected expression before ')' token
if (sizeof ((uintptr_t)))
^
configure:24947: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:24947: result: yes
configure:24984: checking for unsigned long long int
configure:25032: result: yes
configure:25041: checking for locale_t
configure:25041: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25041: $? = 0
configure:25041: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:23: error: expected expression before ')' token
if (sizeof ((locale_t)))
^
configure:25041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <xlocale.h>
|
| int
| main ()
| {
| if (sizeof ((locale_t)))
| return 0;
| ;
| return 0;
| }
configure:25041: result: yes
configure:25054: checking for float_t
configure:25054: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25054: $? = 0
configure:25054: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:22: error: expected expression before ')' token
if (sizeof ((float_t)))
^
configure:25054: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| /* end confdefs.h. */
| #include <math.h>
|
| int
| main ()
| {
| if (sizeof ((float_t)))
| return 0;
| ;
| return 0;
| }
configure:25054: result: yes
configure:25065: checking for double_t
configure:25065: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25065: $? = 0
configure:25065: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:23: error: expected expression before ')' token
if (sizeof ((double_t)))
^
configure:25065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| /* end confdefs.h. */
| #include <math.h>
|
| int
| main ()
| {
| if (sizeof ((double_t)))
| return 0;
| ;
| return 0;
| }
configure:25065: result: yes
configure:25080: checking size of float_t
configure:25085: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25085: $? = 0
configure:25085: ./conftest
configure:25085: $? = 0
configure:25100: result: 4
configure:25114: checking size of double_t
configure:25119: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25119: $? = 0
configure:25119: ./conftest
configure:25119: $? = 0
configure:25134: result: 8
configure:25150: checking size of float
configure:25155: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25155: $? = 0
configure:25155: ./conftest
configure:25155: $? = 0
configure:25169: result: 4
configure:25183: checking size of double
configure:25188: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25188: $? = 0
configure:25188: ./conftest
configure:25188: $? = 0
configure:25202: result: 8
configure:25216: checking size of long double
configure:25221: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25221: $? = 0
configure:25221: ./conftest
configure:25221: $? = 0
configure:25235: result: 16
configure:25251: checking size of signed short
configure:25256: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25256: $? = 0
configure:25256: ./conftest
configure:25256: $? = 0
configure:25270: result: 2
configure:25286: checking size of unsigned short
configure:25291: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25291: $? = 0
configure:25291: ./conftest
configure:25291: $? = 0
configure:25305: result: 2
configure:25321: checking size of signed int
configure:25326: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25326: $? = 0
configure:25326: ./conftest
configure:25326: $? = 0
configure:25340: result: 4
configure:25356: checking size of unsigned int
configure:25361: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25361: $? = 0
configure:25361: ./conftest
configure:25361: $? = 0
configure:25375: result: 4
configure:25391: checking size of signed long
configure:25396: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25396: $? = 0
configure:25396: ./conftest
configure:25396: $? = 0
configure:25410: result: 8
configure:25426: checking size of unsigned long
configure:25431: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25431: $? = 0
configure:25431: ./conftest
configure:25431: $? = 0
configure:25445: result: 8
configure:25462: checking size of signed long long
configure:25467: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25467: $? = 0
configure:25467: ./conftest
configure:25467: $? = 0
configure:25481: result: 8
configure:25499: checking size of unsigned long long
configure:25504: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25504: $? = 0
configure:25504: ./conftest
configure:25504: $? = 0
configure:25518: result: 8
configure:25534: checking size of off_t
configure:25539: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25539: $? = 0
configure:25539: ./conftest
configure:25539: $? = 0
configure:25553: result: 8
configure:25569: checking size of size_t
configure:25588: result: 8
configure:25604: checking size of ssize_t
configure:25609: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25609: $? = 0
configure:25609: ./conftest
configure:25609: $? = 0
configure:25623: result: 8
configure:25639: checking size of unsigned int*
configure:25644: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25644: $? = 0
configure:25644: ./conftest
configure:25644: $? = 0
configure:25658: result: 8
configure:25673: checking for signed 8-bit type
configure:25676: result: signed char
configure:25680: checking for unsigned 8-bit type
configure:25683: result: unsigned char
configure:25687: checking for signed 16-bit type
configure:25690: result: signed short
configure:25694: checking for unsigned 16-bit type
configure:25697: result: unsigned short
configure:25701: checking for signed 32-bit type
configure:25712: result: signed int
configure:25717: checking for unsigned 32-bit type
configure:25728: result: unsigned int
configure:25733: checking for signed 64-bit type
configure:25749: result: signed long
configure:25754: checking for unsigned 64-bit type
configure:25770: result: unsigned long
configure:25775: checking for unsigned maximum type
configure:25786: result: unsigned long
configure:25791: checking for pointer difference type
configure:25802: result: unsigned long
configure:25807: checking whether our compiler supports __func__
configure:25820: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25820: $? = 0
configure:25821: result: yes
configure:25861: checking whether closedir returns void
configure:25885: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25885: $? = 0
configure:25885: ./conftest
configure:25885: $? = 0
configure:25895: result: no
configure:25909: checking for stdlib.h
configure:25909: result: yes
configure:25909: checking for unistd.h
configure:25909: result: yes
configure:25909: checking for sys/param.h
configure:25909: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25909: $? = 0
configure:25909: result: yes
configure:25929: checking for getpagesize
configure:25929: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:25929: $? = 0
configure:25929: result: yes
configure:25938: checking for working mmap
configure:26085: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26085: $? = 0
configure:26085: ./conftest
configure:26085: $? = 0
configure:26095: result: yes
configure:26106: checking vfork.h usability
configure:26106: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:141:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:26106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:26106: result: no
configure:26106: checking vfork.h presence
configure:26106: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:108:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:26106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:26106: result: no
configure:26106: checking for vfork.h
configure:26106: result: no
configure:26119: checking for fork
configure:26119: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:131:6: warning: conflicting types for built-in function 'fork' [enabled by default]
char fork ();
^
configure:26119: $? = 0
configure:26119: result: yes
configure:26119: checking for vfork
configure:26119: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26119: $? = 0
configure:26119: result: yes
configure:26129: checking for working fork
configure:26151: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26151: $? = 0
configure:26151: ./conftest
configure:26151: $? = 0
configure:26161: result: yes
configure:26182: checking for working vfork
configure:26292: result: yes
configure:26317: checking for working memcmp
configure:26360: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26360: $? = 0
configure:26360: ./conftest
configure:26360: $? = 0
configure:26370: result: yes
configure:26382: checking sys/select.h usability
configure:26382: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26382: $? = 0
configure:26382: result: yes
configure:26382: checking sys/select.h presence
configure:26382: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:26382: $? = 0
configure:26382: result: yes
configure:26382: checking for sys/select.h
configure:26382: result: yes
configure:26382: checking for sys/socket.h
configure:26382: result: yes
configure:26392: checking types of arguments for select
configure:26420: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26420: $? = 0
configure:26431: result: int,fd_set *,struct timeval *
configure:26461: checking return type of signal handlers
configure:26479: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:123:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:26479: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:26486: result: void
configure:26494: checking for working strtod
configure:26535: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26535: $? = 0
configure:26535: ./conftest
configure:26535: $? = 0
configure:26545: result: yes
configure:26607: checking whether strerror_r is declared
configure:26607: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26607: $? = 0
configure:26607: result: yes
configure:26620: checking for strerror_r
configure:26620: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26620: $? = 0
configure:26620: result: yes
configure:26629: checking whether strerror_r returns char *
configure:26653: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:26653: $? = 0
configure:26691: result: yes
configure:26701: checking for vprintf
configure:26701: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:144:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
char vprintf ();
^
configure:26701: $? = 0
configure:26701: result: yes
configure:26707: checking for _doprnt
configure:26707: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
/tmp/ccvJ4qF8.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:156: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:26707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:26707: result: no
configure:26723: checking for sqrt in -lm
configure:26748: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lm >&5
conftest.c:129:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
char sqrt ();
^
configure:26748: $? = 0
configure:26757: result: yes
configure:26769: checking for library containing gethostbyname
configure:26800: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lm >&5
configure:26800: $? = 0
configure:26817: result: none required
configure:26825: checking for library containing socket
configure:26856: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lm >&5
configure:26856: $? = 0
configure:26873: result: none required
configure:26890: checking for library containing clock_gettime
configure:26921: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lm >&5
configure:26921: $? = 0
configure:26938: result: none required
configure:26947: checking whether clock_gettime supports CLOCK_REALTIME
configure:26961: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:129:11: warning: unused variable 'clockType' [-Wunused-variable]
clockid_t clockType = CLOCK_REALTIME;
^
configure:26961: $? = 0
configure:26963: result: yes
configure:27001: checking whether pread is declared
configure:27001: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:27001: $? = 0
configure:27001: result: yes
configure:27013: checking whether pwrite is declared
configure:27013: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:27013: $? = 0
configure:27013: result: yes
configure:27027: checking whether strlcpy is declared
configure:27027: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c: In function 'main':
conftest.c:137:10: error: 'strlcpy' undeclared (first use in this function)
(void) strlcpy;
^
conftest.c:137:10: note: each undeclared identifier is reported only once for each function it appears in
configure:27027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| /* end confdefs.h. */
|
| #include <strings.h>
|
| int
| main ()
| {
| #ifndef strlcpy
| #ifdef __cplusplus
| (void) strlcpy;
| #else
| (void) strlcpy;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:27027: result: no
configure:27041: checking whether vsnprintf is declared
configure:27041: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:27041: $? = 0
configure:27041: result: yes
configure:27193: checking for C++ compiler version
configure:27202: g++ --version >&5
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:27213: $? = 0
configure:27202: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
configure:27213: $? = 0
configure:27202: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:27213: $? = 4
configure:27202: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:27213: $? = 4
configure:27217: checking whether we are using the GNU C++ compiler
configure:27245: result: yes
configure:27254: checking whether g++ accepts -g
configure:27315: result: yes
configure:27340: checking dependency style of g++
configure:27451: result: gcc3
configure:27466: checking whether the compiler recognizes bool as a built-in type
configure:27490: g++ -c -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
configure:27490: $? = 0
configure:27504: result: yes
configure:27512: checking whether the compiler implements namespaces
configure:27528: g++ -c -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
configure:27528: $? = 0
configure:27542: result: yes
configure:27551: checking if g++ supports namespace std
configure:27574: g++ -c -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
configure:27574: $? = 0
configure:27588: result: yes
configure:27596: checking whether the compiler supports ISO C++ standard library
configure:27626: g++ -c -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
configure:27626: $? = 0
configure:27640: result: yes
configure:27656: checking for g++ option to support OpenMP
configure:27671: g++ -o conftest -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
conftest.cpp:135:2: error: 'choke' does not name a type
choke me
^
In file included from conftest.cpp:137:0:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:38:3: error: 'omp_lock_t' does not name a type
} omp_lock_t;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:76:28: error: variable or field 'omp_init_lock' declared void
extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:76:28: error: 'omp_lock_t' was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:76:40: error: expected primary-expression before ')' token
extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:77:31: error: variable or field 'omp_destroy_lock' declared void
extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:77:31: error: 'omp_lock_t' was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:77:43: error: expected primary-expression before ')' token
extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:78:27: error: variable or field 'omp_set_lock' declared void
extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:78:27: error: 'omp_lock_t' was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:78:39: error: expected primary-expression before ')' token
extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:79:29: error: variable or field 'omp_unset_lock' declared void
extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:79:29: error: 'omp_lock_t' was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:79:41: error: expected primary-expression before ')' token
extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:80:27: error: 'omp_lock_t' was not declared in this scope
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:80:39: error: expected primary-expression before ')' token
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
^
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/omp.h:80:41: error: expected ',' or ';' before 'throw'
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
^
configure:27671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:27689: g++ -o conftest -g -O2 -pthread -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
configure:27689: $? = 0
configure:27703: result: -fopenmp
configure:27721: checking whether C++ compiler is sufficient for Magick++
configure:27732: result: yes
configure:27793: checking for X11 configure files
configure:27843: result:
configure:27955: checking for GOMP_parallel_start in -lgomp
configure:27980: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lgomp -lm >&5
configure:27980: $? = 0
configure:27989: result: yes
configure:28587: result: -------------------------------------------------------------
configure:28589: checking for BZLIB
configure:28591: result:
configure:28596: checking bzlib.h usability
configure:28596: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:28596: $? = 0
configure:28596: result: yes
configure:28596: checking bzlib.h presence
configure:28596: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:28596: $? = 0
configure:28596: result: yes
configure:28596: checking for bzlib.h
configure:28596: result: yes
configure:28604: checking for BZ2_bzDecompress in -lbz2
configure:28629: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm >&5
configure:28629: $? = 0
configure:28638: result: yes
configure:28691: checking if BZLIB package is complete
configure:28704: result: yes
configure:28730: checking for X
configure:28838: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:28838: $? = 0
configure:28869: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lX11 -lbz2 -lgomp -lm >&5
configure:28869: $? = 0
configure:28919: result: libraries , headers
configure:29018: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm -lX11 >&5
configure:29018: $? = 0
configure:29116: checking for gethostbyname
configure:29116: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm >&5
configure:29116: $? = 0
configure:29116: result: yes
configure:29213: checking for connect
configure:29213: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm >&5
configure:29213: $? = 0
configure:29213: result: yes
configure:29262: checking for remove
configure:29262: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm >&5
configure:29262: $? = 0
configure:29262: result: yes
configure:29311: checking for shmat
configure:29311: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbz2 -lgomp -lm >&5
configure:29311: $? = 0
configure:29311: result: yes
configure:29369: checking for IceConnectionNumber in -lICE
configure:29394: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lICE -lbz2 -lgomp -lm >&5
configure:29394: $? = 0
configure:29403: result: yes
configure:29414: result: -------------------------------------------------------------
configure:29416: checking for X11
configure:29418: result:
configure:29432: checking for shmctl
configure:29432: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:29432: $? = 0
configure:29432: result: yes
configure:29467: checking for XShmAttach in -lXext
configure:29492: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lXext -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:29492: $? = 0
configure:29501: result: yes
configure:29514: checking for XShapeCombineMask in -lXext
configure:29539: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lXext -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:29539: $? = 0
configure:29548: result: yes
configure:29556: checking for XtSetEventDispatcher in -lXt
configure:29581: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:29581: $? = 0
configure:29590: result: yes
configure:29636: result: -------------------------------------------------------------
configure:29640: checking for zlib >= 1.0.0
configure:29647: $PKG_CONFIG --exists --print-errors "zlib >= 1.0.0"
configure:29650: $? = 0
configure:29664: $PKG_CONFIG --exists --print-errors "zlib >= 1.0.0"
configure:29667: $? = 0
configure:29705: result: yes
configure:29709: result:
configure:29754: result: -------------------------------------------------------------
configure:29758: checking for libzstd >= 1.0.0
configure:29765: $PKG_CONFIG --exists --print-errors "libzstd >= 1.0.0"
Package libzstd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzstd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzstd' found
configure:29768: $? = 1
configure:29782: $PKG_CONFIG --exists --print-errors "libzstd >= 1.0.0"
Package libzstd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzstd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzstd' found
configure:29785: $? = 1
configure:29799: result: no
No package 'libzstd' found
configure:29827: result:
configure:30159: result: -------------------------------------------------------------
configure:30161: checking for DPS
configure:30163: result:
configure:30169: checking DPS/dpsXclient.h usability
configure:30169: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/X11 conftest.c >&5
conftest.c:172:28: fatal error: DPS/dpsXclient.h: No such file or directory
#include <DPS/dpsXclient.h>
^
compilation terminated.
configure:30169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <DPS/dpsXclient.h>
configure:30169: result: no
configure:30169: checking DPS/dpsXclient.h presence
configure:30169: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/X11 conftest.c
conftest.c:139:28: fatal error: DPS/dpsXclient.h: No such file or directory
#include <DPS/dpsXclient.h>
^
compilation terminated.
configure:30169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <DPS/dpsXclient.h>
configure:30169: result: no
configure:30169: checking for DPS/dpsXclient.h
configure:30169: result: no
configure:30184: checking for DPSInitialize in -ldps
configure:30209: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/X11 conftest.c -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -ldps
collect2: error: ld returned 1 exit status
configure:30209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DPSInitialize ();
| int
| main ()
| {
| return DPSInitialize ();
| ;
| return 0;
| }
configure:30218: result: no
configure:30229: checking for DPSInitialize in -ldps
configure:30254: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/X11 conftest.c -ldps -lXt -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -ldps
collect2: error: ld returned 1 exit status
configure:30254: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DPSInitialize ();
| int
| main ()
| {
| return DPSInitialize ();
| ;
| return 0;
| }
configure:30263: result: no
configure:30280: checking for XDPSPixelsPerPoint in -ldpstk
configure:30305: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/X11 conftest.c -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -ldpstk
/usr/bin/ld: cannot find -ldps
collect2: error: ld returned 1 exit status
configure:30305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XDPSPixelsPerPoint ();
| int
| main ()
| {
| return XDPSPixelsPerPoint ();
| ;
| return 0;
| }
configure:30314: result: no
configure:30322: checking if DPS package is complete
configure:30341: result: no
configure:30395: result: -------------------------------------------------------------
configure:30399: checking for fftw3 >= 3.0.0
configure:30406: $PKG_CONFIG --exists --print-errors "fftw3 >= 3.0.0"
Package fftw3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3' found
configure:30409: $? = 1
configure:30423: $PKG_CONFIG --exists --print-errors "fftw3 >= 3.0.0"
Package fftw3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3' found
configure:30426: $? = 1
configure:30440: result: no
No package 'fftw3' found
configure:30468: result:
configure:30512: result: -------------------------------------------------------------
configure:30514: checking for FLIF
configure:30516: result:
configure:30520: checking flif.h usability
configure:30520: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:172:18: fatal error: flif.h: No such file or directory
#include <flif.h>
^
compilation terminated.
configure:30520: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <flif.h>
configure:30520: result: no
configure:30520: checking flif.h presence
configure:30520: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:139:18: fatal error: flif.h: No such file or directory
#include <flif.h>
^
compilation terminated.
configure:30520: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <flif.h>
configure:30520: result: no
configure:30520: checking for flif.h
configure:30520: result: no
configure:30528: checking for flif_create_decoder in -lflif
configure:30553: gcc -std=gnu99 -std=gnu99 -o conftest -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lflif -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -lflif
collect2: error: ld returned 1 exit status
configure:30553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char flif_create_decoder ();
| int
| main ()
| {
| return flif_create_decoder ();
| ;
| return 0;
| }
configure:30562: result: no
configure:30570: checking if FLIF package is complete
configure:30588: result: no
configure:30622: result: -------------------------------------------------------------
configure:30624: checking for FlashPIX
configure:30626: result:
configure:30637: checking fpxlib.h usability
configure:30637: g++ -c -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp >&5
conftest.cpp:172:20: fatal error: fpxlib.h: No such file or directory
#include <fpxlib.h>
^
compilation terminated.
configure:30637: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fpxlib.h>
configure:30637: result: no
configure:30637: checking fpxlib.h presence
configure:30637: g++ -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp
conftest.cpp:139:20: fatal error: fpxlib.h: No such file or directory
#include <fpxlib.h>
^
compilation terminated.
configure:30637: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
| #include <fpxlib.h>
configure:30637: result: no
configure:30637: checking for fpxlib.h
configure:30637: result: no
configure:30645: checking for FPX_OpenImageByFilename in -lfpx
configure:30670: g++ -o conftest -g -O2 -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.cpp -lfpx -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -lfpx
collect2: error: ld returned 1 exit status
configure:30670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char FPX_OpenImageByFilename ();
| int
| main ()
| {
| return FPX_OpenImageByFilename ();
| ;
| return 0;
| }
configure:30679: result: no
configure:30693: checking if FlashPIX package is complete
configure:30711: result: no
configure:30747: result: -------------------------------------------------------------
configure:30751: checking for ddjvuapi >= 3.5.0
configure:30758: $PKG_CONFIG --exists --print-errors "ddjvuapi >= 3.5.0"
configure:30761: $? = 0
configure:30775: $PKG_CONFIG --exists --print-errors "ddjvuapi >= 3.5.0"
configure:30778: $? = 0
configure:30816: result: yes
configure:30820: result:
configure:30866: result: -------------------------------------------------------------
configure:30870: checking for fontconfig >= 2.1.0
configure:30877: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:30880: $? = 0
configure:30894: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:30897: $? = 0
configure:30935: result: yes
configure:30939: result:
configure:30983: result: -------------------------------------------------------------
configure:30987: checking for freetype2
configure:30994: $PKG_CONFIG --exists --print-errors "freetype2"
configure:30997: $? = 0
configure:31011: $PKG_CONFIG --exists --print-errors "freetype2"
configure:31014: $? = 0
configure:31052: result: yes
configure:31056: result:
configure:31100: result: -------------------------------------------------------------
configure:31104: checking for raqm
configure:31111: $PKG_CONFIG --exists --print-errors "raqm"
Package raqm was not found in the pkg-config search path.
Perhaps you should add the directory containing `raqm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'raqm' found
configure:31114: $? = 1
configure:31128: $PKG_CONFIG --exists --print-errors "raqm"
Package raqm was not found in the pkg-config search path.
Perhaps you should add the directory containing `raqm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'raqm' found
configure:31131: $? = 1
configure:31145: result: no
No package 'raqm' found
configure:31173: result:
configure:31421: result: -------------------------------------------------------------
configure:31425: checking for libgvc >= 2.9.0
configure:31432: $PKG_CONFIG --exists --print-errors "libgvc >= 2.9.0"
Package libgvc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgvc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgvc' found
configure:31435: $? = 1
configure:31449: $PKG_CONFIG --exists --print-errors "libgvc >= 2.9.0"
Package libgvc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgvc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgvc' found
configure:31452: $? = 1
configure:31466: result: no
No package 'libgvc' found
configure:31494: result:
configure:31538: result: -------------------------------------------------------------
configure:31542: checking for libheif
configure:31549: $PKG_CONFIG --exists --print-errors "libheif"
Package libheif was not found in the pkg-config search path.
Perhaps you should add the directory containing `libheif.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libheif' found
configure:31552: $? = 1
configure:31566: $PKG_CONFIG --exists --print-errors "libheif"
Package libheif was not found in the pkg-config search path.
Perhaps you should add the directory containing `libheif.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libheif' found
configure:31569: $? = 1
configure:31583: result: no
No package 'libheif' found
configure:31611: result:
configure:31649: result: -------------------------------------------------------------
configure:31651: checking for JBIG
configure:31653: result:
configure:31657: checking jbig.h usability
configure:31657: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:175:18: fatal error: jbig.h: No such file or directory
#include <jbig.h>
^
compilation terminated.
configure:31657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jbig.h>
configure:31657: result: no
configure:31657: checking jbig.h presence
configure:31657: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:142:18: fatal error: jbig.h: No such file or directory
#include <jbig.h>
^
compilation terminated.
configure:31657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| /* end confdefs.h. */
| #include <jbig.h>
configure:31657: result: no
configure:31657: checking for jbig.h
configure:31657: result: no
configure:31665: checking for jbg_dec_init in -ljbig
configure:31690: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ljbig -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -ljbig
collect2: error: ld returned 1 exit status
configure:31690: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jbg_dec_init ();
| int
| main ()
| {
| return jbg_dec_init ();
| ;
| return 0;
| }
configure:31699: result: no
configure:31707: checking if JBIG package is complete
configure:31725: result: no
configure:31759: result: -------------------------------------------------------------
configure:31761: checking for JPEG
configure:31763: result:
configure:31767: checking jconfig.h usability
configure:31767: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:31767: $? = 0
configure:31767: result: yes
configure:31767: checking jconfig.h presence
configure:31767: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:31767: $? = 0
configure:31767: result: yes
configure:31767: checking for jconfig.h
configure:31767: result: yes
configure:31775: checking jerror.h usability
configure:31775: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:31775: $? = 0
configure:31775: result: yes
configure:31775: checking jerror.h presence
configure:31775: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:31775: $? = 0
configure:31775: result: yes
configure:31775: checking for jerror.h
configure:31775: result: yes
configure:31783: checking jmorecfg.h usability
configure:31783: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:31783: $? = 0
configure:31783: result: yes
configure:31783: checking jmorecfg.h presence
configure:31783: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:31783: $? = 0
configure:31783: result: yes
configure:31783: checking for jmorecfg.h
configure:31783: result: yes
configure:31791: checking jpeglib.h usability
configure:31791: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:31791: $? = 0
configure:31791: result: yes
configure:31791: checking jpeglib.h presence
configure:31791: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:31791: $? = 0
configure:31791: result: yes
configure:31791: checking for jpeglib.h
configure:31791: result: yes
configure:31799: checking for jpeg_read_header in -ljpeg
configure:31824: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:31824: $? = 0
configure:31833: result: yes
configure:31844: checking for JPEG library is version 6b or later
configure:31868: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:31868: $? = 0
configure:31875: result: yes
configure:31878: checking if JPEG package is complete
configure:31891: result: yes
configure:31932: result: -------------------------------------------------------------
configure:31934: checking for brunsli
configure:31936: result:
configure:31940: checking brunsli/decode.h usability
configure:31940: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:176:28: fatal error: brunsli/decode.h: No such file or directory
#include <brunsli/decode.h>
^
compilation terminated.
configure:31940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <brunsli/decode.h>
configure:31940: result: no
configure:31940: checking brunsli/decode.h presence
configure:31940: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:143:28: fatal error: brunsli/decode.h: No such file or directory
#include <brunsli/decode.h>
^
compilation terminated.
configure:31940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <brunsli/decode.h>
configure:31940: result: no
configure:31940: checking for brunsli/decode.h
configure:31940: result: no
configure:31948: checking brunsli/encode.h usability
configure:31948: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
conftest.c:176:28: fatal error: brunsli/encode.h: No such file or directory
#include <brunsli/encode.h>
^
compilation terminated.
configure:31948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <brunsli/encode.h>
configure:31948: result: no
configure:31948: checking brunsli/encode.h presence
configure:31948: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
conftest.c:143:28: fatal error: brunsli/encode.h: No such file or directory
#include <brunsli/encode.h>
^
compilation terminated.
configure:31948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <brunsli/encode.h>
configure:31948: result: no
configure:31948: checking for brunsli/encode.h
configure:31948: result: no
configure:31956: checking for DecodeBrunsli in -lbrunslidec-c
configure:31981: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbrunslidec-c -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -lbrunslidec-c
collect2: error: ld returned 1 exit status
configure:31981: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DecodeBrunsli ();
| int
| main ()
| {
| return DecodeBrunsli ();
| ;
| return 0;
| }
configure:31990: result: no
configure:31998: checking for EncodeBrunsli in -lbrunslienc-c
configure:32023: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lbrunslienc-c -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/usr/bin/ld: cannot find -lbrunslienc-c
collect2: error: ld returned 1 exit status
configure:32023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char EncodeBrunsli ();
| int
| main ()
| {
| return EncodeBrunsli ();
| ;
| return 0;
| }
configure:32032: result: no
configure:32040: checking if brunsli package is complete
configure:32058: result: no
configure:32093: result: -------------------------------------------------------------
configure:32097: checking for lcms2 >= 2.0.0
configure:32104: $PKG_CONFIG --exists --print-errors "lcms2 >= 2.0.0"
Package lcms2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lcms2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lcms2' found
configure:32107: $? = 1
configure:32121: $PKG_CONFIG --exists --print-errors "lcms2 >= 2.0.0"
Package lcms2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lcms2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lcms2' found
configure:32124: $? = 1
configure:32138: result: no
No package 'lcms2' found
configure:32166: result:
configure:32227: result: -------------------------------------------------------------
configure:32231: checking for libopenjp2 >= 2.1.0
configure:32238: $PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0"
Package libopenjp2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libopenjp2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libopenjp2' found
configure:32241: $? = 1
configure:32255: $PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0"
Package libopenjp2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libopenjp2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libopenjp2' found
configure:32258: $? = 1
configure:32272: result: no
No package 'libopenjp2' found
configure:32300: result:
configure:32345: result: -------------------------------------------------------------
configure:32349: checking for lqr-1 >= 0.1.0
configure:32356: $PKG_CONFIG --exists --print-errors "lqr-1 >= 0.1.0"
Package lqr-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lqr-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lqr-1' found
configure:32359: $? = 1
configure:32373: $PKG_CONFIG --exists --print-errors "lqr-1 >= 0.1.0"
Package lqr-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lqr-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lqr-1' found
configure:32376: $? = 1
configure:32390: result: no
No package 'lqr-1' found
configure:32418: result:
configure:32456: result: -------------------------------------------------------------
configure:32460: checking for liblzma >= 2.9.0
configure:32467: $PKG_CONFIG --exists --print-errors "liblzma >= 2.9.0"
configure:32470: $? = 0
configure:32484: $PKG_CONFIG --exists --print-errors "liblzma >= 2.9.0"
configure:32487: $? = 0
configure:32525: result: yes
configure:32529: result:
configure:32573: result: -------------------------------------------------------------
configure:32577: checking for OpenEXR >= 1.0.6
configure:32584: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.0.6"
configure:32587: $? = 0
configure:32601: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.0.6"
configure:32604: $? = 0
configure:32642: result: yes
configure:32646: result:
configure:32691: result: -------------------------------------------------------------
configure:32695: checking for pangocairo >= 1.28.1
configure:32702: $PKG_CONFIG --exists --print-errors "pangocairo >= 1.28.1"
configure:32705: $? = 0
configure:32719: $PKG_CONFIG --exists --print-errors "pangocairo >= 1.28.1"
configure:32722: $? = 0
configure:32760: result: yes
configure:32764: result:
configure:32768: checking for pango >= 1.28.1
configure:32833: result: yes
configure:32837: result:
configure:32896: result: -------------------------------------------------------------
configure:32900: checking for libpng >= 1.0.0
configure:32907: $PKG_CONFIG --exists --print-errors "libpng >= 1.0.0"
configure:32910: $? = 0
configure:32924: $PKG_CONFIG --exists --print-errors "libpng >= 1.0.0"
configure:32927: $? = 0
configure:32965: result: yes
configure:32969: result:
configure:33013: result: -------------------------------------------------------------
configure:33017: checking for libraw_r >= 0.14.8
configure:33024: $PKG_CONFIG --exists --print-errors "libraw_r >= 0.14.8"
Package libraw_r was not found in the pkg-config search path.
Perhaps you should add the directory containing `libraw_r.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libraw_r' found
configure:33027: $? = 1
configure:33041: $PKG_CONFIG --exists --print-errors "libraw_r >= 0.14.8"
Package libraw_r was not found in the pkg-config search path.
Perhaps you should add the directory containing `libraw_r.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libraw_r' found
configure:33044: $? = 1
configure:33058: result: no
No package 'libraw_r' found
configure:33086: result:
configure:33334: result: -------------------------------------------------------------
configure:33336: checking for TIFF
configure:33338: result:
configure:33342: checking tiff.h usability
configure:33342: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:33342: $? = 0
configure:33342: result: yes
configure:33342: checking tiff.h presence
configure:33342: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:33342: $? = 0
configure:33342: result: yes
configure:33342: checking for tiff.h
configure:33342: result: yes
configure:33350: checking tiffio.h usability
configure:33350: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:33350: $? = 0
configure:33350: result: yes
configure:33350: checking tiffio.h presence
configure:33350: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:33350: $? = 0
configure:33350: result: yes
configure:33350: checking for tiffio.h
configure:33350: result: yes
configure:33358: checking for TIFFOpen in -ltiff
configure:33383: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33383: $? = 0
configure:33392: result: yes
configure:33400: checking for TIFFClientOpen in -ltiff
configure:33425: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33425: $? = 0
configure:33434: result: yes
configure:33442: checking for TIFFIsByteSwapped in -ltiff
configure:33467: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33467: $? = 0
configure:33476: result: yes
configure:33484: checking for TIFFReadRGBATile in -ltiff
configure:33509: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33509: $? = 0
configure:33518: result: yes
configure:33526: checking for TIFFReadRGBAStrip in -ltiff
configure:33551: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33551: $? = 0
configure:33560: result: yes
configure:33568: checking if TIFF package is complete
configure:33581: result: yes
configure:33586: checking tiffconf.h usability
configure:33586: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:33586: $? = 0
configure:33586: result: yes
configure:33586: checking tiffconf.h presence
configure:33586: gcc -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c
configure:33586: $? = 0
configure:33586: result: yes
configure:33586: checking for tiffconf.h
configure:33586: result: yes
configure:33602: checking for TIFFIsCODECConfigured
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFMergeFieldInfo
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFIsBigEndian
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFReadEXIFDirectory
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFSetErrorHandlerExt
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFSetTagExtender
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFSetWarningHandlerExt
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33602: checking for TIFFSwabArrayOfTriples
configure:33602: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33602: $? = 0
configure:33602: result: yes
configure:33670: result: -------------------------------------------------------------
configure:33674: checking for libwebp
configure:33681: $PKG_CONFIG --exists --print-errors "libwebp"
Package libwebp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebp' found
configure:33684: $? = 1
configure:33698: $PKG_CONFIG --exists --print-errors "libwebp"
Package libwebp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebp' found
configure:33701: $? = 1
configure:33715: result: no
No package 'libwebp' found
configure:33745: checking for libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0
configure:33752: $PKG_CONFIG --exists --print-errors "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0"
Package libwebpmux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebpmux.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebpmux' found
Package libwebpdemux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebpdemux.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebpdemux' found
configure:33755: $? = 1
configure:33769: $PKG_CONFIG --exists --print-errors "libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0"
Package libwebpmux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebpmux.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebpmux' found
Package libwebpdemux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebpdemux.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebpdemux' found
configure:33772: $? = 1
configure:33786: result: no
No package 'libwebpmux' found
No package 'libwebpdemux' found
configure:33814: result:
configure:33892: checking for WMF support
configure:33894: result:
configure:33900: checking for libwmf/ipa.h
configure:33900: gcc -std=gnu99 -std=gnu99 -c -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c >&5
configure:33900: $? = 0
configure:33900: result: yes
configure:33908: checking for wmf_lite_create in -lwmflite
configure:33933: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:33933: $? = 0
configure:33942: result: yes
configure:33965: checking if WMF package is complete
configure:33968: result: yes
configure:34007: result: -------------------------------------------------------------
configure:34011: checking for libxml-2.0 >= 2.0.0
configure:34018: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0.0"
configure:34021: $? = 0
configure:34035: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0.0"
configure:34038: $? = 0
configure:34076: result: yes
configure:34080: result:
configure:34108: checking for acosh
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:183:6: warning: conflicting types for built-in function 'acosh' [enabled by default]
char acosh ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _aligned_malloc
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccSEJTFp.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:195: undefined reference to `_aligned_malloc'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| /* end confdefs.h. */
| /* Define _aligned_malloc to an innocuous variant, in case <limits.h> declares _aligned_malloc.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _aligned_malloc innocuous__aligned_malloc
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _aligned_malloc (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _aligned_malloc
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _aligned_malloc ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__aligned_malloc || defined __stub____aligned_malloc
| choke me
| #endif
|
| int
| main ()
| {
| return _aligned_malloc ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for asinh
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:184:6: warning: conflicting types for built-in function 'asinh' [enabled by default]
char asinh ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for atanh
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:185:6: warning: conflicting types for built-in function 'atanh' [enabled by default]
char atanh ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for atoll
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for atexit
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for cabs
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:188:6: warning: conflicting types for built-in function 'cabs' [enabled by default]
char cabs ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for carg
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:189:6: warning: conflicting types for built-in function 'carg' [enabled by default]
char carg ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for cimag
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:190:6: warning: conflicting types for built-in function 'cimag' [enabled by default]
char cimag ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for creal
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:191:6: warning: conflicting types for built-in function 'creal' [enabled by default]
char creal ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for clock
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for clock_getres
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for clock_gettime
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for ctime_r
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for directio
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/cczXHtgw.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:207: undefined reference to `directio'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| /* end confdefs.h. */
| /* Define directio to an innocuous variant, in case <limits.h> declares directio.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define directio innocuous_directio
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char directio (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef directio
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char directio ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_directio || defined __stub___directio
| choke me
| #endif
|
| int
| main ()
| {
| return directio ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for erf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:196:6: warning: conflicting types for built-in function 'erf' [enabled by default]
char erf ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _exit
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:197:6: warning: conflicting types for built-in function '_exit' [enabled by default]
char _exit ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for execvp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:198:6: warning: conflicting types for built-in function 'execvp' [enabled by default]
char execvp ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for fchmod
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for floor
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:200:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for fork
configure:34108: result: yes
configure:34108: checking for ftime
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for ftruncate
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getc_unlocked
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getcwd
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getpid
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getexecname
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccS33KKp.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:218: undefined reference to `getexecname'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| /* end confdefs.h. */
| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getexecname innocuous_getexecname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getexecname (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getexecname
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getexecname ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getexecname || defined __stub___getexecname
| choke me
| #endif
|
| int
| main ()
| {
| return getexecname ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for getdtablesize
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getpagesize
configure:34108: result: yes
configure:34108: checking for getrlimit
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for getrusage
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for gettimeofday
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for gmtime_r
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for isnan
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:213:6: warning: conflicting types for built-in function 'isnan' [enabled by default]
char isnan ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for j0
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:214:6: warning: conflicting types for built-in function 'j0' [enabled by default]
char j0 ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for j1
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:215:6: warning: conflicting types for built-in function 'j1' [enabled by default]
char j1 ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for lltostr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/cc1Bj3C8.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:227: undefined reference to `lltostr'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| /* end confdefs.h. */
| /* Define lltostr to an innocuous variant, in case <limits.h> declares lltostr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lltostr innocuous_lltostr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lltostr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef lltostr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lltostr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_lltostr || defined __stub___lltostr
| choke me
| #endif
|
| int
| main ()
| {
| return lltostr ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for localtime_r
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for lstat
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for memmove
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:218:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for memset
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:219:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for mkstemp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for munmap
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for nanosleep
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for newlocale
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _NSGetExecutablePath
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/cc9sLW4V.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:235: undefined reference to `_NSGetExecutablePath'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| /* end confdefs.h. */
| /* Define _NSGetExecutablePath to an innocuous variant, in case <limits.h> declares _NSGetExecutablePath.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetExecutablePath innocuous__NSGetExecutablePath
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetExecutablePath (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetExecutablePath
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetExecutablePath ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__NSGetExecutablePath || defined __stub____NSGetExecutablePath
| choke me
| #endif
|
| int
| main ()
| {
| return _NSGetExecutablePath ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for pclose
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _pclose
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccpE8cB9.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:236: undefined reference to `_pclose'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| /* end confdefs.h. */
| /* Define _pclose to an innocuous variant, in case <limits.h> declares _pclose.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _pclose innocuous__pclose
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _pclose (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _pclose
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _pclose ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__pclose || defined __stub____pclose
| choke me
| #endif
|
| int
| main ()
| {
| return _pclose ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for poll
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for popen
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _popen
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccMg7INf.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:238: undefined reference to `_popen'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| /* end confdefs.h. */
| /* Define _popen to an innocuous variant, in case <limits.h> declares _popen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _popen innocuous__popen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _popen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _popen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _popen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__popen || defined __stub____popen
| choke me
| #endif
|
| int
| main ()
| {
| return _popen ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for posix_fadvise
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for posix_fallocate
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for posix_madvise
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for posix_memalign
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for posix_spawnp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for pow
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:232:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for pread
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for pwrite
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for qsort_r
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for raise
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for rand_r
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for readlink
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for realpath
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for select
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for seekdir
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for sendfile
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for setlocale
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for socket
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for sqrt
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:245:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
char sqrt ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for setvbuf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for stat
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strcasestr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strchr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:249:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strrchr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:250:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
char strrchr ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strcspn
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:251:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
char strcspn ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strdup
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:252:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strpbrk
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:253:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
char strpbrk ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strspn
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:254:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
char strspn ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strstr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:255:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char strstr ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strtod
configure:34108: result: yes
configure:34108: checking for strtod_l
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strtol
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strtoul
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for symlink
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for sysconf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for sigemptyset
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for sigaction
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for spawnvp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccGare5w.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:275: undefined reference to `spawnvp'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
| /* Define spawnvp to an innocuous variant, in case <limits.h> declares spawnvp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define spawnvp innocuous_spawnvp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char spawnvp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef spawnvp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char spawnvp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_spawnvp || defined __stub___spawnvp
| choke me
| #endif
|
| int
| main ()
| {
| return spawnvp ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for strerror
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strlcat
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/cc3zlJ6y.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:276: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for strlcpy
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccn8UVKD.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:276: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for strcasecmp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:265:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for strncasecmp
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:266:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for telldir
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for tempnam
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccz2ZMc1.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:279: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for times
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for ulltostr
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccfXObdd.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:281: undefined reference to `ulltostr'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_TELLDIR 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMES 1
| /* end confdefs.h. */
| /* Define ulltostr to an innocuous variant, in case <limits.h> declares ulltostr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ulltostr innocuous_ulltostr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ulltostr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ulltostr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ulltostr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_ulltostr || defined __stub___ulltostr
| choke me
| #endif
|
| int
| main ()
| {
| return ulltostr ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for uselocale
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for usleep
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for utime
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for vfprintf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:273:6: warning: conflicting types for built-in function 'vfprintf' [enabled by default]
char vfprintf ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for vfprintf_l
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccqzkgJw.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:285: undefined reference to `vfprintf_l'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_TELLDIR 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMES 1
| #define HAVE_USELOCALE 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VFPRINTF 1
| /* end confdefs.h. */
| /* Define vfprintf_l to an innocuous variant, in case <limits.h> declares vfprintf_l.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vfprintf_l innocuous_vfprintf_l
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vfprintf_l (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vfprintf_l
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vfprintf_l ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_vfprintf_l || defined __stub___vfprintf_l
| choke me
| #endif
|
| int
| main ()
| {
| return vfprintf_l ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for vsprintf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:274:6: warning: conflicting types for built-in function 'vsprintf' [enabled by default]
char vsprintf ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for vsnprintf
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
conftest.c:275:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
char vsnprintf ();
^
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for vsnprintf_l
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccEQ9cjO.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:287: undefined reference to `vsnprintf_l'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_TELLDIR 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMES 1
| #define HAVE_USELOCALE 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| /* Define vsnprintf_l to an innocuous variant, in case <limits.h> declares vsnprintf_l.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vsnprintf_l innocuous_vsnprintf_l
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vsnprintf_l (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vsnprintf_l
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vsnprintf_l ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_vsnprintf_l || defined __stub___vsnprintf_l
| choke me
| #endif
|
| int
| main ()
| {
| return vsnprintf_l ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for waitpid
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
configure:34108: $? = 0
configure:34108: result: yes
configure:34108: checking for _wfopen
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccaXHyfY.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:288: undefined reference to `_wfopen'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_TELLDIR 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMES 1
| #define HAVE_USELOCALE 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 1
| /* end confdefs.h. */
| /* Define _wfopen to an innocuous variant, in case <limits.h> declares _wfopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _wfopen innocuous__wfopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _wfopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _wfopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _wfopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__wfopen || defined __stub____wfopen
| choke me
| #endif
|
| int
| main ()
| {
| return _wfopen ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34108: checking for _wstat
configure:34108: gcc -std=gnu99 -std=gnu99 -o conftest -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 conftest.c -lwmflite -ltiff -ljpeg -lz -lXext -lXt -lSM -lICE -lX11 -lbz2 -lgomp -lm >&5
/tmp/ccoy9Wi6.o: In function `main':
/opt/ImageMagick-7.0.9-3/conftest.c:288: undefined reference to `_wstat'
collect2: error: ld returned 1 exit status
configure:34108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.9-3"
| #define PACKAGE_STRING "ImageMagick 7.0.9-3"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.9-3"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 8
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define THREAD_SUPPORT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define HDRI_ENABLE_OBSOLETE_IN_H 1
| #define QUANTUM_DEPTH_OBSOLETE_IN_H 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LOCALE_T 1
| #define HAVE_FLOAT_T 1
| #define HAVE_DOUBLE_T 1
| #define SIZEOF_FLOAT_T 4
| #define SIZEOF_DOUBLE_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_SIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_SIGNED_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_SIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_UNSIGNED_INTP 8
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_VPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_REALTIME 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_BOOL /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_STD_LIBS /**/
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DJVU_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define LZMA_DELEGATE 1
| #define OPENEXR_DELEGATE 1
| #define PANGO_DELEGATE 1
| #define PANGOCAIRO_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFISBIGENDIAN 1
| #define HAVE_TIFFREADEXIFDIRECTORY 1
| #define HAVE_TIFFSETERRORHANDLEREXT 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define HAVE_TIFFSETWARNINGHANDLEREXT 1
| #define HAVE_TIFFSWABARRAYOFTRIPLES 1
| #define WMF_DELEGATE 1
| #define XML_DELEGATE 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_ATOLL 1
| #define HAVE_ATEXIT 1
| #define HAVE_CABS 1
| #define HAVE_CARG 1
| #define HAVE_CIMAG 1
| #define HAVE_CREAL 1
| #define HAVE_CLOCK 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CTIME_R 1
| #define HAVE_ERF 1
| #define HAVE__EXIT 1
| #define HAVE_EXECVP 1
| #define HAVE_FCHMOD 1
| #define HAVE_FLOOR 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_J0 1
| #define HAVE_J1 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_SPAWNP 1
| #define HAVE_POW 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_QSORT_R 1
| #define HAVE_RAISE 1
| #define HAVE_RAND_R 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_TELLDIR 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMES 1
| #define HAVE_USELOCALE 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 1
| /* end confdefs.h. */
| /* Define _wstat to an innocuous variant, in case <limits.h> declares _wstat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _wstat innocuous__wstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _wstat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _wstat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _wstat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__wstat || defined __stub____wstat
| choke me
| #endif
|
| int
| main ()
| {
| return _wstat ();
| ;
| return 0;
| }
configure:34108: result: no
configure:34390: result: -------------------------------------------------------------
configure:34392: checking for ImageMagick delegate programs
configure:34394: result:
configure:34443: checking for bpgdec
configure:34474: result: bpgdec
configure:34484: checking for bpgenc
configure:34515: result: bpgenc
configure:34525: checking for blender
configure:34556: result: blender
configure:34568: checking for xdg-open
configure:34601: result: no
configure:34568: checking for google-chrome
configure:34601: result: no
configure:34568: checking for firefox
configure:34601: result: no
configure:34568: checking for konqueror
configure:34601: result: no
configure:34568: checking for mozilla
configure:34601: result: no
configure:34568: checking for lynx
configure:34601: result: no
configure:34612: checking for ufraw-batch
configure:34643: result: ufraw-batch
configure:34653: checking for soffice
configure:34684: result: soffice
configure:34694: checking for dvips
configure:34725: result: dvips
configure:34735: checking for magick
configure:34766: result: magick
configure:34776: checking for magick
configure:34807: result: magick
configure:34817: checking for xterm
configure:34848: result: xterm
configure:34858: checking for dot
configure:34889: result: dot
configure:34899: checking for hp2xx
configure:34930: result: hp2xx
configure:34940: checking for html2ps
configure:34971: result: html2ps
configure:34981: checking for ilbmtoppm
configure:35012: result: ilbmtoppm
configure:35022: checking for ppmtoilbm
configure:35053: result: ppmtoilbm
configure:35063: checking for JxrDecApp
configure:35094: result: JxrDecApp
configure:35104: checking for JxrEncApp
configure:35135: result: JxrEncApp
configure:35145: checking for lepton
configure:35176: result: lepton
configure:35186: checking for lp
configure:35204: found /usr/bin/lp
configure:35217: result: /usr/bin/lp
configure:35227: checking for lpr
configure:35245: found /usr/bin/lpr
configure:35258: result: /usr/bin/lpr
configure:35268: checking for gimp
configure:35299: result: gimp
configure:35309: checking for magick
configure:35340: result: magick
configure:35350: checking for avconv
configure:35381: result: avconv
configure:35393: checking for ffmpeg
configure:35424: result: avconv
configure:35435: checking for avconv
configure:35466: result: avconv
configure:35478: checking for ffmpeg
configure:35509: result: avconv
configure:35520: checking for mrsidgeodecode
configure:35551: result: mrsidgeodecode
configure:35561: checking for mv
configure:35579: found /usr/bin/mv
configure:35592: result: /usr/bin/mv
configure:35602: checking for pcl6
configure:35633: result: pcl6
configure:35645: checking for gsx
configure:35678: result: no
configure:35645: checking for gsc
configure:35678: result: no
configure:35645: checking for gs
configure:35678: result: no
configure:35689: checking for rm
configure:35707: found /usr/bin/rm
configure:35720: result: /usr/bin/rm
configure:35730: checking for rsvg-convert
configure:35761: result: rsvg-convert
configure:35771: checking for inkscape
configure:35802: result: inkscape
configure:35812: checking for potrace
configure:35843: result: potrace
configure:35853: checking for uniconvertor
configure:35884: result: uniconvertor
configure:35894: checking for dwebp
configure:35925: result: dwebp
configure:35935: checking for cwebp
configure:35966: result: cwebp
configure:35976: checking for curl
configure:35994: found /usr/bin/curl
configure:36007: result: /usr/bin/curl
configure:36017: checking for gxps
configure:36048: result: gxps
configure:36086: checking for Apple fonts directory
configure:36104: result: not found!
configure:36110: checking for Dejavu fonts directory
configure:36128: result: not found!
configure:36134: checking for Ghostscript fonts directory
configure:36171: result: not found!
configure:36182: checking for URW-base35 fonts directory
configure:36197: result: /usr/share/fonts/urw-base35/
configure:36206: checking for Windows fonts directory
configure:36224: result: not found!
configure:36313: checking for gnutar
configure:36343: result: no
configure:36313: checking for gtar
configure:36329: found /usr/bin/gtar
configure:36340: result: gtar
configure:36355: checking for perl
configure:36371: found /usr/bin/perl
configure:36382: result: perl
configure:36397: checking for rpmbuild
configure:36413: found /usr/bin/rpmbuild
configure:36424: result: rpmbuild
configure:36465: checking for 7za
configure:36495: result: no
configure:36521: checking for zip
configure:36537: found /usr/bin/zip
configure:36548: result: zip
configure:37298: result: -------------------------------------------------------------
configure:37300: result: Update ImageMagick configuration
configure:37439: checking that generated files are newer than configure
configure:37445: result: done
configure:37455: checking that generated files are newer than configure
configure:37461: result: done
configure:37717: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ImageMagick config.status 7.0.9-3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on iZj6cidb5gu2ktuknk69sjZ
config.status:1865: creating common.shi
config.status:1865: creating config/configure.xml
config.status:1865: creating config/delegates.xml
config.status:1865: creating config/ImageMagick.rdf
config.status:1865: creating config/MagickCore.dox
config.status:1865: creating config/MagickWand.dox
config.status:1865: creating config/Magick++.dox
config.status:1865: creating config/type-apple.xml
config.status:1865: creating config/type-dejavu.xml
config.status:1865: creating config/type-ghostscript.xml
config.status:1865: creating config/type-urw-base35.xml
config.status:1865: creating config/type-windows.xml
config.status:1865: creating config/type.xml
config.status:1865: creating ImageMagick.spec
config.status:1865: creating Magick++/bin/Magick++-config
config.status:1865: creating MagickCore/ImageMagick.pc
config.status:1865: creating Magick++/lib/Magick++.pc
config.status:1865: creating MagickCore/MagickCore-config
config.status:1865: creating MagickCore/MagickCore.pc
config.status:1865: creating MagickCore/version.h
config.status:1865: creating Makefile
config.status:1865: creating magick.sh
config.status:1865: creating PerlMagick/check.sh
config.status:1865: creating PerlMagick/default/Magick.pm
config.status:1865: creating PerlMagick/Makefile.PL
config.status:1865: creating PerlMagick/default/Makefile.PL
config.status:1865: creating PerlMagick/quantum/Makefile.PL
config.status:1865: creating PerlMagick/quantum/quantum.pm
config.status:1865: creating PerlMagick/quantum/quantum.xs
config.status:1865: creating PerlMagick/quantum/typemap
config.status:1865: creating utilities/animate.1
config.status:1865: creating utilities/compare.1
config.status:1865: creating utilities/composite.1
config.status:1865: creating utilities/conjure.1
config.status:1865: creating utilities/convert.1
config.status:1865: creating utilities/display.1
config.status:1865: creating utilities/identify.1
config.status:1865: creating utilities/ImageMagick.1
config.status:1865: creating utilities/import.1
config.status:1865: creating utilities/magick.1
config.status:1865: creating utilities/magick-script.1
config.status:1865: creating utilities/mogrify.1
config.status:1865: creating utilities/montage.1
config.status:1865: creating utilities/stream.1
config.status:1865: creating MagickWand/MagickWand-config
config.status:1865: creating MagickWand/MagickWand.pc
config.status:1865: creating config/config.h
config.status:2094: executing MagickCore/magick-baseconfig.h commands
config.status:2132: creating MagickCore/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
config.status:2094: executing depfiles commands
config.status:2260: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:2265: $? = 0
config.status:2094: executing libtool commands
config.status:2094: executing default commands
config.status:2094: executing magick.sh.in commands
config.status:2094: executing MagickCore-config.in commands
config.status:2094: executing MagickWand-config.in commands
config.status:2094: executing Magick++-config.in commands
config.status:2094: executing PerlMagick/check.sh.in commands
configure:40380:
==============================================================================
ImageMagick 7.0.9-3 is configured as follows. Please 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
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=yes yes
Install documentation: yes
Memory allocation library:
JEMalloc --with-jemalloc=no no
TCMalloc --with-tcmalloc=no no
UMem --with-umem=no no
Delegate library configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes yes
DPS --with-dps=yes no
FFTW --with-fftw=yes no
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
HEIC --with-heic=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG XL --with-jxl=yes no
LCMS --with-lcms=yes no
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 yes
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
RAW --with-raw=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes yes
WEBP --with-webp=yes no
WMF --with-wmf=yes yes
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
ZSTD --with-zstd=yes no
Delegate program configuration:
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (unknown)
Font configuration:
Apple fonts --with-apple-font-dir=default
Dejavu fonts --with-dejavu-font-dir=default none
Ghostscript fonts --with-gs-font-dir=default none
URW-base35 fonts --with-urw-base35-font-dir=default /usr/share/fonts/urw-base35/
Windows fonts --with-windows-font-dir=default none
X11 configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 7.0.9
CC = gcc -std=gnu99 -std=gnu99
CFLAGS = -I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
CPPFLAGS = -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS =
LIBS = -ltiff -lfreetype -ljpeg -lpng15 -ldjvulibre -lfontconfig -lfreetype -lwmflite -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -pthread -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lxml2 -lz -lm
CXX = g++
CXXFLAGS = -g -O2 -pthread
FEATURES = DPC HDRI Cipher OpenMP
DELEGATES = bzlib djvu mpeg fontconfig freetype jng jpeg lzma openexr pango png tiff wmf x xml zlib
==============================================================================
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_restrict=__restrict
ac_cv_c_stringize=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_c_volatile=yes
ac_cv_cflags_warn_all=-Wall
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_have_std_libs=yes
ac_cv_env_AUTOTRACE_CFLAGS_set=
ac_cv_env_AUTOTRACE_CFLAGS_value=
ac_cv_env_AUTOTRACE_LIBS_set=
ac_cv_env_AUTOTRACE_LIBS_value=
ac_cv_env_CAIRO_SVG_CFLAGS_set=
ac_cv_env_CAIRO_SVG_CFLAGS_value=
ac_cv_env_CAIRO_SVG_LIBS_set=
ac_cv_env_CAIRO_SVG_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GVC_CFLAGS_set=
ac_cv_env_GVC_CFLAGS_value=
ac_cv_env_GVC_LIBS_set=
ac_cv_env_GVC_LIBS_value=
ac_cv_env_HEIF_CFLAGS_set=
ac_cv_env_HEIF_CFLAGS_value=
ac_cv_env_HEIF_LIBS_set=
ac_cv_env_HEIF_LIBS_value=
ac_cv_env_LCMS2_CFLAGS_set=
ac_cv_env_LCMS2_CFLAGS_value=
ac_cv_env_LCMS2_LIBS_set=
ac_cv_env_LCMS2_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBOPENJP2_CFLAGS_set=
ac_cv_env_LIBOPENJP2_CFLAGS_value=
ac_cv_env_LIBOPENJP2_LIBS_set=
ac_cv_env_LIBOPENJP2_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBZSTD_CFLAGS_set=
ac_cv_env_LIBZSTD_CFLAGS_value=
ac_cv_env_LIBZSTD_LIBS_set=
ac_cv_env_LIBZSTD_LIBS_value=
ac_cv_env_LQR_CFLAGS_set=
ac_cv_env_LQR_CFLAGS_value=
ac_cv_env_LQR_LIBS_set=
ac_cv_env_LQR_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LZMA_CFLAGS_set=
ac_cv_env_LZMA_CFLAGS_value=
ac_cv_env_LZMA_LIBS_set=
ac_cv_env_LZMA_LIBS_value=
ac_cv_env_OPENEXR_CFLAGS_set=
ac_cv_env_OPENEXR_CFLAGS_value=
ac_cv_env_OPENEXR_LIBS_set=
ac_cv_env_OPENEXR_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PNG_CFLAGS_set=
ac_cv_env_PNG_CFLAGS_value=
ac_cv_env_PNG_LIBS_set=
ac_cv_env_PNG_LIBS_value=
ac_cv_env_RAQM_CFLAGS_set=
ac_cv_env_RAQM_CFLAGS_value=
ac_cv_env_RAQM_LIBS_set=
ac_cv_env_RAQM_LIBS_value=
ac_cv_env_RAW_R_CFLAGS_set=
ac_cv_env_RAW_R_CFLAGS_value=
ac_cv_env_RAW_R_LIBS_set=
ac_cv_env_RAW_R_LIBS_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_WEBPMUX_CFLAGS_set=
ac_cv_env_WEBPMUX_CFLAGS_value=
ac_cv_env_WEBPMUX_LIBS_set=
ac_cv_env_WEBPMUX_LIBS_value=
ac_cv_env_WEBP_CFLAGS_set=
ac_cv_env_WEBP_CFLAGS_value=
ac_cv_env_WEBP_LIBS_set=
ac_cv_env_WEBP_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_ddjvuapi_CFLAGS_set=
ac_cv_env_ddjvuapi_CFLAGS_value=
ac_cv_env_ddjvuapi_LIBS_set=
ac_cv_env_ddjvuapi_LIBS_value=
ac_cv_env_fftw3_CFLAGS_set=
ac_cv_env_fftw3_CFLAGS_value=
ac_cv_env_fftw3_LIBS_set=
ac_cv_env_fftw3_LIBS_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_TIFFIsBigEndian=yes
ac_cv_func_TIFFIsCODECConfigured=yes
ac_cv_func_TIFFMergeFieldInfo=yes
ac_cv_func_TIFFReadEXIFDirectory=yes
ac_cv_func_TIFFSetErrorHandlerExt=yes
ac_cv_func_TIFFSetTagExtender=yes
ac_cv_func_TIFFSetWarningHandlerExt=yes
ac_cv_func_TIFFSwabArrayOfTriples=yes
ac_cv_func__NSGetExecutablePath=no
ac_cv_func__aligned_malloc=no
ac_cv_func__doprnt=no
ac_cv_func__exit=yes
ac_cv_func__pclose=no
ac_cv_func__popen=no
ac_cv_func__wfopen=no
ac_cv_func__wstat=no
ac_cv_func_acosh=yes
ac_cv_func_asinh=yes
ac_cv_func_atanh=yes
ac_cv_func_atexit=yes
ac_cv_func_atoll=yes
ac_cv_func_cabs=yes
ac_cv_func_carg=yes
ac_cv_func_cimag=yes
ac_cv_func_clock=yes
ac_cv_func_clock_getres=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_closedir_void=no
ac_cv_func_connect=yes
ac_cv_func_creal=yes
ac_cv_func_ctime_r=yes
ac_cv_func_directio=no
ac_cv_func_dlopen=no
ac_cv_func_erf=yes
ac_cv_func_execvp=yes
ac_cv_func_fchmod=yes
ac_cv_func_floor=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getexecname=no
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_isnan=yes
ac_cv_func_j0=yes
ac_cv_func_j1=yes
ac_cv_func_lltostr=no
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_newlocale=yes
ac_cv_func_pclose=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_fadvise=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_posix_madvise=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_spawnp=yes
ac_cv_func_pow=yes
ac_cv_func_pread=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort_r=yes
ac_cv_func_raise=yes
ac_cv_func_rand_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realpath=yes
ac_cv_func_remove=yes
ac_cv_func_seekdir=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_sendfile=yes
ac_cv_func_setlocale=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_socket=yes
ac_cv_func_spawnvp=no
ac_cv_func_sqrt=yes
ac_cv_func_stat=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtod_l=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_symlink=yes
ac_cv_func_sysconf=yes
ac_cv_func_telldir=yes
ac_cv_func_tempnam=yes
ac_cv_func_times=yes
ac_cv_func_ulltostr=no
ac_cv_func_uselocale=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vfprintf_l=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_l=no
ac_cv_func_vsprintf=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_pread=yes
ac_cv_have_decl_pwrite=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strlcpy=no
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_CL_cl_h=no
ac_cv_header_DPS_dpsXclient_h=no
ac_cv_header_OS_h=no
ac_cv_header_OpenCL_cl_h=no
ac_cv_header_arm_limits_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_brunsli_decode_h=no
ac_cv_header_brunsli_encode_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_complex_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_flif_h=no
ac_cv_header_fpxlib_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_jbig_h=no
ac_cv_header_jconfig_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_jmorecfg_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_libwmf_ipa_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_machine_param_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_process_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sun_prefetch_h=no
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sendfile_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syslimits_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_tiff_h=yes
ac_cv_header_tiffconf_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_windows_h=no
ac_cv_header_xlocale_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_jpeg_version_ok=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xext_XShapeCombineMask=yes
ac_cv_lib_Xext_XShmAttach=yes
ac_cv_lib_Xt_XtSetEventDispatcher=yes
ac_cv_lib_brunslidec_c_DecodeBrunsli=no
ac_cv_lib_brunslienc_c_EncodeBrunsli=no
ac_cv_lib_bz2_BZ2_bzDecompress=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dps_DPSInitialize=no
ac_cv_lib_dpstk_XDPSPixelsPerPoint=no
ac_cv_lib_flif_flif_create_decoder=no
ac_cv_lib_fpx_FPX_OpenImageByFilename=no
ac_cv_lib_gomp_GOMP_parallel_start=yes
ac_cv_lib_jbig_jbg_dec_init=no
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_tiff_TIFFClientOpen=yes
ac_cv_lib_tiff_TIFFIsByteSwapped=yes
ac_cv_lib_tiff_TIFFOpen=yes
ac_cv_lib_tiff_TIFFReadRGBAStrip=yes
ac_cv_lib_tiff_TIFFReadRGBATile=yes
ac_cv_lib_wmflite_wmf_lite_create=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_BPGDecodeDelegate=bpgdec
ac_cv_path_BPGEncodeDelegate=bpgenc
ac_cv_path_BlenderDecodeDelegate=blender
ac_cv_path_ConvertDelegate=magick
ac_cv_path_DNGDecodeDelegate=ufraw-batch
ac_cv_path_DOCDecodeDelegate=soffice
ac_cv_path_DVIDecodeDelegate=dvips
ac_cv_path_DisplayDelegate=magick
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_EditorDelegate=xterm
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GVCDecodeDelegate=dot
ac_cv_path_HPGLDecodeDelegate=hp2xx
ac_cv_path_HTMLDecodeDelegate=html2ps
ac_cv_path_ILBMDecodeDelegate=ilbmtoppm
ac_cv_path_ILBMEncodeDelegate=ppmtoilbm
ac_cv_path_JXRDecodeDelegate=JxrDecApp
ac_cv_path_JXREncodeDelegate=JxrEncApp
ac_cv_path_LEPDelegate=lepton
ac_cv_path_LPDelegate=/usr/bin/lp
ac_cv_path_LPRDelegate=/usr/bin/lpr
ac_cv_path_LaunchDelegate=gimp
ac_cv_path_MPEGDecodeDelegate=avconv
ac_cv_path_MPEGEncodeDelegate=avconv
ac_cv_path_MVDelegate=/usr/bin/mv
ac_cv_path_MogrifyDelegate=magick
ac_cv_path_MrSIDDecodeDelegate=mrsidgeodecode
ac_cv_path_PCLDelegate=pcl6
ac_cv_path_RMDelegate=/usr/bin/rm
ac_cv_path_RSVGDecodeDelegate=rsvg-convert
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SVGDecodeDelegate=inkscape
ac_cv_path_TraceEncodeDelegate=potrace
ac_cv_path_UniconvertorDelegate=uniconvertor
ac_cv_path_WWWDecodeDelegate=/usr/bin/curl
ac_cv_path_WebPDecodeDelegate=dwebp
ac_cv_path_WebPEncodeDelegate=cwebp
ac_cv_path_XPSDelegate=gxps
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PERL=perl
ac_cv_prog_RPM=rpmbuild
ac_cv_prog_TAR=gtar
ac_cv_prog_ZIP=zip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_c_openmp=-fopenmp
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_openmp=-fopenmp
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_opendir='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_double=8
ac_cv_sizeof_double_t=8
ac_cv_sizeof_float=4
ac_cv_sizeof_float_t=4
ac_cv_sizeof_long_double=16
ac_cv_sizeof_off_t=8
ac_cv_sizeof_signed_int=4
ac_cv_sizeof_signed_long=8
ac_cv_sizeof_signed_long_long=8
ac_cv_sizeof_signed_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_intp=8
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_interpreter=yes
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_double_t=yes
ac_cv_type_float_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_locale_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_double_wider=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_unsigned_long_long_int=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
ax_cv_PTHREAD_CLANG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv___attribute__=yes
ax_cv_c_compiler_ms=no
ax_cv_c_compiler_vendor=gnu
ax_cv_check_cflags___mtune_core2=yes
ax_cv_check_cl_libcl=no
ax_cv_cxx_bool=yes
ax_cv_cxx_have_std_namespace=yes
ax_cv_cxx_namespaces=yes
ax_cv_gcc_archflag=-mtune=core2
ax_cv_gcc_x86_cpuid_0=d:756e6547:6c65746e:49656e69
ax_cv_gcc_x86_cpuid_1=50654:20800:fffa3203:1f8bfbff
gl_cv_sys_ld_version_script=yes
im_cv_ld_lazyload=none
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 '
pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype '
pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng15 '
pkg_cv_FREETYPE_LIBS='-lfreetype '
pkg_cv_LZMA_CFLAGS=' '
pkg_cv_LZMA_LIBS='-llzma '
pkg_cv_OPENEXR_CFLAGS='-pthread -I/usr/include/OpenEXR -I/usr/include/libdrm '
pkg_cv_OPENEXR_LIBS='-pthread -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread '
pkg_cv_PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm '
pkg_cv_PANGO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 '
pkg_cv_PNG_CFLAGS='-I/usr/include/libpng15 '
pkg_cv_PNG_LIBS='-lpng15 '
pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_XML_LIBS='-lxml2 '
pkg_cv_ZLIB_CFLAGS=' '
pkg_cv_ZLIB_LIBS='-lz '
pkg_cv_ddjvuapi_CFLAGS='-pthread '
pkg_cv_ddjvuapi_LIBS='-ldjvulibre '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /opt/ImageMagick-7.0.9-3/config/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /opt/ImageMagick-7.0.9-3/config/missing autoconf'
AUTOHEADER='${SHELL} /opt/ImageMagick-7.0.9-3/config/missing autoheader'
AUTOMAKE='${SHELL} /opt/ImageMagick-7.0.9-3/config/missing automake-1.16'
AUTOTRACE_CFLAGS=''
AUTOTRACE_DELEGATE_FALSE=''
AUTOTRACE_DELEGATE_TRUE='#'
AUTOTRACE_LIBS=''
AWK='gawk'
BIN_DIR='/usr/local/bin'
BPGDecodeDelegate='bpgdec'
BPGEncodeDelegate='bpgenc'
BZLIB_DELEGATE_FALSE='#'
BZLIB_DELEGATE_TRUE=''
BZLIB_LIBS='-lbz2'
BlenderDecodeDelegate='blender'
BrowseDelegate='xdg-open'
CAIRO_DELEGATE_FALSE=''
CAIRO_DELEGATE_TRUE='#'
CAIRO_SVG_CFLAGS=''
CAIRO_SVG_LIBS=''
CC='gcc -std=gnu99 -std=gnu99'
CCDEPMODE='depmode=gcc3'
CCMALLOCDelegate=''
CFLAGS='-I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16'
CL_CFLAGS=''
CL_LIBS=''
CODER_DIRNAME='coders'
CODER_PATH='/usr/local/lib/ImageMagick-7.0.9/modules-Q16HDRI/coders'
CONFIGURE_ARGS='./configure '
CONFIGURE_PATH='/usr/local/etc/ImageMagick-7/'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version.sh'
CPP='gcc -E'
CPPFLAGS=' -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -pthread'
CYGPATH_W='echo'
CYGWIN_BUILD_FALSE=''
CYGWIN_BUILD_TRUE='#'
ConvertDelegate='magick'
DATA_DIR='/usr/local/share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRSEP=':'
DISTCHECK_CONFIG_FLAGS=' --disable-deprecated --with-quantum-depth=16 --with-jemalloc=no --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-rsvg=no --with-perl=no '
DJVU_CFLAGS='-pthread '
DJVU_DELEGATE_FALSE='#'
DJVU_DELEGATE_TRUE=''
DJVU_LIBS='-ldjvulibre '
DLLTOOL='false'
DNGDecodeDelegate='ufraw-batch'
DOCDecodeDelegate='soffice'
DOCUMENTATION_PATH='/usr/local/share/doc/ImageMagick-7'
DOC_DIR='/usr/local/share/doc'
DPS_DELEGATE_FALSE=''
DPS_DELEGATE_TRUE='#'
DPS_LIBS=''
DSYMUTIL=''
DUMPBIN=''
DVIDecodeDelegate='dvips'
DisplayDelegate='magick'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXECUTABLE_PATH='/usr/local/bin'
EXEC_PREFIX_DIR='/usr/local'
EXEEXT=''
EditorDelegate='xterm'
FFTW_CFLAGS=''
FFTW_DELEGATE_FALSE=''
FFTW_DELEGATE_TRUE='#'
FFTW_LIBS=''
FGREP='/usr/bin/grep -F'
FILTER_DIRNAME='filters'
FILTER_PATH='/usr/local/lib/ImageMagick-7.0.9/modules-Q16HDRI/filters'
FLIF_DELEGATE_FALSE=''
FLIF_DELEGATE_TRUE='#'
FLIF_LIBS=''
FONTCONFIG_CFLAGS='-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 '
FONTCONFIG_DELEGATE_FALSE='#'
FONTCONFIG_DELEGATE_TRUE=''
FONTCONFIG_LIBS='-lfontconfig -lfreetype '
FPX_DELEGATE_FALSE=''
FPX_DELEGATE_TRUE='#'
FPX_LIBS=''
FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng15 '
FREETYPE_DELEGATE_FALSE='#'
FREETYPE_DELEGATE_TRUE=''
FREETYPE_LIBS='-lfreetype '
GDI32_LIBS=''
GOMP_LIBS='-lgomp'
GREP='/usr/bin/grep'
GSAlphaDevice='pngalpha'
GSCMYKDevice='pamcmyk32'
GSColorDevice='pnmraw'
GSEPSDevice='eps2write'
GSMonoDevice='pbmraw'
GSPDFDevice='pdfwrite'
GSPSDevice='ps2write'
GSVersion='unknown'
GS_DELEGATE_FALSE=''
GS_DELEGATE_TRUE='#'
GS_LIBS=''
GVCDecodeDelegate='dot'
GVC_CFLAGS=''
GVC_DELEGATE_FALSE=''
GVC_DELEGATE_TRUE='#'
GVC_LIBS=''
HAVE_LD_VERSION_SCRIPT_FALSE='#'
HAVE_LD_VERSION_SCRIPT_TRUE=''
HAVE_TCMALLOC_FALSE=''
HAVE_TCMALLOC_TRUE='#'
HAVE_UMEM_FALSE=''
HAVE_UMEM_TRUE='#'
HEIC_DELEGATE_FALSE=''
HEIC_DELEGATE_TRUE='#'
HEIF_CFLAGS=''
HEIF_LIBS=''
HPGLDecodeDelegate='hp2xx'
HTMLDecodeDelegate='html2ps'
HasJEMALLOC_FALSE=''
HasJEMALLOC_TRUE='#'
ILBMDecodeDelegate='ilbmtoppm'
ILBMEncodeDelegate='ppmtoilbm'
INCLUDEARCH_DIR='/usr/local/include'
INCLUDEARCH_PATH='/usr/local/include/ImageMagick-7'
INCLUDE_DIR='/usr/local/include'
INCLUDE_PATH='/usr/local/include/ImageMagick-7'
INFO_DIR='/usr/local/share/info'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_DOC_FALSE='#'
INSTALL_DOC_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT16_T='signed short'
INT32_F='""'
INT32_T='signed int'
INT64_F='"l"'
INT64_T='signed long'
INT8_T='signed char'
JBIG_DELEGATE_FALSE=''
JBIG_DELEGATE_TRUE='#'
JBIG_LIBS=''
JEMALLOC_LIBS=''
JPEG_DELEGATE_FALSE='#'
JPEG_DELEGATE_TRUE=''
JPEG_LIBS='-ljpeg'
JXL_DELEGATE_FALSE=''
JXL_DELEGATE_TRUE='#'
JXL_LIBS=''
JXRDecodeDelegate='JxrDecApp'
JXREncodeDelegate='JxrEncApp'
LCMS2_CFLAGS=''
LCMS2_LIBS=''
LCMS_CFLAGS=''
LCMS_DELEGATE_FALSE=''
LCMS_DELEGATE_TRUE='#'
LCMS_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' '
LEGACY_SUPPORT_FALSE=''
LEGACY_SUPPORT_TRUE='#'
LEPDelegate='lepton'
LFS_CPPFLAGS=' -D_LARGE_FILES=1'
LIBEXEC_DIR='/usr/local/libexec'
LIBOBJS=''
LIBOPENJP2_CFLAGS=''
LIBOPENJP2_DELEGATE_FALSE=''
LIBOPENJP2_DELEGATE_TRUE='#'
LIBOPENJP2_LIBS=''
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_PATH='/usr/local/lib/ImageMagick-7.0.9'
LIBS=''
LIBSTDCLDFLAGS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='config/ltmain.sh'
LIBZSTD_CFLAGS=''
LIBZSTD_LIBS=''
LIB_BIN_BASEDIRNAME='bin'
LIB_BIN_DIR='bin-Q16HDRI'
LIB_BIN_DIR_PATH='/usr/local/lib/ImageMagick-7.0.9/bin-Q16HDRI'
LIB_BIN_DIR_RELATIVE_PATH='bin-Q16HDRI'
LIB_DIR='/usr/local/lib'
LIB_DL=''
LIPO=''
LN_S='ln -s'
LOCALSTATE_DIR='/usr/local/var'
LPDelegate='lp'
LPRDelegate='/usr/bin/lpr'
LQR_CFLAGS=''
LQR_DELEGATE_FALSE=''
LQR_DELEGATE_TRUE='#'
LQR_LIBS=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
LZMA_CFLAGS=' '
LZMA_DELEGATE_FALSE='#'
LZMA_DELEGATE_TRUE=''
LZMA_LIBS='-llzma '
LaunchDelegate='gimp'
MAGICKCORE_PATH='/usr/local/lib'
MAGICKPP_LIBRARY_AGE='0'
MAGICKPP_LIBRARY_CURRENT='4'
MAGICKPP_LIBRARY_CURRENT_MIN='4'
MAGICKPP_LIBRARY_REVISION='0'
MAGICKPP_LIBRARY_VERSION_INFO='4:0:0'
MAGICKPP_LIB_VERSION='0x040000'
MAGICKPP_LIB_VERSION_TEXT='7.0.9'
MAGICK_ABI_SUFFIX='Q16HDRI'
MAGICK_CFLAGS='-I/usr/include/libxml2 -I/usr/include/libpng15 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15 -pthread -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16'
MAGICK_CODER_MODULE_PATH='/opt/ImageMagick-7.0.9-3/coders'
MAGICK_CONFIGURE_BUILD_PATH='/opt/ImageMagick-7.0.9-3/config'
MAGICK_CONFIGURE_SRC_PATH='/opt/ImageMagick-7.0.9-3/config'
MAGICK_CPPFLAGS='-I/usr/local/include/ImageMagick-7'
MAGICK_CXXFLAGS='-g -O2 -pthread'
MAGICK_DELEGATES='bzlib djvu mpeg fontconfig freetype jng jpeg lzma openexr pango png tiff wmf x xml zlib'
MAGICK_DEP_LIBS=' -ltiff -lfreetype -ljpeg -lpng15 -ldjvulibre -lfontconfig -lfreetype -lwmflite -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -pthread -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lxml2 -lz -lm '
MAGICK_EXTRA_DEP_LIBS='-lgomp'
MAGICK_FEATURES='DPC HDRI Cipher OpenMP'
MAGICK_FILTER_MODULE_PATH='/opt/ImageMagick-7.0.9-3/filters'
MAGICK_GIT_REVISION='16348:0f9a052:20191112'
MAGICK_HDRI='HDRI'
MAGICK_LDFLAGS='-L/usr/local/lib '
MAGICK_LIBRARY_AGE='0'
MAGICK_LIBRARY_CURRENT='7'
MAGICK_LIBRARY_CURRENT_MIN='7'
MAGICK_LIBRARY_REVISION='0'
MAGICK_LIBRARY_VERSION_INFO='7:0:0'
MAGICK_LIBS=' -ltiff -lfreetype -ljpeg -lpng15 -ldjvulibre -lfontconfig -lfreetype -lwmflite -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -pthread -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp'
MAGICK_LIB_VERSION='0x070000'
MAGICK_LIB_VERSION_NUMBER='7,0,0'
MAGICK_LIB_VERSION_TEXT='7.0.9'
MAGICK_LT_RELEASE_OPTS=''
MAGICK_MAJOR_VERSION='7'
MAGICK_MICRO_VERSION='9'
MAGICK_MINOR_VERSION='0'
MAGICK_PATCHLEVEL_VERSION='3'
MAGICK_PCFLAGS='-fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16'
MAGICK_TARGET_CPU='x86_64'
MAGICK_TARGET_OS='linux-gnu'
MAGICK_TARGET_VENDOR='pc'
MAGICK_VERSION='7.0.9-3'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /opt/ImageMagick-7.0.9-3/config/missing makeinfo'
MANIFEST_TOOL=':'
MAN_DIR='/usr/local/share/man'
MATH_LIBS='-lm'
MKDIR_P='/usr/bin/mkdir -p'
MODULES_BASEDIRNAME='modules'
MODULES_DIRNAME='modules-Q16HDRI'
MODULES_PATH='/usr/local/lib/ImageMagick-7.0.9/modules-Q16HDRI'
MODULES_RELATIVE_PATH='modules-Q16HDRI'
MODULE_EXTRA_CPPFLAGS=''
MPEGDecodeDelegate='ffmpeg'
MPEGEncodeDelegate='ffmpeg'
MVDelegate='/usr/bin/mv'
MogrifyDelegate='magick'
MrSIDDecodeDelegate='mrsidgeodecode'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OLE_LIBS=''
OPENEXR_CFLAGS='-pthread -I/usr/include/OpenEXR -I/usr/include/libdrm '
OPENEXR_DELEGATE_FALSE='#'
OPENEXR_DELEGATE_TRUE=''
OPENEXR_LIBS='-pthread -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread '
OPENMP_CFLAGS='-fopenmp'
OPENMP_CXXFLAGS='-fopenmp'
OSX_GCOV_LDFLAG=''
OTOOL64=''
OTOOL=''
P7ZIP=''
P7ZIP_DELEGATE_FALSE=''
P7ZIP_DELEGATE_TRUE='#'
PACKAGE='ImageMagick'
PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues'
PACKAGE_CHANGE_DATE='20191110'
PACKAGE_LIB_VERSION='0x709'
PACKAGE_LIB_VERSION_NUMBER='7,0,9,3'
PACKAGE_NAME='ImageMagick'
PACKAGE_PERL_VERSION='7.0.9'
PACKAGE_RELEASE='3'
PACKAGE_RELEASE_DATE='2019-11-15'
PACKAGE_STRING='ImageMagick 7.0.9'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_URL='https://imagemagick.org'
PACKAGE_VERSION='7.0.9'
PACKAGE_VERSION_ADDENDUM='-3'
PANGOCAIRO_DELEGATE_FALSE='#'
PANGOCAIRO_DELEGATE_TRUE=''
PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm '
PANGO_DELEGATE_FALSE='#'
PANGO_DELEGATE_TRUE=''
PANGO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 '
PATH_SEPARATOR=':'
PCLCMYKDevice='pamcmyk32'
PCLColorDevice='ppmraw'
PCLDelegate='pcl6'
PCLMonoDevice='pbmraw'
PCLVersion='unknown'
PERL='perl'
PERLMAINCC=''
PERL_MAKE_OPTIONS=''
PERL_SUPPORTS_DESTDIR='no'
PERL_VERSION=''
PERSISTINCLUDE_DIR='/usr/include'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS='-I/usr/include/libpng15 '
PNG_DELEGATE_FALSE='#'
PNG_DELEGATE_TRUE=''
PNG_LIBS='-lpng15 '
POW_LIB=''
PREFIX_DIR='/usr/local'
PRTDIAG=''
PSDelegate='gs'
PTHREAD_CC='gcc -std=gnu99 -std=gnu99'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
PrintDelegate='/usr/bin/lpr'
QUANTUM_DEPTH='16'
RANLIB='ranlib'
RAQM_CFLAGS=''
RAQM_DELEGATE_FALSE=''
RAQM_DELEGATE_TRUE='#'
RAQM_LIBS=''
RAW_R_CFLAGS=''
RAW_R_DELEGATE_FALSE=''
RAW_R_DELEGATE_TRUE='#'
RAW_R_LIBS=''
RMDelegate='/usr/bin/rm'
RPM='rpmbuild'
RPM_DELEGATE_FALSE='#'
RPM_DELEGATE_TRUE=''
RSVGDecodeDelegate='rsvg-convert'
RSVG_CFLAGS=''
RSVG_DELEGATE_FALSE=''
RSVG_DELEGATE_TRUE='#'
RSVG_LIBS=''
SBIN_DIR='/usr/local/sbin'
SED='/usr/bin/sed'
SET_MAKE=''
SHAREARCH_BASEDIRNAME='config'
SHAREARCH_DIR='/usr/local/lib'
SHAREARCH_DIRNAME='config-Q16HDRI'
SHAREARCH_PATH='/usr/local/lib/ImageMagick-7.0.9/config-Q16HDRI'
SHAREARCH_RELATIVE_PATH='config-Q16HDRI'
SHAREDSTATE_DIR='/usr/local/com'
SHARE_PATH='/usr/local/share/ImageMagick-7'
SHELL='/bin/sh'
STRIP='strip'
SVGDecodeDelegate='inkscape'
SYSCONF_DIR='/usr/local/etc'
ShowImageDelegate=''
TAR='gtar'
TCMALLOC_LIBS=''
THREAD_LIBS=''
TIFF_DELEGATE_FALSE='#'
TIFF_DELEGATE_TRUE=''
TIFF_LIBS='-ltiff'
TraceEncodeDelegate='potrace'
UINT16_T='unsigned short'
UINT32_F='""'
UINT32_T='unsigned int'
UINT64_F='"l"'
UINT64_T='unsigned long'
UINT8_T='unsigned char'
UINTMAX_F='"l"'
UINTMAX_T='unsigned long'
UINTPTR_F='"l"'
UINTPTR_T='unsigned long'
UMEM_LIBS=''
USING_CL_FALSE=''
USING_CL_TRUE='#'
UniconvertorDelegate='uniconvertor'
VERSION='7.0.9-3'
WEBPMUX_CFLAGS=''
WEBPMUX_DELEGATE_FALSE=''
WEBPMUX_DELEGATE_TRUE='#'
WEBPMUX_LIBS=''
WEBP_CFLAGS=''
WEBP_DELEGATE_FALSE=''
WEBP_DELEGATE_TRUE='#'
WEBP_LIBS=''
WIN32_NATIVE_BUILD_FALSE=''
WIN32_NATIVE_BUILD_TRUE='#'
WINGDI32_DELEGATE_FALSE=''
WINGDI32_DELEGATE_TRUE='#'
WITH_LTDL_FALSE=''
WITH_LTDL_TRUE='#'
WITH_MAGICK_PLUS_PLUS_FALSE='#'
WITH_MAGICK_PLUS_PLUS_TRUE=''
WITH_MODULES_FALSE=''
WITH_MODULES_TRUE='#'
WITH_PERL_DYNAMIC_FALSE=''
WITH_PERL_DYNAMIC_TRUE='#'
WITH_PERL_FALSE=''
WITH_PERL_STATIC_FALSE=''
WITH_PERL_STATIC_TRUE='#'
WITH_PERL_TRUE='#'
WITH_SHARED_LIBS_FALSE='#'
WITH_SHARED_LIBS_TRUE=''
WITH_UTILITIES_FALSE='#'
WITH_UTILITIES_TRUE=''
WMF_CFLAGS=''
WMF_DELEGATE_FALSE='#'
WMF_DELEGATE_TRUE=''
WMF_LIBS='-lwmflite'
WS2_32_LIBS=''
WWWDecodeDelegate='curl'
WebPDecodeDelegate='dwebp'
WebPEncodeDelegate='cwebp'
WinPathScript='/opt/ImageMagick-7.0.9-3/winpath.sh'
X11_DELEGATE_FALSE='#'
X11_DELEGATE_TRUE=''
X11_LIBS=' -lSM -lICE -lX11 '
XEXT_LIBS='-lXext'
XMKMF=''
XML_CFLAGS='-I/usr/include/libxml2 '
XML_DELEGATE_FALSE='#'
XML_DELEGATE_TRUE=''
XML_LIBS='-lxml2 '
XPSCMYKDevice='bmpsep8'
XPSColorDevice='ppmraw'
XPSDelegate='gxps'
XPSMonoDevice='pbmraw'
XPSVersion='unknown'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ZIP='zip'
ZIP_DELEGATE_FALSE='#'
ZIP_DELEGATE_TRUE=''
ZLIB_CFLAGS=' '
ZLIB_DELEGATE_FALSE='#'
ZLIB_DELEGATE_TRUE=''
ZLIB_LIBS='-lz '
ZSTD_CFLAGS=''
ZSTD_DELEGATE_FALSE=''
ZSTD_DELEGATE_TRUE='#'
ZSTD_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
apple_font_dir=''
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
ddjvuapi_CFLAGS='-pthread '
ddjvuapi_LIBS='-ldjvulibre '
dejavu_font_dir=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
fftw3_CFLAGS=''
fftw3_LIBS=''
ghostscript_font_dir=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /opt/ImageMagick-7.0.9-3/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir='${libdir}/pkgconfig'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
type_include_files=' <include file="type-urw-base35.xml" />'
urw_base35_font_dir='/usr/share/fonts/urw-base35/'
windows_font_dir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ImageMagick"
#define PACKAGE_TARNAME "ImageMagick"
#define PACKAGE_VERSION "7.0.9-3"
#define PACKAGE_STRING "ImageMagick 7.0.9-3"
#define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
#define PACKAGE_URL "https://imagemagick.org"
#define PACKAGE "ImageMagick"
#define VERSION "7.0.9-3"
#define MAGICK_TARGET_CPU x86_64
#define MAGICK_TARGET_VENDOR pc
#define MAGICK_TARGET_OS linux-gnu
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE___ATTRIBUTE__ 1
#define SIZEOF_SIZE_T 8
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define THREAD_SUPPORT 1
#define HAVE_PTHREAD 1
#define HAVE_FSEEKO 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define INSTALLED_SUPPORT 1
#define CIPHER_SUPPORT 1
#define HDRI_ENABLE_OBSOLETE_IN_H 1
#define QUANTUM_DEPTH_OBSOLETE_IN_H 16
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_COMPLEX_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LINUX_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UTIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_XLOCALE_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STRINGIZE 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define restrict __restrict
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_INTMAX_T 1
#define HAVE_INTPTR_T 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_DOUBLE_WIDER 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MBSTATE_T 1
#define HAVE_UINTMAX_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LOCALE_T 1
#define HAVE_FLOAT_T 1
#define HAVE_DOUBLE_T 1
#define SIZEOF_FLOAT_T 4
#define SIZEOF_DOUBLE_T 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_SIGNED_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_SIGNED_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_SIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_SIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_SSIZE_T 8
#define SIZEOF_UNSIGNED_INTP 8
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define RETSIGTYPE void
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_CHAR_P 1
#define HAVE_VPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_REALTIME 1
#define HAVE_DECL_PREAD 1
#define HAVE_DECL_PWRITE 1
#define HAVE_DECL_STRLCPY 0
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_BOOL /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_STD_LIBS /**/
#define X11_CONFIGURE_PATH ""
#define BZLIB_DELEGATE 1
#define X11_DELEGATE 1
#define HAVE_SHARED_MEMORY 1
#define HAVE_SHAPE 1
#define ZLIB_DELEGATE 1
#define DJVU_DELEGATE 1
#define FONTCONFIG_DELEGATE 1
#define FREETYPE_DELEGATE 1
#define JPEG_DELEGATE 1
#define LZMA_DELEGATE 1
#define OPENEXR_DELEGATE 1
#define PANGO_DELEGATE 1
#define PANGOCAIRO_DELEGATE 1
#define PNG_DELEGATE 1
#define TIFF_DELEGATE 1
#define HAVE_TIFFCONF_H 1
#define HAVE_TIFFISCODECCONFIGURED 1
#define HAVE_TIFFMERGEFIELDINFO 1
#define HAVE_TIFFISBIGENDIAN 1
#define HAVE_TIFFREADEXIFDIRECTORY 1
#define HAVE_TIFFSETERRORHANDLEREXT 1
#define HAVE_TIFFSETTAGEXTENDER 1
#define HAVE_TIFFSETWARNINGHANDLEREXT 1
#define HAVE_TIFFSWABARRAYOFTRIPLES 1
#define WMF_DELEGATE 1
#define XML_DELEGATE 1
#define HAVE_ACOSH 1
#define HAVE_ASINH 1
#define HAVE_ATANH 1
#define HAVE_ATOLL 1
#define HAVE_ATEXIT 1
#define HAVE_CABS 1
#define HAVE_CARG 1
#define HAVE_CIMAG 1
#define HAVE_CREAL 1
#define HAVE_CLOCK 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CTIME_R 1
#define HAVE_ERF 1
#define HAVE__EXIT 1
#define HAVE_EXECVP 1
#define HAVE_FCHMOD 1
#define HAVE_FLOOR 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETPID 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_ISNAN 1
#define HAVE_J0 1
#define HAVE_J1 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LSTAT 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKSTEMP 1
#define HAVE_MUNMAP 1
#define HAVE_NANOSLEEP 1
#define HAVE_NEWLOCALE 1
#define HAVE_PCLOSE 1
#define HAVE_POLL 1
#define HAVE_POPEN 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_POSIX_MADVISE 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_POSIX_SPAWNP 1
#define HAVE_POW 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 1
#define HAVE_QSORT_R 1
#define HAVE_RAISE 1
#define HAVE_RAND_R 1
#define HAVE_READLINK 1
#define HAVE_REALPATH 1
#define HAVE_SELECT 1
#define HAVE_SEEKDIR 1
#define HAVE_SENDFILE 1
#define HAVE_SETLOCALE 1
#define HAVE_SOCKET 1
#define HAVE_SQRT 1
#define HAVE_SETVBUF 1
#define HAVE_STAT 1
#define HAVE_STRCASESTR 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOD 1
#define HAVE_STRTOD_L 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYMLINK 1
#define HAVE_SYSCONF 1
#define HAVE_SIGEMPTYSET 1
#define HAVE_SIGACTION 1
#define HAVE_STRERROR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_TELLDIR 1
#define HAVE_TEMPNAM 1
#define HAVE_TIMES 1
#define HAVE_USELOCALE 1
#define HAVE_USLEEP 1
#define HAVE_UTIME 1
#define HAVE_VFPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 1
#define INCLUDE_PATH "/usr/local/include/ImageMagick-7/"
#define INCLUDEARCH_PATH "/usr/local/include/ImageMagick-7/"
#define LIBRARY_RELATIVE_PATH "ImageMagick-7.0.9"
#define EXECUTABLE_PATH "/usr/local/bin/"
#define LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.9/"
#define LIB_BIN_BASEDIRNAME "bin"
#define MODULES_BASEDIRNAME "modules"
#define CODER_DIRNAME "coders"
#define FILTER_DIRNAME "filters"
#define DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7/"
#define CONFIGURE_RELATIVE_PATH "ImageMagick-7"
#define CONFIGURE_PATH "/usr/local/etc/ImageMagick-7/"
#define SHARE_RELATIVE_PATH "ImageMagick-7"
#define SHARE_PATH "/usr/local/share/ImageMagick-7/"
#define SHAREARCH_BASEDIRNAME "config"
configure: exit 0