statically linking

17 Feb
2008
17 Feb
'08
9:32 a.m.
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

17 Feb
17 Feb
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
6304
Age (days ago)
6304
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bjorn Bringert
-
Martina Seidl