[Haskell-cafe] Re: Distributing Haskell binaries as OSX App Bundles

Christian Maeder Christian.Maeder at dfki.de
Thu Sep 25 05:04:00 EDT 2008


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


More information about the Haskell-Cafe mailing list