On Wed, Oct 30, 2002 at 09:12:01AM -0000, Simon Marlow wrote:
> If this isn't possible, then you can extract the information from the
> output of 'ghc -v'.  The relevant directory is in the include_dirs field
> of the rts package.
                          
        michaelw@stargate:~$ ghc --print-libdir
        /usr/lib/ghc-5.04.2
        michaelw@stargate:~$

so:

        GHC_INCLUDES := $(shell ghc --print-libdir)/include

might help.



Cheers,
M/
_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to