[Haskell-cafe] hmatrix, Windows and GCC

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Tue Jan 27 16:08:15 EST 2009


On Tue, 2009-01-27 at 09:33 -0200, Rafael Gustavo da Cunha Pereira Pinto
wrote:
> 
> 
>    Hi all,
> 
> I am writing a program that uses hmatrix for solving some linear
> systems. The hmatrix package depends on BLAS, which, in turn, depend
> on GCC 4.2 to be built (at least ATLAS does).
> 
> GHC 6.10 for Windows is pre-packaged with GCC 3.4.5, and it leaves me
> with the impression that I would have incompatible ABIs.

Check the GCC documentation. I would expect that the C ABI is completely
stable on Windows.

Duncan



More information about the Haskell-Cafe mailing list