Cetin Sert wrote:
Hi,

Is GHC required to be installed on the target OS I compile Haskell binaries for in order for these binaries to run? I need a quick answer on that!

By the way there is no computer in the 4 or so networks I have online access to on which ghc is not installed, which might be a sign people like haskell here in Heidelberg/Mannheim, Germany.

Best Regards,
Cetin Sert


------------------------------------------------------------------------

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

No, GHC is not required. Compiling on the same OS and architecture will produce an executable that can be sent standalone to users.

If it uses any external libraries (GTK, for example) then these libraries will need to be installed as well. Generally it is not necessary.


Braden Shepherdson
shepheb

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to