
13 Oct
2011
13 Oct
'11
1:07 p.m.
On Thu, Oct 13, 2011 at 11:43 AM, Eugene Kirpichov
Hi cafe,
Ubuntu 11.10 has been released, which includes support for "multiarch" https://wiki.ubuntu.com/MultiarchSpec
Am I right that this will facilitate compiling Haskell code into x86 binaries on an x64 machine?
This would make it easier, but GHC is not a cross-compiling compiler, so you'd still need to install a separate GHC executable for 32-bit compiling. This makes it so that apt can handle installing the 32-bit libraries to link against in a sane way, which I'm sure helps. Antoine