I haven't dug in, but unless something has significantly changed,  ghc needs to 
bootstrap from a prebuilt compiler that it downloads, and this prebuilt 
compiler does not run on 10.6.8, so you're out of luck until (at least) we 
figure out how to bootstrap something from a version of ghc that did run on 
10.6.8.

This is not likely to be a small project, but I would be happy to be surprised.

You'd probably be better off to see what is calling in ghc and whether that can 
be turned off -- perhaps it's not really needed.

Ken






On 2019-09-04, at 12:40 PM, Mojca Miklavec wrote:

> 
> 
> V sre., 4. sep. 2019 19:41 je oseba Bjarne D Mathiesen 
> <macint...@mathiesen.info> napisala:
> Joshua Root wrote:
> > It looks like the compiler version check is just assuming that all
> > compilers are gcc. It checks whether the version is at least 4.4, which
> > is correct for gcc but not for clang.
> 
> so how do I eg force it to use clang-8.0 ?!?
> 
> ${system_gcc} needs to be replaced with ${configure.cc} in the Portfile.
> 
> There is plan to switch to portgroup to build stack.
> 
> Mojca

Reply via email to