Chris Dornan <[EMAIL PROTECTED]> writes:
>
...
>
> Haskell Direct
> --------------
>
> Haskell direct built itself no problem.  [A small glitch: it tried
> to get the ghc driver from somewhere like $(TOP)/drivers (I think),
> which didn't work despite having placed hdirect-0.16 in fptools.]
>

Hi,

thanks for the report. The name of the ghc driver in the build tree
has changed from driver/ghc to driver/ghc-inplace since then. To
override the default name of the Haskell compiler to use, modify
config.mk in the toplevel directory (see the INSTALL instructions
for details.)

Your other problems should hopefully clear up if you compile
up the HDirect Hugs98 libraries -- you do this by invoking make
in lib/ with FOR_HUGS=YES.

Same applies to examples/ - to have these work with Hugs98, you
also need to set FOR_HUGS to YES (again, see INSTALL doc). Some
of these examples require a richer FFI than what Hugs98 has; see
examples/README for list of what demos you can expect to work
with Hugs98.

The INSTALL notes doesn't make it clear what you need to do in order
to compile up the Hugs98 libraries; will fix.

hth
--sigbjorn


Reply via email to