[Haskell-cafe] ghc
Ketil Malde
ketil at malde.org
Thu Apr 10 15:27:37 EDT 2008
"Cetin Sert" <cetin.sert at gmail.com> writes:
> 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!
Quick answer: No.
GHC produces normal, standalone binaries. You may have problems with
dynamic libraries, use ldd to check, or compile with -optl-static.
-k
--
If I haven't seen further, it is by standing in the footprints of giants
More information about the Haskell-Cafe
mailing list