configure:5118: checking for C compiler version
configure:5127: gcc --version >&5
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:5138: $? = 0
configure:5127: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:5138: $? = 0
configure:5127: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5138: $? = 1
configure:5127: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:5138: $? = 1
configure:5158: checking whether the C compiler works
configure:5180: gcc -l/libTIFF/include -L/libTIFF/lib conftest.c >&5
ld: library not found for -l/libTIFF/include
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5184: $? = 1
configure:5222: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.2-6"
| #define PACKAGE_STRING "ImageMagick 7.0.2-6"
| #define PACKAGE_BUGREPORT "
https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "
http://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.2-6"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR apple
| #define MAGICK_TARGET_OS darwin14.5.0
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5227: error: in `/Users/jannes/Desktop/ImageMagick-7.0.2-6':
configure:5229: error: C compiler cannot create executables
See `config.log' for more details