
10 Apr
2008
10 Apr
'08
9:50 p.m.
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!
No. You can compile binaries on one machine and move them to a similar machine without recompilation. If you want to move binaries to a different type of machine, you would need to cross compile, which is a lot more work Thanks Neil