Installation of imageMagick on AIX (Unix) machine shows error

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
pdupatil
Posts: 1
Joined: 2017-07-18T22:53:38-07:00
Authentication code: 1151

Installation of imageMagick on AIX (Unix) machine shows error

Post by pdupatil »

Hello,

I want to install ImageMagick on AIX (Unix) machine.
But it shows error while using command ./configure as
" ./configure[10700]: syntax error at line 10707 : `;' unexpected "

I am following the same process as you mentioned in "https://www.imagemagick.org/script/adva ... lation.php"

And downloaded ImageMagick.tar.gz file and used following command
1. gunzip -d ImageMagick.tar.gz
tar -xvf ImageMagick.tar // to unpack files
2. cd ImageMagick-7.0.6-1
3. ./configure --with-quantum-depth=8

"./configure --with-quantum-depth=8" This command shows error as
" ./configure[10700]: syntax error at line 10707 : `;' unexpected "

Cofigure Output

Code: Select all

checking build system type... powerpc-ibm-aix7.1.2.0
checking host system type... powerpc-ibm-aix7.1.2.0
checking target system type... powerpc-ibm-aix7.1.2.0
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '995' is supported by ustar format... yes
checking whether GID '932' is supported by ustar format... yes
checking how to create a ustar tar archive... plaintar
checking whether make supports nested variables... (cached) yes
configuring ImageMagick 7.0.6-1
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking how to print strings... print -r
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
checking CFLAGS for maximum warnings... -Wall
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for gawk... (cached) nawk
checking if malloc debugging is wanted... no
checking for __attribute__... yes
checking for C compiler vendor... gnu
checking for gcc architecture flag... 
checking whether C compiler accepts -mtune=powerpc... yes
checking for gcc architecture flag... -mtune=powerpc
checking for pkg-config... no
checking size of size_t... 4
checking for C compiler vendor... (cached) gnu
checking whether C compiler accepts -Werror=unknown-warning-option... no
checking whether C compiler accepts -Wno-suggest-attribute=format... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wno-missing-field-initializers... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wold-style-definition... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Winline... yes
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -Wmissing-format-attribute... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wredundant-decls... (cached) yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wunused-but-set-variable... yes
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wimplicit-function-declaration... yes
checking whether C compiler accepts -Wreturn-type... yes
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wswitch-default... yes
checking whether C compiler accepts -Wno-suggest-attribute=format... yes
checking whether C compiler accepts -Wno-error=unused-parameter... yes
checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Werror=unknown-warning-option... no
checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes
checking whether C++ compiler accepts -fno-strict-aliasing... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wundef... yes
checking whether C++ compiler accepts -Wwrite-strings... yes
checking whether C++ compiler accepts -Wpointer-arith... yes
checking whether C++ compiler accepts -Wmissing-declarations... yes
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wno-unused-parameter... yes
checking whether C++ compiler accepts -Wno-missing-field-initializers... yes
checking whether C++ compiler accepts -Wformat=2... yes
checking whether C++ compiler accepts -Wcast-align... yes
checking whether C++ compiler accepts -Wformat-nonliteral... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wsign-compare... yes
checking whether C++ compiler accepts -Wstrict-aliasing... yes
checking whether C++ compiler accepts -Wshadow... yes
checking whether C++ compiler accepts -Winline... yes
checking whether C++ compiler accepts -Wpacked... yes
checking whether C++ compiler accepts -Wmissing-format-attribute... yes
checking whether C++ compiler accepts -Wmissing-noreturn... yes
checking whether C++ compiler accepts -Winit-self... yes
checking whether C++ compiler accepts -Wredundant-decls... (cached) yes
checking whether C++ compiler accepts -Wmissing-include-dirs... yes
checking whether C++ compiler accepts -Wunused-but-set-variable... yes
checking whether C++ compiler accepts -Warray-bounds... yes
checking whether C++ compiler accepts -Wreturn-type... yes
checking whether C++ compiler accepts -Wno-overloaded-virtual... yes
checking whether C++ compiler accepts -Wswitch-enum... yes
checking whether C++ compiler accepts -Wswitch-default... yes
checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes
checking whether C++ compiler accepts -Wno-error=unused-parameter... yes
checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes
checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
checking whether the linker accepts -Wl,--no-as-needed... no
checking whether the linker accepts -Wl,--fatal-warnings... no
checking whether the linker accepts -Wl,-fatal_warnings... no
./configure[10700]: syntax error at line 10707 : `;' unexpected

Config.log file

Code: Select all

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ImageMagick configure 7.0.6-1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-quantum-depth=8

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

hostname = cgmaix1plp
uname -m = 00061963D600
uname -r = 1
uname -s = AIX
uname -v = 7

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = 7.1.0.0
/bin/universe          = unknown

PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java5/jre/bin
PATH: /usr/java5/bin
PATH: /u/env/tools/tck/tckr211/aix_a64/TCK/command
PATH: /DS/duplo/ADELE_UNLOAD/CodeRef/pun1/aix_a/code/command


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

configure:3625: checking build system type
configure:3639: result: powerpc-ibm-aix7.1.2.0
configure:3659: checking host system type
configure:3672: result: powerpc-ibm-aix7.1.2.0
configure:3692: checking target system type
configure:3705: result: powerpc-ibm-aix7.1.2.0
configure:3749: checking for a BSD-compatible install
configure:3817: result: config/install-sh -c
configure:3828: checking whether build environment is sane
configure:3883: result: yes
configure:4034: checking for a thread-safe mkdir -p
configure:4073: result: config/install-sh -c -d
configure:4080: checking for gawk
configure:4110: result: no
configure:4080: checking for mawk
configure:4110: result: no
configure:4080: checking for nawk
configure:4096: found /usr/bin/nawk
configure:4107: result: nawk
configure:4118: checking whether make sets $(MAKE)
configure:4140: result: yes
configure:4169: checking whether make supports nested variables
configure:4186: result: yes
configure:4275: checking whether UID '995' is supported by ustar format
configure:4278: result: yes
configure:4285: checking whether GID '932' is supported by ustar format
configure:4288: result: yes
configure:4296: checking how to create a ustar tar archive
configure:4307: tar --version
tar: illegal option -- -
Usage: tar -{c|r|t|u|x} [ -BdDEFhilmopRsUvwZ ] [ -Number ] [ -f TarFile ]
	   [ -b Blocks ] [ -S [ Feet ] | [ Feet@Density ] | [ Blocksb ] ]
	   [ -L InputList ] [-X ExcludeFile] [ -N Blocks ] [ -C Directory ] File ...
Usage: tar {c|r|t|u|x} [ bBdDEfFhilLXmNopRsSUvwZ[0-9] ]
	   [ Blocks ] [ TarFile ] [ InputList ] [ ExcludeFile ] 
	   [ [ Feet ] | [ Feet@Density ] | [ Blocksb ] ] [-C Directory ] File ...
configure:4310: $? = 1
configure:4307: gnutar --version
./configure[4308]: gnutar:  not found
configure:4310: $? = 127
configure:4307: gtar --version
./configure[4308]: gtar:  not found
configure:4310: $? = 127
configure:4350: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar
./configure[4351]: gtar:  not found
configure:4353: $? = 127
configure:4350: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
configure:4353: $? = 0
configure:4357: tar xf - <conftest.tar
configure:4360: $? = 0
configure:4362: cat conftest.dir/file
GrepMe
configure:4365: $? = 0
configure:4378: result: plaintar
configure:4439: checking whether make supports nested variables
configure:4456: result: yes
configure:4555: checking whether build environment is sane
configure:4610: result: yes
configure:4776: checking for style of include used by make
configure:4804: result: GNU
configure:4875: checking for gcc
configure:4891: found /usr/bin/gcc
configure:4902: result: gcc
configure:5131: checking for C compiler version
configure:5140: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5151: $? = 0
configure:5140: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/4.8.2/lto-wrapper
Target: powerpc-ibm-aix7.1.0.0
Configured with: ../gcc-4.8.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware/info --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix7.1.0.0
Thread model: aix
gcc version 4.8.2 (GCC) 
configure:5151: $? = 0
configure:5140: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5151: $? = 1
configure:5140: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5151: $? = 1
configure:5171: checking whether the C compiler works
configure:5193: gcc    conftest.c  >&5
configure:5197: $? = 0
configure:5245: result: yes
configure:5248: checking for C compiler default output file name
configure:5250: result: a.out
configure:5256: checking for suffix of executables
configure:5263: gcc -o conftest    conftest.c  >&5
configure:5267: $? = 0
configure:5289: result: 
configure:5311: checking whether we are cross compiling
configure:5319: gcc -o conftest    conftest.c  >&5
configure:5323: $? = 0
configure:5330: ./conftest
configure:5334: $? = 0
configure:5349: result: no
configure:5354: checking for suffix of object files
configure:5376: gcc -c   conftest.c >&5
configure:5380: $? = 0
configure:5401: result: o
configure:5405: checking whether we are using the GNU C compiler
configure:5424: gcc -c   conftest.c >&5
configure:5424: $? = 0
configure:5433: result: yes
configure:5442: checking whether gcc accepts -g
configure:5462: gcc -c -g  conftest.c >&5
configure:5462: $? = 0
configure:5503: result: yes
configure:5520: checking for gcc option to accept ISO C89
configure:5583: gcc  -c -g -O2  conftest.c >&5
configure:5583: $? = 0
configure:5596: result: none needed
configure:5621: checking whether gcc understands -c and -o together
configure:5643: gcc -c conftest.c -o conftest2.o
configure:5646: $? = 0
configure:5643: gcc -c conftest.c -o conftest2.o
configure:5646: $? = 0
configure:5658: result: yes
configure:5677: checking dependency style of gcc
configure:5788: result: gcc3
configure:5809: checking how to run the C preprocessor
configure:5840: gcc -E  conftest.c
configure:5840: $? = 0
configure:5854: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5879: result: gcc -E
configure:5899: gcc -E  conftest.c
configure:5899: $? = 0
configure:5913: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5942: checking for grep that handles long lines and -e
configure:6000: result: /usr/bin/grep
configure:6005: checking for egrep
configure:6067: result: /usr/bin/grep -E
configure:6072: checking for ANSI C header files
configure:6092: gcc -c -g -O2  conftest.c >&5
configure:6092: $? = 0
configure:6165: gcc -o conftest -g -O2   conftest.c  >&5
configure:6165: $? = 0
configure:6165: ./conftest
configure:6165: $? = 0
configure:6176: result: yes
configure:6189: checking for sys/types.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for sys/stat.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for stdlib.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for string.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for memory.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for strings.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for inttypes.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for stdint.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6189: checking for unistd.h
configure:6189: gcc -c -g -O2  conftest.c >&5
configure:6189: $? = 0
configure:6189: result: yes
configure:6202: checking minix/config.h usability
configure:6202: gcc -c -g -O2  conftest.c >&5
conftest.c:57:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6202: result: no
configure:6202: checking minix/config.h presence
configure:6202: gcc -E  conftest.c
conftest.c:24:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6202: result: no
configure:6202: checking for minix/config.h
configure:6202: result: no
configure:6223: checking whether it is safe to define __EXTENSIONS__
configure:6241: gcc -c -g -O2  conftest.c >&5
configure:6241: $? = 0
configure:6248: result: yes
configure:6315: checking for ar
configure:6331: found /usr/bin/ar
configure:6342: result: ar
configure:6368: checking the archiver (ar) interface
configure:6384: gcc -c -g -O2  conftest.c >&5
configure:6384: $? = 0
configure:6386: ar cru libconftest.a conftest.o >&5
configure:6389: $? = 0
configure:6417: result: ar
configure:6485: checking for gcc
configure:6512: result: gcc
configure:6741: checking for C compiler version
configure:6750: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6761: $? = 0
configure:6750: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/4.8.2/lto-wrapper
Target: powerpc-ibm-aix7.1.0.0
Configured with: ../gcc-4.8.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware/info --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix7.1.0.0
Thread model: aix
gcc version 4.8.2 (GCC) 
configure:6761: $? = 0
configure:6750: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6761: $? = 1
configure:6750: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6761: $? = 1
configure:6765: checking whether we are using the GNU C compiler
configure:6793: result: yes
configure:6802: checking whether gcc accepts -g
configure:6863: result: yes
configure:6880: checking for gcc option to accept ISO C89
configure:6956: result: none needed
configure:6981: checking whether gcc understands -c and -o together
configure:7018: result: yes
configure:7037: checking dependency style of gcc
configure:7148: result: gcc3
configure:7221: checking for g++
configure:7237: found /usr/bin/g++
configure:7248: result: g++
configure:7275: checking for C++ compiler version
configure:7284: g++ --version >&5
g++ (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7295: $? = 0
configure:7284: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/4.8.2/lto-wrapper
Target: powerpc-ibm-aix7.1.0.0
Configured with: ../gcc-4.8.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware/info --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix7.1.0.0
Thread model: aix
gcc version 4.8.2 (GCC) 
configure:7295: $? = 0
configure:7284: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7295: $? = 1
configure:7284: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7295: $? = 1
configure:7299: checking whether we are using the GNU C++ compiler
configure:7318: g++ -c   conftest.cpp >&5
configure:7318: $? = 0
configure:7327: result: yes
configure:7336: checking whether g++ accepts -g
configure:7356: g++ -c -g  conftest.cpp >&5
configure:7356: $? = 0
configure:7397: result: yes
configure:7422: checking dependency style of g++
configure:7533: result: gcc3
configure:7552: checking for gcc option to accept ISO C99
configure:7701: gcc  -c -g -O2  conftest.c >&5
conftest.c:79:29: error: expected ';', ',' or ')' before 'text'
 test_restrict (ccp restrict text)
                             ^
conftest.c: In function 'main':
conftest.c:133:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
   char *restrict newvar = "Another string";
                  ^
conftest.c:133:18: error: 'newvar' undeclared (first use in this function)
conftest.c:133:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:143:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (int i = 0; i < ia->datasize; ++i)
   ^
conftest.c:143:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:7701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:7701: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:7701: $? = 0
configure:7721: result: -std=gnu99
configure:7822: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:7836: result: -std=gnu99
configure:7845: checking how to run the C preprocessor
configure:7915: result: gcc -E
configure:7935: gcc -E  conftest.c
configure:7935: $? = 0
configure:7949: gcc -E  conftest.c
conftest.c:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7977: checking for a sed that does not truncate output
configure:8041: result: /usr/bin/sed
configure:8059: checking for fgrep
configure:8121: result: /usr/bin/grep -F
configure:8148: checking how to print strings
configure:8177: result: print -r
configure:8208: checking for ld used by gcc -std=gnu99
configure:8275: result: /usr/bin/ld
configure:8282: checking if the linker (/usr/bin/ld) is GNU ld
configure:8297: result: no
configure:8310: checking for gcc -std=gnu99 option to accept ISO C99
configure:8479: result: -std=gnu99
configure:8494: checking CFLAGS for maximum warnings
configure:8514: gcc -std=gnu99 -std=gnu99 -c -g -O2 -warn all  -warn all  conftest.c >&5
gcc: error: all: No such file or directory
gcc: error: all: No such file or directory
gcc: error: unrecognized command line option '-warn'
gcc: error: unrecognized command line option '-warn'
configure:8514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:8514: gcc -std=gnu99 -std=gnu99 -c -g -O2 -pedantic  -Wall  conftest.c >&5
configure:8514: $? = 0
configure:8522: result: -Wall
configure:8542: : CFLAGS="$CFLAGS"
configure:8545: $? = 0
configure:8571: checking whether make sets $(MAKE)
configure:8593: result: yes
configure:8602: checking whether ln -s works
configure:8606: result: yes
configure:8613: checking for a sed that does not truncate output
configure:8677: result: /usr/bin/sed
configure:8686: checking for gawk
configure:8713: result: nawk
configure:8724: checking if malloc debugging is wanted
configure:8742: result: no
configure:8748: checking for __attribute__
configure:8770: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
configure:8770: $? = 0
configure:8779: result: yes
configure:8787: checking for C compiler vendor
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__clang__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(_CRAYC))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:9: error: 'thisisanerror' undeclared (first use in this function)
         thisisanerror;
         ^
conftest.c:36:9: note: each undeclared identifier is reported only once for each function it appears in
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__FUJITSU))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:8834: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  conftest.c >&5
configure:8834: $? = 0
configure:8842: result: gnu
configure:8859: checking for gcc architecture flag
configure:8861: result: 
configure:9160: checking whether C compiler accepts -mtune=powerpc
configure:9179: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall  -mtune=powerpc  conftest.c >&5
configure:9179: $? = 0
configure:9188: result: yes
configure:9209: checking for gcc architecture flag
configure:9211: result: -mtune=powerpc
configure:9273: checking for pkg-config
configure:9306: result: no
configure:9347: checking size of size_t
configure:9352: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=powerpc   conftest.c  >&5
configure:9352: $? = 0
configure:9352: ./conftest
configure:9352: $? = 0
configure:9366: result: 4
configure:9377: checking for C compiler vendor
configure:9432: result: gnu
configure:9505: checking whether C compiler accepts -Werror=unknown-warning-option
configure:9524: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Werror=unknown-warning-option  conftest.c >&5
cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
configure:9524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:9532: result: no
configure:9546: checking whether C compiler accepts -Wno-suggest-attribute=format
configure:9565: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-suggest-attribute=format  conftest.c >&5
configure:9565: $? = 0
configure:9573: result: yes
configure:9593: checking whether C compiler accepts -fno-strict-aliasing
configure:9612: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -fno-strict-aliasing  conftest.c >&5
configure:9612: $? = 0
configure:9621: result: yes
configure:9648: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9651: $? = 0
configure:9672: checking whether C compiler accepts -Wall
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wall  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wextra
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wextra  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wundef
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wundef  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wnested-externs
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wnested-externs  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wwrite-strings
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wwrite-strings  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wpointer-arith
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wpointer-arith  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wmissing-declarations
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wmissing-declarations  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wmissing-prototypes
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wmissing-prototypes  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wstrict-prototypes
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wstrict-prototypes  conftest.c >&5
conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 main ()
 ^
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wredundant-decls
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wredundant-decls  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wno-unused-parameter
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-unused-parameter  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wno-missing-field-initializers
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-missing-field-initializers  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wdeclaration-after-statement
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wdeclaration-after-statement  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wformat=2
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wformat=2  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wold-style-definition
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wold-style-definition  conftest.c >&5
conftest.c: In function 'main':
conftest.c:33:1: warning: old-style function definition [-Wold-style-definition]
 main ()
 ^
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wcast-align
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wcast-align  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wformat-nonliteral
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wformat-nonliteral  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wformat-security
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wformat-security  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wsign-compare
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wsign-compare  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wstrict-aliasing
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wstrict-aliasing  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wshadow
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wshadow  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Winline
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Winline  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wpacked
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wpacked  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wmissing-format-attribute
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wmissing-format-attribute  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wmissing-noreturn
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wmissing-noreturn  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Winit-self
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Winit-self  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wredundant-decls
configure:9700: result: yes
configure:9708: : WARN_CFLAGS already contains $flag
configure:9711: $? = 0
configure:9672: checking whether C compiler accepts -Wmissing-include-dirs
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wmissing-include-dirs  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wunused-but-set-variable
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wunused-but-set-variable  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Warray-bounds
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Warray-bounds  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wimplicit-function-declaration
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wimplicit-function-declaration  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wreturn-type
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wreturn-type  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wswitch-enum
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wswitch-enum  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9672: checking whether C compiler accepts -Wswitch-default
configure:9691: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wswitch-default  conftest.c >&5
configure:9691: $? = 0
configure:9700: result: yes
configure:9716: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9719: $? = 0
configure:9763: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9766: $? = 0
configure:9789: checking whether C compiler accepts -Wno-suggest-attribute=format
configure:9808: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-suggest-attribute=format  conftest.c >&5
configure:9808: $? = 0
configure:9817: result: yes
configure:9833: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9836: $? = 0
configure:9877: checking whether C compiler accepts -Wno-error=unused-parameter
configure:9896: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-error=unused-parameter  conftest.c >&5
configure:9896: $? = 0
configure:9905: result: yes
configure:9921: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9924: $? = 0
configure:9877: checking whether C compiler accepts -Wno-error=missing-field-initializers
configure:9896: gcc -std=gnu99 -std=gnu99 -c -g -O2 -Wall -mtune=powerpc  -Wno-error=missing-field-initializers  conftest.c >&5
configure:9896: $? = 0
configure:9905: result: yes
configure:9921: : WARN_CFLAGS="$WARN_CFLAGS"
configure:9924: $? = 0
configure:9986: checking whether C++ compiler accepts -Werror=unknown-warning-option
configure:10005: g++ -c -g -O2  -Werror=unknown-warning-option  conftest.cpp >&5
cc1plus: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
configure:10005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:10013: result: no
configure:10027: checking whether C++ compiler accepts -Wno-suggest-attribute=format
configure:10046: g++ -c -g -O2  -Wno-suggest-attribute=format  conftest.cpp >&5
configure:10046: $? = 0
configure:10054: result: yes
configure:10074: checking whether C++ compiler accepts -fno-strict-aliasing
configure:10093: g++ -c -g -O2  -fno-strict-aliasing  conftest.cpp >&5
configure:10093: $? = 0
configure:10102: result: yes
configure:10129: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10132: $? = 0
configure:10153: checking whether C++ compiler accepts -Wall
configure:10172: g++ -c -g -O2  -Wall  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wextra
configure:10172: g++ -c -g -O2  -Wextra  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wundef
configure:10172: g++ -c -g -O2  -Wundef  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wwrite-strings
configure:10172: g++ -c -g -O2  -Wwrite-strings  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wpointer-arith
configure:10172: g++ -c -g -O2  -Wpointer-arith  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wmissing-declarations
configure:10172: g++ -c -g -O2  -Wmissing-declarations  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wredundant-decls
configure:10172: g++ -c -g -O2  -Wredundant-decls  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wno-unused-parameter
configure:10172: g++ -c -g -O2  -Wno-unused-parameter  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wno-missing-field-initializers
configure:10172: g++ -c -g -O2  -Wno-missing-field-initializers  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wformat=2
configure:10172: g++ -c -g -O2  -Wformat=2  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wcast-align
configure:10172: g++ -c -g -O2  -Wcast-align  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wformat-nonliteral
configure:10172: g++ -c -g -O2  -Wformat-nonliteral  conftest.cpp >&5
cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wformat-security
configure:10172: g++ -c -g -O2  -Wformat-security  conftest.cpp >&5
cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wsign-compare
configure:10172: g++ -c -g -O2  -Wsign-compare  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wstrict-aliasing
configure:10172: g++ -c -g -O2  -Wstrict-aliasing  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wshadow
configure:10172: g++ -c -g -O2  -Wshadow  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Winline
configure:10172: g++ -c -g -O2  -Winline  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wpacked
configure:10172: g++ -c -g -O2  -Wpacked  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wmissing-format-attribute
configure:10172: g++ -c -g -O2  -Wmissing-format-attribute  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wmissing-noreturn
configure:10172: g++ -c -g -O2  -Wmissing-noreturn  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Winit-self
configure:10172: g++ -c -g -O2  -Winit-self  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wredundant-decls
configure:10181: result: yes
configure:10189: : WARN_CXXFLAGS already contains $flag
configure:10192: $? = 0
configure:10153: checking whether C++ compiler accepts -Wmissing-include-dirs
configure:10172: g++ -c -g -O2  -Wmissing-include-dirs  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wunused-but-set-variable
configure:10172: g++ -c -g -O2  -Wunused-but-set-variable  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Warray-bounds
configure:10172: g++ -c -g -O2  -Warray-bounds  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wreturn-type
configure:10172: g++ -c -g -O2  -Wreturn-type  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wno-overloaded-virtual
configure:10172: g++ -c -g -O2  -Wno-overloaded-virtual  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wswitch-enum
configure:10172: g++ -c -g -O2  -Wswitch-enum  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10153: checking whether C++ compiler accepts -Wswitch-default
configure:10172: g++ -c -g -O2  -Wswitch-default  conftest.cpp >&5
configure:10172: $? = 0
configure:10181: result: yes
configure:10197: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10200: $? = 0
configure:10244: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10247: $? = 0
configure:10270: checking whether C++ compiler accepts -Wno-suggest-attribute=format
configure:10289: g++ -c -g -O2  -Wno-suggest-attribute=format  conftest.cpp >&5
configure:10289: $? = 0
configure:10298: result: yes
configure:10314: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10317: $? = 0
configure:10358: checking whether C++ compiler accepts -Wno-error=unused-parameter
configure:10377: g++ -c -g -O2  -Wno-error=unused-parameter  conftest.cpp >&5
configure:10377: $? = 0
configure:10386: result: yes
configure:10402: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10405: $? = 0
configure:10358: checking whether C++ compiler accepts -Wno-error=missing-field-initializers
configure:10377: g++ -c -g -O2  -Wno-error=missing-field-initializers  conftest.cpp >&5
configure:10377: $? = 0
configure:10386: result: yes
configure:10402: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10405: $? = 0
configure:10358: checking whether C++ compiler accepts -Wno-error=overloaded-virtual
configure:10377: g++ -c -g -O2  -Wno-error=overloaded-virtual  conftest.cpp >&5
configure:10377: $? = 0
configure:10386: result: yes
configure:10402: : WARN_CXXFLAGS="$WARN_CXXFLAGS"
configure:10405: $? = 0
configure:10461: checking whether C compiler accepts -Werror=unknown-warning-option
configure:10488: result: no
configure:10502: checking whether the linker accepts -Wl,--no-as-needed
configure:10521: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=powerpc    -Wl,--no-as-needed conftest.c  >&5
ld: 0706-012 The -- flag is not recognized.
ld: 0706-027 The -n flag is ignored.
collect2: error: ld returned 255 exit status
configure:10521: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:10530: result: no
configure:10545: checking whether the linker accepts -Wl,--fatal-warnings
configure:10564: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=powerpc    -Wl,--fatal-warnings conftest.c  >&5
ld: 0706-012 The -- flag is not recognized.
ld: 0706-005 Cannot find or open file: atal-warnings
	ld:fopen(): No such file or directory
collect2: error: ld returned 255 exit status
configure:10564: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:10573: result: no
configure:10583: checking whether the linker accepts -Wl,-fatal_warnings
configure:10602: gcc -std=gnu99 -std=gnu99 -o conftest -g -O2 -Wall -mtune=powerpc    -Wl,-fatal_warnings conftest.c  >&5
collect2: fatal error: can't open atal_warnings: No such file or directory
compilation terminated.
configure:10602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.6-1"
| #define PACKAGE_STRING "ImageMagick 7.0.6-1"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.6-1"
| #define MAGICK_TARGET_CPU powerpc
| #define MAGICK_TARGET_VENDOR ibm
| #define MAGICK_TARGET_OS aix7.1.2.0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE___ATTRIBUTE__ 1
| #define SIZEOF_SIZE_T 4
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:10611: result: no

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

ac_cv_build=powerpc-ibm-aix7.1.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_cflags_warn_all=-Wall
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AUTOTRACE_CFLAGS_set=''
ac_cv_env_AUTOTRACE_CFLAGS_value=''
ac_cv_env_AUTOTRACE_LIBS_set=''
ac_cv_env_AUTOTRACE_LIBS_value=''
ac_cv_env_CAIRO_SVG_CFLAGS_set=''
ac_cv_env_CAIRO_SVG_CFLAGS_value=''
ac_cv_env_CAIRO_SVG_LIBS_set=''
ac_cv_env_CAIRO_SVG_LIBS_value=''
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_FONTCONFIG_CFLAGS_set=''
ac_cv_env_FONTCONFIG_CFLAGS_value=''
ac_cv_env_FONTCONFIG_LIBS_set=''
ac_cv_env_FONTCONFIG_LIBS_value=''
ac_cv_env_FREETYPE_CFLAGS_set=''
ac_cv_env_FREETYPE_CFLAGS_value=''
ac_cv_env_FREETYPE_LIBS_set=''
ac_cv_env_FREETYPE_LIBS_value=''
ac_cv_env_GVC_CFLAGS_set=''
ac_cv_env_GVC_CFLAGS_value=''
ac_cv_env_GVC_LIBS_set=''
ac_cv_env_GVC_LIBS_value=''
ac_cv_env_LCMS2_CFLAGS_set=''
ac_cv_env_LCMS2_CFLAGS_value=''
ac_cv_env_LCMS2_LIBS_set=''
ac_cv_env_LCMS2_LIBS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBOPENJP2_CFLAGS_set=''
ac_cv_env_LIBOPENJP2_CFLAGS_value=''
ac_cv_env_LIBOPENJP2_LIBS_set=''
ac_cv_env_LIBOPENJP2_LIBS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_LQR_CFLAGS_set=''
ac_cv_env_LQR_CFLAGS_value=''
ac_cv_env_LQR_LIBS_set=''
ac_cv_env_LQR_LIBS_value=''
ac_cv_env_LT_SYS_LIBRARY_PATH_set=''
ac_cv_env_LT_SYS_LIBRARY_PATH_value=''
ac_cv_env_LZMA_CFLAGS_set=''
ac_cv_env_LZMA_CFLAGS_value=''
ac_cv_env_LZMA_LIBS_set=''
ac_cv_env_LZMA_LIBS_value=''
ac_cv_env_OPENEXR_CFLAGS_set=''
ac_cv_env_OPENEXR_CFLAGS_value=''
ac_cv_env_OPENEXR_LIBS_set=''
ac_cv_env_OPENEXR_LIBS_value=''
ac_cv_env_PANGO_CFLAGS_set=''
ac_cv_env_PANGO_CFLAGS_value=''
ac_cv_env_PANGO_LIBS_set=''
ac_cv_env_PANGO_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_PNG_CFLAGS_set=''
ac_cv_env_PNG_CFLAGS_value=''
ac_cv_env_PNG_LIBS_set=''
ac_cv_env_PNG_LIBS_value=''
ac_cv_env_RAQM_CFLAGS_set=''
ac_cv_env_RAQM_CFLAGS_value=''
ac_cv_env_RAQM_LIBS_set=''
ac_cv_env_RAQM_LIBS_value=''
ac_cv_env_RAW_R_CFLAGS_set=''
ac_cv_env_RAW_R_CFLAGS_value=''
ac_cv_env_RAW_R_LIBS_set=''
ac_cv_env_RAW_R_LIBS_value=''
ac_cv_env_RSVG_CFLAGS_set=''
ac_cv_env_RSVG_CFLAGS_value=''
ac_cv_env_RSVG_LIBS_set=''
ac_cv_env_RSVG_LIBS_value=''
ac_cv_env_XMKMF_set=''
ac_cv_env_XMKMF_value=''
ac_cv_env_XML_CFLAGS_set=''
ac_cv_env_XML_CFLAGS_value=''
ac_cv_env_XML_LIBS_set=''
ac_cv_env_XML_LIBS_value=''
ac_cv_env_ZLIB_CFLAGS_set=''
ac_cv_env_ZLIB_CFLAGS_value=''
ac_cv_env_ZLIB_LIBS_set=''
ac_cv_env_ZLIB_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_ddjvuapi_CFLAGS_set=''
ac_cv_env_ddjvuapi_CFLAGS_value=''
ac_cv_env_ddjvuapi_LIBS_set=''
ac_cv_env_ddjvuapi_LIBS_value=''
ac_cv_env_fftw3_CFLAGS_set=''
ac_cv_env_fftw3_CFLAGS_value=''
ac_cv_env_fftw3_LIBS_set=''
ac_cv_env_fftw3_LIBS_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-ibm-aix7.1.2.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_size_t=4
ac_cv_target=powerpc-ibm-aix7.1.2.0
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=plaintar
ax_cv___attribute__=yes
ax_cv_c_compiler_vendor=gnu
ax_cv_check_cflags__Wall=yes
ax_cv_check_cflags__Warray_bounds=yes
ax_cv_check_cflags__Wcast_align=yes
ax_cv_check_cflags__Wdeclaration_after_statement=yes
ax_cv_check_cflags__Wextra=yes
ax_cv_check_cflags__Wformat_2=yes
ax_cv_check_cflags__Wformat_nonliteral=yes
ax_cv_check_cflags__Wformat_security=yes
ax_cv_check_cflags__Wimplicit_function_declaration=yes
ax_cv_check_cflags__Winit_self=yes
ax_cv_check_cflags__Winline=yes
ax_cv_check_cflags__Wmissing_declarations=yes
ax_cv_check_cflags__Wmissing_format_attribute=yes
ax_cv_check_cflags__Wmissing_include_dirs=yes
ax_cv_check_cflags__Wmissing_noreturn=yes
ax_cv_check_cflags__Wmissing_prototypes=yes
ax_cv_check_cflags__Wnested_externs=yes
ax_cv_check_cflags__Wno_error_missing_field_initializers=yes
ax_cv_check_cflags__Wno_error_unused_parameter=yes
ax_cv_check_cflags__Wno_missing_field_initializers=yes
ax_cv_check_cflags__Wno_suggest_attribute_format=yes
ax_cv_check_cflags__Wno_unused_parameter=yes
ax_cv_check_cflags__Wold_style_definition=yes
ax_cv_check_cflags__Wpacked=yes
ax_cv_check_cflags__Wpointer_arith=yes
ax_cv_check_cflags__Wredundant_decls=yes
ax_cv_check_cflags__Wreturn_type=yes
ax_cv_check_cflags__Wshadow=yes
ax_cv_check_cflags__Wsign_compare=yes
ax_cv_check_cflags__Wstrict_aliasing=yes
ax_cv_check_cflags__Wstrict_prototypes=yes
ax_cv_check_cflags__Wswitch_default=yes
ax_cv_check_cflags__Wswitch_enum=yes
ax_cv_check_cflags__Wundef=yes
ax_cv_check_cflags__Wunused_but_set_variable=yes
ax_cv_check_cflags__Wwrite_strings=yes
ax_cv_check_cflags___Werror_unknown_warning_option=no
ax_cv_check_cflags___Wno_suggest_attribute_format=yes
ax_cv_check_cflags___mtune_powerpc=yes
ax_cv_check_cflags__fno_strict_aliasing=yes
ax_cv_check_cxxflags__Wall=yes
ax_cv_check_cxxflags__Warray_bounds=yes
ax_cv_check_cxxflags__Wcast_align=yes
ax_cv_check_cxxflags__Wextra=yes
ax_cv_check_cxxflags__Wformat_2=yes
ax_cv_check_cxxflags__Wformat_nonliteral=yes
ax_cv_check_cxxflags__Wformat_security=yes
ax_cv_check_cxxflags__Winit_self=yes
ax_cv_check_cxxflags__Winline=yes
ax_cv_check_cxxflags__Wmissing_declarations=yes
ax_cv_check_cxxflags__Wmissing_format_attribute=yes
ax_cv_check_cxxflags__Wmissing_include_dirs=yes
ax_cv_check_cxxflags__Wmissing_noreturn=yes
ax_cv_check_cxxflags__Wno_error_missing_field_initializers=yes
ax_cv_check_cxxflags__Wno_error_overloaded_virtual=yes
ax_cv_check_cxxflags__Wno_error_unused_parameter=yes
ax_cv_check_cxxflags__Wno_missing_field_initializers=yes
ax_cv_check_cxxflags__Wno_overloaded_virtual=yes
ax_cv_check_cxxflags__Wno_suggest_attribute_format=yes
ax_cv_check_cxxflags__Wno_unused_parameter=yes
ax_cv_check_cxxflags__Wpacked=yes
ax_cv_check_cxxflags__Wpointer_arith=yes
ax_cv_check_cxxflags__Wredundant_decls=yes
ax_cv_check_cxxflags__Wreturn_type=yes
ax_cv_check_cxxflags__Wshadow=yes
ax_cv_check_cxxflags__Wsign_compare=yes
ax_cv_check_cxxflags__Wstrict_aliasing=yes
ax_cv_check_cxxflags__Wswitch_default=yes
ax_cv_check_cxxflags__Wswitch_enum=yes
ax_cv_check_cxxflags__Wundef=yes
ax_cv_check_cxxflags__Wunused_but_set_variable=yes
ax_cv_check_cxxflags__Wwrite_strings=yes
ax_cv_check_cxxflags___Werror_unknown_warning_option=no
ax_cv_check_cxxflags___Wno_suggest_attribute_format=yes
ax_cv_check_cxxflags__fno_strict_aliasing=yes
ax_cv_check_ldflags___Wl___fatal_warnings=no
ax_cv_check_ldflags___Wl___no_as_needed=no
ax_cv_check_ldflags___Wl__fatal_warnings=no
ax_cv_gcc_archflag=-mtune=powerpc
lt_cv_path_LD=/usr/bin/ld
lt_cv_prog_gnu_ld=no

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

ACLOCAL='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS=''
AUTOCONF='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/missing autoconf'
AUTOHEADER='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/missing autoheader'
AUTOMAKE='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/missing automake-1.15'
AUTOTRACE_CFLAGS=''
AUTOTRACE_DELEGATE_FALSE=''
AUTOTRACE_DELEGATE_TRUE=''
AUTOTRACE_LIBS=''
AWK='nawk'
BIN_DIR='/usr/local/bin'
BPGDecodeDelegate=''
BPGEncodeDelegate=''
BZLIB_DELEGATE_FALSE=''
BZLIB_DELEGATE_TRUE=''
BZLIB_LIBS=''
BlenderDecodeDelegate=''
BrowseDelegate=''
CAIRO_DELEGATE_FALSE=''
CAIRO_DELEGATE_TRUE=''
CAIRO_SVG_CFLAGS=''
CAIRO_SVG_LIBS=''
CC='gcc -std=gnu99 -std=gnu99'
CCDEPMODE='depmode=gcc3'
CCMALLOCDelegate=''
CFLAGS='-g -O2 -Wall -mtune=powerpc'
CL_CFLAGS=''
CL_LIBS=''
CODER_DIRNAME=''
CODER_PATH=''
CONFIGURE_ARGS='./configure  '\''--with-quantum-depth=8'\'''
CONFIGURE_PATH=''
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version.sh'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
CYGWIN_BUILD_FALSE=''
CYGWIN_BUILD_TRUE=''
ConvertDelegate=''
DATA_DIR='/usr/local/share'
DEFS=''
DEPDIR='.deps'
DIRSEP=':'
DISTCHECK_CONFIG_FLAGS=''
DJVU_CFLAGS=''
DJVU_DELEGATE_FALSE=''
DJVU_DELEGATE_TRUE=''
DJVU_LIBS=''
DLLTOOL=''
DNGDecodeDelegate=''
DOCDecodeDelegate=''
DOCUMENTATION_PATH=''
DOC_DIR='/usr/local/share/doc'
DPS_DELEGATE_FALSE=''
DPS_DELEGATE_TRUE=''
DPS_LIBS=''
DSYMUTIL=''
DUMPBIN=''
DVIDecodeDelegate=''
DisplayDelegate=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXECUTABLE_PATH=''
EXEC_PREFIX_DIR='/usr/local'
EXEEXT=''
EditorDelegate=''
FFTW_CFLAGS=''
FFTW_DELEGATE_FALSE=''
FFTW_DELEGATE_TRUE=''
FFTW_LIBS=''
FGREP='/usr/bin/grep -F'
FILTER_DIRNAME=''
FILTER_PATH=''
FLIF_DELEGATE_FALSE=''
FLIF_DELEGATE_TRUE=''
FLIF_LIBS=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_DELEGATE_FALSE=''
FONTCONFIG_DELEGATE_TRUE=''
FONTCONFIG_LIBS=''
FPX_DELEGATE_FALSE=''
FPX_DELEGATE_TRUE=''
FPX_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_DELEGATE_FALSE=''
FREETYPE_DELEGATE_TRUE=''
FREETYPE_LIBS=''
GDI32_LIBS=''
GOMP_LIBS=''
GREP='/usr/bin/grep'
GSAlphaDevice=''
GSCMYKDevice=''
GSColorDevice=''
GSEPSDevice=''
GSMonoDevice=''
GSPDFDevice=''
GSPSDevice=''
GSVersion=''
GS_DELEGATE_FALSE=''
GS_DELEGATE_TRUE=''
GS_LIBS=''
GVCDecodeDelegate=''
GVC_CFLAGS=''
GVC_DELEGATE_FALSE=''
GVC_DELEGATE_TRUE=''
GVC_LIBS=''
HAVE_LD_VERSION_SCRIPT_FALSE=''
HAVE_LD_VERSION_SCRIPT_TRUE=''
HPGLDecodeDelegate=''
HTMLDecodeDelegate=''
HasJEMALLOC_FALSE=''
HasJEMALLOC_TRUE=''
HasUMEM_FALSE=''
HasUMEM_TRUE=''
ILBMDecodeDelegate=''
ILBMEncodeDelegate=''
INCLUDEARCH_DIR=''
INCLUDEARCH_PATH=''
INCLUDE_DIR='/usr/local/include'
INCLUDE_PATH=''
INFO_DIR='/usr/local/share/info'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_DOC_FALSE=''
INSTALL_DOC_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT16_T=''
INT32_F=''
INT32_T=''
INT64_F=''
INT64_T=''
INT8_T=''
JBIG_DELEGATE_FALSE=''
JBIG_DELEGATE_TRUE=''
JBIG_LIBS=''
JEMALLOC_LIBS=''
JPEG_DELEGATE_FALSE=''
JPEG_DELEGATE_TRUE=''
JPEG_LIBS=''
JXRDecodeDelegate=''
JXREncodeDelegate=''
LCMS2_CFLAGS=''
LCMS2_LIBS=''
LCMS_CFLAGS=''
LCMS_DELEGATE_FALSE=''
LCMS_DELEGATE_TRUE=''
LCMS_LIBS=''
LD='/usr/bin/ld'
LDFLAGS=''
LEGACY_SUPPORT_FALSE=''
LEGACY_SUPPORT_TRUE=''
LEPDelegate=''
LFS_CPPFLAGS=''
LIBEXEC_DIR='/usr/local/libexec'
LIBOBJS=''
LIBOPENJP2_CFLAGS=''
LIBOPENJP2_DELEGATE_FALSE=''
LIBOPENJP2_DELEGATE_TRUE=''
LIBOPENJP2_LIBS=''
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_PATH=''
LIBS=''
LIBSTDCLDFLAGS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIB_BIN_BASEDIRNAME=''
LIB_BIN_DIR=''
LIB_BIN_DIR_PATH=''
LIB_BIN_DIR_RELATIVE_PATH=''
LIB_DIR='/usr/local/lib'
LIB_DL=''
LIPO=''
LN_S='ln -s'
LOCALSTATE_DIR='/usr/local/var'
LPDelegate=''
LPRDelegate=''
LQR_CFLAGS=''
LQR_DELEGATE_FALSE=''
LQR_DELEGATE_TRUE=''
LQR_LIBS=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
LZMA_CFLAGS=''
LZMA_DELEGATE_FALSE=''
LZMA_DELEGATE_TRUE=''
LZMA_LIBS=''
LaunchDelegate=''
MAGICKCORE_PATH=''
MAGICKPP_LIBRARY_AGE='0'
MAGICKPP_LIBRARY_CURRENT='3'
MAGICKPP_LIBRARY_CURRENT_MIN='3'
MAGICKPP_LIBRARY_REVISION='0'
MAGICKPP_LIBRARY_VERSION_INFO='3:0:0'
MAGICKPP_LIB_VERSION='0x030000'
MAGICKPP_LIB_VERSION_TEXT='7.0.6'
MAGICK_ABI_SUFFIX=''
MAGICK_CFLAGS=''
MAGICK_CODER_MODULE_PATH='/home/data/PPl9/ImageMagick-7.0.6-1/coders'
MAGICK_CONFIGURE_BUILD_PATH='/home/data/PPl9/ImageMagick-7.0.6-1/config'
MAGICK_CONFIGURE_SRC_PATH='/home/data/PPl9/ImageMagick-7.0.6-1/config'
MAGICK_CPPFLAGS=''
MAGICK_CXXFLAGS=''
MAGICK_DELEGATES=''
MAGICK_DEP_LIBS=''
MAGICK_FEATURES=''
MAGICK_FILTER_MODULE_PATH='/home/data/PPl9/ImageMagick-7.0.6-1/filters'
MAGICK_GIT_REVISION='20449:19858ec47:20170715'
MAGICK_HDRI=''
MAGICK_LDFLAGS=''
MAGICK_LIBRARY_AGE='0'
MAGICK_LIBRARY_CURRENT='3'
MAGICK_LIBRARY_CURRENT_MIN='3'
MAGICK_LIBRARY_REVISION='0'
MAGICK_LIBRARY_VERSION_INFO='3:0:0'
MAGICK_LIBS=''
MAGICK_LIB_VERSION='0x030000'
MAGICK_LIB_VERSION_NUMBER='3,0,0'
MAGICK_LIB_VERSION_TEXT='7.0.6'
MAGICK_LT_RELEASE_OPTS=''
MAGICK_MAJOR_VERSION='7'
MAGICK_MICRO_VERSION='6'
MAGICK_MINOR_VERSION='0'
MAGICK_PATCHLEVEL_VERSION='1'
MAGICK_PCFLAGS=''
MAGICK_TARGET_CPU='powerpc'
MAGICK_TARGET_OS='aix7.1.2.0'
MAGICK_TARGET_VENDOR='ibm'
MAGICK_VERSION='7.0.6-1'
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/missing makeinfo'
MANIFEST_TOOL=''
MAN_DIR='/usr/local/share/man'
MATH_LIBS=''
MKDIR_P='config/install-sh -c -d'
MODULES_BASEDIRNAME=''
MODULES_DIRNAME=''
MODULES_PATH=''
MODULES_RELATIVE_PATH=''
MODULE_EXTRA_CPPFLAGS=''
MPEGDecodeDelegate=''
MPEGEncodeDelegate=''
MVDelegate=''
MogrifyDelegate=''
MrSIDDecodeDelegate=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OLE_LIBS=''
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='https://github.com/ImageMagick/ImageMagick/issues'
PACKAGE_CHANGE_DATE='20170713'
PACKAGE_LIB_VERSION='0x706'
PACKAGE_LIB_VERSION_NUMBER='7,0,6,1'
PACKAGE_NAME='ImageMagick'
PACKAGE_PERL_VERSION='7.06'
PACKAGE_RELEASE='1'
PACKAGE_RELEASE_DATE='2017-07-19'
PACKAGE_STRING='ImageMagick 7.0.6'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_URL='https://www.imagemagick.org'
PACKAGE_VERSION='7.0.6'
PACKAGE_VERSION_ADDENDUM='-1'
PANGOCAIRO_DELEGATE_FALSE=''
PANGOCAIRO_DELEGATE_TRUE=''
PANGO_CFLAGS=''
PANGO_DELEGATE_FALSE=''
PANGO_DELEGATE_TRUE=''
PANGO_LIBS=''
PATH_SEPARATOR=':'
PCLCMYKDevice=''
PCLColorDevice=''
PCLDelegate=''
PCLMonoDevice=''
PCLVersion=''
PERL=''
PERLMAINCC=''
PERL_MAKE_OPTIONS=''
PERL_SUPPORTS_DESTDIR=''
PERL_VERSION=''
PERSISTINCLUDE_DIR='/usr/include'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS=''
PNG_DELEGATE_FALSE=''
PNG_DELEGATE_TRUE=''
PNG_LIBS=''
POW_LIB=''
PREFIX_DIR='/usr/local'
PRTDIAG=''
PSDelegate=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PrintDelegate=''
QUANTUM_DEPTH=''
RANLIB=''
RAQM_CFLAGS=''
RAQM_DELEGATE_FALSE=''
RAQM_DELEGATE_TRUE=''
RAQM_LIBS=''
RAW_R_CFLAGS=''
RAW_R_DELEGATE_FALSE=''
RAW_R_DELEGATE_TRUE=''
RAW_R_LIBS=''
RMDelegate=''
RPM=''
RPM_DELEGATE_FALSE=''
RPM_DELEGATE_TRUE=''
RSVGDecodeDelegate=''
RSVG_CFLAGS=''
RSVG_DELEGATE_FALSE=''
RSVG_DELEGATE_TRUE=''
RSVG_LIBS=''
SBIN_DIR='/usr/local/sbin'
SED='/usr/bin/sed'
SET_MAKE=''
SHAREARCH_BASEDIRNAME=''
SHAREARCH_DIR=''
SHAREARCH_DIRNAME=''
SHAREARCH_PATH=''
SHAREARCH_RELATIVE_PATH=''
SHAREDSTATE_DIR='/usr/local/com'
SHARE_PATH=''
SHELL='/bin/sh'
STRIP=''
SVGDecodeDelegate=''
SYSCONF_DIR='/usr/local/etc'
ShowImageDelegate=''
TAR=''
THREAD_LIBS=''
TIFF_DELEGATE_FALSE=''
TIFF_DELEGATE_TRUE=''
TIFF_LIBS=''
UINT16_T=''
UINT32_F=''
UINT32_T=''
UINT64_F=''
UINT64_T=''
UINT8_T=''
UINTMAX_F=''
UINTMAX_T=''
UINTPTR_F=''
UINTPTR_T=''
UMEM_LIBS=''
USING_CL_FALSE=''
USING_CL_TRUE=''
UniconvertorDelegate=''
VERSION='7.0.6-1'
WARN_CFLAGS='-fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Werror -Wno-suggest-attribute=format -Wno-error=unused-parameter -Wno-error=missing-field-initializers'
WARN_CXXFLAGS='-fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Werror -Wno-suggest-attribute=format -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual'
WARN_LDFLAGS=''
WARN_SCANNERFLAGS=''
WEBP_DELEGATE_FALSE=''
WEBP_DELEGATE_TRUE=''
WEBP_LIBS=''
WIN32_NATIVE_BUILD_FALSE=''
WIN32_NATIVE_BUILD_TRUE=''
WINGDI32_DELEGATE_FALSE=''
WINGDI32_DELEGATE_TRUE=''
WITH_LTDL_FALSE=''
WITH_LTDL_TRUE=''
WITH_MAGICK_PLUS_PLUS_FALSE=''
WITH_MAGICK_PLUS_PLUS_TRUE=''
WITH_MODULES_FALSE=''
WITH_MODULES_TRUE=''
WITH_PERL_DYNAMIC_FALSE=''
WITH_PERL_DYNAMIC_TRUE=''
WITH_PERL_FALSE=''
WITH_PERL_STATIC_FALSE=''
WITH_PERL_STATIC_TRUE=''
WITH_PERL_TRUE=''
WITH_SHARED_LIBS_FALSE=''
WITH_SHARED_LIBS_TRUE=''
WMF_CFLAGS=''
WMF_DELEGATE_FALSE=''
WMF_DELEGATE_TRUE=''
WMF_LIBS=''
WWWDecodeDelegate=''
WebPDecodeDelegate=''
WebPEncodeDelegate=''
WinPathScript=''
X11_DELEGATE_FALSE=''
X11_DELEGATE_TRUE=''
X11_LIBS=''
XEXT_LIBS=''
XMKMF=''
XML_CFLAGS=''
XML_DELEGATE_FALSE=''
XML_DELEGATE_TRUE=''
XML_LIBS=''
XPSCMYKDevice=''
XPSColorDevice=''
XPSDelegate=''
XPSMonoDevice=''
XPSVersion=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP=''
ZIP_DELEGATE_FALSE=''
ZIP_DELEGATE_TRUE=''
ZLIB_CFLAGS=''
ZLIB_DELEGATE_FALSE=''
ZLIB_DELEGATE_TRUE=''
ZLIB_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar chf - "$$tardir"'
am__untar='tar xf -'
apple_font_dir=''
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix7.1.2.0'
build_alias=''
build_cpu='powerpc'
build_os='aix7.1.2.0'
build_vendor='ibm'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
ddjvuapi_CFLAGS=''
ddjvuapi_LIBS=''
dejavu_font_dir=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
fftw3_CFLAGS=''
fftw3_LIBS=''
ghostscript_font_dir=''
host='powerpc-ibm-aix7.1.2.0'
host_alias=''
host_cpu='powerpc'
host_os='aix7.1.2.0'
host_vendor='ibm'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/data/PPl9/ImageMagick-7.0.6-1/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='powerpc-ibm-aix7.1.2.0'
target_alias=''
target_cpu='powerpc'
target_os='aix7.1.2.0'
target_vendor='ibm'
type_include_files=''
windows_font_dir=''

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

/* confdefs.h */
#define PACKAGE_NAME "ImageMagick"
#define PACKAGE_TARNAME "ImageMagick"
#define PACKAGE_VERSION "7.0.6-1"
#define PACKAGE_STRING "ImageMagick 7.0.6-1"
#define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
#define PACKAGE_URL "https://www.imagemagick.org"
#define PACKAGE "ImageMagick"
#define VERSION "7.0.6-1"
#define MAGICK_TARGET_CPU powerpc
#define MAGICK_TARGET_VENDOR ibm
#define MAGICK_TARGET_OS aix7.1.2.0
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE___ATTRIBUTE__ 1
#define SIZEOF_SIZE_T 4

configure: exit 0
Post Reply