Stephen wrote:
> I wrote a command-line program recently for a friend in haskell. 
> However, he's far away and not particularly computer literate.  I sent
> him the raw binaries, but they came up with errors about not being able
> to find libgmp stuff.  So then I thought I should probably be able to

I usually link in libgmp.a statically. This happens automatically if
libgmp.a resides in ghc's libdir (just copy it)

Cheers Christian
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to