Labels

Wednesday, 26 September 2007

Linking your Haskell application statically

$ touch Main.hs
$ ghc --make Main.hs -O2 -static -optl-static -o Main
$ ldd Main
not a dynamic executable

No comments: