Skip to content

Instantly share code, notes, and snippets.

@tomredsky
Created March 8, 2018 13:28
Show Gist options
  • Save tomredsky/f31c73af26993481eef28ce57b3f90a7 to your computer and use it in GitHub Desktop.
Save tomredsky/f31c73af26993481eef28ce57b3f90a7 to your computer and use it in GitHub Desktop.
config.log
configure:4824: result: GNU
configure:4895: checking for gcc
configure:4911: found /usr/bin/gcc
configure:4922: result: gcc
configure:5151: checking for C compiler version
configure:5160: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
Copyright (C) 2010 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:5171: $? = 0
configure:5160: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
configure:5171: $? = 0
configure:5160: gcc -V >&5
gcc: '-V' option must have argument
configure:5171: $? = 1
configure:5160: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:5171: $? = 1
configure:5191: checking whether the C compiler works
configure:5213: gcc -I/usr/lib64 /usr/lib64 conftest.c /usr/lib64/ >&5
/usr/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:5217: $? = 1
configure:5255: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ImageMagick"
| #define PACKAGE_TARNAME "ImageMagick"
| #define PACKAGE_VERSION "7.0.7-25"
| #define PACKAGE_STRING "ImageMagick 7.0.7-25"
| #define PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
| #define PACKAGE_URL "https://www.imagemagick.org"
| #define PACKAGE "ImageMagick"
| #define VERSION "7.0.7-25"
| #define MAGICK_TARGET_CPU x86_64
| #define MAGICK_TARGET_VENDOR pc
| #define MAGICK_TARGET_OS linux-gnu
| /* end confdefs.h. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment