Re: Bootstrapping for Leopard

2008-01-30 Thread Manuel M T Chakravarty
Philip K.F. Hölzenspies: I'm trying toupdate the Portfile so that ghc-6.8.2 can be built using MacPorts (handy for installing other ghc-dependent material from MacPorts like gtk2hs). The problem seems to be that the available bootstrap binary http://www.haskell.org/ghc/dist/6.6/ghc-6.6-i386-app

Re: Bootstrapping for Leopard

2008-01-30 Thread Philip K.F. Hölzenspies
On Wednesday 30 January 2008 10:13:01 Manuel M T Chakravarty wrote: > > Upon inspection of the configure script, I found out that line 2651 > > uses the variable designating the ghc compiler. > > This is due to a change of the configure stage that AFAIK was made to > easy building on windows. Inst

Re: Bootstrapping for Leopard

2008-01-30 Thread Matthias Kilian
On Wed, Jan 30, 2008 at 08:13:01PM +1100, Manuel M T Chakravarty wrote: [Philip K.F. Hölzenspies:] > >make hc-file-bundle > > > >Making the hc-file-bundle target failed, because not all rts/*.cmm had > >rts/*.hc counterparts after the build. The make fails because of this > >fragment from the Makef

Using "GHC as a library" with own functions makes runStmt return RunBreak

2008-01-30 Thread Mads Lindstrøm
Hi I am trying to use "GHC as a library". From runStmt, I want to load and run functions from a home-grown module. Lets call my home-grown module HomeGrown.hs. I have tried to model my application after http://haskell.org/sitewiki/images/1/17/Interactive-6.8.hs / http://haskell.org/sitewiki/imag