Calling Haskell from Python / C++

Peter Simons simons@cryp.to
15 Nov 2002 11:47:21 +0100


Simon Marlow writes:

 > I'm not sure what you mean by a pure gcc 3.x system.  

A system where anything and everything is compiled with gcc 3.x.
Apparently this messes up binary compatibility with the link
libraries, such as libgmp. None of the provided binaries worked for
me, and I tried it on three different machines.


 > GHC 5.04.1 works fine with gcc 3.x, but previous versions didn't.

I will take a look at the new version then. Thanks for the hint.

        -peter