Re: [Haskell-cafe] Re: WX: linking to system libraries statically

2009-04-09 Thread Jason Dusek
2009/04/09 FFT : > I noticed that even simple WX demos like "Layout" are linked > dynamically against 59 libraries on Linux. This would make > distributing the binaries a nightmare. Is there a simple way > to make a (mostly) statically linked binary? I have had mixed success with `-static -optl-

[Haskell-cafe] Re: WX: linking to system libraries statically

2009-04-09 Thread Eric Kow
Hi FFT, I'm just CC'ing wxhaskell-users so they see this question. Thanks! On Thu, 9 Apr 2009 04:13:18 -0700, FFT wrote > I noticed that even simple WX demos like "Layout" are linked > dynamically against 59 libraries on Linux. This would make > distributing the binaries a nightmare. Is there a