On Feb 17, 2008 3:32 PM, Martina Seidl <[EMAIL PROTECTED]> wrote:
> 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
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to