Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created May 21, 2015 09:21
Show Gist options
  • Save terrycojones/ca7ef91679f23d9e69db to your computer and use it in GitHub Desktop.
Save terrycojones/ca7ef91679f23d9e69db to your computer and use it in GitHub Desktop.
$ ls -la /usr/local/bin/gcc*
lrwxr-xr-x 1 terry admin 7 Aug 6 2014 /usr/local/bin/gcc -> gcc-4.9
lrwxr-xr-x 1 terry admin 46 Sep 21 2014 /usr/local/bin/gcc-4.2 -> ../Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
lrwxr-xr-x 1 terry admin 33 Jan 14 10:04 /usr/local/bin/gcc-4.9 -> ../Cellar/gcc/4.9.2_1/bin/gcc-4.9
lrwxr-xr-x 1 terry admin 36 Jan 14 10:04 /usr/local/bin/gcc-ar-4.9 -> ../Cellar/gcc/4.9.2_1/bin/gcc-ar-4.9
lrwxr-xr-x 1 terry admin 36 Jan 14 10:04 /usr/local/bin/gcc-nm-4.9 -> ../Cellar/gcc/4.9.2_1/bin/gcc-nm-4.9
lrwxr-xr-x 1 terry admin 40 Jan 14 10:04 /usr/local/bin/gcc-ranlib-4.9 -> ../Cellar/gcc/4.9.2_1/bin/gcc-ranlib-4.9
@terrycojones
Copy link
Author

$ brew list gcc
/usr/local/Cellar/gcc/4.9.2_1/bin/c++-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/cpp-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/g++-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gcc-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gcc-ar-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gcc-nm-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gcc-ranlib-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gcov-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/gfortran
/usr/local/Cellar/gcc/4.9.2_1/bin/gfortran-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-c++-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-g++-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gcc-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gcc-4.9.2
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gcc-ar-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gcc-nm-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gcc-ranlib-4.9
/usr/local/Cellar/gcc/4.9.2_1/bin/x86_64-apple-darwin14.0.0-gfortran-4.9
/usr/local/Cellar/gcc/4.9.2_1/include/c++/ (706 files)
/usr/local/Cellar/gcc/4.9.2_1/lib/gcc/ (428 files)
/usr/local/Cellar/gcc/4.9.2_1/libexec/gcc/ (13 files)
/usr/local/Cellar/gcc/4.9.2_1/share/gcc-4.9.2/ (3 files)
/usr/local/Cellar/gcc/4.9.2_1/share/man/ (8 files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment