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

2008-09-30 Thread Stephen
Thanks for all the replies. I did the whole otool -L thing, but not packaging it in a .app bundle because osx seems to swallow up terminal output from them (and gui stuff wasn't an option), so I jdidn't bundle it up. (actually, I ended up not following through that route. In the very, very end I

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

2008-09-30 Thread Corey O'Connor
2008/9/24 Stephen <[EMAIL PROTECTED]>: > 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

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

2008-09-29 Thread Manuel M T Chakravarty
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 somehow dist

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

2008-09-24 Thread Stephen
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 somehow distribute a