> The latest binary distribution puts the GHC include files in
> "lib/ghc-4.06/includes", not "lib/includes" as older versions used to.
> This is a nuisance, because it means that there isn't any way a
> Makefile can refer to the includes without coding in the GHC version.
> Or is there?  One needs access to the include files to get 
> at, for example,
> Stg.h

I wasn't aware that anything had changed; perhaps you used to use 'make
install' instead of a binary distribution?

You're right, for certain things you might need to get at the include files,
so they should be in a more standard place.  Like /usr/local/include/ghc, or
something.

Cheers,
        Simon

Reply via email to