Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Created July 5, 2014 18:44
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 2called-chaos/faad314062ad6a854ddc to your computer and use it in GitHub Desktop.
Save 2called-chaos/faad314062ad6a854ddc to your computer and use it in GitHub Desktop.
Last login: Sat Jul 5 01:55:27 on ttys000
~$ brew search gcc
gcc gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 llvm-gcc28
homebrew/dupes/apple-gcc42
~$ brew install gcc49
==> Installing dependencies for gcc49: isl011, cloog018
==> Installing gcc49 dependency: isl011
==> Downloading http://isl.gforge.inria.fr/isl-0.11.1.tar.bz2
######################################################################## 100,0%
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/isl011/0.11.1 --with-gmp=system --with-gmp-prefix=/usr/local/opt/gmp4
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Conflicts with isl in main repository.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/isl011/lib
CPPFLAGS: -I/usr/local/opt/isl011/include
==> Summary
🍺 /usr/local/Cellar/isl011/0.11.1: 52 files, 3,0M, built in 45 seconds
==> Installing gcc49 dependency: cloog018
==> Downloading http://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.18.0.tar.gz
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/cloog018/0.18.0 --disable-silent-rules --with-gmp-prefix=/usr/local/opt/gmp4 --with-isl-prefix=/u
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Conflicts with cloog in main repository.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/cloog018/lib
CPPFLAGS: -I/usr/local/opt/cloog018/include
==> Summary
🍺 /usr/local/Cellar/cloog018/0.18.0: 31 files, 548K, built in 22 seconds
==> Installing gcc49
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.9.0/gcc-4.9.0.tar.bz2
######################################################################## 100,0%
==> ../configure --build=x86_64-apple-darwin12.5.0 --prefix=/usr/local/Cellar/gcc49/4.9.0 --enable-languages=c,c++,objc,obj-c++ --program-su
==> make bootstrap
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Error 1
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-versions/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment