Virtual Memory Exhausted

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
judyksp

Virtual Memory Exhausted

Post by judyksp »

I am using ImageMagick 6.4.0 and my server's operating system is Fedora Core 4 with Plesk (64 bit).

After configuration, I tried to run Make Install. During the process, I get an error which states that the Virtual memory is exhausted. I checked the virtual memory on the server and found that it was set to unlimited. I changed the limit to 80000 and ran the make install again. I still get the same problem. I lowered the limit to 60000 and still get the same error.

I then decided to clean the configuration and do a fresh install. I ran make distclean. Unfortunately, I get the same virtual memory error and it will not uninstall or remove the configuration.

What can I do?

Below is the configuration log file:

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 6.4.0, which was
generated by GNU Autoconf 2.61a.393-49472. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = s15261495.onlinehome-server.info
uname -m = x86_64
uname -r = 2.6.9-023stab044.11-smp
uname -s = Linux
uname -v = #1 SMP Sat Sep 29 13:36:25 MSD 2007

/usr/bin/uname -p = unknown
/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/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: //sbin
PATH: //bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2553: checking build system type
configure:2571: result: x86_64-unknown-linux-gnu
configure:2593: checking host system type
configure:2608: result: x86_64-unknown-linux-gnu
configure:2630: checking target system type
configure:2645: result: x86_64-unknown-linux-gnu
configure:2677: checking whether build environment is sane
configure:2720: result: yes
configure:2739: checking for a BSD-compatible install
configure:2807: result: /usr/bin/install -c
configure:2841: checking for a thread-safe mkdir -p
configure:2880: result: //bin/mkdir -p
configure:2893: checking for gawk
configure:2909: found //bin/gawk
configure:2920: result: gawk
configure:2931: checking whether make sets $(MAKE)
configure:2953: result: yes
configure:3272: checking for gcc
configure:3288: found /usr/bin/gcc
configure:3299: result: gcc
configure:3537: checking for C compiler version
configure:3545: gcc --version >&5
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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:3549: $? = 0
configure:3556: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
configure:3560: $? = 0
configure:3567: gcc -V >&5
gcc: '-V' option must have argument
configure:3571: $? = 1
configure:3594: checking for C compiler default output file name
configure:3616: gcc conftest.c >&5
configure:3620: $? = 0
configure:3658: result: a.out
configure:3675: checking whether the C compiler works
configure:3685: ./a.out
configure:3689: $? = 0
configure:3706: result: yes
configure:3713: checking whether we are cross compiling
configure:3715: result: no
configure:3718: checking for suffix of executables
configure:3725: gcc -o conftest conftest.c >&5
configure:3729: $? = 0
configure:3753: result:
configure:3759: checking for suffix of object files
configure:3785: gcc -c conftest.c >&5
configure:3789: $? = 0
configure:3812: result: o
configure:3816: checking whether we are using the GNU C compiler
configure:3845: gcc -c conftest.c >&5
configure:3852: $? = 0
configure:3869: result: yes
configure:3878: checking whether gcc accepts -g
configure:3908: gcc -c -g conftest.c >&5
configure:3915: $? = 0
configure:4016: result: yes
configure:4033: checking for gcc option to accept ISO C89
configure:4107: gcc -c -g -O2 conftest.c >&5
configure:4114: $? = 0
configure:4137: result: none needed
configure:4166: checking for style of include used by make
configure:4194: result: GNU
configure:4219: checking dependency style of gcc
configure:4310: result: gcc3
configure:4330: checking how to run the C preprocessor
configure:4370: gcc -E conftest.c
configure:4377: $? = 0
configure:4408: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4415: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4448: result: gcc -E
configure:4477: gcc -E conftest.c
configure:4484: $? = 0
configure:4515: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4559: checking for a sed that does not truncate output
configure:4625: result: //bin/sed
configure:4643: checking for grep that handles long lines and -e
configure:4703: result: //bin/grep
configure:4708: checking for egrep
configure:4772: result: //bin/grep -E
configure:4777: checking for fgrep
configure:4841: result: //bin/grep -F
configure:4876: checking for ld used by gcc
configure:4943: result: /usr/bin/ld
configure:4952: checking if the linker (/usr/bin/ld) is GNU ld
configure:4967: result: yes
configure:4981: checking whether gcc and cc understand -c and -o together
configure:5016: gcc -c conftest.c -o conftest2.o >&5
configure:5020: $? = 0
configure:5026: gcc -c conftest.c -o conftest2.o >&5
configure:5030: $? = 0
configure:5041: cc -c conftest.c >&5
configure:5045: $? = 0
configure:5053: cc -c conftest.c -o conftest2.o >&5
configure:5057: $? = 0
configure:5063: cc -c conftest.c -o conftest2.o >&5
configure:5067: $? = 0
configure:5085: result: yes
configure:5125: checking for a BSD-compatible install
configure:5193: result: /usr/bin/install -c
configure:5204: checking whether make sets $(MAKE)
configure:5226: result: yes
configure:5278: checking for ranlib
configure:5294: found /usr/bin/ranlib
configure:5305: result: ranlib
configure:5389: checking for g++
configure:5405: found /usr/bin/g++
configure:5416: result: g++
configure:5447: checking for C++ compiler version
configure:5455: g++ --version >&5
g++ (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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:5459: $? = 0
configure:5466: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
configure:5470: $? = 0
configure:5477: g++ -V >&5
g++: '-V' option must have argument
configure:5481: $? = 1
configure:5484: checking whether we are using the GNU C++ compiler
configure:5513: g++ -c conftest.cpp >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5546: checking whether g++ accepts -g
configure:5576: g++ -c -g conftest.cpp >&5
configure:5583: $? = 0
configure:5684: result: yes
configure:5709: checking dependency style of g++
configure:5800: result: gcc3
configure:5816: checking maximum warning verbosity option
configure:5854: result: -Wall -W for C++ -Wall -W for C
configure:5859: checking whether ln -s works
configure:5863: result: yes
configure:5870: checking if malloc debugging is wanted
configure:5890: result: no
configure:5901: checking for ANSI C header files
configure:5931: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:5938: $? = 0
configure:6037: gcc -o conftest -g -O2 -Wall -W conftest.c >&5
configure:6041: $? = 0
configure:6047: ./conftest
configure:6051: $? = 0
configure:6069: result: yes
configure:6093: checking for sys/types.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for sys/stat.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for stdlib.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for string.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for memory.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for strings.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for inttypes.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for stdint.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6093: checking for unistd.h
configure:6114: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6121: $? = 0
configure:6138: result: yes
configure:6162: checking minix/config.h usability
configure:6179: gcc -c -g -O2 -Wall -W conftest.c >&5
conftest.c:53:26: error: minix/config.h: No such file or directory
configure:6186: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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:6200: result: no
configure:6204: checking minix/config.h presence
configure:6219: gcc -E conftest.c
conftest.c:20:26: error: minix/config.h: No such file or directory
configure:6226: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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:6240: result: no
configure:6273: checking for minix/config.h
configure:6280: result: no
configure:6311: checking whether it is safe to define __EXTENSIONS__
configure:6339: gcc -c -g -O2 -Wall -W conftest.c >&5
configure:6346: $? = 0
configure:6361: result: yes
configure:6708: checking for the pthreads library -lpthreads
configure:6751: gcc -o conftest -g -O2 -Wall -W conftest.c -lpthreads >&5
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:6758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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 <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:6781: result: no
configure:6653: checking whether pthreads work without any flags
configure:6751: gcc -o conftest -g -O2 -Wall -W conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
/tmp/ccwTpOjM.o(.text+0x8): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:29: undefined reference to `pthread_join'
/tmp/ccwTpOjM.o(.text+0x25):/usr/local/bin/ImageMagick-6.4.0/conftest.c:30: undefined reference to `__pthread_register_cancel'
/tmp/ccwTpOjM.o(.text+0x32):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `pthread_create'
/tmp/ccwTpOjM.o(.text+0x3a):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:6758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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 <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:6781: result: no
configure:6658: checking whether pthreads work with -Kthread
configure:6751: gcc -o conftest -g -O2 -Wall -W -Kthread conftest.c >&5
gcc: unrecognized option '-Kthread'
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
/tmp/ccAZ8CBT.o(.text+0x8): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:29: undefined reference to `pthread_join'
/tmp/ccAZ8CBT.o(.text+0x25):/usr/local/bin/ImageMagick-6.4.0/conftest.c:30: undefined reference to `__pthread_register_cancel'
/tmp/ccAZ8CBT.o(.text+0x32):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `pthread_create'
/tmp/ccAZ8CBT.o(.text+0x3a):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:6758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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 <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:6781: result: no
configure:6658: checking whether pthreads work with -kthread
configure:6751: gcc -o conftest -g -O2 -Wall -W -kthread conftest.c >&5
gcc: unrecognized option '-kthread'
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
/tmp/ccOjcsP9.o(.text+0x8): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:29: undefined reference to `pthread_join'
/tmp/ccOjcsP9.o(.text+0x25):/usr/local/bin/ImageMagick-6.4.0/conftest.c:30: undefined reference to `__pthread_register_cancel'
/tmp/ccOjcsP9.o(.text+0x32):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `pthread_create'
/tmp/ccOjcsP9.o(.text+0x3a):/usr/local/bin/ImageMagick-6.4.0/conftest.c:31: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:6758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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 <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:6781: result: no
configure:6708: checking for the pthreads library -llthread
configure:6751: gcc -o conftest -g -O2 -Wall -W conftest.c -llthread >&5
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:6758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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 <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:6781: result: no
configure:6658: checking whether pthreads work with -pthread
configure:6751: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: warning: 'th' is used uninitialized in this function
configure:6758: $? = 0
configure:6781: result: yes
configure:6800: checking for joinable pthread attribute
configure:6825: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
configure:6832: $? = 0
configure:6852: result: PTHREAD_CREATE_JOINABLE
configure:6862: checking if more special flags are required for pthreads
configure:6869: result: no
configure:7188: checking for special C compiler options needed for large files
configure:7283: result: no
configure:7289: checking for _FILE_OFFSET_BITS value needed for large files
configure:7324: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:7331: $? = 0
configure:7400: result: no
configure:7537: checking for _LARGEFILE_SOURCE value needed for large files
configure:7566: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
configure:7573: $? = 0
configure:7646: result: no
configure:7674: checking for native large file support
configure:7695: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:2: warning: return type defaults to 'int'
conftest.c: In function 'main':
conftest.c:3: warning: implicit declaration of function 'exit'
conftest.c:3: warning: incompatible implicit declaration of built-in function 'exit'
configure:7699: $? = 0
configure:7705: ./conftest
configure:7709: $? = 0
configure:7715: result: yes
configure:7774: checking for BSD- or MS-compatible name lister (nm)
configure:7823: result: /usr/bin/nm -B
configure:7945: checking the name lister (/usr/bin/nm -B) interface
configure:7952: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:7955: /usr/bin/nm -B "conftest.o"
configure:7958: output
0000000000000000 B some_variable
configure:7965: result: BSD nm
configure:7969: checking the maximum length of command line arguments
configure:8089: result: 98304
configure:8106: checking whether the shell understands some XSI constructs
configure:8114: result: yes
configure:8118: checking whether the shell understands "+="
configure:8124: result: no
configure:8159: checking for /usr/bin/ld option to reload object files
configure:8166: result: -r
configure:8193: checking how to recognize dependent libraries
configure:8383: result: pass_all
configure:8443: checking for ar
configure:8459: found /usr/bin/ar
configure:8470: result: ar
configure:8552: checking for strip
configure:8568: found /usr/bin/strip
configure:8579: result: strip
configure:8655: checking for ranlib
configure:8682: result: ranlib
configure:8776: checking command to parse /usr/bin/nm -B output from gcc object
configure:8894: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:8897: $? = 0
configure:8901: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8904: $? = 0
configure:8958: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c conftstm.o >&5
configure:8961: $? = 0
configure:8999: result: ok
configure:9094: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:9097: $? = 0
configure:9575: checking for dlfcn.h
configure:9596: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:9603: $? = 0
configure:9620: result: yes
configure:9750: checking for C++ compiler version
configure:9758: g++ --version >&5
g++ (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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:9762: $? = 0
configure:9769: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
configure:9773: $? = 0
configure:9780: g++ -V >&5
g++: '-V' option must have argument
configure:9784: $? = 1
configure:9787: checking whether we are using the GNU C++ compiler
configure:9840: result: yes
configure:9849: checking whether g++ accepts -g
configure:9987: result: yes
configure:10012: checking dependency style of g++
configure:10103: result: gcc3
configure:10126: checking how to run the C++ preprocessor
configure:10162: g++ -E conftest.cpp
configure:10169: $? = 0
configure:10200: g++ -E conftest.cpp
conftest.cpp:29:28: error: ac_nonexistent.h: No such file or directory
configure:10207: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10240: result: g++ -E
configure:10269: g++ -E conftest.cpp
configure:10276: $? = 0
configure:10307: g++ -E conftest.cpp
conftest.cpp:29:28: error: ac_nonexistent.h: No such file or directory
configure:10314: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10834: checking for objdir
configure:10849: result: .libs
configure:11145: checking if gcc supports -fno-rtti -fno-exceptions
configure:11163: gcc -c -g -O2 -Wall -W -pthread -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:11167: $? = 0
configure:11180: result: no
configure:11200: checking for gcc option to produce PIC
configure:11457: result: -fPIC -DPIC
configure:11469: checking if gcc PIC flag -fPIC -DPIC works
configure:11487: gcc -c -g -O2 -Wall -W -pthread -fPIC -DPIC -DPIC conftest.c >&5
configure:11491: $? = 0
configure:11504: result: yes
configure:11528: checking if gcc static flag -static works
configure:11556: result: yes
configure:11571: checking if gcc supports -c -o file.o
configure:11592: gcc -c -g -O2 -Wall -W -pthread -o out/conftest2.o conftest.c >&5
configure:11596: $? = 0
configure:11618: result: yes
configure:11626: checking if gcc supports -c -o file.o
configure:11673: result: yes
configure:11706: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12772: result: yes
configure:12809: checking whether -lc should be explicitly linked in
configure:12814: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:12817: $? = 0
configure:12832: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| //bin/grep -lc \>/dev/null 2\>\&1
configure:12835: $? = 0
configure:12847: result: no
configure:13011: checking dynamic linker characteristics
configure:13454: gcc -o conftest -g -O2 -Wall -W -pthread -Wl,-rpath -Wl,/foo conftest.c >&5
configure:13461: $? = 0
configure:13694: result: GNU/Linux ld.so
configure:13796: checking how to hardcode library paths into programs
configure:13821: result: immediate
configure:13944: checking for shl_load
configure:14000: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
/tmp/ccyRFXWp.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:64: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:14007: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #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:14027: result: no
configure:14032: checking for shl_load in -ldld
configure:14067: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:14074: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #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:14095: result: no
configure:14100: checking for dlopen
configure:14156: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
/tmp/ccwD76vo.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:64: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:14163: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #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:14183: result: no
configure:14188: checking for dlopen in -ldl
configure:14223: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:14230: $? = 0
configure:14251: result: yes
configure:14428: checking whether a program can dlopen itself
configure:14502: gcc -o conftest -g -O2 -Wall -W -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure: In function 'fnord':
configure:14483: warning: unused variable 'i'
configure: In function 'main':
configure:14498: warning: implicit declaration of function 'exit'
configure:14498: warning: incompatible implicit declaration of built-in function 'exit'
configure:14505: $? = 0
configure:14523: result: yes
configure:14528: checking whether a statically linked program can dlopen itself
configure:14602: gcc -o conftest -g -O2 -Wall -W -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure: In function 'fnord':
configure:14583: warning: unused variable 'i'
configure: In function 'main':
configure:14598: warning: implicit declaration of function 'exit'
configure:14598: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccW0NumV.o(.text+0x19): In function `main':
/usr/local/bin/ImageMagick-6.4.0/configure:14586: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:14605: $? = 0
/lib64/: cannot read file data: Is a directory
configure:14623: result: no
configure:14662: checking whether stripping libraries is possible
configure:14667: result: yes
configure:14702: checking if libtool supports shared libraries
configure:14704: result: yes
configure:14707: checking whether to build shared libraries
configure:14728: result: yes
configure:14731: checking whether to build static libraries
configure:14735: result: yes
configure:14885: checking for ld used by g++
configure:14952: result: /usr/bin/ld -m elf_x86_64
configure:14961: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14976: result: yes
configure:15031: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16001: result: yes
configure:16029: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
configure:16032: $? = 0
configure:16214: checking for g++ option to produce PIC
configure:16523: result: -fPIC -DPIC
configure:16532: checking if g++ PIC flag -fPIC -DPIC works
configure:16550: g++ -c -g -O2 -Wall -W -pthread -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16554: $? = 0
configure:16567: result: yes
configure:16588: checking if g++ static flag -static works
configure:16616: result: yes
configure:16628: checking if g++ supports -c -o file.o
configure:16649: g++ -c -g -O2 -Wall -W -pthread -o out/conftest2.o conftest.cpp >&5
configure:16653: $? = 0
configure:16675: result: yes
configure:16680: checking if g++ supports -c -o file.o
configure:16727: result: yes
configure:16757: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16783: result: yes
configure:16920: checking dynamic linker characteristics
configure:17311: g++ -o conftest -g -O2 -Wall -W -pthread -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:17318: $? = 0
configure:17551: result: GNU/Linux ld.so
configure:17602: checking how to hardcode library paths into programs
configure:17627: result: immediate
configure:17698: checking which extension is used for runtime loadable modules
configure:17708: result: .so
configure:17718: checking which variable specifies run-time module search path
configure:17725: result: LD_LIBRARY_PATH
configure:17735: checking for the default library search path
configure:17742: result: /lib /usr/lib /usr/lib/mysql /usr/lib64/mysql /usr/lib64/mysql /usr/X11R6/lib /usr/X11R6/lib64
configure:17772: checking for library containing dlopen
configure:17813: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c >&5
/tmp/ccQ402ZM.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:44: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:17820: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| /* 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:17813: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:17820: $? = 0
configure:17851: result: -ldl
configure:18007: checking for dlerror
configure:18063: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl -ldl >&5
configure:18070: $? = 0
configure:18092: result: yes
configure:18108: checking for shl_load
configure:18191: result: no
configure:18201: checking for shl_load in -ldld
configure:18264: result: no
configure:18386: checking for dld_link in -ldld
configure:18421: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldld -ldl >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:18428: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 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 dld_link ();
| int
| main ()
| {
| return dld_link ();
| ;
| return 0;
| }
configure:18449: result: no
configure:18487: checking for _ prefix in compiled symbols
configure:18497: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:2: warning: statement with no effect
configure:18500: $? = 0
configure:18504: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:18507: $? = 0
configure:18529: result: no
configure:18649: checking whether deplibs are loaded by dlopen
configure:18743: result: yes
configure:18759: checking for argz.h
configure:18780: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:18787: $? = 0
configure:18804: result: yes
configure:18817: checking for error_t
configure:18848: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:18855: $? = 0
configure:18885: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:44: error: syntax error before ')' token
configure:18892: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:18915: result: yes
configure:18950: checking for argz_add
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_append
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_count
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_create_sep
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_insert
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_next
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:18950: checking for argz_stringify
configure:19006: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19013: $? = 0
configure:19035: result: yes
configure:19057: checking if argz actually works
configure:19088: result: yes
configure:19113: checking whether libtool supports -dlopen/-dlpreopen
configure:19125: result: yes
configure:19156: checking for ltdl.h
configure:19178: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:19185: $? = 0
configure:19200: result: yes
configure:19203: checking whether lt_dlinterface_register is declared
configure:19234: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: 'lt_dlinterface_register' undeclared (first use in this function)
conftest.c:86: error: (Each undeclared identifier is reported only once
conftest.c:86: error: for each function it appears in.)
configure:19241: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 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 <ltdl.h>
|
| int
| main ()
| {
| #ifndef lt_dlinterface_register
| (void) lt_dlinterface_register;
| #endif
|
| ;
| return 0;
| }
configure:19256: result: no
configure:19427: checking where to find libltdl headers
configure:19429: result: -I${top_srcdir}/ltdl
configure:19431: checking where to find libltdl library
configure:19433: result: ${top_build_prefix}ltdl/libltdlc.la
configure:19497: checking for unistd.h
configure:19542: result: yes
configure:19497: checking for dl.h
configure:19518: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:83:16: error: dl.h: No such file or directory
configure:19525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 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 <dl.h>
configure:19542: result: no
configure:19497: checking for sys/dl.h
configure:19518: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:83:20: error: sys/dl.h: No such file or directory
configure:19525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 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 <sys/dl.h>
configure:19542: result: no
configure:19497: checking for dld.h
configure:19518: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:83:17: error: dld.h: No such file or directory
configure:19525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 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 <dld.h>
configure:19542: result: no
configure:19497: checking for mach-o/dyld.h
configure:19518: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:83:25: error: mach-o/dyld.h: No such file or directory
configure:19525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 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 <mach-o/dyld.h>
configure:19542: result: no
configure:19497: checking for dirent.h
configure:19518: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:19525: $? = 0
configure:19542: result: yes
configure:19561: checking for closedir
configure:19617: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19624: $? = 0
configure:19646: result: yes
configure:19561: checking for opendir
configure:19617: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19624: $? = 0
configure:19646: result: yes
configure:19561: checking for readdir
configure:19617: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:19624: $? = 0
configure:19646: result: yes
configure:19671: checking for strlcat
configure:19727: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccCFyuJA.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:87: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:19734: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 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:19756: result: no
configure:19671: checking for strlcpy
configure:19727: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccUB7pFN.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:87: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:19734: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 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:19756: result: no
configure:20011: checking whether to enable maintainer-specific portions of Makefiles
configure:20020: result: no
configure:20444: checking whether gcc needs -traditional
configure:20486: result: no
configure:20531: checking for ANSI C header files
configure:20699: result: yes
configure:20725: checking for dirent.h that defines DIR
configure:20754: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:20761: $? = 0
configure:20778: result: yes
configure:20792: checking for library containing opendir
configure:20833: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:20840: $? = 0
configure:20871: result: none required
configure:21004: checking errno.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking errno.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for errno.h
configure:21124: result: yes
configure:21004: checking fcntl.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking fcntl.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for fcntl.h
configure:21124: result: yes
configure:20993: checking for inttypes.h
configure:21000: result: yes
configure:21004: checking limits.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking limits.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for limits.h
configure:21124: result: yes
configure:21004: checking locale.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking locale.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for locale.h
configure:21124: result: yes
configure:21004: checking machine/param.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:97:27: error: machine/param.h: No such file or directory
configure:21028: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_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:21042: result: no
configure:21046: checking machine/param.h presence
configure:21061: gcc -E conftest.c
conftest.c:64:27: error: machine/param.h: No such file or directory
configure:21068: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <machine/param.h>
configure:21082: result: no
configure:21115: checking for machine/param.h
configure:21124: result: no
configure:20993: checking for mach-o/dyld.h
configure:21000: result: no
configure:21004: checking stdarg.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking stdarg.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for stdarg.h
configure:21124: result: yes
configure:20993: checking for string.h
configure:21000: result: yes
configure:20993: checking for strings.h
configure:21000: result: yes
configure:21004: checking sys/ipc.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/ipc.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/ipc.h
configure:21124: result: yes
configure:21004: checking sys/resource.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/resource.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/resource.h
configure:21124: result: yes
configure:21004: checking sys/time.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/time.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/time.h
configure:21124: result: yes
configure:21004: checking sys/timeb.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/timeb.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/timeb.h
configure:21124: result: yes
configure:21004: checking sys/times.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/times.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/times.h
configure:21124: result: yes
configure:20993: checking for sys/types.h
configure:21000: result: yes
configure:21004: checking sys/wait.h usability
configure:21021: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21028: $? = 0
configure:21042: result: yes
configure:21046: checking sys/wait.h presence
configure:21061: gcc -E conftest.c
configure:21068: $? = 0
configure:21082: result: yes
configure:21115: checking for sys/wait.h
configure:21124: result: yes
configure:20993: checking for unistd.h
configure:21000: result: yes
configure:21145: checking for stdbool.h that conforms to C99
configure:21240: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21247: $? = 0
configure:21262: result: yes
configure:21264: checking for _Bool
configure:21292: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21299: $? = 0
configure:21326: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:111: error: syntax error before ')' token
configure:21333: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_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
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:21356: result: yes
configure:21375: checking for working volatile
configure:21404: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21411: $? = 0
configure:21426: result: yes
configure:21436: checking for preprocessor stringizing operator
configure:21460: result: yes
configure:21470: checking whether stat file-mode macros are broken
configure:21507: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21514: $? = 0
configure:21529: result: no
configure:21539: checking whether time.h and sys/time.h may both be included
configure:21569: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21576: $? = 0
configure:21591: result: yes
configure:21601: checking whether struct tm is in sys/time.h or time.h
configure:21631: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21638: $? = 0
configure:21653: result: time.h
configure:21672: checking for an ANSI C-conforming const
configure:21747: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:108: warning: 't' is used uninitialized in this function
conftest.c:124: warning: 'b' is used uninitialized in this function
conftest.c:130: warning: 'cs[0]' is used uninitialized in this function
configure:21754: $? = 0
configure:21769: result: yes
configure:21783: checking for inline
configure:21809: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21816: $? = 0
configure:21834: result: inline
configure:21857: checking for C/C++ restrict keyword
configure:21892: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:21899: $? = 0
configure:21917: result: __restrict
configure:21937: checking whether byte ordering is bigendian
configure:21962: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:81: error: syntax error before 'is'
conftest.c:81: warning: type defaults to 'int' in declaration of 'defined'
conftest.c:81: warning: data definition has no type or storage class
configure:21969: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| /* end confdefs.h. */
| #if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__)
| neither is defined;
| #endif
| typedef int dummy;
|
configure:22013: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22020: $? = 0
configure:22052: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: 'not' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
conftest.c:87: error: syntax error before 'big'
configure:22059: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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:22311: result: no
configure:22333: checking for mode_t
configure:22361: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22368: $? = 0
configure:22395: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: syntax error before ')' token
configure:22402: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:22425: result: yes
configure:22439: checking for off_t
configure:22467: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22474: $? = 0
configure:22501: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: syntax error before ')' token
configure:22508: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:22531: result: yes
configure:22545: checking for pid_t
configure:22573: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22580: $? = 0
configure:22607: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: syntax error before ')' token
configure:22614: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:22637: result: yes
configure:22651: checking for size_t
configure:22679: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22686: $? = 0
configure:22713: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: syntax error before ')' token
configure:22720: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:22743: result: yes
configure:22757: checking for ssize_t
configure:22785: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22792: $? = 0
configure:22819: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: syntax error before ')' token
configure:22826: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 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
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:22849: result: yes
configure:22866: checking for long double with more range or precision than double
configure:22911: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22918: $? = 0
configure:22933: result: yes
configure:22956: checking whether char is unsigned
configure:22984: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:22991: $? = 0
configure:23006: result: no
configure:23021: checking size of signed short
configure:23324: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:23328: $? = 0
configure:23334: ./conftest
configure:23338: $? = 0
configure:23362: result: 2
configure:23378: checking size of unsigned short
configure:23681: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:23685: $? = 0
configure:23691: ./conftest
configure:23695: $? = 0
configure:23719: result: 2
configure:23735: checking size of signed int
configure:24038: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:24042: $? = 0
configure:24048: ./conftest
configure:24052: $? = 0
configure:24076: result: 4
configure:24092: checking size of unsigned int
configure:24395: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:24399: $? = 0
configure:24405: ./conftest
configure:24409: $? = 0
configure:24433: result: 4
configure:24449: checking size of signed long
configure:24752: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:24756: $? = 0
configure:24762: ./conftest
configure:24766: $? = 0
configure:24790: result: 8
configure:24806: checking size of unsigned long
configure:25109: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:25113: $? = 0
configure:25119: ./conftest
configure:25123: $? = 0
configure:25147: result: 8
configure:25164: checking size of signed long long
configure:25467: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:25471: $? = 0
configure:25477: ./conftest
configure:25481: $? = 0
configure:25505: result: 8
configure:25523: checking size of unsigned long long
configure:25826: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:25830: $? = 0
configure:25836: ./conftest
configure:25840: $? = 0
configure:25864: result: 8
configure:25880: checking size of off_t
configure:26183: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:26187: $? = 0
configure:26193: ./conftest
configure:26197: $? = 0
configure:26221: result: 8
configure:26237: checking size of size_t
configure:26540: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:26544: $? = 0
configure:26550: ./conftest
configure:26554: $? = 0
configure:26578: result: 8
configure:26594: checking size of unsigned int*
configure:26897: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:26901: $? = 0
configure:26907: ./conftest
configure:26911: $? = 0
configure:26935: result: 8
configure:26949: checking return type of signal handlers
configure:26977: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:99: error: void value not ignored as it ought to be
configure:26984: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:26999: result: void
configure:27012: checking for signed 8-bit type
configure:27015: result: signed char
configure:27019: checking for unsigned 8-bit type
configure:27022: result: unsigned char
configure:27026: checking for signed 16-bit type
configure:27029: result: signed short
configure:27033: checking for unsigned 16-bit type
configure:27036: result: unsigned short
configure:27040: checking for signed 32-bit type
configure:27048: result: signed int
configure:27052: checking for unsigned 32-bit type
configure:27060: result: unsigned int
configure:27064: checking for signed 64-bit type
configure:27072: result: signed long
configure:27076: checking for unsigned 64-bit type
configure:27084: result: unsigned long
configure:27088: checking for unsigned maximum type
configure:27096: result: unsigned long
configure:27100: checking for pointer difference type
configure:27108: result: unsigned long
configure:27112: checking whether our compiler supports __func__
configure:27135: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:27142: $? = 0
configure:27147: result: yes
configure:27226: checking for stdlib.h
configure:27233: result: yes
configure:27226: checking for unistd.h
configure:27233: result: yes
configure:27375: checking for getpagesize
configure:27431: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:27438: $? = 0
configure:27460: result: yes
configure:27471: checking for working mmap file i/o
configure:27600: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:27604: $? = 0
configure:27610: ./conftest
configure:27614: $? = 0
configure:27631: result: yes
configure:27642: checking whether closedir returns void
configure:27676: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:27680: $? = 0
configure:27686: ./conftest
configure:27690: $? = 0
configure:27707: result: no
configure:27723: checking for stdlib.h
configure:27730: result: yes
configure:27723: checking for unistd.h
configure:27730: result: yes
configure:27872: checking for getpagesize
configure:27957: result: yes
configure:27968: checking for working mmap
configure:28115: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:28119: $? = 0
configure:28125: ./conftest
configure:28129: $? = 0
configure:28146: result: yes
configure:28157: checking for working memcmp
configure:28210: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:28214: $? = 0
configure:28220: ./conftest
configure:28224: $? = 0
configure:28241: result: yes
configure:28267: checking sys/select.h usability
configure:28284: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:28291: $? = 0
configure:28305: result: yes
configure:28309: checking sys/select.h presence
configure:28324: gcc -E conftest.c
configure:28331: $? = 0
configure:28345: result: yes
configure:28378: checking for sys/select.h
configure:28387: result: yes
configure:28267: checking sys/socket.h usability
configure:28284: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:28291: $? = 0
configure:28305: result: yes
configure:28309: checking sys/socket.h presence
configure:28324: gcc -E conftest.c
configure:28331: $? = 0
configure:28345: result: yes
configure:28378: checking for sys/socket.h
configure:28387: result: yes
configure:28401: checking types of arguments for select
configure:28439: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:28446: $? = 0
configure:28467: result: int,fd_set *,struct timeval *
configure:28497: checking return type of signal handlers
configure:28547: result: void
configure:28555: checking for working strtod
configure:28606: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:28610: $? = 0
configure:28616: ./conftest
configure:28620: $? = 0
configure:28637: result: yes
configure:28813: checking for vprintf
configure:28869: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:131: warning: conflicting types for built-in function 'vprintf'
configure:28876: $? = 0
configure:28898: result: yes
configure:28906: checking for _doprnt
configure:28962: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccaZv1kA.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:143: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:28969: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_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:28989: result: no
configure:29068: checking for _exit
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:132: warning: conflicting types for built-in function '_exit'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for atexit
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for clock
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for clock_gettime
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccyQSfZn.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:146: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); 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 clock_gettime
|
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:29153: result: no
configure:29068: checking for execvp
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:135: warning: conflicting types for built-in function 'execvp'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for floor
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:136: warning: conflicting types for built-in function 'floor'
/tmp/ccOS4CmM.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:147: undefined reference to `floor'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| /* end confdefs.h. */
| /* Define floor to an innocuous variant, in case <limits.h> declares floor.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define floor innocuous_floor
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char floor (); 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 floor
|
| /* 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 floor ();
| /* 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_floor || defined __stub___floor
| choke me
| #endif
|
| int
| main ()
| {
| return floor ();
| ;
| return 0;
| }
configure:29153: result: no
configure:29068: checking for fork
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:136: warning: conflicting types for built-in function 'fork'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for ftime
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for ftruncate
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for getcwd
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for getpid
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for getexecname
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccygMYtH.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:152: undefined reference to `getexecname'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 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:29153: result: no
configure:29068: checking for getdtablesize
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for getpagesize
configure:29153: result: yes
configure:29068: checking for gettimeofday
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for lstat
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for memset
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:145: warning: conflicting types for built-in function 'memset'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for mkstemp
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for munmap
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for _NSGetExecutablePath
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccoV1l9d.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:159: undefined reference to `_NSGetExecutablePath'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 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:29153: result: no
configure:29068: checking for pclose
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for _pclose
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/cckstNVi.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:160: undefined reference to `_pclose'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 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:29153: result: no
configure:29068: checking for poll
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for popen
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for _popen
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/cc0XrzvX.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:162: undefined reference to `_popen'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 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:29153: result: no
configure:29068: checking for pow
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:151: warning: conflicting types for built-in function 'pow'
/tmp/ccOsu9G7.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:162: undefined reference to `pow'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); 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 pow
|
| /* 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 pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
|
| int
| main ()
| {
| return pow ();
| ;
| return 0;
| }
configure:29153: result: no
configure:29068: checking for pread
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for pwrite
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for raise
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for rand_r
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for readlink
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for realpath
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for select
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for seekdir
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for setlocale
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for sqrt
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:160: warning: conflicting types for built-in function 'sqrt'
/tmp/ccOPdMl0.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:171: undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| /* end confdefs.h. */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sqrt (); 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 sqrt
|
| /* 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 sqrt ();
| /* 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_sqrt || defined __stub___sqrt
| choke me
| #endif
|
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:29153: result: no
configure:29068: checking for setvbuf
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for stat
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strcspn
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:162: warning: conflicting types for built-in function 'strcspn'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strdup
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:163: warning: conflicting types for built-in function 'strdup'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strpbrk
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:164: warning: conflicting types for built-in function 'strpbrk'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strspn
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:165: warning: conflicting types for built-in function 'strspn'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strstr
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:166: warning: conflicting types for built-in function 'strstr'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strtol
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for symlink
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for sysconf
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for sigemptyset
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for sigaction
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strerror
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strlcat
configure:29153: result: no
configure:29068: checking for strlcpy
configure:29153: result: no
configure:29068: checking for strcasecmp
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for strncasecmp
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for telldir
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for tempnam
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccaGtRuc.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:187: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for times
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for usleep
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for vsprintf
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:179: warning: conflicting types for built-in function 'vsprintf'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for vsnprintf
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
conftest.c:180: warning: conflicting types for built-in function 'vsnprintf'
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for waitpid
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
configure:29131: $? = 0
configure:29153: result: yes
configure:29068: checking for _wfopen
configure:29124: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl >&5
/tmp/ccAN8dm7.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:193: undefined reference to `_wfopen'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 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:29153: result: no
configure:29171: checking whether pread is declared
configure:29202: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:29209: $? = 0
configure:29224: result: yes
configure:29240: checking whether pwrite is declared
configure:29271: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:29278: $? = 0
configure:29293: result: yes
configure:29312: checking whether strlcpy is declared
configure:29343: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:168: error: 'strlcpy' undeclared (first use in this function)
conftest.c:168: error: (Each undeclared identifier is reported only once
conftest.c:168: error: for each function it appears in.)
configure:29350: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 1
| #define HAVE_DECL_PREAD 1
| #define HAVE_DECL_PWRITE 1
| /* end confdefs.h. */
|
| #include <strings.h>
|
| int
| main ()
| {
| #ifndef strlcpy
| (void) strlcpy;
| #endif
|
| ;
| return 0;
| }
configure:29365: result: no
configure:29384: checking whether vsnprintf is declared
configure:29416: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:29423: $? = 0
configure:29438: result: yes
configure:29598: checking for C++ compiler version
configure:29606: g++ --version >&5
g++ (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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:29610: $? = 0
configure:29617: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
configure:29621: $? = 0
configure:29628: g++ -V >&5
g++: '-V' option must have argument
configure:29632: $? = 1
configure:29635: checking whether we are using the GNU C++ compiler
configure:29688: result: yes
configure:29697: checking whether g++ accepts -g
configure:29835: result: yes
configure:29860: checking dependency style of g++
configure:29951: result: gcc3
configure:29966: checking whether the compiler recognizes bool as a built-in type
configure:30003: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
conftest.cpp:164: warning: unused parameter 'x'
conftest.cpp:165: warning: unused parameter 'x'
conftest.cpp:166: warning: unused parameter 'x'
configure:30010: $? = 0
configure:30032: result: yes
configure:30042: checking whether the compiler implements namespaces
configure:30075: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
configure:30082: $? = 0
configure:30104: result: yes
configure:30114: checking whether the compiler supports the std namespace
configure:30149: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
virtual memory exhausted: Cannot allocate memory
configure:30156: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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 /**/
| /* end confdefs.h. */
| #include <iostream>
| std::istream& is = std::cin;
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:30178: result: no
configure:30188: checking whether the compiler supports ISO C++ standard library
configure:30228: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
virtual memory exhausted: Cannot allocate memory
configure:30235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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 /**/
| /* end confdefs.h. */
| #include <iostream>
| #include <map>
| #include <iomanip>
| #include <cmath>
| #ifdef HAVE_NAMESPACES
| using namespace std;
| #endif
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:30257: result: no
configure:30267: checking whether the compiler implements L"widestring"
configure:30293: g++ -c -g -O2 -Wall -W -pthread conftest.cpp >&5
configure:30300: $? = 0
configure:30322: result: yes
configure:30457: checking whether C++ compiler is sufficient for Magick++
configure:30469: result: no (failed tests)
configure:30530: checking for X11 configure files
configure:30577: result: /usr/X11R6/lib/X11/
configure:30786: checking for the pthreads library -lpthread
configure:30814: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -ldl -lpthread >&5
conftest.c: In function 'main':
conftest.c:172: warning: 'th' is used uninitialized in this function
configure:30821: $? = 0
configure:30841: result: yes
configure:31338: checking for sqrt in -lm
configure:31373: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lm -ldl -lpthread >&5
conftest.c:174: warning: conflicting types for built-in function 'sqrt'
configure:31380: $? = 0
configure:31401: result: yes
configure:31416: result: -------------------------------------------------------------
configure:31418: result: Checking for ZLIB support
configure:31420: result: -------------------------------------------------------------
configure:31435: checking zconf.h usability
configure:31452: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:31459: $? = 0
configure:31473: result: yes
configure:31477: checking zconf.h presence
configure:31492: gcc -E conftest.c
configure:31499: $? = 0
configure:31513: result: yes
configure:31546: checking for zconf.h
configure:31553: result: yes
configure:31574: checking zlib.h usability
configure:31591: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:31598: $? = 0
configure:31612: result: yes
configure:31616: checking zlib.h presence
configure:31631: gcc -E conftest.c
configure:31638: $? = 0
configure:31652: result: yes
configure:31685: checking for zlib.h
configure:31692: result: yes
configure:31703: checking for compress in -lz
configure:31738: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:31745: $? = 0
configure:31766: result: yes
configure:31774: checking for uncompress in -lz
configure:31809: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:31816: $? = 0
configure:31837: result: yes
configure:31845: checking for deflate in -lz
configure:31880: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:31887: $? = 0
configure:31908: result: yes
configure:31916: checking for inflate in -lz
configure:31951: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:31958: $? = 0
configure:31979: result: yes
configure:31987: checking for gzseek in -lz
configure:32022: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:32029: $? = 0
configure:32050: result: yes
configure:32058: checking for gztell in -lz
configure:32093: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lz -lm -ldl -lpthread >&5
configure:32100: $? = 0
configure:32121: result: yes
configure:32129: checking if ZLIB package is complete
configure:32144: result: yes
configure:32169: result: -------------------------------------------------------------
configure:32171: result: Checking for BZLIB support
configure:32173: result: -------------------------------------------------------------
configure:32187: checking bzlib.h usability
configure:32204: gcc -c -g -O2 -Wall -W -pthread conftest.c >&5
configure:32211: $? = 0
configure:32225: result: yes
configure:32229: checking bzlib.h presence
configure:32244: gcc -E conftest.c
configure:32251: $? = 0
configure:32265: result: yes
configure:32298: checking for bzlib.h
configure:32305: result: yes
configure:32316: checking for BZ2_bzCompress in -lbz2
configure:32351: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:32358: $? = 0
configure:32379: result: yes
configure:32387: checking for BZ2_bzDecompress in -lbz2
configure:32422: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:32429: $? = 0
configure:32450: result: yes
configure:32458: checking if BZLIB package is complete
configure:32473: result: yes
configure:32499: checking for X
configure:32739: result: libraries /usr/X11R6/lib64, headers /usr/X11R6/include
configure:32761: checking whether -R must be followed by a space
configure:32787: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread -R/usr/X11R6/lib64 >&5
gcc: unrecognized option '-R/usr/X11R6/lib64'
configure:32794: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:32831: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread -R /usr/X11R6/lib64 >&5
gcc: unrecognized option '-R'
/usr/X11R6/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:32838: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:32853: result: neither works
configure:32908: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread -L/usr/X11R6/lib64 -lX11 >&5
configure:32915: $? = 0
configure:33083: checking for gethostbyname
configure:33139: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:33146: $? = 0
configure:33166: result: yes
configure:33319: checking for connect
configure:33375: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:33382: $? = 0
configure:33402: result: yes
configure:33478: checking for remove
configure:33534: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:33541: $? = 0
configure:33561: result: yes
configure:33637: checking for shmat
configure:33693: gcc -o conftest -g -O2 -Wall -W -pthread conftest.c -lbz2 -lz -lm -ldl -lpthread >&5
configure:33700: $? = 0
configure:33720: result: yes
configure:33805: checking for IceConnectionNumber in -lICE
configure:33840: gcc -o conftest -g -O2 -Wall -W -pthread -L/usr/X11R6/lib64 conftest.c -lICE -lbz2 -lz -lm -ldl -lpthread >&5
configure:33847: $? = 0
configure:33868: result: yes
configure:33879: result: -------------------------------------------------------------
configure:33881: result: Checking for X11 support
configure:33883: result: -------------------------------------------------------------
configure:33899: checking for shmctl
configure:33955: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -L/usr/X11R6/lib64 conftest.c -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:33962: $? = 0
configure:33982: result: yes
configure:34049: checking for XShmAttach in -lXext
configure:34084: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -L/usr/X11R6/lib64 conftest.c -lXext -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:34091: $? = 0
configure:34112: result: yes
configure:34127: checking for XShapeCombineMask in -lXext
configure:34162: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -L/usr/X11R6/lib64 conftest.c -lXext -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:34169: $? = 0
configure:34190: result: yes
configure:34200: checking for XtSetEventDispatcher in -lXt
configure:34235: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -L/usr/X11R6/lib64 conftest.c -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:34242: $? = 0
configure:34263: result: yes
configure:34371: result: -------------------------------------------------------------
configure:34373: result: Checking for Display Postscript support
configure:34375: result: -------------------------------------------------------------
configure:34391: checking DPS/dpsXclient.h usability
configure:34408: gcc -c -g -O2 -Wall -W -pthread -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:34415: $? = 0
configure:34429: result: yes
configure:34433: checking DPS/dpsXclient.h presence
configure:34448: gcc -E -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:34455: $? = 0
configure:34469: result: yes
configure:34502: checking for DPS/dpsXclient.h
configure:34509: result: yes
configure:34527: checking for DPSInitialize in -ldps
configure:34562: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 conftest.c -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:34569: $? = 0
configure:34590: result: yes
configure:34681: checking for XDPSPixelsPerPoint in -ldpstk
configure:34716: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 conftest.c -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:34723: $? = 0
configure:34744: result: yes
configure:34752: checking if DPS package is complete
configure:34768: result: yes
configure:35052: result: -------------------------------------------------------------
configure:35054: result: Checking for FlashPIX support
configure:35056: result: -------------------------------------------------------------
configure:35077: checking fpxlib.h usability
configure:35094: g++ -c -g -O2 -Wall -W -pthread -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.cpp >&5
conftest.cpp:206:20: error: fpxlib.h: No such file or directory
configure:35101: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_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:35115: result: no
configure:35119: checking fpxlib.h presence
configure:35134: g++ -E -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.cpp
conftest.cpp:173:20: error: fpxlib.h: No such file or directory
configure:35141: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| /* end confdefs.h. */
| #include <fpxlib.h>
configure:35155: result: no
configure:35188: checking for fpxlib.h
configure:35195: result: no
configure:35206: checking for FPX_OpenImageByFilename in -lfpx
configure:35241: g++ -o conftest -g -O2 -Wall -W -pthread -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 conftest.cpp -lfpx -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/usr/bin/ld: cannot find -lfpx
collect2: ld returned 1 exit status
configure:35248: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_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:35269: result: no
configure:35283: checking if FlashPIX package is complete
configure:35303: result: no
configure:35385: checking for pkg-config
configure:35403: found /usr/bin/pkg-config
configure:35415: result: /usr/bin/pkg-config
configure:35444: checking pkg-config is at least version 0.9.0
configure:35447: result: yes
configure:35458: checking for FONTCONFIG
configure:35466: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:35469: $? = 0
configure:35484: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:35487: $? = 0
configure:35523: result: yes
configure:35569: result: -------------------------------------------------------------
configure:35571: result: Checking for FreeType 2.0 support
configure:35573: result: -------------------------------------------------------------
configure:35587: checking for freetype-config
configure:35603: found /usr/bin/freetype-config
configure:35614: result: freetype-config
configure:35633: checking for FT_Init_FreeType in -lfreetype
configure:35668: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:35675: $? = 0
configure:35696: result: yes
configure:35720: checking ft2build.h usability
configure:35737: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:35744: $? = 0
configure:35758: result: yes
configure:35762: checking ft2build.h presence
configure:35777: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:35784: $? = 0
configure:35798: result: yes
configure:35831: checking for ft2build.h
configure:35838: result: yes
configure:35849: checking for freetype/freetype.h
configure:35870: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:35877: $? = 0
configure:35892: result: yes
configure:35908: checking if FreeType package is complete
configure:35930: result: yes
configure:35981: result: -------------------------------------------------------------
configure:35983: result: Checking for PNG support
configure:35985: result: -------------------------------------------------------------
configure:35999: checking png.h usability
configure:36016: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36023: $? = 0
configure:36037: result: yes
configure:36041: checking png.h presence
configure:36056: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:36063: $? = 0
configure:36077: result: yes
configure:36110: checking for png.h
configure:36117: result: yes
configure:36128: checking for png_get_io_ptr in -lpng
configure:36163: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:36170: $? = 0
configure:36191: result: yes
configure:36199: checking if PNG package is complete
configure:36214: result: yes
configure:36239: result: -------------------------------------------------------------
configure:36241: result: Checking for JPEG support
configure:36243: result: -------------------------------------------------------------
configure:36257: checking jconfig.h usability
configure:36274: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36281: $? = 0
configure:36295: result: yes
configure:36299: checking jconfig.h presence
configure:36314: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:36321: $? = 0
configure:36335: result: yes
configure:36368: checking for jconfig.h
configure:36375: result: yes
configure:36396: checking jerror.h usability
configure:36413: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36420: $? = 0
configure:36434: result: yes
configure:36438: checking jerror.h presence
configure:36453: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:36460: $? = 0
configure:36474: result: yes
configure:36507: checking for jerror.h
configure:36514: result: yes
configure:36535: checking jmorecfg.h usability
configure:36552: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36559: $? = 0
configure:36573: result: yes
configure:36577: checking jmorecfg.h presence
configure:36592: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:36599: $? = 0
configure:36613: result: yes
configure:36646: checking for jmorecfg.h
configure:36653: result: yes
configure:36674: checking jpeglib.h usability
configure:36691: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36698: $? = 0
configure:36712: result: yes
configure:36716: checking jpeglib.h presence
configure:36731: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:36738: $? = 0
configure:36752: result: yes
configure:36785: checking for jpeglib.h
configure:36792: result: yes
configure:36803: checking for jpeg_read_header in -ljpeg
configure:36838: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:36845: $? = 0
configure:36866: result: yes
configure:36877: checking for JPEG library is version 6b or later
configure:36911: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:36918: $? = 0
configure:36933: result: yes
configure:36936: checking if JPEG package is complete
configure:36951: result: yes
configure:36976: result: -------------------------------------------------------------
configure:36978: result: Checking for JPEG Version 2 support
configure:36980: result: -------------------------------------------------------------
configure:36994: checking jasper/jasper.h usability
configure:37011: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:211:27: error: jasper/jasper.h: No such file or directory
configure:37018: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 <jasper/jasper.h>
configure:37032: result: no
configure:37036: checking jasper/jasper.h presence
configure:37051: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:178:27: error: jasper/jasper.h: No such file or directory
configure:37058: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <jasper/jasper.h>
configure:37072: result: no
configure:37105: checking for jasper/jasper.h
configure:37112: result: no
configure:37123: checking for jas_stream_fopen in -ljasper
configure:37158: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ljasper -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/usr/bin/ld: cannot find -ljasper
collect2: ld returned 1 exit status
configure:37165: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 jas_stream_fopen ();
| int
| main ()
| {
| return jas_stream_fopen ();
| ;
| return 0;
| }
configure:37186: result: no
configure:37194: checking if JPEG version 2 support package is complete
configure:37214: result: no
configure:37236: result: -------------------------------------------------------------
configure:37238: result: Checking for Ghostscript support
configure:37240: result: -------------------------------------------------------------
configure:37255: checking ghostscript/iapi.h usability
configure:37272: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:211:30: error: ghostscript/iapi.h: No such file or directory
configure:37279: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 <ghostscript/iapi.h>
configure:37293: result: no
configure:37297: checking ghostscript/iapi.h presence
configure:37312: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:178:30: error: ghostscript/iapi.h: No such file or directory
configure:37319: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <ghostscript/iapi.h>
configure:37333: result: no
configure:37366: checking for ghostscript/iapi.h
configure:37373: result: no
configure:37394: checking ghostscript/ierrors.h usability
configure:37411: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:211:33: error: ghostscript/ierrors.h: No such file or directory
configure:37418: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 <ghostscript/ierrors.h>
configure:37432: result: no
configure:37436: checking ghostscript/ierrors.h presence
configure:37451: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:178:33: error: ghostscript/ierrors.h: No such file or directory
configure:37458: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <ghostscript/ierrors.h>
configure:37472: result: no
configure:37505: checking for ghostscript/ierrors.h
configure:37512: result: no
configure:37523: checking for gsapi_new_instance in Ghostscript framework
configure:37558: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -framework Ghostscript -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
gcc: Ghostscript: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:37565: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 gsapi_new_instance ();
| int
| main ()
| {
| return gsapi_new_instance ();
| ;
| return 0;
| }
configure:37586: result: no
configure:37591: checking for gsapi_new_instance in -lgs
configure:37626: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -lgs -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/usr/bin/ld: cannot find -lgs
collect2: ld returned 1 exit status
configure:37633: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 gsapi_new_instance ();
| int
| main ()
| {
| return gsapi_new_instance ();
| ;
| return 0;
| }
configure:37654: result: no
configure:37664: checking if Ghostscript package is complete
configure:37690: result: no
configure:37724: checking for GVC
configure:37732: $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:37735: $? = 1
configure:37750: $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:37753: $? = 1
No package 'libgvc' found
configure:37781: result: no
configure:37823: result: -------------------------------------------------------------
configure:37825: result: Checking for LCMS support
configure:37827: result: -------------------------------------------------------------
configure:37842: checking lcms.h usability
configure:37859: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:211:18: error: lcms.h: No such file or directory
configure:37866: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 <lcms.h>
configure:37880: result: no
configure:37884: checking lcms.h presence
configure:37899: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:178:18: error: lcms.h: No such file or directory
configure:37906: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <lcms.h>
configure:37920: result: no
configure:37953: checking for lcms.h
configure:37960: result: no
configure:37987: checking lcms/lcms.h usability
configure:38004: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:211:23: error: lcms/lcms.h: No such file or directory
configure:38011: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 <lcms/lcms.h>
configure:38025: result: no
configure:38029: checking lcms/lcms.h presence
configure:38044: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:178:23: error: lcms/lcms.h: No such file or directory
configure:38051: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| /* end confdefs.h. */
| #include <lcms/lcms.h>
configure:38065: result: no
configure:38098: checking for lcms/lcms.h
configure:38105: result: no
configure:38125: checking for cmsOpenProfileFromMem in -llcms
configure:38160: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -llcms -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/usr/bin/ld: cannot find -llcms
collect2: ld returned 1 exit status
configure:38167: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_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 cmsOpenProfileFromMem ();
| int
| main ()
| {
| return cmsOpenProfileFromMem ();
| ;
| return 0;
| }
configure:38188: result: no
configure:38196: checking if LCMS package is complete
configure:38216: result: no
configure:38367: checking for OPENEXR
configure:38375: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.0.6"
Package OpenEXR was not found in the pkg-config search path.
Perhaps you should add the directory containing `OpenEXR.pc'
to the PKG_CONFIG_PATH environment variable
No package 'OpenEXR' found
configure:38378: $? = 1
configure:38393: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.0.6"
Package OpenEXR was not found in the pkg-config search path.
Perhaps you should add the directory containing `OpenEXR.pc'
to the PKG_CONFIG_PATH environment variable
No package 'OpenEXR' found
configure:38396: $? = 1
No package 'OpenEXR' found
configure:38424: result: no
configure:38484: checking for RSVG
configure:38492: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
Package librsvg-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `librsvg-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librsvg-2.0' found
configure:38495: $? = 1
configure:38510: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
Package librsvg-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `librsvg-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librsvg-2.0' found
configure:38513: $? = 1
No package 'librsvg-2.0' found
configure:38541: result: no
configure:38555: checking for CAIRO_SVG
configure:38563: $PKG_CONFIG --exists --print-errors "cairo-svg"
Package cairo-svg was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-svg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-svg' found
configure:38566: $? = 1
configure:38581: $PKG_CONFIG --exists --print-errors "cairo-svg"
Package cairo-svg was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-svg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-svg' found
configure:38584: $? = 1
No package 'cairo-svg' found
configure:38612: result: no
configure:38673: result: -------------------------------------------------------------
configure:38675: result: Checking for TIFF support
configure:38677: result: -------------------------------------------------------------
configure:38691: checking tiff.h usability
configure:38708: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:38715: $? = 0
configure:38729: result: yes
configure:38733: checking tiff.h presence
configure:38748: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:38755: $? = 0
configure:38769: result: yes
configure:38802: checking for tiff.h
configure:38809: result: yes
configure:38830: checking tiffio.h usability
configure:38847: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:38854: $? = 0
configure:38868: result: yes
configure:38872: checking tiffio.h presence
configure:38887: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:38894: $? = 0
configure:38908: result: yes
configure:38941: checking for tiffio.h
configure:38948: result: yes
configure:38959: checking for TIFFOpen in -ltiff
configure:38994: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39001: $? = 0
configure:39022: result: yes
configure:39030: checking for TIFFClientOpen in -ltiff
configure:39065: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39072: $? = 0
configure:39093: result: yes
configure:39101: checking for TIFFIsByteSwapped in -ltiff
configure:39136: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39143: $? = 0
configure:39164: result: yes
configure:39172: checking for TIFFReadRGBATile in -ltiff
configure:39207: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39214: $? = 0
configure:39235: result: yes
configure:39243: checking for TIFFReadRGBAStrip in -ltiff
configure:39278: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39285: $? = 0
configure:39306: result: yes
configure:39314: checking if TIFF package is complete
configure:39329: result: yes
configure:39348: checking tiffconf.h usability
configure:39365: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
configure:39372: $? = 0
configure:39386: result: yes
configure:39390: checking tiffconf.h presence
configure:39405: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
configure:39412: $? = 0
configure:39426: result: yes
configure:39459: checking for tiffconf.h
configure:39468: result: yes
configure:39494: checking for TIFFGetConfiguredCODECs
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39557: $? = 0
configure:39579: result: yes
configure:39494: checking for TIFFMergeFieldInfo
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39557: $? = 0
configure:39579: result: yes
configure:39494: checking for TIFFReadEXIFDirectory
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/tmp/ccop2NGb.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:216: undefined reference to `TIFFReadEXIFDirectory'
collect2: ld returned 1 exit status
configure:39557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| /* end confdefs.h. */
| /* Define TIFFReadEXIFDirectory to an innocuous variant, in case <limits.h> declares TIFFReadEXIFDirectory.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define TIFFReadEXIFDirectory innocuous_TIFFReadEXIFDirectory
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char TIFFReadEXIFDirectory (); 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 TIFFReadEXIFDirectory
|
| /* 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 TIFFReadEXIFDirectory ();
| /* 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_TIFFReadEXIFDirectory || defined __stub___TIFFReadEXIFDirectory
| choke me
| #endif
|
| int
| main ()
| {
| return TIFFReadEXIFDirectory ();
| ;
| return 0;
| }
configure:39579: result: no
configure:39494: checking for TIFFSetErrorHandlerExt
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/tmp/ccW0pN5d.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:216: undefined reference to `TIFFSetErrorHandlerExt'
collect2: ld returned 1 exit status
configure:39557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| /* end confdefs.h. */
| /* Define TIFFSetErrorHandlerExt to an innocuous variant, in case <limits.h> declares TIFFSetErrorHandlerExt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define TIFFSetErrorHandlerExt innocuous_TIFFSetErrorHandlerExt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char TIFFSetErrorHandlerExt (); 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 TIFFSetErrorHandlerExt
|
| /* 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 TIFFSetErrorHandlerExt ();
| /* 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_TIFFSetErrorHandlerExt || defined __stub___TIFFSetErrorHandlerExt
| choke me
| #endif
|
| int
| main ()
| {
| return TIFFSetErrorHandlerExt ();
| ;
| return 0;
| }
configure:39579: result: no
configure:39494: checking for TIFFSetTagExtender
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:39557: $? = 0
configure:39579: result: yes
configure:39494: checking for TIFFSetWarningHandlerExt
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/tmp/ccysWq9P.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:217: undefined reference to `TIFFSetWarningHandlerExt'
collect2: ld returned 1 exit status
configure:39557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| /* end confdefs.h. */
| /* Define TIFFSetWarningHandlerExt to an innocuous variant, in case <limits.h> declares TIFFSetWarningHandlerExt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define TIFFSetWarningHandlerExt innocuous_TIFFSetWarningHandlerExt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char TIFFSetWarningHandlerExt (); 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 TIFFSetWarningHandlerExt
|
| /* 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 TIFFSetWarningHandlerExt ();
| /* 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_TIFFSetWarningHandlerExt || defined __stub___TIFFSetWarningHandlerExt
| choke me
| #endif
|
| int
| main ()
| {
| return TIFFSetWarningHandlerExt ();
| ;
| return 0;
| }
configure:39579: result: no
configure:39494: checking for TIFFSwabArrayOfTriples
configure:39550: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/tmp/ccW7Psab.o(.text+0x7): In function `main':
/usr/local/bin/ImageMagick-6.4.0/conftest.c:217: undefined reference to `TIFFSwabArrayOfTriples'
collect2: ld returned 1 exit status
configure:39557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| /* end confdefs.h. */
| /* Define TIFFSwabArrayOfTriples to an innocuous variant, in case <limits.h> declares TIFFSwabArrayOfTriples.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define TIFFSwabArrayOfTriples innocuous_TIFFSwabArrayOfTriples
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char TIFFSwabArrayOfTriples (); 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 TIFFSwabArrayOfTriples
|
| /* 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 TIFFSwabArrayOfTriples ();
| /* 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_TIFFSwabArrayOfTriples || defined __stub___TIFFSwabArrayOfTriples
| choke me
| #endif
|
| int
| main ()
| {
| return TIFFSwabArrayOfTriples ();
| ;
| return 0;
| }
configure:39579: result: no
configure:39612: result: -------------------------------------------------------------
configure:39614: result: Checking for JBIG support
configure:39616: result: -------------------------------------------------------------
configure:39630: checking jbig.h usability
configure:39647: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c >&5
conftest.c:216:18: error: jbig.h: No such file or directory
configure:39654: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 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:39668: result: no
configure:39672: checking jbig.h presence
configure:39687: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 conftest.c
conftest.c:183:18: error: jbig.h: No such file or directory
configure:39694: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| /* end confdefs.h. */
| #include <jbig.h>
configure:39708: result: no
configure:39741: checking for jbig.h
configure:39748: result: no
configure:39759: checking for jbg_dec_init in -ljbig
configure:39794: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -ljbig -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
/usr/bin/ld: cannot find -ljbig
collect2: ld returned 1 exit status
configure:39801: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 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:39822: result: no
configure:39830: checking if JBIG package is complete
configure:39850: result: no
configure:39881: result: -------------------------------------------------------------
configure:39883: result: Checking for XML support
configure:39885: result: -------------------------------------------------------------
configure:39894: checking for xml2-config
configure:39910: found /usr/bin/xml2-config
configure:39921: result: xml2-config
configure:39955: checking libxml/parser.h usability
configure:39972: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 conftest.c >&5
configure:39979: $? = 0
configure:39993: result: yes
configure:39997: checking libxml/parser.h presence
configure:40012: gcc -E -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 conftest.c
configure:40019: $? = 0
configure:40033: result: yes
configure:40066: checking for libxml/parser.h
configure:40073: result: yes
configure:40084: checking for xmlParseExternalEntity in -lxml2
configure:40119: gcc -o conftest -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz conftest.c -lxml2 -ltiff -ljpeg -lpng -lfreetype -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -ldl -lpthread >&5
configure:40126: $? = 0
configure:40147: result: yes
configure:40155: checking if XML package is complete
configure:40172: result: yes
configure:40199: result: -------------------------------------------------------------
configure:40201: result: Checking for WMF support
configure:40203: result: -------------------------------------------------------------
configure:40209: checking for libwmf/ipa.h
configure:40230: gcc -c -g -O2 -Wall -W -pthread -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 conftest.c >&5
conftest.c:186:24: error: libwmf/ipa.h: No such file or directory
configure:40237: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.4.0"
| #define PACKAGE_STRING "ImageMagick 6.4.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "6.4.0"
| #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_PTHREAD 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define LTDL_DLOPEN_SELF_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #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_UNSIGNED_INTP 8
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP_FILEIO 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_VPRINTF 1
| #define HAVE__EXIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_CLOCK 1
| #define HAVE_EXECVP 1
| #define HAVE_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_SETLOCALE 1
| #define HAVE_SETVBUF 1
| #define HAVE_STAT 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 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_USLEEP 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_WAITPID 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_LSTRING /**/
| #define X11_CONFIGURE_PATH ""
| #define ZLIB_DELEGATE 1
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define PNG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFGETCONFIGUREDCODECS 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_TIFFSETTAGEXTENDER 1
| #define XML_DELEGATE 1
| /* end confdefs.h. */
| #include <ft2build.h>
|
| #include <libwmf/ipa.h>
configure:40252: result: no
configure:40433: checking if WMF package is complete
configure:40439: result: no
configure:40610: result: -------------------------------------------------------------
configure:40612: result: Checking for ImageMagick delegate programs
configure:40614: result: -------------------------------------------------------------
configure:40667: checking for autotrace
configure:40698: result: autotrace
configure:40708: checking for bzip2
configure:40726: found /usr/bin/bzip2
configure:40739: result: /usr/bin/bzip2
configure:40749: checking for htmlview
configure:40780: result: htmlview
configure:40790: checking for ralcgm
configure:40821: result: ralcgm
configure:40831: checking for cat
configure:40849: found //bin/cat
configure:40862: result: //bin/cat
configure:40872: checking for ufraw-batch
configure:40903: result: ufraw-batch
configure:40913: checking for dot
configure:40944: result: dot
configure:40954: checking for dvips
configure:40972: found /usr/bin/dvips
configure:40985: result: /usr/bin/dvips
configure:40995: checking for echo
configure:41013: found //bin/echo
configure:41026: result: //bin/echo
configure:41036: checking for xterm
configure:41067: result: xterm
configure:41077: checking for fig2dev
configure:41108: result: fig2dev
configure:41118: checking for convert
configure:41149: result: convert
configure:41159: checking for display
configure:41190: result: display
configure:41200: checking for mogrify
configure:41231: result: mogrify
configure:41241: checking for gnuplot
configure:41272: result: gnuplot
configure:41282: checking for ra_pfm
configure:41313: result: ra_pfm
configure:41323: checking for hp2xx
configure:41354: result: hp2xx
configure:41364: checking for html2ps
configure:41395: result: html2ps
configure:41405: checking for ilbmtoppm
configure:41423: found /usr/bin/ilbmtoppm
configure:41436: result: /usr/bin/ilbmtoppm
configure:41446: checking for ppmtoilbm
configure:41464: found /usr/bin/ppmtoilbm
configure:41477: result: /usr/bin/ppmtoilbm
configure:41487: checking for lp
configure:41518: result: no
configure:41528: checking for lpr
configure:41559: result: lpr
configure:41569: checking for uncompress
configure:41587: found /usr/bin/uncompress
configure:41600: result: /usr/bin/uncompress
configure:41610: checking for compress
configure:41628: found /usr/bin/compress
configure:41641: result: /usr/bin/compress
configure:41651: checking for gimp
configure:41682: result: gimp
configure:41692: checking for groff
configure:41710: found /usr/bin/groff
configure:41723: result: /usr/bin/groff
configure:41733: checking for mpeg2decode
configure:41764: result: mpeg2decode
configure:41774: checking for mpeg2encode
configure:41805: result: mpeg2encode
configure:41815: checking for mv
configure:41833: found //bin/mv
configure:41846: result: //bin/mv
configure:41856: checking for pcl6
configure:41887: result: pcl6
configure:41897: checking for pgpv
configure:41928: result: pgpv
configure:41938: checking for povray
configure:41969: result: povray
configure:41981: checking for gsx
configure:42014: result: no
configure:41981: checking for gsc
configure:42014: result: no
configure:41981: checking for gs
configure:42014: result: no
configure:42025: checking for rawtorle
configure:42056: result: rawtorle
configure:42066: checking for rm
configure:42084: found //bin/rm
configure:42097: result: //bin/rm
configure:42107: checking for scanimage
configure:42138: result: scanimage
configure:42148: checking for enscript
configure:42179: result: enscript
configure:42189: checking for wmf2eps
configure:42220: result: wmf2eps
configure:42230: checking for curl
configure:42248: found /usr/bin/curl
configure:42261: result: /usr/bin/curl
configure:42271: checking for gxps
configure:42302: result: gxps
configure:42312: checking for gzip
configure:42330: found //bin/gzip
configure:42343: result: //bin/gzip
configure:42381: checking for rst2html.py
configure:42412: result: rst2html.py
configure:42456: checking for Ghostscript fonts directory
configure:42496: result: not found!
configure:42601: checking for gnutar
configure:42631: result: no
configure:42601: checking for gtar
configure:42617: found //bin/gtar
configure:42628: result: gtar
configure:42643: checking for perl
configure:42659: found /usr/bin/perl
configure:42670: result: perl
configure:42685: checking for rpmbuild
configure:42701: found /usr/bin/rpmbuild
configure:42712: result: rpmbuild
configure:42753: checking for 7za
configure:42783: result: no
configure:42809: checking for zip
configure:42825: found /usr/bin/zip
configure:42836: result: zip
configure:43094: result: -------------------------------------------------------------
configure:43096: result: Checking for Perl support
configure:43098: result: -------------------------------------------------------------
configure:43117: checking for perl
configure:43135: found /usr/bin/perl
configure:43147: result: /usr/bin/perl
configure:43218: checking for perl version greater than or equal to 5.8.1
configure:43228: result: ok
configure:43557: result: -------------------------------------------------------------
configure:43559: result: Update ImageMagick configuration
configure:43561: result: -------------------------------------------------------------
configure:43990: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by ImageMagick config.status 6.4.0, which was
generated by GNU Autoconf 2.61a.393-49472. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on s15261495.onlinehome-server.info

config.status:1547: creating config/configure.xml
config.status:1547: creating config/delegates.xml
config.status:1547: creating config/ImageMagick.rdf
config.status:1547: creating config/MagickCore.dox
config.status:1547: creating config/MagickWand.dox
config.status:1547: creating config/type-ghostscript.xml
config.status:1547: creating config/type-solaris.xml
config.status:1547: creating config/type-windows.xml
config.status:1547: creating config/type.xml
config.status:1547: creating ImageMagick.spec
config.status:1547: creating Magick++/bin/Magick++-config
config.status:1547: creating magick/ImageMagick.pc
config.status:1547: creating Magick++/lib/ImageMagick++.pc
config.status:1547: creating Magick++/lib/Magick++.pc
config.status:1547: creating magick/Magick-config
config.status:1547: creating magick/MagickCore-config
config.status:1547: creating magick/MagickCore.pc
config.status:1547: creating magick.sh
config.status:1547: creating magick/version.h
config.status:1547: creating Makefile
config.status:1547: creating PerlMagick/Magick.pm
config.status:1547: creating PerlMagick/Makefile.PL
config.status:1547: creating utilities/animate.1
config.status:1547: creating utilities/compare.1
config.status:1547: creating utilities/composite.1
config.status:1547: creating utilities/conjure.1
config.status:1547: creating utilities/convert.1
config.status:1547: creating utilities/display.1
config.status:1547: creating utilities/identify.1
config.status:1547: creating utilities/ImageMagick.1
config.status:1547: creating utilities/import.1
config.status:1547: creating utilities/mogrify.1
config.status:1547: creating utilities/montage.1
config.status:1547: creating utilities/stream.1
config.status:1547: creating wand/MagickWand-config
config.status:1547: creating wand/MagickWand.pc
config.status:1547: creating wand/Wand-config
config.status:1547: creating wand/Wand.pc
config.status:1547: creating config/config.h
config.status:1821: executing magick/magick-config.h commands
config.status:1861: creating magick/magick-config.h - prefix MAGICKCORE for config/config.h defines
config.status:1821: executing depfiles commands
config.status:1821: executing libtool commands
config.status:1821: executing Magick++-config.in commands
config.status:1821: executing Magick-config.in commands
config.status:1821: executing MagickCore-config.in commands
config.status:1821: executing MagickWand-config.in commands
config.status:1821: executing Wand-config.in commands
config.status:1821: executing magick.sh.in commands
configure:46691: result:
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.

Host system type : x86_64-unknown-linux-gnu

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

Delegate Configuration:
BZLIB --with-bzlib=yes yes
DJVU --with-djvu=no no
DPS --with-dps=yes yes
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (unknown)
result_ghostscript_font_dir='none'
Ghostscript fonts --with-gs-font-dir=default
Ghostscript lib --with-gslib=yes no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no
LQR --with-lqr=no no
Magick++ --with-magick-plus-plus=yes no (failed tests)
OpenEXR --with-openexr=yes no
PERL --with-perl=yes /usr/bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
result_windows_font_dir='none'
Windows fonts --with-windows-font-dir=
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes

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

Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.4.0
CC = gcc
CFLAGS = -g -O2 -Wall -W -pthread
MAGICK_CFLAGS = -g -O2 -Wall -W -pthread
CPPFLAGS = -I/usr/local/include/ImageMagick
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz
MAGICK_LDFLAGS = -L/usr/local/lib -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz
LIBS = -lMagickCore -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread
CXX = g++
CXXFLAGS = -g -O2 -Wall -W -pthread


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-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_long_double=yes
ac_cv_c_restrict=__restrict
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_have_bool=yes
ac_cv_cxx_have_lstring=yes
ac_cv_cxx_have_namespaces=yes
ac_cv_cxx_have_std_libs=no
ac_cv_cxx_have_std_namespace=no
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_GVC_CFLAGS_set=
ac_cv_env_GVC_CFLAGS_value=
ac_cv_env_GVC_LIBS_set=
ac_cv_env_GVC_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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_OPENEXR_CFLAGS_set=
ac_cv_env_OPENEXR_CFLAGS_value=
ac_cv_env_OPENEXR_LIBS_set=
ac_cv_env_OPENEXR_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_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_framework_Ghostscript_gsapi_new_instance=no
ac_cv_func_TIFFGetConfiguredCODECs=yes
ac_cv_func_TIFFMergeFieldInfo=yes
ac_cv_func_TIFFReadEXIFDirectory=no
ac_cv_func_TIFFSetErrorHandlerExt=no
ac_cv_func_TIFFSetTagExtender=yes
ac_cv_func_TIFFSetWarningHandlerExt=no
ac_cv_func_TIFFSwabArrayOfTriples=no
ac_cv_func__NSGetExecutablePath=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_argz_add=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_atexit=yes
ac_cv_func_clock=yes
ac_cv_func_clock_gettime=no
ac_cv_func_closedir=yes
ac_cv_func_closedir_void=no
ac_cv_func_connect=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_execvp=yes
ac_cv_func_floor=no
ac_cv_func_fork=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=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_gettimeofday=yes
ac_cv_func_lstat=yes
ac_cv_func_memcmp_working=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_opendir=yes
ac_cv_func_pclose=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_pow=no
ac_cv_func_pread=yes
ac_cv_func_pwrite=yes
ac_cv_func_raise=yes
ac_cv_func_rand_r=yes
ac_cv_func_readdir=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_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_sqrt=no
ac_cv_func_stat=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=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_usleep=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_lt_dlinterface_register=no
ac_cv_have_decl_pread=yes
ac_cv_have_decl_pwrite=yes
ac_cv_have_decl_strlcpy=no
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\''/usr/X11R6/include'\'' ac_x_libraries='\''/usr/X11R6/lib64'\'''
ac_cv_header_DPS_dpsXclient_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_bzlib_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fpxlib_h=no
ac_cv_header_freetype_freetype_h=yes
ac_cv_header_ft2build_h=yes
ac_cv_header_ghostscript_iapi_h=no
ac_cv_header_ghostscript_ierrors_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_jasper_jasper_h=no
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_lcms_h=no
ac_cv_header_lcms_lcms_h=no
ac_cv_header_libwmf_ipa_h=no
ac_cv_header_libxml_parser_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_ltdl_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_png_h=yes
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_sys_dl_h=no
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
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_zconf_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-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_bz2_BZ2_bzCompress=yes
ac_cv_lib_bz2_BZ2_bzDecompress=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dps_DPSInitialize=yes
ac_cv_lib_dpstk_XDPSPixelsPerPoint=yes
ac_cv_lib_fpx_FPX_OpenImageByFilename=no
ac_cv_lib_freetype_FT_Init_FreeType=yes
ac_cv_lib_gs_gsapi_new_instance=no
ac_cv_lib_jasper_jas_stream_fopen=no
ac_cv_lib_jbig_jbg_dec_init=no
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_lcms_cmsOpenProfileFromMem=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_png_png_get_io_ptr=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_xml2_xmlParseExternalEntity=yes
ac_cv_lib_z_compress=yes
ac_cv_lib_z_deflate=yes
ac_cv_lib_z_gzseek=yes
ac_cv_lib_z_gztell=yes
ac_cv_lib_z_inflate=yes
ac_cv_lib_z_uncompress=yes
ac_cv_objext=o
ac_cv_path_AutotraceDecodeDelegate=autotrace
ac_cv_path_BZIPDelegate=/usr/bin/bzip2
ac_cv_path_BrowseDelegate=htmlview
ac_cv_path_CGMDecodeDelegate=ralcgm
ac_cv_path_CatDelegate=//bin/cat
ac_cv_path_ConvertDelegate=convert
ac_cv_path_DNGDecodeDelegate=ufraw-batch
ac_cv_path_DVIDecodeDelegate=/usr/bin/dvips
ac_cv_path_DisplayDelegate=display
ac_cv_path_EGREP='//bin/grep -E'
ac_cv_path_EchoDelegate=//bin/echo
ac_cv_path_EditorDelegate=xterm
ac_cv_path_FGREP='//bin/grep -F'
ac_cv_path_FIGDecodeDelegate=fig2dev
ac_cv_path_GREP=//bin/grep
ac_cv_path_GVCDecodeDelegate=dot
ac_cv_path_GnuplotDecodeDelegate=gnuplot
ac_cv_path_HDRDecodeDelegate=ra_pfm
ac_cv_path_HPGLDecodeDelegate=hp2xx
ac_cv_path_HTMLDecodeDelegate=html2ps
ac_cv_path_ILBMDecodeDelegate=/usr/bin/ilbmtoppm
ac_cv_path_ILBMEncodeDelegate=/usr/bin/ppmtoilbm
ac_cv_path_LPDelegate=no
ac_cv_path_LPRDelegate=lpr
ac_cv_path_LZWDecodeDelegate=/usr/bin/uncompress
ac_cv_path_LZWEncodeDelegate=/usr/bin/compress
ac_cv_path_LaunchDelegate=gimp
ac_cv_path_MANDelegate=/usr/bin/groff
ac_cv_path_MPEGDecodeDelegate=mpeg2decode
ac_cv_path_MPEGEncodeDelegate=mpeg2encode
ac_cv_path_MVDelegate=//bin/mv
ac_cv_path_MogrifyDelegate=mogrify
ac_cv_path_PCLDelegate=pcl6
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PGPDecodeDelegate=pgpv
ac_cv_path_POVDelegate=povray
ac_cv_path_RLEEncodeDelegate=rawtorle
ac_cv_path_RMDelegate=//bin/rm
ac_cv_path_RST2HTML=rst2html.py
ac_cv_path_SCANDecodeDelegate=scanimage
ac_cv_path_SED=//bin/sed
ac_cv_path_TXTDelegate=enscript
ac_cv_path_WMFDecodeDelegate=wmf2eps
ac_cv_path_WWWDecodeDelegate=/usr/bin/curl
ac_cv_path_XPSDelegate=gxps
ac_cv_path_ZipDelegate=//bin/gzip
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=//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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_freetype_config=freetype-config
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_prog_xml2_config=xml2-config
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_opendir='none required'
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_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=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_error_t=yes
ac_cv_type_long_double_wider=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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
im_cv_x_configure=/usr/X11R6/lib/X11/
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_module_path_var=LD_LIBRARY_PATH
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_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
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=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_argz_works=yes
lt_cv_sys_dlopen_deplibs=yes
lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/lib/mysql /usr/lib64/mysql /usr/lib64/mysql /usr/X11R6/lib /usr/X11R6/lib64 '
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_cv_sys_symbol_underscore=no
magick_cv_func_mmap_fileio=yes
pkg_cv_FONTCONFIG_CFLAGS=' '
pkg_cv_FONTCONFIG_LIBS='-lfontconfig '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run aclocal-1.10a'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run tar'
AR='ar'
ARGZ_H=''
AS='as'
AUTOCONF='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run automake-1.10a'
AWK='gawk'
AutotraceDecodeDelegate='autotrace'
BIN_DIR='/usr/local/bin'
BZIPDelegate='bzip2'
BZLIB_DELEGATE_FALSE='#'
BZLIB_DELEGATE_TRUE=''
BZLIB_LIBS='-lbz2'
BrowseDelegate='htmlview'
CAIRO_DELEGATE_FALSE=''
CAIRO_DELEGATE_TRUE='#'
CAIRO_SVG_CFLAGS=''
CAIRO_SVG_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCMALLOCDelegate=''
CFLAGS='-g -O2 -Wall -W -pthread'
CGMDecodeDelegate='ralcgm'
CODER_PATH='/usr/local/lib/ImageMagick-6.4.0/modules-Q16/coders'
CONFIGURE_ARGS='./configure '
CONFIGURE_PATH='/usr/local/lib/ImageMagick-6.4.0/config/'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog $(top_srcdir)/version.sh'
CONVENIENCE_LTDL_FALSE='#'
CONVENIENCE_LTDL_TRUE=''
CPP='gcc -E'
CPPFLAGS='-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -W -pthread'
CYGPATH_W='echo'
CYGWIN_BUILD_FALSE=''
CYGWIN_BUILD_TRUE='#'
CatDelegate='cat'
ConvertDelegate='convert'
DATA_DIR='/usr/local/share'
DEFS='-DHAVE_CONFIG_H'
DELEGATES='bzlib dps fontconfig freetype jpeg png tiff x11 xml zlib'
DEPDIR='.deps'
DIRSEP=':'
DISTCHECK_CONFIG_FLAGS='--disable-deprecate --with-quantum-depth=16 --with-djvu=no --with-umem=no --with-fontpath= --with-lqr=no'
DJVU_DELEGATE_FALSE=''
DJVU_DELEGATE_TRUE='#'
DJVU_LIBS=''
DLLDFLAGS='-export-dynamic'
DLLTOOL='dlltool'
DNGDecodeDelegate='ufraw-batch'
DOCUMENTATION_PATH='/usr/local/share/doc/ImageMagick-6.4.0'
DPS_DELEGATE_FALSE='#'
DPS_DELEGATE_TRUE=''
DPS_LIBS='-ldpstk -ldps '
DSYMUTIL=''
DUMPBIN=''
DVIDecodeDelegate='dvips'
DisplayDelegate='/usr/local/bin/display'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='//bin/grep -E'
EXECUTABLE_PATH='/usr/local/bin'
EXEC_PREFIX_DIR='/usr/local'
EXEEXT=''
EchoDelegate='echo'
EditorDelegate='xterm'
FGREP='//bin/grep -F'
FIGDecodeDelegate='fig2dev'
FILTER_PATH='/usr/local/lib/ImageMagick-6.4.0/modules-Q16/filters'
FONTCONFIG_CFLAGS=' '
FONTCONFIG_DELEGATE_FALSE='#'
FONTCONFIG_DELEGATE_TRUE=''
FONTCONFIG_LIBS='-lfontconfig '
FPX_DELEGATE_FALSE=''
FPX_DELEGATE_TRUE='#'
FPX_LIBS=''
FREETYPE_DELEGATE_FALSE='#'
FREETYPE_DELEGATE_TRUE=''
FREETYPE_LIBS='-lfreetype'
GDI32_LIBS=''
GOMP_LIBS=''
GREP='//bin/grep'
GSAlphaDevice='pngalpha'
GSCMYKDevice='pam'
GSColorDevice='pnmraw'
GSEPSDevice='epswrite'
GSMonoDevice='pnmraw'
GSPDFDevice='pdfwrite'
GSPSDevice='pswrite'
GSVersion='unknown'
GS_DELEGATE_FALSE=''
GS_DELEGATE_TRUE='#'
GS_LIBS=''
GVCDecodeDelegate='dot'
GVC_CFLAGS=''
GVC_DELEGATE_FALSE=''
GVC_DELEGATE_TRUE='#'
GVC_LIBS=''
GnuplotDecodeDelegate='gnuplot'
HDRDecodeDelegate='ra_pfm'
HPGLDecodeDelegate='hp2xx'
HTMLDecodeDelegate='html2ps'
HasUMEM_FALSE=''
HasUMEM_TRUE='#'
ILBMDecodeDelegate='ilbmtoppm'
ILBMEncodeDelegate='ppmtoilbm'
INCLTDL='-I${top_srcdir}/ltdl'
INCLUDE_DIR='/usr/local/include'
INFO_DIR='/usr/local/share/info'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT16_T='signed short'
INT32_T='signed int'
INT64_T='signed long'
INT8_T='signed char'
JBIG_DELEGATE_FALSE=''
JBIG_DELEGATE_TRUE='#'
JBIG_LIBS=''
JP2_DELEGATE_FALSE=''
JP2_DELEGATE_TRUE='#'
JP2_LIBS=''
JPEG_DELEGATE_FALSE='#'
JPEG_DELEGATE_TRUE=''
JPEG_LIBS='-ljpeg'
LCMS_DELEGATE_FALSE=''
LCMS_DELEGATE_TRUE='#'
LCMS_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz'
LFS_CPPFLAGS=' -D_LARGE_FILES=1'
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBEXEC_DIR='/usr/local/libexec'
LIBLTDL='${top_build_prefix}ltdl/libltdlc.la'
LIBOBJS=''
LIBRARY_AGE='0'
LIBRARY_CURRENT='1'
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_PATH='/usr/local/lib/ImageMagick-6.4.0'
LIBRARY_REVISION='0'
LIBS=''
LIBSTDCLDFLAGS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBTOOL_DEPS='config/ltmain.sh'
LIB_DIR='/usr/local/lib'
LIB_DL=''
LN_S='ln -s'
LOCALSTATE_DIR='/usr/local/var'
LPDelegate='lp'
LPRDelegate='lpr'
LQR_CFLAGS=''
LQR_DELEGATE_FALSE=''
LQR_DELEGATE_TRUE='#'
LQR_LIBS=''
LTCXXLIBOPTS=''
LTDLDEPS='${top_build_prefix}ltdl/libltdlc.la'
LTDLINCL='-I${top_srcdir}/ltdl'
LTDLOPEN='libltdl'
LTLIBOBJS=''
LT_CONFIG_H='config/config.h'
LT_DLLOADERS=' ltdl/dlopen.la'
LT_DLPREOPEN='-dlpreopen ltdl/dlopen.la '
LZWDecodeDelegate='uncompress'
LZWEncodeDelegate='compress'
LaunchDelegate='gimp'
MAGICKLIB='-L/usr/local/lib -lMagickCore'
MAGICKLIBDIR='/usr/local/lib'
MAGICK_CFLAGS='-g -O2 -Wall -W -pthread'
MAGICK_CODER_MODULE_PATH='/usr/local/bin/ImageMagick-6.4.0/coders'
MAGICK_CONFIGURE_BUILD_PATH='/usr/local/bin/ImageMagick-6.4.0/config'
MAGICK_CONFIGURE_SRC_PATH='/usr/local/bin/ImageMagick-6.4.0/config'
MAGICK_CPPFLAGS='-I/usr/local/include/ImageMagick'
MAGICK_CXXFLAGS='-g -O2 -Wall -W -pthread'
MAGICK_DEP_LIBS='-ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread'
MAGICK_FILTER_MODULE_PATH='/usr/local/bin/ImageMagick-6.4.0/filters'
MAGICK_HDRI=''
MAGICK_LDFLAGS='-L/usr/local/lib -L/usr/X11R6/lib64 -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz'
MAGICK_LIBS='-lMagickCore -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread'
MAGICK_PCFLAGS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/local/bin/ImageMagick-6.4.0/config/missing --run makeinfo'
MANDelegate='groff'
MAN_DIR='/usr/local/share/man'
MATH_LIBS='-lm'
MKDIR_P='//bin/mkdir -p'
MODULE_EXTRA_CPPFLAGS=''
MPEGDecodeDelegate='mpeg2decode'
MPEGEncodeDelegate='mpeg2encode'
MVDelegate='mv'
MogrifyDelegate='mogrify'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENEXR_CFLAGS=''
OPENEXR_DELEGATE_FALSE=''
OPENEXR_DELEGATE_TRUE='#'
OPENEXR_LIBS=''
OPENMP_CFLAGS=''
OPENMP_CXXFLAGS=''
OSX_GCOV_LDFLAG=''
P7ZIP=''
P7ZIP_DELEGATE_FALSE=''
P7ZIP_DELEGATE_TRUE='#'
PACKAGE='ImageMagick'
PACKAGE_BUGREPORT='http://www.imagemagick.org'
PACKAGE_LIB_VERSION='0x640'
PACKAGE_LIB_VERSION_NUMBER='6,4,0,0'
PACKAGE_NAME='ImageMagick'
PACKAGE_RELEASE_DATE='03/26/08'
PACKAGE_STRING='ImageMagick 6.4.0'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_VERSION='6.4.0'
PACKAGE_VERSION_ADDENDUM=''
PATH_SEPARATOR=':'
PCLCMYKDevice='bmpsep8'
PCLColorDevice='ppmraw'
PCLDelegate='pcl6'
PCLMonoDevice='pbmraw'
PCLVersion='unknown'
PERL='/usr/bin/perl'
PERLMAINCC=''
PERL_MAKE_OPTIONS=''
PERL_SUPPORTS_DESTDIR='yes'
PERSISTINCLUDE_DIR='/usr/include'
PGPDecodeDelegate='pgpv'
PKG_CONFIG='/usr/bin/pkg-config'
PNG_DELEGATE_FALSE='#'
PNG_DELEGATE_TRUE=''
PNG_LIBS='-lpng'
POVDelegate='povray'
POW_LIB=''
PREFIX_DIR='/usr/local'
PSDelegate='gs'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_CXX='g++'
PTHREAD_LIBS='-lpthread'
PrintDelegate='lpr'
QUANTUM_DEPTH='16'
RANLIB='ranlib'
RLEEncodeDelegate='rawtorle'
RMDelegate='rm'
RPM='rpmbuild'
RPM_DELEGATE_FALSE='#'
RPM_DELEGATE_TRUE=''
RST2HTML='rst2html.py'
RST2HTML_DELEGATE_FALSE='#'
RST2HTML_DELEGATE_TRUE=''
RSVG_CFLAGS=''
RSVG_DELEGATE_FALSE=''
RSVG_DELEGATE_TRUE='#'
RSVG_LIBS=''
SBIN_DIR='/usr/local/sbin'
SCANDecodeDelegate='scanimage'
SED='//bin/sed'
SET_MAKE=''
SHAREDSTATE_DIR='/usr/local/com'
SHARE_CONFIGURE_PATH='/usr/local/share/ImageMagick-6.4.0/config'
SHARE_PATH='/usr/local/share/ImageMagick-6.4.0'
SHELL='/bin/sh'
STRIP='strip'
SYSCONF_DIR='/usr/local/etc'
ShowImageDelegate=''
TAR='gtar'
THREAD_LIBS='-lpthread'
TIFF_DELEGATE_FALSE='#'
TIFF_DELEGATE_TRUE=''
TIFF_LIBS='-ltiff'
TXTDelegate='enscript'
UINT16_T='unsigned short'
UINT32_T='unsigned int'
UINT64_T='unsigned long'
UINT8_T='unsigned char'
UINTMAX_T='unsigned long'
UINTPTR_T='unsigned long'
UMEM_LIBS=''
VERSION='6.4.0'
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=''
WMFDecodeDelegate='wmf2eps'
WMF_DELEGATE_FALSE=''
WMF_DELEGATE_TRUE='#'
WMF_LIBS=''
WMF_LIBS_DEPS=''
WWWDecodeDelegate='curl'
WinPathScript='/usr/local/bin/ImageMagick-6.4.0/winpath.sh'
X11_DELEGATE_FALSE='#'
X11_DELEGATE_TRUE=''
X11_LIBS=' -lSM -lICE -lX11 '
XEXT_LIBS='-lXext'
XMKMF=''
XML_DELEGATE_FALSE='#'
XML_DELEGATE_TRUE=''
XML_LIBS='-lxml2'
XPSCMYKDevice='bmpsep8'
XPSColorDevice='ppmraw'
XPSDelegate='gxps'
XPSMonoDevice='pbmraw'
XPSVersion='unknown'
X_CFLAGS='-I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS='-L/usr/X11R6/lib64'
X_PRE_LIBS='-lSM -lICE'
ZIP='zip'
ZIP_DELEGATE_FALSE='#'
ZIP_DELEGATE_TRUE=''
ZLIB_DELEGATE_FALSE='#'
ZLIB_DELEGATE_TRUE=''
ZLIB_LIBS='-lz'
ZipDelegate='gzip'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
freetype_config='freetype-config'
ghostscript_font_dir=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/local/bin/ImageMagick-6.4.0/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
ltdl_LIBOBJS=' ltdl/lt__strl.o'
ltdl_LTLIBOBJS=' ltdl/lt__strl.lo'
mandir='${datarootdir}/man'
mkdir_p='//bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
type_include_files=''
windows_font_dir=''
xml2_config='xml2-config'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "ImageMagick"
#define PACKAGE_TARNAME "ImageMagick"
#define PACKAGE_VERSION "6.4.0"
#define PACKAGE_STRING "ImageMagick 6.4.0"
#define PACKAGE_BUGREPORT "http://www.imagemagick.org"
#define PACKAGE "ImageMagick"
#define VERSION "6.4.0"
#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_PTHREAD 1
#define HAVE_FSEEKO 1
#define _FILE_OFFSET_BITS 64
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LT_MODULE_EXT ".so"
#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
#define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/mysql:/usr/lib64/mysql:/usr/lib64/mysql:/usr/X11R6/lib:/usr/X11R6/lib64"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_ADD 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_WORKING_ARGZ 1
#define HAVE_PRELOADED_SYMBOLS 1
#define LTDL_DLOPEN_SELF_WORKS 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define BUILD_MODULES 1
#define LTDL_DELEGATE 1
#define INSTALLED_SUPPORT 1
#define QUANTUM_DEPTH 16
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STRINGIZE 1
#define TIME_WITH_SYS_TIME 1
#define restrict __restrict
#define HAVE_LONG_DOUBLE_WIDER 1
#define HAVE_LONG_DOUBLE 1
#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_UNSIGNED_INTP 8
#define RETSIGTYPE void
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP_FILEIO 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 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_VPRINTF 1
#define HAVE__EXIT 1
#define HAVE_ATEXIT 1
#define HAVE_CLOCK 1
#define HAVE_EXECVP 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETPID 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_MEMSET 1
#define HAVE_MKSTEMP 1
#define HAVE_MUNMAP 1
#define HAVE_PCLOSE 1
#define HAVE_POLL 1
#define HAVE_POPEN 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 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_SETLOCALE 1
#define HAVE_SETVBUF 1
#define HAVE_STAT 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 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_USLEEP 1
#define HAVE_VSPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 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_LSTRING /**/
#define X11_CONFIGURE_PATH ""
#define ZLIB_DELEGATE 1
#define BZLIB_DELEGATE 1
#define X11_DELEGATE 1
#define HAVE_SHARED_MEMORY 1
#define HAVE_SHAPE 1
#define DPS_DELEGATE 1
#define FONTCONFIG_DELEGATE 1
#define FREETYPE_DELEGATE 1
#define HAVE_FT2BUILD_H 1
#define PNG_DELEGATE 1
#define JPEG_DELEGATE 1
#define TIFF_DELEGATE 1
#define HAVE_TIFFCONF_H 1
#define HAVE_TIFFGETCONFIGUREDCODECS 1
#define HAVE_TIFFMERGEFIELDINFO 1
#define HAVE_TIFFSETTAGEXTENDER 1
#define XML_DELEGATE 1
#define LIBRARY_RELATIVE_PATH "ImageMagick-6.4.0"
#define EXECUTABLE_PATH "/usr/local/bin/"
#define LIBRARY_PATH "/usr/local/lib/ImageMagick-6.4.0/"
#define CONFIGURE_RELATIVE_PATH "ImageMagick-6.4.0/config"
#define CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.4.0/config/"
#define CODER_RELATIVE_PATH "ImageMagick-6.4.0/modules-Q16/coders"
#define CODER_PATH "/usr/local/lib/ImageMagick-6.4.0/modules-Q16/coders/"
#define FILTER_RELATIVE_PATH "ImageMagick-6.4.0/modules-Q16/filters"
#define FILTER_PATH "/usr/local/lib/ImageMagick-6.4.0/modules-Q16/filters/"
#define DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.4.0/"
#define SHARE_PATH "/usr/local/share/ImageMagick-6.4.0/"
#define SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.4.0/config"
#define SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.4.0/config/"

configure: exit 0
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Virtual Memory Exhausted

Post by magick »

Ouch. You have very limited memory resources if you can't even compile ImageMagick. Do you have a system administrator? If so ask them to increase your virtual memory limit. In a virtualization server they can limit the memory resources any one instance/process can consume.
judyksp

Re: Virtual Memory Exhausted

Post by judyksp »

How much memory should I ask them to increase it to?

I thought since the virtual memory is unlimited I should be having all the memory. :)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Virtual Memory Exhausted

Post by magick »

Start by asking to double it. Your shell has virtual memory settings but it can be overridden by the system administrator and of course there is a hard limit defined by your virtual memory configuration on your host.
judyksp

Re: Virtual Memory Exhausted

Post by judyksp »

Will try to ask my web host and see if they can increase the virtual memory for me. If they are unable to increase it for me, is there any other way I can install the program?
Post Reply