Re: xml-1.3.12 build error

2012-10-16 Thread Andrew Pennebaker
use gcc instead of a presupposed hardcoded path? Specs: * xml 1.3.12 * cabal-install version 0.10.2 * GHC 7.0.3 * Mac OS X 10.8.2 -- Cheers, Andrew Pennebaker www.yellosoft.us ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/

Re: Porting GHC to Haiku

2011-10-19 Thread Andrew Pennebaker
nknown-haiku Cheers, Andrew Pennebaker www.yellosoft.us On Wed, Oct 19, 2011 at 7:39 PM, Ian Lynagh wrote: > > Hi Andrew, > > On Wed, Oct 19, 2011 at 05:24:21PM -0400, Andrew Pennebaker wrote: > > I'd love a working version of GHC on Haiku. Anyone want in? > > > >

Porting GHC to Haiku

2011-10-19 Thread Andrew Pennebaker
I'd love a working version of GHC on Haiku. Anyone want in? The first hurdle is that the Perl boot script has a (bad) hard-coded path to Perl. It isn't always in /usr/bin. Perhaps patch it? boot.patch https://gist.github.com/943516 Cheers, Andrew Pennebaker www.ye