[Haskell-beginners] GHC compiling for different platforms

Felipe Lessa felipe.lessa at gmail.com
Tue Jun 30 02:24:15 EDT 2009


On Tue, Jun 30, 2009 at 01:39:49AM -0400, Sean Bartell wrote:
> I don't know about Haskell, but in C you could set up a chroot (your distro
> might have docs).

chroot'ing is a nice solution in that it works almost for free
compared to virtualization, including being able to test
graphical apps (OpenGL, anyone?) with the very same hardware.

It may, however, be not so very straightforward to get started.
Gentoo has a nice guide somewhere about setting up a (Gentoo)
chroot.  After the first install, however, maintaining is a
breeze.

--
Felipe.


More information about the Beginners mailing list