
24 Jul
2009
24 Jul
'09
8:09 a.m.
Marcin Kosiba
Try: ghc --make Installer.hs -static -optl-static -optl-pthread
Ah, that fixed it. Thanks a lot!
If that doesn't work, you can always do a ghc -v, find the command it uses for linking, modify it and run it manually.
Peter suggested this, but I ran into other problems. But since it works now, I'm happy with it! Thanks again! lg, Michael