Changes between Initial Version and Version 1 of Ticket #42091, comment 5


Ignore:
Timestamp:
Oct 21, 2014, 9:02:45 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42091, comment 5

    initial v1  
    11My workaround to get ghc installed on Yosemite is to edit /opt/local/share/ghc-bootstrap/bin/ghc-7.0.4 replacing the line
    22
     3{{{
    34pgmgcc="/usr/bin/gcc"
     5}}}
    46
    57with
    68
     9{{{
    710pgmgcc="/opt/local/bin/gcc-mp-4.8"
     11}}}
    812
    913maybe you could fix the ghc-bootstrap package with that simple fix (replacing the compiler with the one selected from the variant) to alleviate the problem until #44891 will be fixed