$ touch Main.hs
$ ghc --make Main.hs -O2 -static -optl-static -o Main
$ ldd Main
not a dynamic executable
Labels
Wednesday, 26 September 2007
Linking your Haskell application statically
Subscribe to:
Post Comments (Atom)
This is a collection of useful links to me, but it could be useful to you as well
$ touch Main.hs
$ ghc --make Main.hs -O2 -static -optl-static -o Main
$ ldd Main
not a dynamic executable
No comments:
Post a Comment