Skip to content

Instantly share code, notes, and snippets.

@loranger
Created January 14, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loranger/546dffb705341abb7b6fd425cd0f6ee7 to your computer and use it in GitHub Desktop.
Save loranger/546dffb705341abb7b6fd425cd0f6ee7 to your computer and use it in GitHub Desktop.
imagemagick on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for imagemagick on macOS 10.14.2
Build date: 2019-01-14 17:12:26
HOMEBREW_VERSION: 1.9.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7be9ac1e9d550df18392550d611c5ff10b91292b
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c75688133f007601fab49a68753f73e9f883bea5
Core tap last commit: 51 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_LOGS: /Users/loranger/Library/Logs/Homebrew
HOMEBREW_VISUAL: mate -w
CPU: quad-core 64-bit skylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.20.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_162, 1.8.0_131
macOS: 10.14.2-x86_64
CLT: 10.1.0.0.1.1539992718
Xcode: 10.1
CLT headers: 10.1.0.0.1.1539992718
XQuartz: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libchkp.dylib
/usr/local/lib/libifcore.dylib
/usr/local/lib/libifcoremt.dylib
/usr/local/lib/libifport.dylib
/usr/local/lib/libifportmt.dylib
/usr/local/lib/libimf.dylib
/usr/local/lib/libintlc.dylib
/usr/local/lib/libiompstubs5.dylib
/usr/local/lib/libirc.dylib
/usr/local/lib/libirng.dylib
/usr/local/lib/libmkl_avx.dylib
/usr/local/lib/libmkl_avx2.dylib
/usr/local/lib/libmkl_avx512.dylib
/usr/local/lib/libmkl_blacs_mpich_ilp64.dylib
/usr/local/lib/libmkl_blacs_mpich_lp64.dylib
/usr/local/lib/libmkl_cdft_core.dylib
/usr/local/lib/libmkl_core.dylib
/usr/local/lib/libmkl_intel_ilp64.dylib
/usr/local/lib/libmkl_intel_lp64.dylib
/usr/local/lib/libmkl_intel_thread.dylib
/usr/local/lib/libmkl_mc.dylib
/usr/local/lib/libmkl_mc3.dylib
/usr/local/lib/libmkl_rt.dylib
/usr/local/lib/libmkl_scalapack_ilp64.dylib
/usr/local/lib/libmkl_scalapack_lp64.dylib
/usr/local/lib/libmkl_sequential.dylib
/usr/local/lib/libmkl_tbb_thread.dylib
/usr/local/lib/libmkl_vml_avx.dylib
/usr/local/lib/libmkl_vml_avx2.dylib
/usr/local/lib/libmkl_vml_avx512.dylib
/usr/local/lib/libmkl_vml_mc.dylib
/usr/local/lib/libmkl_vml_mc2.dylib
/usr/local/lib/libmkl_vml_mc3.dylib
/usr/local/lib/libsvml.dylib
/usr/local/lib/libwkhtmltox.0.12.4.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/wkhtmltox/image.h
/usr/local/include/wkhtmltox/pdf.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
docker-compose
imagemagick --with-ghostscript
2019-01-14 17:12:23 +0100
./configure
--disable-osx-universal-binary
--prefix=/usr/local/Cellar/imagemagick/7.0.8-23_1
--disable-dependency-tracking
--disable-silent-rules
--disable-opencl
--enable-shared
--enable-static
--with-freetype=yes
--with-modules
--with-openjp2
--with-webp=yes
--enable-openmp
ac_cv_prog_c_openmp=-Xpreprocessor -fopenmp
ac_cv_prog_cxx_openmp=-Xpreprocessor -fopenmp
LDFLAGS=-lomp
--without-fftw
--without-pango
--without-x
--without-wmf
checking build system type... x86_64-apple-darwin18.2.0
checking host system type... x86_64-apple-darwin18.2.0
checking target system type... x86_64-apple-darwin18.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '501' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
configuring ImageMagick 7.0.8-23
checking whether build environment is sane... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... clang
checking whether the C compiler works... no
configure: error: in `/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23':
configure: error: C compiler cannot create executables
See `config.log' for more details
HOMEBREW_VERSION: 1.9.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7be9ac1e9d550df18392550d611c5ff10b91292b
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c75688133f007601fab49a68753f73e9f883bea5
Core tap last commit: 41 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CACHE: /Users/loranger/Library/Caches/Homebrew
CPU: quad-core 64-bit skylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.20.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_162, 1.8.0_131
macOS: 10.14.2-x86_64
CLT: 10.1.0.0.1.1539992718
Xcode: 10.1
CLT headers: 10.1.0.0.1.1539992718
XQuartz: 2.7.11 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/pkg-config/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libtool/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/openjpeg/bin:/usr/local/opt/webp/bin:/usr/local/opt/xz/bin:/usr/local/opt/ghostscript/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: --version
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -lomp conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -lomp conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
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.8-23, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-osx-universal-binary --prefix=/usr/local/Cellar/imagemagick/7.0.8-23_1 --disable-dependency-tracking --disable-silent-rules --disable-opencl --enable-shared --enable-static --with-freetype=yes --with-modules --with-openjp2 --with-webp=yes --enable-openmp ac_cv_prog_c_openmp=-Xpreprocessor -fopenmp ac_cv_prog_cxx_openmp=-Xpreprocessor -fopenmp LDFLAGS=-lomp --without-fftw --without-pango --without-x --without-wmf
## --------- ##
## Platform. ##
## --------- ##
hostname = Osric.local
uname -m = x86_64
uname -r = 18.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 652 tasks, 3163 threads, 4 processors
Load average: 6.85, Mach factor: 0.36
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/libtiff/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/little-cms2/bin
PATH: /usr/local/opt/openjpeg/bin
PATH: /usr/local/opt/webp/bin
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/ghostscript/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3665: checking build system type
configure:3679: result: x86_64-apple-darwin18.2.0
configure:3699: checking host system type
configure:3712: result: x86_64-apple-darwin18.2.0
configure:3732: checking target system type
configure:3745: result: x86_64-apple-darwin18.2.0
configure:3789: checking for a BSD-compatible install
configure:3857: result: /usr/bin/install -c
configure:3868: checking whether build environment is sane
configure:3923: result: yes
configure:4074: checking for a thread-safe mkdir -p
configure:4113: result: config/install-sh -c -d
configure:4120: checking for gawk
configure:4150: result: no
configure:4120: checking for mawk
configure:4150: result: no
configure:4120: checking for nawk
configure:4150: result: no
configure:4120: checking for awk
configure:4136: found /usr/bin/awk
configure:4147: result: awk
configure:4158: checking whether make sets $(MAKE)
configure:4180: result: yes
configure:4209: checking whether make supports nested variables
configure:4226: result: yes
configure:4315: checking whether UID '501' is supported by ustar format
configure:4318: result: yes
configure:4325: checking whether GID '20' is supported by ustar format
configure:4328: result: yes
configure:4336: checking how to create a ustar tar archive
configure:4347: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:4350: $? = 0
configure:4390: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:4393: $? = 0
configure:4397: tar -xf - <conftest.tar
configure:4400: $? = 0
configure:4402: cat conftest.dir/file
GrepMe
configure:4405: $? = 0
configure:4418: result: gnutar
configure:4479: checking whether make supports nested variables
configure:4496: result: yes
configure:4595: checking whether build environment is sane
configure:4650: result: yes
configure:4808: checking whether make supports the include directive
configure:4823: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4826: $? = 0
configure:4845: result: yes (GNU style)
configure:4915: checking for gcc
configure:4942: result: clang
configure:5171: checking for C compiler version
configure:5180: clang --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5191: $? = 0
configure:5180: clang -v >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5191: $? = 0
configure:5180: clang -V >&5
clang: error: unsupported option '-V -isysroot'
configure:5191: $? = 1
configure:5180: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:5191: $? = 1
configure:5211: checking whether the C compiler works
configure:5233: clang -lomp conftest.c >&5
ld: library not found for -lomp
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5237: $? = 1
configure:5275: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.8-23"
| #define PACKAGE_STRING "ImageMagick 7.0.8-23"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.8-23"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR apple
| #define MAGICK_TARGET_OS darwin18.2.0
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5280: error: in `/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23':
configure:5282: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin18.2.0
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=set
ac_cv_env_CC_value=clang
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=set
ac_cv_env_CXX_value=clang++
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GVC_CFLAGS_set=
ac_cv_env_GVC_CFLAGS_value=
ac_cv_env_GVC_LIBS_set=
ac_cv_env_GVC_LIBS_value=
ac_cv_env_HEIF_CFLAGS_set=
ac_cv_env_HEIF_CFLAGS_value=
ac_cv_env_HEIF_LIBS_set=
ac_cv_env_HEIF_LIBS_value=
ac_cv_env_LCMS2_CFLAGS_set=
ac_cv_env_LCMS2_CFLAGS_value=
ac_cv_env_LCMS2_LIBS_set=
ac_cv_env_LCMS2_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lomp
ac_cv_env_LIBOPENJP2_CFLAGS_set=
ac_cv_env_LIBOPENJP2_CFLAGS_value=
ac_cv_env_LIBOPENJP2_LIBS_set=
ac_cv_env_LIBOPENJP2_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBZSTD_CFLAGS_set=
ac_cv_env_LIBZSTD_CFLAGS_value=
ac_cv_env_LIBZSTD_LIBS_set=
ac_cv_env_LIBZSTD_LIBS_value=
ac_cv_env_LQR_CFLAGS_set=
ac_cv_env_LQR_CFLAGS_value=
ac_cv_env_LQR_LIBS_set=
ac_cv_env_LQR_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LZMA_CFLAGS_set=
ac_cv_env_LZMA_CFLAGS_value=
ac_cv_env_LZMA_LIBS_set=
ac_cv_env_LZMA_LIBS_value=
ac_cv_env_OPENEXR_CFLAGS_set=
ac_cv_env_OPENEXR_CFLAGS_value=
ac_cv_env_OPENEXR_LIBS_set=
ac_cv_env_OPENEXR_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PNG_CFLAGS_set=
ac_cv_env_PNG_CFLAGS_value=
ac_cv_env_PNG_LIBS_set=
ac_cv_env_PNG_LIBS_value=
ac_cv_env_RAQM_CFLAGS_set=
ac_cv_env_RAQM_CFLAGS_value=
ac_cv_env_RAQM_LIBS_set=
ac_cv_env_RAQM_LIBS_value=
ac_cv_env_RAW_R_CFLAGS_set=
ac_cv_env_RAW_R_CFLAGS_value=
ac_cv_env_RAW_R_LIBS_set=
ac_cv_env_RAW_R_LIBS_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_WEBPMUX_CFLAGS_set=
ac_cv_env_WEBPMUX_CFLAGS_value=
ac_cv_env_WEBPMUX_LIBS_set=
ac_cv_env_WEBPMUX_LIBS_value=
ac_cv_env_WEBP_CFLAGS_set=
ac_cv_env_WEBP_CFLAGS_value=
ac_cv_env_WEBP_LIBS_set=
ac_cv_env_WEBP_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_ddjvuapi_CFLAGS_set=
ac_cv_env_ddjvuapi_CFLAGS_value=
ac_cv_env_ddjvuapi_LIBS_set=
ac_cv_env_ddjvuapi_LIBS_value=
ac_cv_env_fftw3_CFLAGS_set=
ac_cv_env_fftw3_CFLAGS_value=
ac_cv_env_fftw3_LIBS_set=
ac_cv_env_fftw3_LIBS_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin18.2.0
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_c_openmp='-Xpreprocessor -fopenmp'
ac_cv_prog_cxx_openmp='-Xpreprocessor -fopenmp'
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-apple-darwin18.2.0
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config/missing aclocal-1.16'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR=''
AS=''
AUTOCONF='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config/missing automake-1.16'
AUTOTRACE_CFLAGS=''
AUTOTRACE_DELEGATE_FALSE=''
AUTOTRACE_DELEGATE_TRUE=''
AUTOTRACE_LIBS=''
AWK='awk'
BIN_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/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='clang'
CCDEPMODE=''
CCMALLOCDelegate=''
CFLAGS=''
CL_CFLAGS=''
CL_LIBS=''
CODER_DIRNAME=''
CODER_PATH=''
CONFIGURE_ARGS='./configure '\''--disable-osx-universal-binary'\'' '\''--prefix=/usr/local/Cellar/imagemagick/7.0.8-23_1'\'' '\''--disable-dependency-tracking'\'' '\''--disable-silent-rules'\'' '\''--disable-opencl'\'' '\''--enable-shared'\'' '\''--enable-static'\'' '\''--with-freetype=yes'\'' '\''--with-modules'\'' '\''--with-openjp2'\'' '\''--with-webp=yes'\'' '\''--enable-openmp'\'' '\''ac_cv_prog_c_openmp=-Xpreprocessor -fopenmp'\'' '\''ac_cv_prog_cxx_openmp=-Xpreprocessor -fopenmp'\'' '\''LDFLAGS=-lomp'\'' '\''--without-fftw'\'' '\''--without-pango'\'' '\''--without-x'\'' '\''--without-wmf'\'' '\''CC=clang'\'' '\''CXX=clang++'\'' '\''PKG_CONFIG_PATH=/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig'\'' '\''PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14'\'''
CONFIGURE_PATH=''
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version.sh'
CPP=''
CPPFLAGS=''
CXX='clang++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
CYGWIN_BUILD_FALSE=''
CYGWIN_BUILD_TRUE=''
ConvertDelegate=''
DATA_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/share'
DEFS=''
DEPDIR='.deps'
DIRSEP=':'
DISTCHECK_CONFIG_FLAGS=''\''CC=clang'\'' '\''CXX=clang++'\'' '\''LDFLAGS=-lomp'\'' '
DJVU_CFLAGS=''
DJVU_DELEGATE_FALSE=''
DJVU_DELEGATE_TRUE=''
DJVU_LIBS=''
DLLTOOL=''
DNGDecodeDelegate=''
DOCDecodeDelegate=''
DOCUMENTATION_PATH=''
DOC_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/share/doc'
DPS_DELEGATE_FALSE=''
DPS_DELEGATE_TRUE=''
DPS_LIBS=''
DSYMUTIL=''
DUMPBIN=''
DVIDecodeDelegate=''
DisplayDelegate=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXECUTABLE_PATH=''
EXEC_PREFIX_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1'
EXEEXT=''
EditorDelegate=''
FFTW_CFLAGS=''
FFTW_DELEGATE_FALSE=''
FFTW_DELEGATE_TRUE=''
FFTW_LIBS=''
FGREP=''
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=''
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=''
HEIC_DELEGATE_FALSE=''
HEIC_DELEGATE_TRUE=''
HEIF_CFLAGS=''
HEIF_LIBS=''
HPGLDecodeDelegate=''
HTMLDecodeDelegate=''
HasJEMALLOC_FALSE=''
HasJEMALLOC_TRUE=''
HasUMEM_FALSE=''
HasUMEM_TRUE=''
ILBMDecodeDelegate=''
ILBMEncodeDelegate=''
INCLUDEARCH_DIR=''
INCLUDEARCH_PATH=''
INCLUDE_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/include'
INCLUDE_PATH=''
INFO_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/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=''
LDFLAGS='-lomp'
LEGACY_SUPPORT_FALSE=''
LEGACY_SUPPORT_TRUE=''
LEPDelegate=''
LFS_CPPFLAGS=''
LIBEXEC_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/libexec'
LIBOBJS=''
LIBOPENJP2_CFLAGS=''
LIBOPENJP2_DELEGATE_FALSE=''
LIBOPENJP2_DELEGATE_TRUE=''
LIBOPENJP2_LIBS=''
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_PATH=''
LIBS=''
LIBSTDCLDFLAGS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIBZSTD_CFLAGS=''
LIBZSTD_LIBS=''
LIB_BIN_BASEDIRNAME=''
LIB_BIN_DIR=''
LIB_BIN_DIR_PATH=''
LIB_BIN_DIR_RELATIVE_PATH=''
LIB_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/lib'
LIB_DL=''
LIPO=''
LN_S=''
LOCALSTATE_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/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='4'
MAGICKPP_LIBRARY_CURRENT_MIN='4'
MAGICKPP_LIBRARY_REVISION='0'
MAGICKPP_LIBRARY_VERSION_INFO='4:0:0'
MAGICKPP_LIB_VERSION='0x040000'
MAGICKPP_LIB_VERSION_TEXT='7.0.8'
MAGICK_ABI_SUFFIX=''
MAGICK_CFLAGS=''
MAGICK_CODER_MODULE_PATH='/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/coders'
MAGICK_CONFIGURE_BUILD_PATH='/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config'
MAGICK_CONFIGURE_SRC_PATH='/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config'
MAGICK_CPPFLAGS=''
MAGICK_CXXFLAGS=''
MAGICK_DELEGATES=''
MAGICK_DEP_LIBS=''
MAGICK_EXTRA_DEP_LIBS=''
MAGICK_FEATURES=''
MAGICK_FILTER_MODULE_PATH='/private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/filters'
MAGICK_GIT_REVISION='15200:49772fa1c:20190101'
MAGICK_HDRI=''
MAGICK_LDFLAGS=''
MAGICK_LIBRARY_AGE='0'
MAGICK_LIBRARY_CURRENT='6'
MAGICK_LIBRARY_CURRENT_MIN='6'
MAGICK_LIBRARY_REVISION='0'
MAGICK_LIBRARY_VERSION_INFO='6:0:0'
MAGICK_LIBS=''
MAGICK_LIB_VERSION='0x060000'
MAGICK_LIB_VERSION_NUMBER='6,0,0'
MAGICK_LIB_VERSION_TEXT='7.0.8'
MAGICK_LT_RELEASE_OPTS=''
MAGICK_MAJOR_VERSION='7'
MAGICK_MICRO_VERSION='8'
MAGICK_MINOR_VERSION='0'
MAGICK_PATCHLEVEL_VERSION='23'
MAGICK_PCFLAGS=''
MAGICK_TARGET_CPU='x86_64'
MAGICK_TARGET_OS='darwin18.2.0'
MAGICK_TARGET_VENDOR='apple'
MAGICK_VERSION='7.0.8-23'
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/config/missing makeinfo'
MANIFEST_TOOL=''
MAN_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/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=''
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='20190101'
PACKAGE_LIB_VERSION='0x708'
PACKAGE_LIB_VERSION_NUMBER='7,0,8,23'
PACKAGE_NAME='ImageMagick'
PACKAGE_PERL_VERSION='7.0.8'
PACKAGE_RELEASE='23'
PACKAGE_RELEASE_DATE='2019-01-14'
PACKAGE_STRING='ImageMagick 7.0.8'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_URL='https://imagemagick.org'
PACKAGE_VERSION='7.0.8'
PACKAGE_VERSION_ADDENDUM='-23'
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='clang'
PERL_MAKE_OPTIONS=''
PERL_SUPPORTS_DESTDIR=''
PERL_VERSION=''
PERSISTINCLUDE_DIR='/usr/include'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14'
PKG_CONFIG_PATH='/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig'
PNG_CFLAGS=''
PNG_DELEGATE_FALSE=''
PNG_DELEGATE_TRUE=''
PNG_LIBS=''
POW_LIB=''
PREFIX_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1'
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/Cellar/imagemagick/7.0.8-23_1/sbin'
SED=''
SET_MAKE=''
SHAREARCH_BASEDIRNAME=''
SHAREARCH_DIR=''
SHAREARCH_DIRNAME=''
SHAREARCH_PATH=''
SHAREARCH_RELATIVE_PATH=''
SHAREDSTATE_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/com'
SHARE_PATH=''
SHELL='/bin/sh'
STRIP=''
SVGDecodeDelegate=''
SYSCONF_DIR='/usr/local/Cellar/imagemagick/7.0.8-23_1/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.8-23'
WEBPMUX_CFLAGS=''
WEBPMUX_DELEGATE_FALSE=''
WEBPMUX_DELEGATE_TRUE=''
WEBPMUX_LIBS=''
WEBP_CFLAGS=''
WEBP_DELEGATE_FALSE=''
WEBP_DELEGATE_TRUE=''
WEBP_LIBS=''
WIN32_NATIVE_BUILD_FALSE=''
WIN32_NATIVE_BUILD_TRUE=''
WINGDI32_DELEGATE_FALSE=''
WINGDI32_DELEGATE_TRUE=''
WITH_LTDL_FALSE=''
WITH_LTDL_TRUE=''
WITH_MAGICK_PLUS_PLUS_FALSE=''
WITH_MAGICK_PLUS_PLUS_TRUE=''
WITH_MODULES_FALSE=''
WITH_MODULES_TRUE=''
WITH_PERL_DYNAMIC_FALSE=''
WITH_PERL_DYNAMIC_TRUE=''
WITH_PERL_FALSE=''
WITH_PERL_STATIC_FALSE=''
WITH_PERL_STATIC_TRUE=''
WITH_PERL_TRUE=''
WITH_SHARED_LIBS_FALSE=''
WITH_SHARED_LIBS_TRUE=''
WITH_UTILITIES_FALSE=''
WITH_UTILITIES_TRUE=''
WMF_CFLAGS=''
WMF_DELEGATE_FALSE=''
WMF_DELEGATE_TRUE=''
WMF_LIBS=''
WS2_32_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=''
ZSTD_CFLAGS=''
ZSTD_DELEGATE_FALSE=''
ZSTD_DELEGATE_TRUE=''
ZSTD_LIBS=''
ac_ct_AR=''
ac_ct_CC='clang'
ac_ct_CXX=''
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=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
apple_font_dir=''
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin18.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin18.2.0'
build_vendor='apple'
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='x86_64-apple-darwin18.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin18.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/imagemagick-20190114-55558-5p5vdr/ImageMagick-7.0.8-23/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/Cellar/imagemagick/7.0.8-23_1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin18.2.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin18.2.0'
target_vendor='apple'
type_include_files=''
urw_base35_font_dir=''
windows_font_dir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ImageMagick"
#define PACKAGE_TARNAME "ImageMagick"
#define PACKAGE_VERSION "7.0.8-23"
#define PACKAGE_STRING "ImageMagick 7.0.8-23"
#define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
#define PACKAGE_URL "https://imagemagick.org"
#define PACKAGE "ImageMagick"
#define VERSION "7.0.8-23"
#define MAGICK_TARGET_CPU x86_64
#define MAGICK_TARGET_VENDOR apple
#define MAGICK_TARGET_OS darwin18.2.0
configure: exit 77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment