creating a library from haskell files and a c wrapper in Linux

Simon Marlow simonmar@microsoft.com
Tue, 10 Sep 2002 17:28:12 +0100


> Doesn't work, as in won't compile, or doesn't work as in it=20
> compiles and links=20
> but won't run?

Probably doesn't compile.  One (big) reason is that -fPIC and GHC will =
both try to steal the same register on x86.

Cheers,
	Simon