Skip to content

Instantly share code, notes, and snippets.

@gdzhu
Created September 30, 2015 04:13
Show Gist options
  • Save gdzhu/85ea7e623b4b17a04e6a to your computer and use it in GitHub Desktop.
Save gdzhu/85ea7e623b4b17a04e6a to your computer and use it in GitHub Desktop.
2015-09-29 23:56:21 -0400
../configure
--build=x86_64-apple-darwin14.5.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran
--program-suffix=-5
--with-gmp=/usr/local/opt/gmp
--with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc
--with-isl=/usr/local/opt/isl
--with-system-zlib
--enable-libstdcxx-time=yes
--enable-stage1-checking
--enable-checking=release
--enable-lto
--with-build-config=bootstrap-debug
--disable-werror
--with-pkgversion=Homebrew gcc 5.2.0
--with-bugurl=https://github.com/Homebrew/homebrew/issues
--enable-plugin
--disable-nls
--enable-multilib
--with-native-system-header-dir=/usr/include
--with-sysroot=
checking build system type... x86_64-apple-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
checking target system type... x86_64-apple-darwin14.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... no
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... unsupported
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for compatible ISL... no
configure: error: Unable to find a usable ISL. See config.log for details.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 1df3a9a6989cc62c8a215748e3c0d0da874030d3
Last commit: 52 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.10.5-x86_64
Xcode: 7.0.1
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: N/A
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /System/Library/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/isl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
HOMEBREW_SDKROOT:
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: --version
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/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=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -qlanglvl=extc89 -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -qlanglvl=extc89 -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -qlanglvl=ansi -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -qlanglvl=ansi -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -std -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -std -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -Ae -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -Ae -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/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=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isysroot --sysroot= -isystem/usr/local/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isysroot --sysroot= -isystem/usr/local/include
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isysroot --sysroot= -isystem/usr/local/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isysroot --sysroot= -isystem/usr/local/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.adb
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c conftest.adb -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot --sysroot= -isystem/usr/local/include
clang called with: -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -I/usr/local/opt/isl/include -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include -L/usr/local/opt/isl/lib -lisl conftest.c -lisl
superenv added: -pipe -Os -march=native -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/isl/include -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include -L/usr/local/opt/isl/lib -lisl conftest.c -lisl -isysroot --sysroot= -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 1df3a9a6989cc62c8a215748e3c0d0da874030d3
Last commit: 69 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.10.5-x86_64
Xcode: 7.0.1
CLT: N/A
Clang: 7.0 build 700
X11: N/A
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby
Java: N/A
Warning: Xcode 7 lacks the 10.10 SDK which can cause some builds to fail.
We recommend installing the Command Line Tools with:
xcode-select --install
to resolve this issue.
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 and just ignore them. Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment