"Cetin Sert" <[EMAIL PROTECTED]> 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 _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe