Re: xml-1.3.12 build error
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 16, 2012 at 04:12:32PM -0400, Andrew Pennebaker wrote: > On my system, the xml-1.3.12 package fails to build when it tries to > execute /Developer/usr/bin/gcc. Thanks for the report. However, we no longer make installers for OS X (you can use the Haskell Platform installers instead), so the only binaries that we ship are the bindists, which detect the location of gcc at install time. Thanks Ian