[Haskell-cafe] compiling 32 bits haskell program on 64 bits linux

Vincent Hanquez tab at snarc.org
Wed Mar 17 06:08:10 EDT 2010


On Wed, Mar 17, 2010 at 08:18:50AM +1100, Erik de Castro Lopo wrote:
> Vincent Hanquez wrote:
> 
> > I was looking for a way to generate 32 bits haskell binary on a 64 bits linux.
> 
> Once absolutely reliable and foolproof way of doing this is to run a
> 32 bit chroot within your 64 bit system and then then install the 32
> bit vesion of GHC in the chroot.

That's what i do on a personal system, but we're looking for a way that doesn't requires
root priviledge/chroot to integrate into an openembedded (target is i386) type build. 
 
Thanks,
-- 
Vincent


More information about the Haskell-Cafe mailing list