Hello,
I having troubles doing the make for ImageMagick. I am making progress. This is my current status:
My computer has SCO 6.0, Development system with Maintenance Pack 1.
I added my directory for ImageMagick to the path name in my logon script.
CONFIG_SHELL=/usr/bin/zsh /usr/bin/zsh ./configure –without-magick-plus-plus -without--perl
I did get to go through the whole script finally.
Bash 3.0 and /usr/bin/sh gave me shell errors and/or recursive errors.
My unlimit is: 4194303
Configure:
Configuring ImageMagick 6.5.0-2
Checking build/host/target system type: i686-unknown-sysv5SCO_SV6.0.0
This is my configure.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.5.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --without-magick-plus-plus --without-perl
## --------- ##
## Platform. ##
## --------- ##
hostname = scosysv.ROSEWOOD.COM
uname -m = i386
uname -r = 5
uname -s = SCO_SV
uname -v = 6.0.0
/usr/bin/uname -p = i386
/bin/uname -X =
System = SCO_SV
Node = scosysv
Release = 5v6.0.0
KernelID = 2005-07-24
Machine = Pent III
BusType = ISA
Serial = 3NA004080
Users = 10
OEM# = 0
Origin# = 1
NumCPU = 2
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /etc
PATH: /usr/bin
PATH: /u/magick/ImageMagick-6.5.0-2
PATH: /usr/julie/bin
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2585: checking build system type
configure:2603: result: i686-unknown-sysv5SCO_SV6.0.0
configure:2625: checking host system type
configure:2640: result: i686-unknown-sysv5SCO_SV6.0.0
configure:2662: checking target system type
configure:2677: result: i686-unknown-sysv5SCO_SV6.0.0
configure:2710: checking whether build environment is sane
configure:2753: result: yes
configure:2772: checking for a BSD-compatible install
configure:2840: result: config/install-sh -c
configure:2874: checking for a thread-safe mkdir -p
configure:2913: result: config/install-sh -c -d
configure:2926: checking for gawk
configure:2956: result: no
configure:2926: checking for mawk
configure:2956: result: no
configure:2926: checking for nawk
configure:2942: found /bin/nawk
configure:2953: result: nawk
configure:2964: checking whether make sets $(MAKE)
configure:2986: result: yes
configure:3319: checking for gcc
configure:3349: result: no
configure:3412: checking for cc
configure:3433: found /bin/cc
configure:3456: result: cc
configure:3578: checking for C compiler version
configure:3586: cc --version >&5
UX:cc: TO FIX: Usage: cc [ -01234AB:Ccd:D:e:EgGh:HiI:K:l:LOpPq:R:Q:Su:U:vVwW:X:Y:z:#Z: ] files ...
configure:3590: $? = 1
configure:3597: cc -v >&5
UX:cc: TO FIX: Usage: cc [ -01234AB:Ccd:D:e:EgGh:HiI:K:l:LOpPq:R:Q:Su:U:vVwW:X:Y:z:#Z: ] files ...
configure:3601: $? = 1
configure:3608: cc -V >&5
UX:cc: INFO: Optimizing C Compilation System (CCS) 4.2 06/08/05 (legend.bl14aa)
UX:cc: TO FIX: Usage: cc [ -01234AB:Ccd:D:e:EgGh:HiI:K:l:LOpPq:R:Q:Su:U:vVwW:X:Y:z:#Z: ] files ...
configure:3612: $? = 1
configure:3635: checking for C compiler default output file name
configure:3657: cc conftest.c >&5
configure:3661: $? = 0
configure:3699: result: a.out
configure:3718: checking whether the C compiler works
configure:3728: ./a.out
configure:3732: $? = 0
configure:3751: result: yes
configure:3758: checking whether we are cross compiling
configure:3760: result: no
configure:3763: checking for suffix of executables
configure:3770: cc -o conftest conftest.c >&5
configure:3774: $? = 0
configure:3800: result:
configure:3806: checking for suffix of object files
configure:3832: cc -c conftest.c >&5
configure:3836: $? = 0
configure:3861: result: o
configure:3865: checking whether we are using the GNU C compiler
configure:3894: cc -c conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 13: undefined symbol: choke
UX:acomp: ERROR: "conftest.c", line 13: Syntax error before or at: me
configure:3901: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:3918: result: no
configure:3927: checking whether cc accepts -g
configure:3957: cc -c -g conftest.c >&5
configure:3964: $? = 0
configure:4065: result: yes
configure:4082: checking for cc option to accept ISO C89
configure:4156: cc -c -g conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 42: no macro replacement within a character constant
UX:acomp: WARNING: "conftest.c", line 56: statement not reached
configure:4163: $? = 0
configure:4186: result: none needed
configure:4215: checking for style of include used by make
configure:4243: result: GNU
configure:4268: checking dependency style of cc
configure:4359: result: none
configure:4376: checking for cc option to accept ISO C99
configure:4535: cc -c -g conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 134: integral constant expression expected
UX:acomp: WARNING: "conftest.c", line 142: statement not reached
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -std=gnu99 -c -g conftest.c >&5
UX:cc: ERROR: illegal option -d=
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -std=c99 -c -g conftest.c >&5
UX:cc: ERROR: illegal option -d=
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -c99 -c -g conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 134: integral constant expression expected
UX:acomp: WARNING: "conftest.c", line 142: statement not reached
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -AC99 -c -g conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 134: integral constant expression expected
UX:acomp: WARNING: "conftest.c", line 142: statement not reached
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -xc99=all -c -g conftest.c >&5
UX:cc: WARNING: There is no -a compile option in UDK mode
UX:acomp: ERROR: "conftest.c", line 134: integral constant expression expected
UX:acomp: WARNING: "conftest.c", line 142: statement not reached
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4535: cc -qlanglvl=extc99 -c -g conftest.c >&5
UX:cc: ERROR: No such profiler langlvl=extc99prof
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4568: result: unsupported
configure:4578: checking for cc option to accept ISO C89
configure:4682: result: none needed
configure:4703: checking for cc option to accept ISO Standard C
configure:4712: result: none needed
configure:4724: checking how to run the C preprocessor
configure:4764: cc -E conftest.c
configure:4771: $? = 0
configure:4802: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 8: cannot find include file: <ac_nonexistent.h>
configure:4809: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4842: result: cc -E
configure:4871: cc -E conftest.c
configure:4878: $? = 0
configure:4909: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 8: cannot find include file: <ac_nonexistent.h>
configure:4916: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4955: checking for a sed that does not truncate output
configure:5021: result: /bin/sed
configure:5039: checking for grep that handles long lines and -e
configure:5099: result: /bin/grep
configure:5104: checking for egrep
configure:5168: result: /bin/grep -E
configure:5173: checking for fgrep
configure:5237: result: /bin/grep -F
configure:5305: checking for non-GNU ld
configure:5339: result: /bin/ld
configure:5348: checking if the linker (/bin/ld) is GNU ld
configure:5363: result: no
configure:5418: checking for ranlib
configure:5448: result: no
configure:5472: checking whether cc understands -c and -o together
configure:5504: cc -c conftest.c -o conftest2.o >&5
configure:5508: $? = 0
configure:5514: cc -c conftest.c -o conftest2.o >&5
configure:5518: $? = 0
configure:5573: result: yes
configure:5614: checking for a BSD-compatible install
configure:5682: result: config/install-sh -c
configure:5693: checking whether make sets $(MAKE)
configure:5715: result: yes
configure:5782: checking for g++
configure:5812: result: no
configure:5782: checking for c++
configure:5812: result: no
configure:5782: checking for gpp
configure:5812: result: no
configure:5782: checking for aCC
configure:5812: result: no
configure:5782: checking for CC
configure:5798: found /bin/CC
configure:5809: result: CC
configure:5836: checking for C++ compiler version
configure:5844: CC --version >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:5848: $? = 1
configure:5855: CC -v >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:5859: $? = 1
configure:5866: CC -V >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:5870: $? = 1
configure:5873: checking whether we are using the GNU C++ compiler
configure:5902: CC -c conftest.cpp >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:5909: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:5926: result: no
configure:5935: checking whether CC accepts -g
configure:5965: CC -c -g conftest.cpp >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:5972: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6004: CC -c conftest.cpp >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:6011: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6044: CC -c -g conftest.cpp >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:6051: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6073: result: no
configure:6098: checking dependency style of CC
configure:6189: result: none
configure:6205: checking maximum warning verbosity option
configure:6243: result: for C++ for C
configure:6248: checking whether ln -s works
configure:6252: result: yes
configure:6259: checking if malloc debugging is wanted
configure:6279: result: no
configure:6333: checking for pkg-config
configure:6351: found /bin/pkg-config
configure:6363: result: /bin/pkg-config
configure:6388: checking pkg-config is at least version 0.9.0
configure:6391: result: yes
configure:6406: checking for ANSI C header files
configure:6436: cc -c -g conftest.c >&5
configure:6443: $? = 0
configure:6542: cc -o conftest -g conftest.c >&5
configure:6546: $? = 0
configure:6552: ./conftest
configure:6556: $? = 0
configure:6574: result: yes
configure:6598: checking for sys/types.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for sys/stat.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for stdlib.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for string.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for memory.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for strings.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for inttypes.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for stdint.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6598: checking for unistd.h
configure:6619: cc -c -g conftest.c >&5
configure:6626: $? = 0
configure:6643: result: yes
configure:6668: checking minix/config.h usability
configure:6685: cc -c -g conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 51: cannot find include file: <minix/config.h>
configure:6692: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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:6706: result: no
configure:6710: checking minix/config.h presence
configure:6725: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 18: cannot find include file: <minix/config.h>
configure:6732: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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:6746: result: no
configure:6779: checking for minix/config.h
configure:6786: result: no
configure:6817: checking whether it is safe to define __EXTENSIONS__
configure:6845: cc -c -g conftest.c >&5
configure:6852: $? = 0
configure:6867: result: yes
configure:7216: checking for the pthreads library -lpthreads
configure:7259: cc -o conftest -g conftest.c -lpthreads >&5
UX:ld: ERROR: library not found: -lpthreads
configure:7266: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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:7289: result: no
configure:7161: checking whether pthreads work without any flags
configure:7259: cc -o conftest -g conftest.c >&5
Undefined first referenced
symbol in file
pthread_attr_init conftest.o
pthread_join conftest.o
pthread_cleanup_pop conftest.o
pthread_cleanup_push conftest.o
pthread_create conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:7266: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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:7289: result: no
configure:7166: checking whether pthreads work with -Kthread
configure:7259: cc -o conftest -g -Kthread conftest.c >&5
configure:7266: $? = 0
configure:7289: result: yes
configure:7308: checking for joinable pthread attribute
configure:7333: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 29: statement not reached
configure:7340: $? = 0
configure:7360: result: PTHREAD_CREATE_JOINABLE
configure:7370: checking if more special flags are required for pthreads
configure:7377: result: no
configure:7574: checking for cc option to support OpenMP
configure:7594: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7601: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -fopenmp conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -xopenmp conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -openmp conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -mp conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -omp conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 3: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 3: Syntax error before or at: me
UX:acomp: ERROR: "conftest.c", line 5: cannot find include file: <omp.h>
UX:acomp: ERROR: "conftest.c", line 6: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: main
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: {
UX:acomp: ERROR: "conftest.c", line 6: parameter not in identifier list: omp_get_num_threads
UX:acomp: ERROR: "conftest.c", line 6: Syntax error before or at: }
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7633: cc -o conftest -g -Kthread -qsmp=omp conftest.c >&5
UX:cc: ERROR: No such profiler smp=ompprof
configure:7640: $? = 1
configure: failed program was:
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7670: result: unsupported
configure:7698: checking for special C compiler options needed for large files
configure:7738: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: ERROR: "conftest.c", line 32: zero or negative subscript
configure:7745: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7766: cc -n32 -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: ERROR: "conftest.c", line 32: zero or negative subscript
configure:7773: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7793: result: no
configure:7799: checking for _FILE_OFFSET_BITS value needed for large files
configure:7834: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: WARNING: "conftest.c", line 32: shift count negative or too big: << 62
UX:acomp: WARNING: "conftest.c", line 32: integer overflow detected: op "<<"
UX:acomp: ERROR: "conftest.c", line 32: zero or negative subscript
configure:7841: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7885: cc -c -g -Kthread conftest.c >&5
configure:7892: $? = 0
configure:7910: result: 64
configure:8047: checking for _LARGEFILE_SOURCE value needed for large files
configure:8076: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 33: statement not reached
configure:8083: $? = 0
configure:8156: result: no
configure:8286: checking for BSD- or MS-compatible name lister (nm)
configure:8335: result: /bin/nm -p
configure:8453: checking the name lister (/bin/nm -p) interface
configure:8460: cc -c -g -Kthread conftest.c >&5
configure:8463: /bin/nm -p "conftest.o"
configure:8466: output
conftest.o:
0000000000 f conftest.c
0000000000 s .text
0000000000 s .data
0000000000 s .comment
0000000000 s .debug_info
0000000000 s .debug_line
0000000000 D some_variable
0000000000 U __abbr_table_1.1
configure:8473: result: BSD nm
configure:8477: checking the maximum length of command line arguments
configure:8597: result: 32768
configure:8614: checking whether the shell understands some XSI constructs
configure:8624: result: yes
configure:8628: checking whether the shell understands "+="
configure:8634: result: yes
configure:8669: checking for /bin/ld option to reload object files
configure:8676: result: -r
configure:8745: checking for objdump
configure:8775: result: no
configure:8801: checking how to recognize dependent libraries
configure:8997: result: pass_all
configure:9057: checking for ar
configure:9073: found /bin/ar
configure:9084: result: ar
configure:9162: checking for strip
configure:9178: found /bin/strip
configure:9189: result: strip
configure:9261: checking for ranlib
configure:9288: result: :
configure:9378: checking command to parse /bin/nm -p output from cc object
configure:9496: cc -c -g -Kthread conftest.c >&5
configure:9499: $? = 0
configure:9503: /bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([ABDT][ABDT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:9506: $? = 0
configure:9560: cc -o conftest -g -Kthread conftest.c conftstm.o >&5
configure:9563: $? = 0
configure:9601: result: ok
configure:10466: checking for dlfcn.h
configure:10487: cc -c -g -Kthread conftest.c >&5
configure:10494: $? = 0
configure:10511: result: yes
configure:10638: checking for C++ compiler version
configure:10646: CC --version >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:10650: $? = 1
configure:10657: CC -v >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:10661: $? = 1
configure:10668: CC -V >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:10672: $? = 1
configure:10675: checking whether we are using the GNU C++ compiler
configure:10728: result: no
configure:10737: checking whether CC accepts -g
configure:10875: result: no
configure:10900: checking dependency style of CC
configure:10991: result: none
configure:11014: checking how to run the C++ preprocessor
configure:11050: CC -E conftest.cpp
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:11057: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11050: CC -E conftest.cpp
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:11057: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11050: /lib/cpp conftest.cpp
./configure:11052: no such file or directory: /lib/cpp
configure:11057: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11050: /lib/cpp conftest.cpp
./configure:11052: no such file or directory: /lib/cpp
configure:11057: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11128: result: /lib/cpp
configure:11157: /lib/cpp conftest.cpp
./configure:11159: no such file or directory: /lib/cpp
configure:11164: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11157: /lib/cpp conftest.cpp
./configure:11159: no such file or directory: /lib/cpp
configure:11164: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:11226: error: in `/u/magick/ImageMagick-6.5.0-2':
configure:11712: checking for objdir
configure:11727: result: .libs
configure:12078: checking for cc option to produce PIC
configure:12350: result: -KPIC -DPIC
configure:12362: checking if cc PIC flag -KPIC -DPIC works
configure:12380: cc -c -g -Kthread -KPIC -DPIC -DPIC conftest.c >&5
configure:12384: $? = 0
configure:12397: result: yes
configure:12421: checking if cc static flag -Bstatic works
configure:12449: result: no
configure:12464: checking if cc supports -c -o file.o
configure:12485: cc -c -g -Kthread -o out/conftest2.o conftest.c >&5
configure:12489: $? = 0
configure:12511: result: yes
configure:12519: checking if cc supports -c -o file.o
configure:12566: result: yes
configure:12599: checking whether the cc linker (/bin/ld) supports shared libraries
configure:13673: result: yes
configure:13912: checking dynamic linker characteristics
configure:14598: result: sysv5SCO_SV6.0.0 ld.so
configure:14700: checking how to hardcode library paths into programs
configure:14725: result: immediate
configure:14848: checking for shl_load
configure:14904: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 64: statement not reached
Undefined first referenced
symbol in file
shl_load conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:14911: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:14931: result: no
configure:14936: checking for shl_load in -ldld
configure:14971: cc -o conftest -g -Kthread conftest.c -ldld >&5
UX:acomp: WARNING: "conftest.c", line 41: statement not reached
UX:ld: ERROR: library not found: -ldld
configure:14978: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:14999: result: no
configure:15004: checking for dlopen
configure:15060: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 64: statement not reached
configure:15067: $? = 0
configure:15087: result: yes
configure:15332: checking whether a program can dlopen itself
configure:15402: cc -o conftest -g -Kthread -DHAVE_DLFCN_H -Wl,-Bexport conftest.c >&5
configure:15405: $? = 0
configure:15423: result: yes
configure:15428: checking whether a statically linked program can dlopen itself
configure:15498: cc -o conftest -g -Kthread -DHAVE_DLFCN_H -Wl,-Bexport conftest.c >&5
configure:15501: $? = 0
configure:15519: result: yes
configure:15558: checking whether stripping libraries is possible
configure:15580: result: no
configure:15598: checking if libtool supports shared libraries
configure:15600: result: yes
configure:15603: checking whether to build shared libraries
configure:15624: result: yes
configure:15627: checking whether to build static libraries
configure:15631: result: yes
configure:18609: checking which extension is used for runtime loadable modules
configure:18619: result: .so
configure:18629: checking which variable specifies run-time module search path
configure:18636: result: LD_LIBRARY_PATH
configure:18646: checking for the default library search path
configure:18653: result: /usr/lib
configure:18683: checking for library containing dlopen
configure:18724: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 44: statement not reached
configure:18731: $? = 0
configure:18762: result: none required
configure:18918: checking for dlerror
configure:18974: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 68: statement not reached
configure:18981: $? = 0
configure:19003: result: yes
configure:19020: checking for shl_load
configure:19103: result: no
configure:19113: checking for shl_load in -ldld
configure:19176: result: no
configure:19368: checking for dld_link in -ldld
configure:19403: cc -o conftest -g -Kthread conftest.c -ldld >&5
UX:acomp: WARNING: "conftest.c", line 46: statement not reached
UX:ld: ERROR: library not found: -ldld
configure:19410: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #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:19431: result: no
configure:19469: checking for _ prefix in compiled symbols
configure:19479: cc -c -g -Kthread conftest.c >&5
configure:19482: $? = 0
configure:19486: /bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([ABDT][ABDT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:19489: $? = 0
configure:19511: result: no
configure:19627: checking whether deplibs are loaded by dlopen
configure:19721: result: unknown
configure:19737: checking for argz.h
configure:19758: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 69: cannot find include file: <argz.h>
configure:19765: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 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 <argz.h>
configure:19782: result: no
configure:19796: checking for error_t
configure:19827: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 42: undefined symbol: error_t
configure:19834: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof (error_t))
| return 0;
| ;
| return 0;
| }
configure:19894: result: no
configure:19929: checking for argz_add
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_add conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_add to an innocuous variant, in case <limits.h> declares argz_add.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_add innocuous_argz_add
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_add (); 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 argz_add
|
| /* 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 argz_add ();
| /* 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_argz_add || defined __stub___argz_add
| choke me
| #endif
|
| int
| main ()
| {
| return argz_add ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_append
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_append conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); 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 argz_append
|
| /* 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 argz_append ();
| /* 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_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_count
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_count conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_count innocuous_argz_count
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_count (); 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 argz_count
|
| /* 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 argz_count ();
| /* 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_argz_count || defined __stub___argz_count
| choke me
| #endif
|
| int
| main ()
| {
| return argz_count ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_create_sep
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_create_sep conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); 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 argz_create_sep
|
| /* 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 argz_create_sep ();
| /* 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_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_insert
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_insert conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); 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 argz_insert
|
| /* 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 argz_insert ();
| /* 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_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_next
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_next conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); 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 argz_next
|
| /* 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 argz_next ();
| /* 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_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
| ;
| return 0;
| }
configure:20014: result: no
configure:19929: checking for argz_stringify
configure:19985: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 73: statement not reached
Undefined first referenced
symbol in file
argz_stringify conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:19992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); 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 argz_stringify
|
| /* 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 argz_stringify ();
| /* 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_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
| ;
| return 0;
| }
configure:20014: result: no
configure:20085: checking whether libtool supports -dlopen/-dlpreopen
configure:20097: result: yes
configure:20128: checking for ltdl.h
configure:20150: cc -c -g -Kthread conftest.c >&5
configure:20157: $? = 0
configure:20172: result: yes
configure:20175: checking whether lt_dlinterface_register is declared
configure:20206: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 77: undefined symbol: lt_dlinterface_register
configure:20213: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 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:20228: result: no
configure:20399: checking where to find libltdl headers
configure:20401: result: -I${top_srcdir}/ltdl
configure:20403: checking where to find libltdl library
configure:20405: result: ${top_build_prefix}ltdl/libltdlc.la
configure:20460: checking for unistd.h
configure:20505: result: yes
configure:20460: checking for dl.h
configure:20481: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 73: cannot find include file: <dl.h>
configure:20488: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 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:20505: result: no
configure:20460: checking for sys/dl.h
configure:20481: cc -c -g -Kthread conftest.c >&5
configure:20488: $? = 0
configure:20505: result: yes
configure:20460: checking for dld.h
configure:20481: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 74: cannot find include file: <dld.h>
configure:20488: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_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:20505: result: no
configure:20460: checking for mach-o/dyld.h
configure:20481: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 74: cannot find include file: <mach-o/dyld.h>
configure:20488: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_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:20505: result: no
configure:20460: checking for dirent.h
configure:20481: cc -c -g -Kthread conftest.c >&5
configure:20488: $? = 0
configure:20505: result: yes
configure:20525: checking for closedir
configure:20581: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 77: statement not reached
configure:20588: $? = 0
configure:20610: result: yes
configure:20525: checking for opendir
configure:20581: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 78: statement not reached
configure:20588: $? = 0
configure:20610: result: yes
configure:20525: checking for readdir
configure:20581: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 79: statement not reached
configure:20588: $? = 0
configure:20610: result: yes
configure:20632: checking for strlcat
configure:20688: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 80: statement not reached
configure:20695: $? = 0
configure:20717: result: yes
configure:20632: checking for strlcpy
configure:20688: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 81: statement not reached
configure:20695: $? = 0
configure:20717: result: yes
configure:20972: checking whether to enable maintainer-specific portions of Makefiles
configure:20981: result: no
configure:21285: checking for ANSI C header files
configure:21453: result: yes
configure:21479: checking for dirent.h that defines DIR
configure:21508: cc -c -g -Kthread conftest.c >&5
configure:21515: $? = 0
configure:21532: result: yes
configure:21547: checking for library containing opendir
configure:21588: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 67: statement not reached
configure:21595: $? = 0
configure:21626: result: none required
configure:21766: checking arm/limits.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 87: cannot find include file: <arm/limits.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arm/limits.h>
configure:21804: result: no
configure:21808: checking arm/limits.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 54: cannot find include file: <arm/limits.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <arm/limits.h>
configure:21844: result: no
configure:21877: checking for arm/limits.h
configure:21886: result: no
configure:21766: checking complex.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 87: cannot find include file: <complex.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <complex.h>
configure:21804: result: no
configure:21808: checking complex.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 54: cannot find include file: <complex.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_SUPPORT 1
| #define QUANTUM_DEPTH 16
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <complex.h>
configure:21844: result: no
configure:21877: checking for complex.h
configure:21886: result: no
configure:21766: checking errno.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking errno.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for errno.h
configure:21886: result: yes
configure:21766: checking fcntl.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking fcntl.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for fcntl.h
configure:21886: result: yes
configure:21755: checking for inttypes.h
configure:21762: result: yes
configure:21766: checking limits.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking limits.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for limits.h
configure:21886: result: yes
configure:21766: checking linux/unistd.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 91: cannot find include file: <linux/unistd.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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
| /* 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 <linux/unistd.h>
configure:21804: result: no
configure:21808: checking linux/unistd.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 58: cannot find include file: <linux/unistd.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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
| /* end confdefs.h. */
| #include <linux/unistd.h>
configure:21844: result: no
configure:21877: checking for linux/unistd.h
configure:21886: result: no
configure:21766: checking locale.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking locale.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for locale.h
configure:21886: result: yes
configure:21766: checking machine/param.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 92: cannot find include file: <machine/param.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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:21804: result: no
configure:21808: checking machine/param.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 59: cannot find include file: <machine/param.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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:21844: result: no
configure:21877: checking for machine/param.h
configure:21886: result: no
configure:21755: checking for mach-o/dyld.h
configure:21762: result: no
configure:21766: checking OS.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 92: cannot find include file: <OS.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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 <OS.h>
configure:21804: result: no
configure:21808: checking OS.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 59: cannot find include file: <OS.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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 <OS.h>
configure:21844: result: no
configure:21877: checking for OS.h
configure:21886: result: no
configure:21766: checking stdarg.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking stdarg.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for stdarg.h
configure:21886: result: yes
configure:21766: checking stddef.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking stddef.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for stddef.h
configure:21886: result: yes
configure:21755: checking for string.h
configure:21762: result: yes
configure:21755: checking for strings.h
configure:21762: result: yes
configure:21766: checking sys/ipc.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/ipc.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/ipc.h
configure:21886: result: yes
configure:21766: checking sys/resource.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/resource.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/resource.h
configure:21886: result: yes
configure:21766: checking sys/syslimits.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 98: cannot find include file: <sys/syslimits.h>
configure:21790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syslimits.h>
configure:21804: result: no
configure:21808: checking sys/syslimits.h presence
configure:21823: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 65: cannot find include file: <sys/syslimits.h>
configure:21830: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <sys/syslimits.h>
configure:21844: result: no
configure:21877: checking for sys/syslimits.h
configure:21886: result: no
configure:21766: checking sys/time.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/time.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/time.h
configure:21886: result: yes
configure:21766: checking sys/timeb.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/timeb.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/timeb.h
configure:21886: result: yes
configure:21766: checking sys/times.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/times.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/times.h
configure:21886: result: yes
configure:21755: checking for sys/types.h
configure:21762: result: yes
configure:21766: checking sys/wait.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking sys/wait.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for sys/wait.h
configure:21886: result: yes
configure:21755: checking for unistd.h
configure:21762: result: yes
configure:21766: checking wchar.h usability
configure:21783: cc -c -g -Kthread conftest.c >&5
configure:21790: $? = 0
configure:21804: result: yes
configure:21808: checking wchar.h presence
configure:21823: cc -E conftest.c
configure:21830: $? = 0
configure:21844: result: yes
configure:21877: checking for wchar.h
configure:21886: result: yes
configure:21908: checking for stdbool.h that conforms to C99
configure:22003: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 99: non-constant initializer: op "!="
UX:acomp: WARNING: "conftest.c", line 147: statement not reached
configure:22010: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| /* end confdefs.h. */
|
| #include <stdbool.h>
| #ifndef bool
| "error: bool is not defined"
| #endif
| #ifndef false
| "error: false is not defined"
| #endif
| #if false
| "error: false is not 0"
| #endif
| #ifndef true
| "error: true is not defined"
| #endif
| #if true != 1
| "error: true is not 1"
| #endif
| #ifndef __bool_true_false_are_defined
| "error: __bool_true_false_are_defined is not defined"
| #endif
|
| struct s { _Bool s: 1; _Bool t; } s;
|
| char a[true == 1 ? 1 : -1];
| char b[false == 0 ? 1 : -1];
| char c[__bool_true_false_are_defined == 1 ? 1 : -1];
| char d[(bool) 0.5 == true ? 1 : -1];
| bool e = &s;
| char f[(_Bool) 0.0 == false ? 1 : -1];
| char g[true];
| char h[sizeof (_Bool)];
| char i[sizeof s.t];
| enum { j = false, k = true, l = false * true, m = true * 256 };
| /* The following fails for
| HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
| _Bool n[m];
| char o[sizeof n == m * sizeof n[0] ? 1 : -1];
| char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
| # if defined __xlc__ || defined __GNUC__
| /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
| reported by James Lemley on 2005-10-05; see
| http://lists.gnu.org/archive/html/bug-c ... 00086.html
| This test is not quite right, since xlc is allowed to
| reject this program, as the initializer for xlcbug is
| not one of the forms that C requires support for.
| However, doing the test right would require a runtime
| test, and that would make cross-compilation harder.
| Let us hope that IBM fixes the xlc bug, and also adds
| support for this kind of constant expression. In the
| meantime, this test will reject xlc, which is OK, since
| our stdbool.h substitute should suffice. We also test
| this with GCC, where it should work, to detect more
| quickly whether someone messes up the test in the
| future. */
| char digs[] = "0123456789";
| int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
| # endif
| /* Catch a bug in an HP-UX C compiler. See
| http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
| http://lists.gnu.org/archive/html/bug-c ... 00161.html
| */
| _Bool q = true;
| _Bool *pq = &q;
|
| int
| main ()
| {
|
| *pq |= q;
| *pq |= ! q;
| /* Refer to every declared value, to avoid compiler optimizations. */
| return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| + !m + !n + !o + !p + !q + !pq);
|
| ;
| return 0;
| }
configure:22025: result: no
configure:22027: checking for _Bool
configure:22055: cc -c -g -Kthread conftest.c >&5
configure:22062: $? = 0
configure:22089: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 108: Syntax error before or at: )
configure:22096: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_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:22119: result: yes
configure:22138: checking for working volatile
configure:22167: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 82: statement not reached
configure:22174: $? = 0
configure:22189: result: yes
configure:22199: checking for preprocessor stringizing operator
configure:22223: result: yes
configure:22233: checking whether stat file-mode macros are broken
configure:22270: cc -c -g -Kthread conftest.c >&5
configure:22277: $? = 0
configure:22292: result: no
configure:22302: checking whether time.h and sys/time.h may both be included
configure:22332: cc -c -g -Kthread conftest.c >&5
configure:22339: $? = 0
configure:22354: result: yes
configure:22364: checking whether struct tm is in sys/time.h or time.h
configure:22394: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 85: statement not reached
configure:22401: $? = 0
configure:22416: result: time.h
configure:22435: checking for an ANSI C-conforming const
configure:22510: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 130: statement not reached
configure:22517: $? = 0
configure:22532: result: yes
configure:22546: checking for inline
configure:22572: cc -c -g -Kthread conftest.c >&5
configure:22579: $? = 0
configure:22597: result: inline
configure:22620: checking for C/C++ restrict keyword
configure:22655: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 76: Syntax error before or at: ip
UX:acomp: ERROR: "conftest.c", line 77: undefined symbol: ip
UX:acomp: ERROR: "conftest.c", line 77: cannot dereference non-pointer type
UX:acomp: ERROR: "conftest.c", line 83: Syntax error before or at: t
UX:acomp: ERROR: "conftest.c", line 84: undefined symbol: t
UX:acomp: ERROR: "conftest.c", line 84: cannot dereference non-pointer type
UX:acomp: WARNING: "conftest.c", line 87: statement not reached
configure:22662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr __restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * __restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:22655: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 76: Syntax error before or at: ip
UX:acomp: ERROR: "conftest.c", line 77: undefined symbol: ip
UX:acomp: ERROR: "conftest.c", line 77: cannot dereference non-pointer type
UX:acomp: ERROR: "conftest.c", line 83: Syntax error before or at: t
UX:acomp: ERROR: "conftest.c", line 84: undefined symbol: t
UX:acomp: ERROR: "conftest.c", line 84: cannot dereference non-pointer type
UX:acomp: WARNING: "conftest.c", line 87: statement not reached
configure:22662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr __restrict__ ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * __restrict__ t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:22655: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 76: Syntax error before or at: ip
UX:acomp: ERROR: "conftest.c", line 77: undefined symbol: ip
UX:acomp: ERROR: "conftest.c", line 77: cannot dereference non-pointer type
UX:acomp: ERROR: "conftest.c", line 83: Syntax error before or at: t
UX:acomp: ERROR: "conftest.c", line 84: undefined symbol: t
UX:acomp: ERROR: "conftest.c", line 84: cannot dereference non-pointer type
UX:acomp: WARNING: "conftest.c", line 87: statement not reached
configure:22662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr _Restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * _Restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:22655: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 87: statement not reached
UX:as: ERROR: (EOF):undefined name: ..T104
UX:as: ERROR: (EOF):undefined name: ..T78
configure:22662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| typedef int * int_ptr;
| int foo (int_ptr restrict ip) {
| return ip[0];
| }
| int
| main ()
| {
| int s[1];
| int * restrict t = s;
| t[0] = 0;
| return foo(t)
| ;
| return 0;
| }
configure:22680: result: no
configure:22700: checking whether byte ordering is bigendian
configure:22725: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 77: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 77: Syntax error before or at: a
UX:acomp: ERROR: "conftest.c", line 77: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 77: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 77: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "conftest.c", line 79: syntax error, probably missing ",", ";" or "="
UX:acomp: WARNING: "conftest.c", line 79: only "register" valid as formal parameter storage class
UX:acomp: ERROR: "conftest.c", line 81: Syntax error before or at: <EOF>
configure:22732: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:22782: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 83: undefined symbol: bogus
UX:acomp: ERROR: "conftest.c", line 83: Syntax error before or at: endian
configure:22789: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
| bogus endian macros
| #endif
|
| ;
| return 0;
| }
configure:22878: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 82: undefined symbol: bogus
UX:acomp: ERROR: "conftest.c", line 82: Syntax error before or at: endian
configure:22885: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| /* end confdefs.h. */
| #include <limits.h>
|
| int
| main ()
| {
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
| bogus endian macros
| #endif
|
| ;
| return 0;
| }
configure:23048: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 123: statement not reached
configure:23052: $? = 0
configure:23058: ./conftest
configure:23062: $? = 0
configure:23080: result: no
configure:23107: checking for mode_t
configure:23135: cc -c -g -Kthread conftest.c >&5
configure:23142: $? = 0
configure:23169: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: Syntax error before or at: )
configure:23176: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define 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:23199: result: yes
configure:23213: checking for off_t
configure:23241: cc -c -g -Kthread conftest.c >&5
configure:23248: $? = 0
configure:23275: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: Syntax error before or at: )
configure:23282: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define 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:23305: result: yes
configure:23319: checking for pid_t
configure:23347: cc -c -g -Kthread conftest.c >&5
configure:23354: $? = 0
configure:23381: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: Syntax error before or at: )
configure:23388: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define 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:23411: result: yes
configure:23425: checking for size_t
configure:23453: cc -c -g -Kthread conftest.c >&5
configure:23460: $? = 0
configure:23487: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: Syntax error before or at: )
configure:23494: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define 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:23517: result: yes
configure:23531: checking for ssize_t
configure:23559: cc -c -g -Kthread conftest.c >&5
configure:23566: $? = 0
configure:23593: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: Syntax error before or at: )
configure:23600: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define 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:23623: result: yes
configure:23639: checking for long double
configure:23673: cc -c -g -Kthread conftest.c >&5
configure:23680: $? = 0
configure:23696: result: yes
configure:23707: checking for long double with more range or precision than double
configure:23752: cc -c -g -Kthread conftest.c >&5
configure:23759: $? = 0
configure:23774: result: yes
configure:23788: checking whether char is unsigned
configure:23816: cc -c -g -Kthread conftest.c >&5
configure:23823: $? = 0
configure:23838: result: no
configure:23853: checking size of signed short
configure:24158: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 141: statement not reached
configure:24162: $? = 0
configure:24168: ./conftest
configure:24172: $? = 0
configure:24198: result: 2
configure:24214: checking size of unsigned short
configure:24519: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 142: statement not reached
configure:24523: $? = 0
configure:24529: ./conftest
configure:24533: $? = 0
configure:24559: result: 2
configure:24575: checking size of signed int
configure:24880: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 143: statement not reached
configure:24884: $? = 0
configure:24890: ./conftest
configure:24894: $? = 0
configure:24920: result: 4
configure:24936: checking size of unsigned int
configure:25241: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 144: statement not reached
configure:25245: $? = 0
configure:25251: ./conftest
configure:25255: $? = 0
configure:25281: result: 4
configure:25297: checking size of signed long
configure:25602: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 145: statement not reached
configure:25606: $? = 0
configure:25612: ./conftest
configure:25616: $? = 0
configure:25642: result: 4
configure:25658: checking size of unsigned long
configure:25963: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 146: statement not reached
configure:25967: $? = 0
configure:25973: ./conftest
configure:25977: $? = 0
configure:26003: result: 4
configure:26020: checking size of signed long long
configure:26325: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 147: statement not reached
configure:26329: $? = 0
configure:26335: ./conftest
configure:26339: $? = 0
configure:26365: result: 8
configure:26383: checking size of unsigned long long
configure:26688: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 148: statement not reached
configure:26692: $? = 0
configure:26698: ./conftest
configure:26702: $? = 0
configure:26728: result: 8
configure:26744: checking size of off_t
configure:27049: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 149: statement not reached
configure:27053: $? = 0
configure:27059: ./conftest
configure:27063: $? = 0
configure:27089: result: 8
configure:27105: checking size of size_t
configure:27410: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 150: statement not reached
configure:27414: $? = 0
configure:27420: ./conftest
configure:27424: $? = 0
configure:27450: result: 4
configure:27466: checking size of unsigned int*
configure:27771: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 151: statement not reached
configure:27775: $? = 0
configure:27781: ./conftest
configure:27785: $? = 0
configure:27811: result: 4
configure:27826: checking for signed 8-bit type
configure:27829: result: signed char
configure:27833: checking for unsigned 8-bit type
configure:27836: result: unsigned char
configure:27840: checking for signed 16-bit type
configure:27843: result: signed short
configure:27847: checking for unsigned 16-bit type
configure:27850: result: unsigned short
configure:27854: checking for signed 32-bit type
configure:27862: result: signed int
configure:27866: checking for unsigned 32-bit type
configure:27874: result: unsigned int
configure:27878: checking for signed 64-bit type
configure:27886: result: signed long long
configure:27890: checking for unsigned 64-bit type
configure:27898: result: unsigned long long
configure:27902: checking for unsigned maximum type
configure:27910: result: unsigned long long
configure:27914: checking for pointer difference type
configure:27922: result: unsigned long
configure:27926: checking whether our compiler supports __func__
configure:27949: cc -c -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 95: statement not reached
configure:27956: $? = 0
configure:27961: result: yes
configure:28040: checking for stdlib.h
configure:28047: result: yes
configure:28040: checking for unistd.h
configure:28047: result: yes
configure:28190: checking for getpagesize
configure:28246: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 127: statement not reached
configure:28253: $? = 0
configure:28275: result: yes
configure:28287: checking for working mmap file i/o
configure:28416: cc -o conftest -g -Kthread conftest.c >&5
configure:28420: $? = 0
configure:28426: ./conftest
configure:28430: $? = 0
configure:28447: result: yes
configure:28458: checking whether closedir returns void
configure:28492: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 136: statement not reached
configure:28496: $? = 0
configure:28502: ./conftest
configure:28506: $? = 0
configure:28523: result: no
configure:28539: checking for stdlib.h
configure:28546: result: yes
configure:28539: checking for unistd.h
configure:28546: result: yes
configure:28689: checking for getpagesize
configure:28774: result: yes
configure:28786: checking for working mmap
configure:28933: cc -o conftest -g -Kthread conftest.c >&5
configure:28937: $? = 0
configure:28943: ./conftest
configure:28947: $? = 0
configure:28964: result: yes
configure:28991: checking vfork.h usability
configure:29008: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 130: cannot find include file: <vfork.h>
configure:29015: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:29029: result: no
configure:29033: checking vfork.h presence
configure:29048: cc -E conftest.c
UX:acomp: ERROR: "conftest.c", line 97: cannot find include file: <vfork.h>
configure:29055: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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
| /* end confdefs.h. */
| #include <vfork.h>
configure:29069: result: no
configure:29102: checking for vfork.h
configure:29111: result: no
configure:29131: checking for fork
configure:29187: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 133: statement not reached
configure:29194: $? = 0
configure:29216: result: yes
configure:29131: checking for vfork
configure:29187: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 134: statement not reached
configure:29194: $? = 0
configure:29216: result: yes
configure:29229: checking for working fork
configure:29261: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 140: statement not reached
configure:29265: $? = 0
configure:29271: ./conftest
configure:29275: $? = 0
configure:29292: result: yes
configure:29313: checking for working vfork
configure:29454: result: yes
configure:29485: checking for working memcmp
configure:29538: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 163: statement not reached
configure:29542: $? = 0
configure:29548: ./conftest
configure:29552: $? = 0
configure:29569: result: yes
configure:29595: checking sys/select.h usability
configure:29612: cc -c -g -Kthread conftest.c >&5
configure:29619: $? = 0
configure:29633: result: yes
configure:29637: checking sys/select.h presence
configure:29652: cc -E conftest.c
configure:29659: $? = 0
configure:29673: result: yes
configure:29706: checking for sys/select.h
configure:29715: result: yes
configure:29595: checking sys/socket.h usability
configure:29612: cc -c -g -Kthread conftest.c >&5
configure:29619: $? = 0
configure:29633: result: yes
configure:29637: checking sys/socket.h presence
configure:29652: cc -E conftest.c
configure:29659: $? = 0
configure:29673: result: yes
configure:29706: checking for sys/socket.h
configure:29715: result: yes
configure:29730: checking types of arguments for select
configure:29768: cc -c -g -Kthread conftest.c >&5
configure:29775: $? = 0
configure:29796: result: int,fd_set *,struct timeval *
configure:29826: checking return type of signal handlers
configure:29854: cc -c -g -Kthread conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 112: operand cannot have void type: op "STAR"
UX:acomp: ERROR: "conftest.c", line 112: cannot dereference non-pointer type
UX:acomp: ERROR: "conftest.c", line 112: operand cannot have void type: op "=="
UX:acomp: ERROR: "conftest.c", line 112: operands have incompatible types: op "=="
UX:acomp: WARNING: "conftest.c", line 114: statement not reached
configure:29861: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:29876: result: void
configure:29884: checking for working strtod
configure:29935: cc -o conftest -g -Kthread conftest.c >&5
configure:29939: $? = 0
configure:29945: ./conftest
configure:29949: $? = 0
configure:29966: result: yes
configure:30142: checking for vprintf
configure:30198: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 143: statement not reached
configure:30205: $? = 0
configure:30227: result: yes
configure:30236: checking for _doprnt
configure:30292: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 144: statement not reached
configure:30299: $? = 0
configure:30319: result: yes
configure:30405: checking for _exit
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 145: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for atexit
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 146: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for clock
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 147: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for clock_gettime
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 148: statement not reached
Undefined first referenced
symbol in file
clock_gettime conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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:30490: result: no
configure:30405: checking for execvp
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 148: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for floor
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 149: statement not reached
Undefined first referenced
symbol in file
floor conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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:30490: result: no
configure:30405: checking for fork
configure:30490: result: yes
configure:30405: checking for ftime
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 150: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for ftruncate
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 151: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for getcwd
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 152: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for getpid
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 153: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for getexecname
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 154: statement not reached
Undefined first referenced
symbol in file
getexecname conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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:30490: result: no
configure:30405: checking for getdtablesize
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 154: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for getpagesize
configure:30490: result: yes
configure:30405: checking for gettimeofday
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 156: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for gmtime_r
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 157: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for localtime_r
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 158: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for lstat
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 159: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for memmove
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 160: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for memset
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 161: statement not reached
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: y
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: y
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: y
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: z
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: y
UX:acomp: ERROR: "conftest.c", line 159: no actual for asm formal: y
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h. */
| /* Define memset to an innocuous variant, in case <limits.h> declares memset.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memset innocuous_memset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memset (); 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 memset
|
| /* 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 memset ();
| /* 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_memset || defined __stub___memset
| choke me
| #endif
|
| int
| main ()
| {
| return memset ();
| ;
| return 0;
| }
configure:30490: result: no
configure:30405: checking for mkstemp
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 161: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for munmap
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 162: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for _NSGetExecutablePath
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 163: statement not reached
Undefined first referenced
symbol in file
_NSGetExecutablePath conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 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:30490: result: no
configure:30405: checking for pclose
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 163: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for _pclose
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 164: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for poll
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 165: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for popen
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 166: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for _popen
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 167: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for posix_fallocate
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 168: statement not reached
Undefined first referenced
symbol in file
posix_fallocate conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 1
| #define HAVE__POPEN 1
| /* end confdefs.h. */
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fallocate innocuous_posix_fallocate
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fallocate (); 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 posix_fallocate
|
| /* 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 posix_fallocate ();
| /* 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_posix_fallocate || defined __stub___posix_fallocate
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fallocate ();
| ;
| return 0;
| }
configure:30490: result: no
configure:30405: checking for pow
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 168: statement not reached
Undefined first referenced
symbol in file
pow conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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:30490: result: no
configure:30405: checking for pread
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 168: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for pwrite
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 169: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for raise
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 170: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for rand_r
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 171: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for readlink
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 172: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for realpath
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 173: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for select
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 174: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for seekdir
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 175: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for setlocale
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 176: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for sqrt
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 177: statement not reached
Undefined first referenced
symbol in file
sqrt conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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:30490: result: no
configure:30405: checking for setvbuf
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 177: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for stat
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 178: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strchr
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 179: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strrchr
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 180: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strcspn
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 181: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strdup
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 182: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strpbrk
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 183: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strspn
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 184: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strstr
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 185: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strtol
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for symlink
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 187: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for sysconf
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 188: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for sigemptyset
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for sigaction
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 190: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strerror
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 191: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strlcat
configure:30490: result: yes
configure:30405: checking for strlcpy
configure:30490: result: yes
configure:30405: checking for strcasecmp
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 194: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for strncasecmp
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 195: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for telldir
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 196: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for tempnam
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 197: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for times
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 198: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for usleep
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 199: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for vsprintf
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for vsnprintf
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 201: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for waitpid
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 202: statement not reached
configure:30468: $? = 0
configure:30490: result: yes
configure:30405: checking for _wfopen
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 203: statement not reached
Undefined first referenced
symbol in file
_wfopen conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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:30490: result: no
configure:30405: checking for _wstat
configure:30461: cc -o conftest -g -Kthread conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 203: statement not reached
Undefined first referenced
symbol in file
_wstat conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:30468: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 _wstat to an innocuous variant, in case <limits.h> declares _wstat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _wstat innocuous__wstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _wstat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _wstat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _wstat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__wstat || defined __stub____wstat
| choke me
| #endif
|
| int
| main ()
| {
| return _wstat ();
| ;
| return 0;
| }
configure:30490: result: no
configure:30509: checking whether pread is declared
configure:30540: cc -c -g -Kthread conftest.c >&5
configure:30547: $? = 0
configure:30562: result: yes
configure:30578: checking whether pwrite is declared
configure:30609: cc -c -g -Kthread conftest.c >&5
configure:30616: $? = 0
configure:30631: result: yes
configure:30650: checking whether strlcpy is declared
configure:30681: cc -c -g -Kthread conftest.c >&5
configure:30688: $? = 0
configure:30703: result: yes
configure:30722: checking whether vsnprintf is declared
configure:30754: cc -c -g -Kthread conftest.c >&5
configure:30761: $? = 0
configure:30776: result: yes
configure:31861: checking for X11 configure files
configure:31908: result: /usr/X11R6/lib/X11/
configure:31998: checking for sunw_mp_register_warn in -lmtsk
configure:32033: cc -o conftest -g -Kthread conftest.c -lmtsk >&5
UX:acomp: WARNING: "conftest.c", line 185: statement not reached
UX:ld: ERROR: library not found: -lmtsk
configure:32040: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| /* 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 sunw_mp_register_warn ();
| int
| main ()
| {
| return sunw_mp_register_warn ();
| ;
| return 0;
| }
configure:32061: result: no
configure:32067: checking for _xlsmpFlush in -lxlsmp
configure:32102: cc -o conftest -g -Kthread conftest.c -lxlsmp >&5
UX:acomp: WARNING: "conftest.c", line 185: statement not reached
UX:ld: ERROR: library not found: -lxlsmp
configure:32109: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| /* 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 _xlsmpFlush ();
| int
| main ()
| {
| return _xlsmpFlush ();
| ;
| return 0;
| }
configure:32130: result: no
configure:32260: checking for the pthreads library -lpthread
configure:32288: cc -o conftest -g -Kthread conftest.c -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
configure:32295: $? = 0
configure:32315: result: yes
configure:32812: checking for sqrt in -lm
configure:32847: cc -o conftest -g -Kthread conftest.c -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 185: statement not reached
configure:32854: $? = 0
configure:32875: result: yes
configure:32905: result: -------------------------------------------------------------
configure:32907: checking for BZLIB
configure:32909: result:
configure:32924: checking bzlib.h usability
configure:32941: cc -c -g -Kthread conftest.c >&5
configure:32948: $? = 0
configure:32962: result: yes
configure:32966: checking bzlib.h presence
configure:32981: cc -E conftest.c
configure:32988: $? = 0
configure:33002: result: yes
configure:33035: checking for bzlib.h
configure:33042: result: yes
configure:33053: checking for BZ2_bzDecompress in -lbz2
configure:33088: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 185: statement not reached
configure:33095: $? = 0
configure:33116: result: yes
configure:33198: checking if BZLIB package is complete
configure:33213: result: yes
configure:33239: checking for X
configure:33354: cc -E conftest.c
configure:33361: $? = 0
configure:33410: cc -o conftest -g -Kthread conftest.c -lX11 -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
configure:33417: $? = 0
configure:33479: result: libraries , headers
configure:33648: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread -lX11 >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
configure:33655: $? = 0
configure:33823: checking for gethostbyname
configure:33879: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 209: statement not reached
Undefined first referenced
symbol in file
gethostbyname conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:33886: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| /* end confdefs.h. */
| /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyname innocuous_gethostbyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyname (); 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 gethostbyname
|
| /* 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 gethostbyname ();
| /* 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_gethostbyname || defined __stub___gethostbyname
| choke me
| #endif
|
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:33906: result: no
configure:33910: checking for gethostbyname in -lnsl
configure:33945: cc -o conftest -g -Kthread conftest.c -lnsl -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
Undefined first referenced
symbol in file
gethostbyname conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:33952: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_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 gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:33973: result: no
configure:33980: checking for gethostbyname in -lbsd
configure:34015: cc -o conftest -g -Kthread conftest.c -lbsd -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
UX:ld: ERROR: library not found: -lbsd
configure:34022: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_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 gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:34043: result: no
configure:34059: checking for connect
configure:34115: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 209: statement not reached
Undefined first referenced
symbol in file
connect conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:34122: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| /* end confdefs.h. */
| /* Define connect to an innocuous variant, in case <limits.h> declares connect.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define connect innocuous_connect
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char connect (); 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 connect
|
| /* 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 connect ();
| /* 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_connect || defined __stub___connect
| choke me
| #endif
|
| int
| main ()
| {
| return connect ();
| ;
| return 0;
| }
configure:34142: result: no
configure:34146: checking for connect in -lsocket
configure:34181: cc -o conftest -g -Kthread conftest.c -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
configure:34188: $? = 0
configure:34209: result: yes
configure:34218: checking for remove
configure:34274: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 209: statement not reached
configure:34281: $? = 0
configure:34301: result: yes
configure:34377: checking for shmat
configure:34433: cc -o conftest -g -Kthread conftest.c -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 209: statement not reached
configure:34440: $? = 0
configure:34460: result: yes
configure:34545: checking for IceConnectionNumber in -lICE
configure:34580: cc -o conftest -g -Kthread conftest.c -lICE -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 186: statement not reached
configure:34587: $? = 0
configure:34608: result: yes
configure:34619: result: -------------------------------------------------------------
configure:34621: checking for X11
configure:34623: result:
configure:34639: checking for shmctl
configure:34695: cc -o conftest -g -Kthread conftest.c -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 210: statement not reached
configure:34702: $? = 0
configure:34722: result: yes
configure:34789: checking for XShmAttach in -lXext
configure:34824: cc -o conftest -g -Kthread conftest.c -lXext -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 187: statement not reached
configure:34831: $? = 0
configure:34852: result: yes
configure:34867: checking for XShapeCombineMask in -lXext
configure:34902: cc -o conftest -g -Kthread conftest.c -lXext -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 188: statement not reached
configure:34909: $? = 0
configure:34930: result: yes
configure:34940: checking for XtSetEventDispatcher in -lXt
configure:34975: cc -o conftest -g -Kthread conftest.c -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:34982: $? = 0
configure:35003: result: yes
configure:35047: result: -------------------------------------------------------------
configure:35049: checking for ZLIB
configure:35051: result:
configure:35066: checking zconf.h usability
configure:35083: cc -c -g -Kthread conftest.c >&5
configure:35090: $? = 0
configure:35104: result: yes
configure:35108: checking zconf.h presence
configure:35123: cc -E conftest.c
configure:35130: $? = 0
configure:35144: result: yes
configure:35177: checking for zconf.h
configure:35184: result: yes
configure:35205: checking zlib.h usability
configure:35222: cc -c -g -Kthread conftest.c >&5
configure:35229: $? = 0
configure:35243: result: yes
configure:35247: checking zlib.h presence
configure:35262: cc -E conftest.c
configure:35269: $? = 0
configure:35283: result: yes
configure:35316: checking for zlib.h
configure:35323: result: yes
configure:35334: checking for compress in -lz
configure:35369: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35376: $? = 0
configure:35397: result: yes
configure:35405: checking for uncompress in -lz
configure:35440: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35447: $? = 0
configure:35468: result: yes
configure:35476: checking for deflate in -lz
configure:35511: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35518: $? = 0
configure:35539: result: yes
configure:35547: checking for inflate in -lz
configure:35582: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35589: $? = 0
configure:35610: result: yes
configure:35618: checking for gzseek in -lz
configure:35653: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35660: $? = 0
configure:35681: result: yes
configure:35689: checking for gztell in -lz
configure:35724: cc -o conftest -g -Kthread conftest.c -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 189: statement not reached
configure:35731: $? = 0
configure:35752: result: yes
configure:35760: checking if ZLIB package is complete
configure:35775: result: yes
configure:36010: result: -------------------------------------------------------------
configure:36012: checking for DPS
configure:36014: result:
configure:36030: checking DPS/dpsXclient.h usability
configure:36047: cc -c -g -Kthread -I/X11 conftest.c >&5
configure:36054: $? = 0
configure:36068: result: yes
configure:36072: checking DPS/dpsXclient.h presence
configure:36087: cc -E -I/X11 conftest.c
configure:36094: $? = 0
configure:36108: result: yes
configure:36141: checking for DPS/dpsXclient.h
configure:36148: result: yes
configure:36166: checking for DPSInitialize in -ldps
configure:36201: cc -o conftest -g -Kthread -I/X11 conftest.c -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 190: statement not reached
configure:36208: $? = 0
configure:36229: result: yes
configure:36320: checking for XDPSPixelsPerPoint in -ldpstk
configure:36355: cc -o conftest -g -Kthread -I/X11 conftest.c -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 190: statement not reached
configure:36362: $? = 0
configure:36383: result: yes
configure:36391: checking if DPS package is complete
configure:36407: result: yes
configure:36447: result: -------------------------------------------------------------
configure:36449: checking for DJVU
configure:36451: result:
configure:36465: checking libdjvu/ddjvuapi.h usability
configure:36482: cc -c -g -Kthread -I/X11 conftest.c >&5
UX:acomp: ERROR: "conftest.c", line 211: cannot find include file: <libdjvu/ddjvuapi.h>
configure:36489: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define 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 <libdjvu/ddjvuapi.h>
configure:36503: result: no
configure:36507: checking libdjvu/ddjvuapi.h presence
configure:36522: cc -E -I/X11 conftest.c
UX:acomp: ERROR: "conftest.c", line 178: cannot find include file: <libdjvu/ddjvuapi.h>
configure:36529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| /* end confdefs.h. */
| #include <libdjvu/ddjvuapi.h>
configure:36543: result: no
configure:36576: checking for libdjvu/ddjvuapi.h
configure:36583: result: no
configure:36594: checking for ddjvu_context_create in -ldjvulibre
configure:36629: cc -o conftest -g -Kthread -I/X11 conftest.c -ldjvulibre -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 191: statement not reached
UX:ld: ERROR: library not found: -ldjvulibre
configure:36636: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define 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 ddjvu_context_create ();
| int
| main ()
| {
| return ddjvu_context_create ();
| ;
| return 0;
| }
configure:36657: result: no
configure:36665: checking if DJVU package is complete
configure:36685: result: no
configure:36719: result: -------------------------------------------------------------
configure:36721: checking for FlashPIX
configure:36723: result:
configure:36744: checking fpxlib.h usability
configure:36761: CC -c -Kthread -I/X11 conftest.cpp >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:36768: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define 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:36782: result: no
configure:36786: checking fpxlib.h presence
configure:36801: /lib/cpp -I/X11 conftest.cpp
./configure:36803: no such file or directory: /lib/cpp
configure:36808: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| /* end confdefs.h. */
| #include <fpxlib.h>
configure:36822: result: no
configure:36855: checking for fpxlib.h
configure:36862: result: no
configure:36873: checking for FPX_OpenImageByFilename in -lfpx
configure:36908: CC -o conftest -Kthread -I/X11 conftest.cpp -lfpx -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:CC: ERROR: OpenServer 6.0 DevSys: Product is not licensed.
configure:36915: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define 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:36936: result: no
configure:36950: checking if FlashPIX package is complete
configure:36970: result: no
configure:37006: result: -------------------------------------------------------------
configure:37010: checking for FONTCONFIG
configure:37017: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:37020: $? = 0
configure:37033: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.1.0"
configure:37036: $? = 0
configure:37071: result: yes
configure:37075: result:
configure:37122: result: -------------------------------------------------------------
configure:37124: checking for FreeType 2.0
configure:37126: result:
configure:37140: checking for freetype-config
configure:37156: found /bin/freetype-config
configure:37167: result: freetype-config
configure:37186: checking for FT_Init_FreeType in -lfreetype
configure:37221: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 192: statement not reached
configure:37228: $? = 0
configure:37249: result: yes
configure:37273: checking ft2build.h usability
configure:37290: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:37297: $? = 0
configure:37311: result: yes
configure:37315: checking ft2build.h presence
configure:37330: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:37337: $? = 0
configure:37351: result: yes
configure:37384: checking for ft2build.h
configure:37391: result: yes
configure:37402: checking for freetype/freetype.h
configure:37423: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:37430: $? = 0
configure:37445: result: yes
configure:37461: checking if FreeType package is complete
configure:37483: result: yes
configure:38052: result: -------------------------------------------------------------
configure:38056: checking for GVC
configure:38063: $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:38066: $? = 1
configure:38079: $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:38082: $? = 1
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:38109: result: no
configure:38121: result:
configure:38164: result: -------------------------------------------------------------
configure:38166: checking for JBIG
configure:38168: result:
configure:38182: checking jbig.h usability
configure:38199: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:38206: $? = 0
configure:38220: result: yes
configure:38224: checking jbig.h presence
configure:38239: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:38246: $? = 0
configure:38260: result: yes
configure:38293: checking for jbig.h
configure:38300: result: yes
configure:38311: checking for jbg_dec_init in -ljbig
configure:38346: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 194: statement not reached
configure:38353: $? = 0
configure:38374: result: yes
configure:38382: checking if JBIG package is complete
configure:38397: result: yes
configure:38436: result: -------------------------------------------------------------
configure:38438: checking for JPEG
configure:38440: result:
configure:38454: checking jconfig.h usability
configure:38471: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:38478: $? = 0
configure:38492: result: yes
configure:38496: checking jconfig.h presence
configure:38511: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:38518: $? = 0
configure:38532: result: yes
configure:38565: checking for jconfig.h
configure:38572: result: yes
configure:38593: checking jerror.h usability
configure:38610: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:38617: $? = 0
configure:38631: result: yes
configure:38635: checking jerror.h presence
configure:38650: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:38657: $? = 0
configure:38671: result: yes
configure:38704: checking for jerror.h
configure:38711: result: yes
configure:38732: checking jmorecfg.h usability
configure:38749: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:38756: $? = 0
configure:38770: result: yes
configure:38774: checking jmorecfg.h presence
configure:38789: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:38796: $? = 0
configure:38810: result: yes
configure:38843: checking for jmorecfg.h
configure:38850: result: yes
configure:38871: checking jpeglib.h usability
configure:38888: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:38895: $? = 0
configure:38909: result: yes
configure:38913: checking jpeglib.h presence
configure:38928: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:38935: $? = 0
configure:38949: result: yes
configure:38982: checking for jpeglib.h
configure:38989: result: yes
configure:39000: checking for jpeg_read_header in -ljpeg
configure:39035: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 195: statement not reached
configure:39042: $? = 0
configure:39063: result: yes
configure:39074: checking for JPEG library is version 6b or later
configure:39108: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
UX:acomp: WARNING: "conftest.c", line 196: statement not reached
configure:39115: $? = 0
configure:39130: result: yes
configure:39133: checking if JPEG package is complete
configure:39148: result: yes
configure:39187: result: -------------------------------------------------------------
configure:39189: checking for JPEG Version 2
configure:39191: result:
configure:39205: checking jasper/jasper.h usability
configure:39222: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 101: macro redefined: PACKAGE_BUGREPORT
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 104: macro redefined: PACKAGE_NAME
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 107: macro redefined: PACKAGE_STRING
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 110: macro redefined: PACKAGE_TARNAME
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 113: macro redefined: PACKAGE_VERSION
configure:39229: $? = 0
configure:39243: result: yes
configure:39247: checking jasper/jasper.h presence
configure:39262: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 101: macro redefined: PACKAGE_BUGREPORT
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 104: macro redefined: PACKAGE_NAME
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 107: macro redefined: PACKAGE_STRING
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 110: macro redefined: PACKAGE_TARNAME
UX:acomp: WARNING: "/usr/include/jasper/jas_config.h", line 113: macro redefined: PACKAGE_VERSION
configure:39269: $? = 0
configure:39283: result: yes
configure:39316: checking for jasper/jasper.h
configure:39323: result: yes
configure:39334: checking for jas_stream_fopen in -ljasper
configure:39369: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 196: statement not reached
configure:39376: $? = 0
configure:39397: result: yes
configure:39405: checking if JPEG version 2 support package is complete
configure:39420: result: yes
configure:39459: result: -------------------------------------------------------------
configure:39461: checking for LCMS
configure:39463: result:
configure:39478: checking lcms.h usability
configure:39495: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
UX:acomp: WARNING: "/usr/include/icc34.h", line 330: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 357: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 387: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 421: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 433: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 443: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 455: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 463: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 472: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 485: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 493: enumerator value overflows INT_MAX (2147483647)
UX:acomp: WARNING: "/usr/include/icc34.h", line 507: enumerator value overflows INT_MAX (2147483647)
configure:39502: $? = 0
configure:39516: result: yes
configure:39520: checking lcms.h presence
configure:39535: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:39542: $? = 0
configure:39556: result: yes
configure:39589: checking for lcms.h
configure:39596: result: yes
configure:39761: checking for cmsOpenProfileFromMem in -llcms
configure:39796: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 198: statement not reached
configure:39803: $? = 0
configure:39824: result: yes
configure:39832: checking if LCMS package is complete
configure:39847: result: yes
configure:39888: result: -------------------------------------------------------------
configure:39892: checking for LQR
configure:39899: $PKG_CONFIG --exists --print-errors "lqr-1 >= 0.1.0"
Package lqr-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lqr-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lqr-1' found
configure:39902: $? = 1
configure:39915: $PKG_CONFIG --exists --print-errors "lqr-1 >= 0.1.0"
Package lqr-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lqr-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lqr-1' found
configure:39918: $? = 1
Package lqr-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lqr-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lqr-1' found
configure:39945: result: no
configure:39957: result:
configure:40003: result: -------------------------------------------------------------
configure:40007: checking for OPENEXR
configure:40014: $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:40017: $? = 1
configure:40030: $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:40033: $? = 1
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:40060: result: no
configure:40072: result:
configure:40118: result: -------------------------------------------------------------
configure:40120: checking for PNG
configure:40122: result:
configure:40136: checking png.h usability
configure:40153: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:40160: $? = 0
configure:40174: result: yes
configure:40178: checking png.h presence
configure:40193: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:40200: $? = 0
configure:40214: result: yes
configure:40247: checking for png.h
configure:40254: result: yes
configure:40265: checking for png_get_io_ptr in -lpng
configure:40300: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 199: statement not reached
configure:40307: $? = 0
configure:40328: result: yes
configure:40336: checking if PNG package is complete
configure:40351: result: yes
configure:40393: result: -------------------------------------------------------------
configure:40397: checking for RSVG
configure:40404: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
Package libcroco was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcroco.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcroco', required by 'librsvg', not found
configure:40407: $? = 1
configure:40420: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.9.0"
Package libcroco was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcroco.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcroco', required by 'librsvg', not found
configure:40423: $? = 1
Package libcroco was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcroco.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcroco', required by 'librsvg', not found
configure:40450: result: no
configure:40462: result:
configure:40466: checking for CAIRO_SVG
configure:40473: $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:40476: $? = 1
configure:40489: $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:40492: $? = 1
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:40519: result: no
configure:40531: result:
configure:40596: result: -------------------------------------------------------------
configure:40598: checking for TIFF
configure:40600: result:
configure:40614: checking tiff.h usability
configure:40631: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:40638: $? = 0
configure:40652: result: yes
configure:40656: checking tiff.h presence
configure:40671: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:40678: $? = 0
configure:40692: result: yes
configure:40725: checking for tiff.h
configure:40732: result: yes
configure:40753: checking tiffio.h usability
configure:40770: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:40777: $? = 0
configure:40791: result: yes
configure:40795: checking tiffio.h presence
configure:40810: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:40817: $? = 0
configure:40831: result: yes
configure:40864: checking for tiffio.h
configure:40871: result: yes
configure:40882: checking for TIFFOpen in -ltiff
configure:40917: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:40924: $? = 0
configure:40945: result: yes
configure:40953: checking for TIFFClientOpen in -ltiff
configure:40988: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:40995: $? = 0
configure:41016: result: yes
configure:41024: checking for TIFFIsByteSwapped in -ltiff
configure:41059: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:41066: $? = 0
configure:41087: result: yes
configure:41095: checking for TIFFReadRGBATile in -ltiff
configure:41130: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:41137: $? = 0
configure:41158: result: yes
configure:41166: checking for TIFFReadRGBAStrip in -ltiff
configure:41201: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 200: statement not reached
configure:41208: $? = 0
configure:41229: result: yes
configure:41237: checking if TIFF package is complete
configure:41252: result: yes
configure:41271: checking tiffconf.h usability
configure:41288: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:41295: $? = 0
configure:41309: result: yes
configure:41313: checking tiffconf.h presence
configure:41328: cc -E -I/usr/include/freetype2 -I/X11 conftest.c
configure:41335: $? = 0
configure:41349: result: yes
configure:41382: checking for tiffconf.h
configure:41391: result: yes
configure:41418: checking for TIFFIsCODECConfigured
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 225: statement not reached
configure:41481: $? = 0
configure:41503: result: yes
configure:41418: checking for TIFFMergeFieldInfo
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 226: statement not reached
configure:41481: $? = 0
configure:41503: result: yes
configure:41418: checking for TIFFReadEXIFDirectory
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 227: statement not reached
Undefined first referenced
symbol in file
TIFFReadEXIFDirectory conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:41481: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define JBIG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define JP2_DELEGATE 1
| #define HAVE_LCMS_H 1
| #define LCMS_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 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:41503: result: no
configure:41418: checking for TIFFSetErrorHandlerExt
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 227: statement not reached
Undefined first referenced
symbol in file
TIFFSetErrorHandlerExt conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:41481: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define JBIG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define JP2_DELEGATE 1
| #define HAVE_LCMS_H 1
| #define LCMS_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 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:41503: result: no
configure:41418: checking for TIFFSetTagExtender
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 227: statement not reached
configure:41481: $? = 0
configure:41503: result: yes
configure:41418: checking for TIFFSetWarningHandlerExt
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 228: statement not reached
Undefined first referenced
symbol in file
TIFFSetWarningHandlerExt conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:41481: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define JBIG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define JP2_DELEGATE 1
| #define HAVE_LCMS_H 1
| #define LCMS_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_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:41503: result: no
configure:41418: checking for TIFFSwabArrayOfTriples
configure:41474: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 228: statement not reached
Undefined first referenced
symbol in file
TIFFSwabArrayOfTriples conftest.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
configure:41481: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "6.5.0"
| #define PACKAGE_STRING "ImageMagick 6.5.0"
| #define PACKAGE_BUGREPORT "http://www.imagemagick.org"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #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 "/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_DL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define BUILD_MODULES 1
| #define LTDL_DELEGATE 1
| #define INSTALLED_SUPPORT 1
| #define CIPHER_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_STDDEF_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_WCHAR_H 1
| #define HAVE__BOOL 1
| #define HAVE_STRINGIZE 1
| #define TIME_WITH_SYS_TIME 1
| #define restrict /**/
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_DOUBLE_WIDER 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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_INTP 4
| #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_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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_GMTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MUNMAP 1
| #define HAVE_PCLOSE 1
| #define HAVE__PCLOSE 1
| #define HAVE_POLL 1
| #define HAVE_POPEN 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_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRERROR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 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 1
| #define HAVE_DECL_VSNPRINTF 1
| #define X11_CONFIGURE_PATH ""
| #define BZLIB_DELEGATE 1
| #define X11_DELEGATE 1
| #define HAVE_SHARED_MEMORY 1
| #define HAVE_SHAPE 1
| #define ZLIB_DELEGATE 1
| #define DPS_DELEGATE 1
| #define FONTCONFIG_DELEGATE 1
| #define FREETYPE_DELEGATE 1
| #define HAVE_FT2BUILD_H 1
| #define JBIG_DELEGATE 1
| #define JPEG_DELEGATE 1
| #define JP2_DELEGATE 1
| #define HAVE_LCMS_H 1
| #define LCMS_DELEGATE 1
| #define PNG_DELEGATE 1
| #define TIFF_DELEGATE 1
| #define HAVE_TIFFCONF_H 1
| #define HAVE_TIFFISCODECCONFIGURED 1
| #define HAVE_TIFFMERGEFIELDINFO 1
| #define HAVE_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:41503: result: no
configure:41569: result: -------------------------------------------------------------
configure:41571: checking for WMF
configure:41573: result:
configure:41579: checking for libwmf/ipa.h
configure:41600: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 conftest.c >&5
configure:41607: $? = 0
configure:41622: result: yes
configure:41630: checking for wmf_lite_create in -lwmflite
configure:41665: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -lfreetype -lz -lm conftest.c -lwmflite -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 205: statement not reached
configure:41672: $? = 0
configure:41693: result: yes
configure:41803: checking if WMF package is complete
configure:41806: result: yes
configure:41844: result: -------------------------------------------------------------
configure:41846: checking for XML
configure:41848: result:
configure:41857: checking for xml2-config
configure:41873: found /bin/xml2-config
configure:41884: result: xml2-config
configure:41918: checking libxml/parser.h usability
configure:41935: cc -c -g -Kthread -I/usr/include/freetype2 -I/X11 -I/usr/include/libxml2 conftest.c >&5
configure:41942: $? = 0
configure:41956: result: yes
configure:41960: checking libxml/parser.h presence
configure:41975: cc -E -I/usr/include/freetype2 -I/X11 -I/usr/include/libxml2 conftest.c
configure:41982: $? = 0
configure:41996: result: yes
configure:42029: checking for libxml/parser.h
configure:42036: result: yes
configure:42047: checking for xmlParseExternalEntity in -lxml2
configure:42082: cc -o conftest -g -Kthread -I/usr/include/freetype2 -I/X11 -I/usr/include/libxml2 -lfreetype -lz -lm conftest.c -lxml2 -lwmflite -ltiff -lpng -llcms -ljasper -ljpeg -ljbig -lfreetype -ldpstk -ldps -lz -lXext -lXt -lSM -lICE -lX11 -lsocket -lbz2 -lm -lpthread >&5
UX:cc: WARNING: -Kthread and -Kpthread both supplied; -Kpthread used
UX:acomp: WARNING: "conftest.c", line 206: statement not reached
configure:42089: $? = 0
configure:42110: result: yes
configure:42118: checking if XML package is complete
configure:42135: result: yes
configure:42327: result: -------------------------------------------------------------
configure:42329: checking for ImageMagick delegate programs
configure:42331: result:
configure:42386: checking for autotrace
configure:42417: result: autotrace
configure:42427: checking for mplayer
configure:42458: result: mplayer
configure:42468: checking for
configure:42502: result: no
configure:42509: checking for bzip2
configure:42527: found /bin/bzip2
configure:42540: result: /bin/bzip2
configure:42550: checking for xdg-open
configure:42581: result: xdg-open
configure:42591: checking for ralcgm
configure:42622: result: ralcgm
configure:42632: checking for cat
configure:42650: found /bin/cat
configure:42663: result: /bin/cat
configure:42673: checking for ufraw-batch
configure:42704: result: ufraw-batch
configure:42714: checking for dot
configure:42745: result: dot
configure:42755: checking for dvips
configure:42786: result: dvips
configure:42796: checking for echo
configure:42814: found /bin/echo
configure:42827: result: /bin/echo
configure:42837: checking for xterm
configure:42868: result: xterm
configure:42878: checking for fig2dev
configure:42909: result: fig2dev
configure:42919: checking for convert
configure:42937: found /bin/convert
configure:42950: result: /bin/convert
configure:42960: checking for display
configure:42991: result: display
configure:43001: checking for mogrify
configure:43032: result: mogrify
configure:43042: checking for gnuplot
configure:43073: result: gnuplot
configure:43083: checking for ra_pfm
configure:43114: result: ra_pfm
configure:43124: checking for hp2xx
configure:43155: result: hp2xx
configure:43165: checking for html2ps
configure:43196: result: html2ps
configure:43206: checking for ilbmtoppm
configure:43224: found /bin/ilbmtoppm
configure:43237: result: /bin/ilbmtoppm
configure:43247: checking for ppmtoilbm
configure:43265: found /bin/ppmtoilbm
configure:43278: result: /bin/ppmtoilbm
configure:43288: checking for lp
configure:43306: found /bin/lp
configure:43319: result: /bin/lp
configure:43329: checking for lpr
configure:43347: found /bin/lpr
configure:43360: result: /bin/lpr
configure:43370: checking for uncompress
configure:43388: found /bin/uncompress
configure:43401: result: /bin/uncompress
configure:43411: checking for compress
configure:43429: found /bin/compress
configure:43442: result: /bin/compress
configure:43452: checking for gimp
configure:43483: result: gimp
configure:43493: checking for groff
configure:43524: result: groff
configure:43534: checking for ffmpeg
configure:43565: result: ffmpeg
configure:43575: checking for ffmpeg
configure:43606: result: ffmpeg
configure:43616: checking for mv
configure:43634: found /bin/mv
configure:43647: result: /bin/mv
configure:43657: checking for pcl6
configure:43688: result: pcl6
configure:43698: checking for pgpv
configure:43729: result: pgpv
configure:43739: checking for povray
configure:43770: result: povray
configure:43782: checking for gsx
configure:43815: result: no
configure:43782: checking for gsc
configure:43815: result: no
configure:43782: checking for gs
configure:43800: found /bin/gs
configure:43812: result: /bin/gs
configure:43826: checking for rawtorle
configure:43857: result: rawtorle
configure:43867: checking for rm
configure:43885: found /bin/rm
configure:43898: result: /bin/rm
configure:43908: checking for scanimage
configure:43939: result: scanimage
configure:43949: checking for enscript
configure:43980: result: enscript
configure:43990: checking for wmf2eps
configure:44008: found /bin/wmf2eps
configure:44021: result: /bin/wmf2eps
configure:44031: checking for curl
configure:44049: found /bin/curl
configure:44062: result: /bin/curl
configure:44072: checking for gxps
configure:44103: result: gxps
configure:44113: checking for gzip
configure:44131: found /bin/gzip
configure:44144: result: /bin/gzip
configure:44203: checking for Ghostscript fonts directory
configure:44237: result: /share/ghostscript/fonts/
configure:44351: checking for gnutar
configure:44381: result: no
configure:44351: checking for gtar
configure:44381: result: no
configure:44351: checking for tar
configure:44367: found /bin/tar
configure:44378: result: tar
configure:44393: checking for perl
configure:44409: found /bin/perl
configure:44420: result: perl
configure:44435: checking for rpmbuild
configure:44465: result: no
configure:44435: checking for rpm
configure:44465: result: no
configure:44503: checking for 7za
configure:44533: result: no
configure:44559: checking for zip
configure:44575: found /bin/zip
configure:44586: result: zip
configure:44733: result: -------------------------------------------------------------
configure:44735: checking for Ghostscript
configure:44737: result:
configure:44739: checking for Ghostscript version
configure:44746: result: 7.07.1
configure:44750: checking for gs alpha device
configure:44757: result: pngalpha
configure:44761: checking for gs color device
configure:44768: result: pnmraw
configure:44772: checking for gs CMYK device
configure:44779: result: bmpsep8
configure:44783: checking for gs mono device
configure:44790: result: pbmraw
configure:44794: checking for gs PDF writing device
configure:44801: result: pdfwrite
configure:44805: checking for gs PS writing device
configure:44812: result: pswrite
configure:44816: checking for gs EPS writing device
configure:44823: result: epswrite
configure:45320: result: -------------------------------------------------------------
configure:45322: result: Update ImageMagick configuration
configure:45752: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ImageMagick config.status 6.5.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on scosysv.ROSEWOOD.COM
config.status:1573: creating config/configure.xml
config.status:1573: creating config/delegates.xml
config.status:1573: creating config/ImageMagick.rdf
config.status:1573: creating config/MagickCore.dox
config.status:1573: creating config/MagickWand.dox
config.status:1573: creating config/type-ghostscript.xml
config.status:1573: creating config/type-windows.xml
config.status:1573: creating config/type.xml
config.status:1573: creating ImageMagick.spec
config.status:1573: creating Magick++/bin/Magick++-config
config.status:1573: creating magick/ImageMagick.pc
config.status:1573: creating Magick++/lib/ImageMagick++.pc
config.status:1573: creating Magick++/lib/Magick++.pc
config.status:1573: creating magick/Magick-config
config.status:1573: creating magick/MagickCore-config
config.status:1573: creating magick/MagickCore.pc
config.status:1573: creating magick.sh
config.status:1573: creating magick/version.h
config.status:1573: creating Makefile
config.status:1573: creating PerlMagick/Magick.pm
config.status:1573: creating PerlMagick/Makefile.PL
config.status:1573: creating utilities/animate.1
config.status:1573: creating utilities/compare.1
config.status:1573: creating utilities/composite.1
config.status:1573: creating utilities/conjure.1
config.status:1573: creating utilities/convert.1
config.status:1573: creating utilities/display.1
config.status:1573: creating utilities/identify.1
config.status:1573: creating utilities/ImageMagick.1
config.status:1573: creating utilities/import.1
config.status:1573: creating utilities/mogrify.1
config.status:1573: creating utilities/montage.1
config.status:1573: creating utilities/stream.1
config.status:1573: creating wand/MagickWand-config
config.status:1573: creating wand/MagickWand.pc
config.status:1573: creating wand/Wand-config
config.status:1573: creating wand/Wand.pc
config.status:1573: creating config/config.h
config.status:1795: config/config.h is unchanged
config.status:1847: executing magick/magick-config.h commands
config.status:1887: creating magick/magick-config.h - prefix MAGICKCORE for config/config.h defines
config.status:1909: magick/magick-config.h is unchanged
config.status:1847: executing depfiles commands
config.status:1847: executing libtool commands
config.status:1847: executing MagickCore-config.in commands
config.status:1847: executing Magick-config.in commands
config.status:1847: executing MagickWand-config.in commands
config.status:1847: executing Wand-config.in commands
config.status:1847: executing Magick++-config.in commands
config.status:1847: executing magick.sh.in commands
configure:48444: result:
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type: i686-unknown-sysv5SCO_SV6.0.0
Build system type: i686-unknown-sysv5SCO_SV6.0.0
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=no no
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=no no
Delegate Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes 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 (7.07.1)
Ghostscript fonts --with-gs-font-dir=default /share/ghostscript/fonts/
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes yes
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes yes
LCMS --with-lcms=yes yes
LQR --with-lqr=yes no
Magick++ --with-magick-plus-plus=no no
OpenEXR --with-openexr=yes no
PERL --with-perl=no no
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes yes
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS = -lsocket
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.5.0
CC = cc
CFLAGS = -g -Kthread
MAGICK_CFLAGS = -g -Kthread
CPPFLAGS = -I/usr/local/include/ImageMagick
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -lfreetype -lz -lm
MAGICK_LDFLAGS = -L/usr/local/lib -lfreetype -lz -lm
LIBS = -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lexpat -lXext -lSM -lICE -lX11 -lsocket -lXt -lbz2 -lz -lm -lpthread
CXX = CC
CXXFLAGS = -Kthread
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-unknown-sysv5SCO_SV6.0.0
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=no
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_AUTOTRACE_CFLAGS_set=''
ac_cv_env_AUTOTRACE_CFLAGS_value=''
ac_cv_env_AUTOTRACE_LIBS_set=''
ac_cv_env_AUTOTRACE_LIBS_value=''
ac_cv_env_CAIRO_SVG_CFLAGS_set=''
ac_cv_env_CAIRO_SVG_CFLAGS_value=''
ac_cv_env_CAIRO_SVG_LIBS_set=''
ac_cv_env_CAIRO_SVG_LIBS_value=''
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_FONTCONFIG_CFLAGS_set=''
ac_cv_env_FONTCONFIG_CFLAGS_value=''
ac_cv_env_FONTCONFIG_LIBS_set=''
ac_cv_env_FONTCONFIG_LIBS_value=''
ac_cv_env_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_func_TIFFIsCODECConfigured=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=yes
ac_cv_func__exit=yes
ac_cv_func__pclose=yes
ac_cv_func__popen=yes
ac_cv_func__wfopen=no
ac_cv_func__wstat=no
ac_cv_func_argz_add=no
ac_cv_func_argz_append=no
ac_cv_func_argz_count=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
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=no
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_execvp=yes
ac_cv_func_floor=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=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=no
ac_cv_func_getpagesize=yes
ac_cv_func_getpid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=no
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_posix_fallocate=no
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_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_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_vfork=yes
ac_cv_func_vfork_works=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=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'\'' ac_x_libraries='\'\'
ac_cv_header_DPS_dpsXclient_h=yes
ac_cv_header_OS_h=no
ac_cv_header_argz_h=no
ac_cv_header_arm_limits_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_complex_h=no
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_inttypes_h=yes
ac_cv_header_jasper_jasper_h=yes
ac_cv_header_jbig_h=yes
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=yes
ac_cv_header_libdjvu_ddjvuapi_h=no
ac_cv_header_libwmf_ipa_h=yes
ac_cv_header_libxml_parser_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_unistd_h=no
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=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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=yes
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_syslimits_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_tiff_h=yes
ac_cv_header_tiffconf_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_zconf_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-unknown-sysv5SCO_SV6.0.0
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_bsd_gethostbyname=no
ac_cv_lib_bz2_BZ2_bzDecompress=yes
ac_cv_lib_djvulibre_ddjvu_context_create=no
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_jasper_jas_stream_fopen=yes
ac_cv_lib_jbig_jbg_dec_init=yes
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_lcms_cmsOpenProfileFromMem=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mtsk_sunw_mp_register_warn=no
ac_cv_lib_nsl_gethostbyname=no
ac_cv_lib_png_png_get_io_ptr=yes
ac_cv_lib_socket_connect=yes
ac_cv_lib_tiff_TIFFClientOpen=yes
ac_cv_lib_tiff_TIFFIsByteSwapped=yes
ac_cv_lib_tiff_TIFFOpen=yes
ac_cv_lib_tiff_TIFFReadRGBAStrip=yes
ac_cv_lib_tiff_TIFFReadRGBATile=yes
ac_cv_lib_wmflite_wmf_lite_create=yes
ac_cv_lib_xlsmp__xlsmpFlush=no
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_AVIDecodeDelegate=mplayer
ac_cv_path_AutotraceDecodeDelegate=autotrace
ac_cv_path_BZIPDelegate=/bin/bzip2
ac_cv_path_BlenderDecodeDelegate=''
ac_cv_path_BrowseDelegate=xdg-open
ac_cv_path_CGMDecodeDelegate=ralcgm
ac_cv_path_CatDelegate=/bin/cat
ac_cv_path_ConvertDelegate=/bin/convert
ac_cv_path_DNGDecodeDelegate=ufraw-batch
ac_cv_path_DVIDecodeDelegate=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=/bin/ilbmtoppm
ac_cv_path_ILBMEncodeDelegate=/bin/ppmtoilbm
ac_cv_path_LPDelegate=/bin/lp
ac_cv_path_LPRDelegate=/bin/lpr
ac_cv_path_LZWDecodeDelegate=/bin/uncompress
ac_cv_path_LZWEncodeDelegate=/bin/compress
ac_cv_path_LaunchDelegate=gimp
ac_cv_path_MANDelegate=groff
ac_cv_path_MPEGDecodeDelegate=ffmpeg
ac_cv_path_MPEGEncodeDelegate=ffmpeg
ac_cv_path_MVDelegate=/bin/mv
ac_cv_path_MogrifyDelegate=mogrify
ac_cv_path_PCLDelegate=pcl6
ac_cv_path_PGPDecodeDelegate=pgpv
ac_cv_path_POVDelegate=povray
ac_cv_path_PSDelegate=/bin/gs
ac_cv_path_RLEEncodeDelegate=rawtorle
ac_cv_path_RMDelegate=/bin/rm
ac_cv_path_SCANDecodeDelegate=scanimage
ac_cv_path_SED=/bin/sed
ac_cv_path_TXTDelegate=enscript
ac_cv_path_WMFDecodeDelegate=/bin/wmf2eps
ac_cv_path_WWWDecodeDelegate=/bin/curl
ac_cv_path_XPSDelegate=gxps
ac_cv_path_ZipDelegate=/bin/gzip
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_prog_AWK=nawk
ac_cv_prog_CC=cc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_PERL=perl
ac_cv_prog_TAR=tar
ac_cv_prog_ZIP=zip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CXX=CC
ac_cv_prog_ac_ct_RANLIB=:
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_c_openmp=unsupported
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_c99=no
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_cxx_g=no
ac_cv_prog_freetype_config=freetype-config
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='none required'
ac_cv_search_opendir='none required'
ac_cv_sizeof_off_t=8
ac_cv_sizeof_signed_int=4
ac_cv_sizeof_signed_long=4
ac_cv_sizeof_signed_long_long=8
ac_cv_sizeof_signed_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_intp=4
ac_cv_sizeof_unsigned_long=4
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=i686-unknown-sysv5SCO_SV6.0.0
ac_cv_type__Bool=yes
ac_cv_type_error_t=no
ac_cv_type_long_double=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=none
am_cv_CXX_dependencies_compiler_type=none
im_cv_x_configure=/usr/X11R6/lib/X11/
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_sys_dlopen_deplibs=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=''
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_module_path_var=LD_LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/bin/ld
lt_cv_path_NM='/bin/nm -p'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_dlopen_deplibs=unknown
lt_cv_sys_dlsearch_path=/usr/lib
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABDT][ABDT]*\)[ ][ ]*\([_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/^[ABDT]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABDT]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABDT]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABDT]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=32768
lt_cv_sys_symbol_underscore=no
magick_cv_func_mmap_fileio=yes
pkg_cv_FONTCONFIG_CFLAGS=' '
pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lexpat '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run tar'
AR='ar'
ARGZ_H='argz.h'
AS='as'
AUTOCONF='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run autoheader'
AUTOMAKE='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run automake-1.10'
AUTOTRACE_CFLAGS=''
AUTOTRACE_DELEGATE_FALSE=''
AUTOTRACE_DELEGATE_TRUE='#'
AUTOTRACE_LIBS=''
AVIDecodeDelegate='mplayer'
AWK='nawk'
AutotraceDecodeDelegate='autotrace'
BIN_DIR='/usr/local/bin'
BZIPDelegate='bzip2'
BZLIB_DELEGATE_FALSE='#'
BZLIB_DELEGATE_TRUE=''
BZLIB_LIBS='-lbz2'
BlenderDecodeDelegate=''
BrowseDelegate='xdg-open'
CAIRO_DELEGATE_FALSE=''
CAIRO_DELEGATE_TRUE='#'
CAIRO_SVG_CFLAGS=''
CAIRO_SVG_LIBS=''
CC='cc'
CCDEPMODE='depmode=none'
CCMALLOCDelegate=''
CFLAGS='-g -Kthread'
CGMDecodeDelegate='ralcgm'
CODER_PATH='/usr/local/lib/ImageMagick-6.5.0/modules-Q16/coders'
CONFIGURE_ARGS='./configure '\''--without-magick-plus-plus'\'' '\''--without-perl'\'''
CONFIGURE_PATH='/usr/local/lib/ImageMagick-6.5.0/config/'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version.sh'
CONVENIENCE_LTDL_FALSE='#'
CONVENIENCE_LTDL_TRUE=''
CPP='cc -E'
CPPFLAGS='-I/usr/include/freetype2 -I/X11 -I/usr/include/libxml2'
CXX='CC'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-Kthread'
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 jbig jpeg jp2 lcms png tiff x11 xml wmf zlib'
DEPDIR='.deps'
DIRSEP=':'
DISTCHECK_CONFIG_FLAGS='--disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath='
DJVU_DELEGATE_FALSE=''
DJVU_DELEGATE_TRUE='#'
DJVU_LIBS=''
DLLDFLAGS='-export-dynamic'
DLLTOOL='dlltool'
DNGDecodeDelegate='ufraw-batch'
DOCUMENTATION_PATH='/usr/local/share/doc/ImageMagick-6.5.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.5.0/modules-Q16/filters'
FONTCONFIG_CFLAGS=' '
FONTCONFIG_DELEGATE_FALSE='#'
FONTCONFIG_DELEGATE_TRUE=''
FONTCONFIG_LIBS='-lfontconfig -lexpat '
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='bmpsep8'
GSColorDevice='pnmraw'
GSEPSDevice='epswrite'
GSMonoDevice='pbmraw'
GSPDFDevice='pdfwrite'
GSPSDevice='pswrite'
GSVersion='7.07.1'
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 long'
INT8_T='signed char'
JBIG_DELEGATE_FALSE='#'
JBIG_DELEGATE_TRUE=''
JBIG_LIBS='-ljbig'
JP2_DELEGATE_FALSE='#'
JP2_DELEGATE_TRUE=''
JP2_LIBS='-ljasper'
JPEG_DELEGATE_FALSE='#'
JPEG_DELEGATE_TRUE=''
JPEG_LIBS='-ljpeg'
LCMS_DELEGATE_FALSE='#'
LCMS_DELEGATE_TRUE=''
LCMS_LIBS='-llcms'
LD='/bin/ld'
LDFLAGS='-lfreetype -lz -lm'
LFS_CPPFLAGS=' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1'
LIBADD_DL=' '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN=''
LIBADD_SHL_LOAD=''
LIBEXEC_DIR='/usr/local/libexec'
LIBLTDL='${top_build_prefix}ltdl/libltdlc.la'
LIBOBJS=''
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_PATH='/usr/local/lib/ImageMagick-6.5.0'
LIBS=''
LIBSTDCLDFLAGS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBTOOL_DEPS='config/ltmain.sh'
LIB_DIR='/usr/local/lib'
LIB_DL=''
LIPO=''
LN_S='ln -s'
LOCALSTATE_DIR='/usr/local/var'
LPDelegate='lp'
LPRDelegate='/bin/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'
MAGICKCORE_PATH='/usr/local/lib'
MAGICK_CFLAGS='-g -Kthread'
MAGICK_CODER_MODULE_PATH='/u/magick/ImageMagick-6.5.0-2/coders'
MAGICK_CONFIGURE_BUILD_PATH='/u/magick/ImageMagick-6.5.0-2/config'
MAGICK_CONFIGURE_SRC_PATH='/u/magick/ImageMagick-6.5.0-2/config'
MAGICK_CPPFLAGS='-I/usr/local/include/ImageMagick'
MAGICK_CXXFLAGS='-Kthread'
MAGICK_DEP_LIBS='-llcms -ltiff -lfreetype -ljpeg -lfontconfig -lexpat -lXext -lSM -lICE -lX11 -lsocket -lXt -lbz2 -lz -lm -lpthread'
MAGICK_FILTER_MODULE_PATH='/u/magick/ImageMagick-6.5.0-2/filters'
MAGICK_HDRI=''
MAGICK_LDFLAGS='-L/usr/local/lib -lfreetype -lz -lm'
MAGICK_LIBLTDL='${top_build_prefix}ltdl/libltdlc.la'
MAGICK_LIBRARY_AGE='0'
MAGICK_LIBRARY_CURRENT='2'
MAGICK_LIBRARY_REVISION='0'
MAGICK_LIBS='-lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lexpat -lXext -lSM -lICE -lX11 -lsocket -lXt -lbz2 -lz -lm -lpthread '
MAGICK_LIB_VERSION='0x020000'
MAGICK_LIB_VERSION_NUMBER='2,0,0'
MAGICK_LIB_VERSION_TEXT='6.5.0'
MAGICK_LTDLDEPS='${top_build_prefix}ltdl/libltdlc.la'
MAGICK_PCFLAGS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /u/magick/ImageMagick-6.5.0-2/config/missing --run makeinfo'
MANDelegate='groff'
MAN_DIR='/usr/local/share/man'
MATH_LIBS='-lm'
MKDIR_P='config/install-sh -c -d'
MODULE_EXTRA_CPPFLAGS=''
MPEGDecodeDelegate='ffmpeg'
MPEGEncodeDelegate='ffmpeg'
MVDelegate='mv'
MogrifyDelegate='mogrify'
NM='/bin/nm -p'
NMEDIT=''
OBJDUMP='false'
OBJEXT='o'
OPENEXR_CFLAGS=''
OPENEXR_DELEGATE_FALSE=''
OPENEXR_DELEGATE_TRUE='#'
OPENEXR_LIBS=''
OPENMP_CFLAGS=''
OPENMP_CXXFLAGS=''
OSX_GCOV_LDFLAG=''
OTOOL64=''
OTOOL=''
P7ZIP=''
P7ZIP_DELEGATE_FALSE=''
P7ZIP_DELEGATE_TRUE='#'
PACKAGE='ImageMagick'
PACKAGE_BUGREPORT='http://www.imagemagick.org'
PACKAGE_CHANGE_DATE='20090318'
PACKAGE_LIB_SUBVERSION='-2'
PACKAGE_LIB_VERSION='0x650'
PACKAGE_LIB_VERSION_NUMBER='6,5,0,2'
PACKAGE_NAME='ImageMagick'
PACKAGE_RELEASE='2'
PACKAGE_RELEASE_DATE='2009-04-27'
PACKAGE_STRING='ImageMagick 6.5.0'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_VERSION='6.5.0'
PATH_SEPARATOR=':'
PCLCMYKDevice='bmpsep8'
PCLColorDevice='ppmraw'
PCLDelegate='pcl6'
PCLMonoDevice='pbmraw'
PCLVersion='unknown'
PERL='perl'
PERLMAINCC=''
PERL_MAKE_OPTIONS=''
PERL_SUPPORTS_DESTDIR=''
PERSISTINCLUDE_DIR='/usr/include'
PGPDecodeDelegate='pgpv'
PKG_CONFIG='/bin/pkg-config'
PNG_DELEGATE_FALSE='#'
PNG_DELEGATE_TRUE=''
PNG_LIBS='-lpng'
POVDelegate='povray'
POW_LIB=''
PREFIX_DIR='/usr/local'
PSDelegate='gs'
PTHREAD_CC='cc'
PTHREAD_CFLAGS='-Kthread'
PTHREAD_CXX='CC'
PTHREAD_LIBS='-lpthread'
PrintDelegate='/bin/lpr'
QUANTUM_DEPTH='16'
RANLIB=':'
RLEEncodeDelegate='rawtorle'
RMDelegate='rm'
RPM=''
RPM_DELEGATE_FALSE=''
RPM_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.5.0/config'
SHARE_PATH='/usr/local/share/ImageMagick-6.5.0'
SHELL='/usr/bin/zsh'
STRIP='strip'
SYSCONF_DIR='/usr/local/etc'
ShowImageDelegate=''
TAR='tar'
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 long'
UINT8_T='unsigned char'
UINTMAX_T='unsigned long long'
UINTPTR_T='unsigned long'
UMEM_LIBS=''
VERSION='6.5.0-2'
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='-lwmflite'
WMF_LIBS_DEPS=''
WWWDecodeDelegate='curl'
WinPathScript='/u/magick/ImageMagick-6.5.0-2/winpath.sh'
X11_DELEGATE_FALSE='#'
X11_DELEGATE_TRUE=''
X11_LIBS=' -lSM -lICE -lX11 -lsocket '
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=''
X_EXTRA_LIBS='-lsocket'
X_LIBS=''
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=''
ac_ct_CXX='CC'
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='i686-unknown-sysv5SCO_SV6.0.0'
build_alias=''
build_cpu='i686'
build_os='sysv5SCO_SV6.0.0'
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='/share/ghostscript/fonts/'
host='i686-unknown-sysv5SCO_SV6.0.0'
host_alias=''
host_cpu='i686'
host_os='sysv5SCO_SV6.0.0'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /u/magick/ImageMagick-6.5.0-2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
ltdl_LIBOBJS=' ltdl/argz.o'
ltdl_LTLIBOBJS=' ltdl/argz.lo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/config/install-sh -c -d'
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='i686-unknown-sysv5SCO_SV6.0.0'
target_alias=''
target_cpu='i686'
target_os='sysv5SCO_SV6.0.0'
target_vendor='unknown'
type_include_files=' <include file="type-ghostscript.xml" />'
windows_font_dir=''
xml2_config='xml2-config'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "ImageMagick"
#define PACKAGE_TARNAME "ImageMagick"
#define PACKAGE_VERSION "6.5.0"
#define PACKAGE_STRING "ImageMagick 6.5.0"
#define PACKAGE_BUGREPORT "http://www.imagemagick.org"
#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 _FILE_OFFSET_BITS 64
#define HAVE_FSEEKO 1
#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 "/usr/lib"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define LTDL_DLOPEN_DEPLIBS 1
#define error_t int
#define __error_t_defined 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_DL_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define LT_LIBEXT "a"
#define BUILD_MODULES 1
#define LTDL_DELEGATE 1
#define INSTALLED_SUPPORT 1
#define CIPHER_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_STDDEF_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_WCHAR_H 1
#define HAVE__BOOL 1
#define HAVE_STRINGIZE 1
#define TIME_WITH_SYS_TIME 1
#define restrict /**/
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_DOUBLE_WIDER 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 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_SIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 4
#define SIZEOF_UNSIGNED_INTP 4
#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_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_DOPRNT 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_GMTIME_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LSTAT 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_MUNMAP 1
#define HAVE_PCLOSE 1
#define HAVE__PCLOSE 1
#define HAVE_POLL 1
#define HAVE_POPEN 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_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_SYMLINK 1
#define HAVE_SYSCONF 1
#define HAVE_SIGEMPTYSET 1
#define HAVE_SIGACTION 1
#define HAVE_STRERROR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 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 1
#define HAVE_DECL_VSNPRINTF 1
#define X11_CONFIGURE_PATH ""
#define BZLIB_DELEGATE 1
#define X11_DELEGATE 1
#define HAVE_SHARED_MEMORY 1
#define HAVE_SHAPE 1
#define ZLIB_DELEGATE 1
#define DPS_DELEGATE 1
#define FONTCONFIG_DELEGATE 1
#define FREETYPE_DELEGATE 1
#define HAVE_FT2BUILD_H 1
#define JBIG_DELEGATE 1
#define JPEG_DELEGATE 1
#define JP2_DELEGATE 1
#define HAVE_LCMS_H 1
#define LCMS_DELEGATE 1
#define PNG_DELEGATE 1
#define TIFF_DELEGATE 1
#define HAVE_TIFFCONF_H 1
#define HAVE_TIFFISCODECCONFIGURED 1
#define HAVE_TIFFMERGEFIELDINFO 1
#define HAVE_TIFFSETTAGEXTENDER 1
#define WMFLITE_DELEGATE 1
#define XML_DELEGATE 1
#define LIBRARY_RELATIVE_PATH "ImageMagick-6.5.0"
#define EXECUTABLE_PATH "/usr/local/bin/"
#define LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5.0/"
#define CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.0/config"
#define CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5.0/config/"
#define CODER_RELATIVE_PATH "ImageMagick-6.5.0/modules-Q16/coders"
#define CODER_PATH "/usr/local/lib/ImageMagick-6.5.0/modules-Q16/coders/"
#define FILTER_RELATIVE_PATH "ImageMagick-6.5.0/modules-Q16/filters"
#define FILTER_PATH "/usr/local/lib/ImageMagick-6.5.0/modules-Q16/filters/"
#define DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5.0/"
#define SHARE_PATH "/usr/local/share/ImageMagick-6.5.0/"
#define SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.0/config"
#define SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5.0/config/"
configure: exit 0
When I tried to do the make:
The last few lines are:
UX:cc:WARNING: -.Kthread and Kpthread both supplied; Kpthread used
UX:ld:ERROR: file ‘/bin ‘ must be an ordinary file
*** ERROR code 1 (bu21)
UX:make:ERROR: fatal error
*** ERROR code 1 (bu21)
UX: make:ERROR: fatal error
When I run
Convert version
I get the following error:
Usage: covert [-5 | -x ] infile outfile
Can anyone point me in the right direction to proceed from here?
Thanks.