Re: Statically linked binary?

2004-05-21 Thread Glynn Clements
Jochen L. Leidner wrote: > sorry for an urgent newbie question: how can I create a statically > compiled version of a Haskell program on Linux with GHC that does not rely > on external shared libs (also for any of its libraries it uses)? Possibly with a great deal of difficulty, depending upon

RE: Statically linked binary?

2004-05-21 Thread Simon Marlow
On 21 May 2004 14:17, Jochen L. Leidner wrote: > sorry for an urgent newbie question: how can I create a statically > compiled version of a Haskell program on Linux with GHC that does not > rely on external shared libs (also for any of its libraries it uses)? > > I would like to build a binary th