gcc4.5 doesn't build on 10.7.3 for me
Ryan Schmidt
ryandesign at macports.org
Thu Mar 15 15:48:34 PDT 2012
On Mar 15, 2012, at 06:27, Russell Jones wrote:
> Is anyone else having this problem? The ticket below would suggest so, though it may be a different problem from mine.
>
> http://trac.macports.org/ticket/30306
>
> It's suggested that one build with clang rather than llvm-gcc42
This is already being accomplished by these lines in the gcc45 port:
if {${configure.compiler} == "llvm-gcc-4.2"} {
configure.compiler clang
}
So that is not the reason for your build failure. Please file a ticket and attach your main.log so we can see what's going wrong in your case.
More information about the macports-users
mailing list