
10 Apr
2008
10 Apr
'08
3:27 p.m.
"Cetin Sert"
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