brew non collega gcc dopo l'installazione?

3

Perché brew non collega correttamente gcc? Cosa mi manca?

$>brew install gcc49 --without-multilib
==> Installing gcc49 from homebrew/homebrew-versions
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2
==> Downloading from http://gnu.mirror.iweb.com/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2
######################################################################## 100.0%
==> ../configure --build=x86_64-apple-darwin13.4.0 --prefix=/usr/local/Cellar/gcc49/4.9.3 --libdir=/usr/local/Cellar/gcc49/4.9.3/lib/gc
==> make bootstrap
==> make install
                    
posta A.D 20.11.2015 - 23:25
fonte

2 risposte

1

Gli eseguibili si chiamano gcc-4.9 e non gcc L'ho risolto andando a:

$>cd /usr/local/Cellar/gcc49/4.9.3/bin
$>ln -s gcc-4.9 gcc
$>ln -s g++-4.9 g++
$> cd ~
$>brew link gcc
    
risposta data 21.11.2015 - 23:45
fonte
0

Credo che tutte le varianti di gcc homebrew non vengano collegate come gcc. Potresti cercare in / usr / local / bin e ordinare per tempo o controllare la cartella /usr/local/Cellar/gcc49/4.9.3/bin in cui i binari vengono effettivamente creati anziché contrapposti a / usr / local / bin

ls -lrt /usr/local/bin | tail -20
    
risposta data 21.11.2015 - 00:44
fonte

Leggi altre domande sui tag