
17 Feb
2008
17 Feb
'08
10:17 a.m.
On Feb 17, 2008 3:32 PM, Martina Seidl
Hallo,
I urgently need a statically linked binary (ELF 32) of a Haskell program I have written and I could not figure out yet how to achieve this.
Could anyone give me a hint please?
Best regards, Martina
Hi Martina, Adding -static -optl-static to your ghc command line normally does it. -- /Björn