> Could you explain me please, how can one prepare the application
> executable for various platforms?
> I want to prepare the executable on  linux-386-unknown  machine
> to run on other platform, say, Digital UNIX V4.0E ...

Sorry, this isn't possible at the moment.  GHC doesn't support
cross-compilation.  There's no deep reason why not, just that it's quite a
lot of work.

You would need a full set of cross-compilation tools, including gcc &
binutils built for the correct target host (although the re-emergence of
GHC's native code generator may mean that it isn't necessary to build a
cross-compiling gcc, but you'll still need binutils).

Cheers,
        Simon

Reply via email to