RE: HaXml stuff ...

2000-03-01 Thread Simon Marlow


> GHC maintainers: this is definitely a FAQ - is it mentioned on the GHC
> download page?

Yes :)

http://www.haskell.org/ghc/faq_406.html

Simon



Re: HaXml stuff ...

2000-03-01 Thread Keith Wansbrough

On the Haskell list, Bill Halchin writes:

> I am trying to build the HaXML stuff and the linker (ld) is
> looking for an archive, gmp.a, which I don't have installed. Can
> anybody lead me in the right direction??

[queries like this should really go to
[EMAIL PROTECTED] or [EMAIL PROTECTED],
since they relate to the Glasgow Haskell Compiler and not to Haskell
in general]

Assuming you're using Linux, you want the gmp RPM:

http://rpmfind.net/linux/RPM/libgmp.so.2.html

GMP is the Gnu Multiple-Precision library, which GHC uses for Integer
arithmetic.


GHC maintainers: this is definitely a FAQ - is it mentioned on the GHC
download page?

HTH.

--KW 8-)