[MacPorts] #31604: gcc44, gcc45, gcc46: build hangs on lion
MacPorts
noreply at macports.org
Sun Oct 23 17:14:12 PDT 2011
#31604: gcc44, gcc45, gcc46: build hangs on lion
---------------------------------+------------------------------------------
Reporter: guygurari@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: lion | Port: gcc44, gcc45, gcc46
---------------------------------+------------------------------------------
Comment(by ryandesign@…):
The default compiler on Xcode 4.2 is clang. On Xcode 4.0 and 4.1 it's
llvm-gcc-4.2. And on Xcode 3.2 it's gcc-4.2. So, has anybody just tried
using a different compiler? Try:
{{{
sudo port clean gcc44
sudo port install gcc44 configure.compiler=llvm-gcc-4.2
}}}
If that works, great; if not, try apple-gcc-4.2:
{{{
sudo port clean gcc44
sudo port install apple-gcc42
sudo port install gcc44 configure.complier=apple-gcc-4.2
}}}
#31736 mentions in passing that this last suggestion worked, however if
llvm-gcc-4.2 works too, we would prefer to use that.
--
Ticket URL: <https://trac.macports.org/ticket/31604#comment:40>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list