[Haskell-cafe] ghc

Neil Mitchell ndmitchell at gmail.com
Thu Apr 10 17:50:04 EDT 2008


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


More information about the Haskell-Cafe mailing list