moving a binary compiled on a 32-bit machine running Linux to a 64-bit one, would that necessitate recompilation on the target machine or cross-compilation or can 64-bit Linux run 32-bit binaries?

2008/4/11 Jake Mcarthur <jake.mcarthur@gmail.com>:
On Apr 10, 2008, at 1:20 PM, Brent Yorgey wrote:

This is true for any compiler that produces native binaries (as opposed to certain languages which require a virtual machine...)

Unless, of course, it results in a dynamically linked binary, which I'm pretty sure GHC doesn't support at all anyway (unless that has changed?).

— Jake