11 Apr
2008
11 Apr
'08
3:27 a.m.
"Cetin Sert" <cetin.sert@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