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?
On Apr 10, 2008, at 1:20 PM, Brent Yorgey wrote: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?).
This is true for any compiler that produces native binaries (as opposed to certain languages which require a virtual machine...)
— Jake