Skip to content

Instantly share code, notes, and snippets.

@andreasnoack
Created May 11, 2018 11:39
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 andreasnoack/ce02bc62625bef597615a4e91aa97564 to your computer and use it in GitHub Desktop.
Save andreasnoack/ce02bc62625bef597615a4e91aa97564 to your computer and use it in GitHub Desktop.
gcc on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for gcc on macOS 10.13.4
Build date: 2018-05-11 13:25:02
HOMEBREW_VERSION: 1.6.3
ORIGIN: https://github.com/Homebrew/brew
HEAD: d14d0c25d6bd5a15f3fbca4cb402f0f2245c4631
Last commit: 8 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 27e7d3469ce8e04c56eaa4cf659b0af072012cf6
Core tap last commit: 52 minutes ago
HOMEBREW_PREFIX: /usr/local
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.1 build 902
Git: 2.15.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 9.0.4, 1.6.0_65-b14-468
macOS: 10.13.4-x86_64
CLT: 9.3.0.0.1.1521514116
Xcode: 9.3
XQuartz: N/A
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/libmetis.dylib
/usr/local/lib/libparmetis.dylib
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
/usr/local/lib/libusb-1.0.0.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/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/metis.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/parmetis.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries 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 static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
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
libpng
fontconfig
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
2018-05-11 13:25:01 +0200
../configure
--build=x86_64-apple-darwin17.5.0
--prefix=/Users/andreasnoack/tmpbrew/homebrew/Cellar/gcc/8.1.0
--libdir=/Users/andreasnoack/tmpbrew/homebrew/Cellar/gcc/8.1.0/lib/gcc/8
--enable-languages=c,c++,objc,obj-c++,fortran
--program-suffix=-8
--with-gmp=/Users/andreasnoack/tmpbrew/homebrew/opt/gmp
--with-mpfr=/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr
--with-mpc=/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc
--with-isl=/Users/andreasnoack/tmpbrew/homebrew/opt/isl
--with-system-zlib
--enable-checking=release
--with-pkgversion=Homebrew GCC 8.1.0
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues
--disable-nls
checking build system type... x86_64-apple-darwin17.5.0
checking host system type... x86_64-apple-darwin17.5.0
checking target system type... x86_64-apple-darwin17.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... /Users/andreasnoack/tmpbrew/homebrew/Library/Homebrew/shims/super/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for libatomic support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... no
checking for libmpx support... no
checking for libhsail-rt 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... none needed
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 isl 0.15 or later... yes
The following languages will be built: c,c++,fortran,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
zlib target-libvtv target-libmpx target-libgo gnattools gotools target-libada target-libhsail-rt target-libffi target-liboffloadmic
(Any other directories should still work fine.)
rm: conftest.dSYM: is a directory
checking for default BUILD_CONFIG... bootstrap-debug
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking for lipo... lipo
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... no
checking for objdump... objdump
checking for readelf... no
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gfortran... no
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... lipo
checking for nm... no
checking for nm... nm
checking for objcopy... no
checking for objcopy... no
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... no
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.adb -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -L/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/lib -lmpc -lmpfr -lgmp
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include conftest.c -L/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/lib -lmpc -lmpfr -lgmp -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -I/Users/andreasnoack/tmpbrew/homebrew/opt/isl/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include -L/Users/andreasnoack/tmpbrew/homebrew/opt/isl/lib -lisl -L/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/lib -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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/Users/andreasnoack/tmpbrew/homebrew/opt/isl/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/include -I/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/include -L/Users/andreasnoack/tmpbrew/homebrew/opt/isl/lib -lisl -L/Users/andreasnoack/tmpbrew/homebrew/opt/gmp/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/mpfr/lib -L/Users/andreasnoack/tmpbrew/homebrew/opt/libmpc/lib -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/andreasnoack/tmpbrew/homebrew/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 -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
ld called with: -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped
superenv added: -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped
ld called with: -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped
superenv added: -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/Users/andreasnoack/tmpbrew/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped
gcc called with: -E conftest.c
superenv added: -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/Users/andreasnoack/tmpbrew/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment