Skip to content

Instantly share code, notes, and snippets.

@pyrtsa
Created September 12, 2011 07:47
Show Gist options
  • Save pyrtsa/1210776 to your computer and use it in GitHub Desktop.
Save pyrtsa/1210776 to your computer and use it in GitHub Desktop.
gcc-4.6 -v -x c++ -fsyntax-only - < /dev/null 2> stderr.txt
Using built-in specs.
COLLECT_GCC=gcc-4.6
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.6.0/gcc/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/lto-wrapper
Target: x86_64-apple-darwin10.7.0
Configured with: ../configure --enable-languages=c,c++,objc --prefix=/usr/local/Cellar/gcc/4.6.0/gcc --datarootdir=/usr/local/Cellar/gcc/4.6.0/share --bindir=/usr/local/Cellar/gcc/4.6.0/bin --program-suffix=-4.6 --with-gmp=/usr/local/Cellar/gmp/5.0.1 --with-mpfr=/usr/local/Cellar/mpfr/3.0.1 --with-mpc=/usr/local/Cellar/libmpc/0.9 --with-system-zlib --enable-stage1-checking --disable-lto --disable-nls
Thread model: posix
gcc version 4.6.0 (GCC)
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.6.8' '-v' '-fsyntax-only' '-mtune=core2'
/usr/local/Cellar/gcc/4.6.0/gcc/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/cc1plus -quiet -v -D__DYNAMIC__ - -fPIC -quiet -dumpbase - -mmacosx-version-min=10.6.8 -mtune=core2 -auxbase - -version -fsyntax-only -o /dev/null
GNU C++ (GCC) version 4.6.0 (x86_64-apple-darwin10.7.0)
compiled by GNU C version 4.6.0, GMP version 5.0.1, MPFR version 3.0.1-p4, MPC version 0.9
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/../../../../x86_64-apple-darwin10.7.0/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/../../../../include/c++/4.6.0
/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/../../../../include/c++/4.6.0/x86_64-apple-darwin10.7.0
/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/../../../../include/c++/4.6.0/backward
/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/include
/usr/local/include
/usr/local/Cellar/gcc/4.6.0/gcc/include
/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/include-fixed
/usr/include
/System/Library/Frameworks
/Library/Frameworks
End of search list.
GNU C++ (GCC) version 4.6.0 (x86_64-apple-darwin10.7.0)
compiled by GNU C version 4.6.0, GMP version 5.0.1, MPFR version 3.0.1-p4, MPC version 0.9
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: f920f911291bc83db08ab8e92e3b24a9
COMPILER_PATH=/usr/local/Cellar/gcc/4.6.0/gcc/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/:/usr/local/Cellar/gcc/4.6.0/gcc/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/:/usr/local/Cellar/gcc/4.6.0/gcc/libexec/gcc/x86_64-apple-darwin10.7.0/:/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/:/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/
LIBRARY_PATH=/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/:/usr/local/Cellar/gcc/4.6.0/gcc/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0/../../../:/usr/lib/
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.6.8' '-v' '-fsyntax-only' '-mtune=core2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment