Re: Porting GHC to Haiku

2011-10-19 Thread Andrew Pennebaker
Okay, now the problem is that ./configure gets confused. ~/Desktop/ghc-7.0.3> setgcc gcc4 ~/Desktop/ghc-7.0.3> gcc --version gcc (GCC) 4.4.4 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTA

Re: Porting GHC to Haiku

2011-10-19 Thread Ian Lynagh
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? > > 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 > ht

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.yellosoft.us