
27 Jan
2009
27 Jan
'09
4:08 p.m.
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