Re: IMCROSS and ghc

2008-12-11 Thread Simon Marlow
Duncan Coutts wrote: On Wed, 2008-12-10 at 11:19 -0800, John Meacham wrote: I was wondering if anyone has gotten ghc to work with IMCROSS[1]. I'm Cross is a way to build native windows and mac osx apps on linux. quite convinient for making distribution packages for those other platforms or if

Re: IMCROSS and ghc

2008-12-11 Thread Malcolm Wallace
basically, IMCROSS installs a couple new gccs with names like /usr/local/bin/i386-mingw-gcc and so forth, is there some way to get ghc to use said non-native compiler as its back end? I don't know about IMCROSS specifically, but earlier this year Sylvain Nahas adapted the build system of nhc98

IMCROSS and ghc

2008-12-10 Thread John Meacham
I was wondering if anyone has gotten ghc to work with IMCROSS[1]. I'm Cross is a way to build native windows and mac osx apps on linux. quite convinient for making distribution packages for those other platforms or if you want to use linux's toolset during your build. basically, IMCROSS installs

Re: IMCROSS and ghc

2008-12-10 Thread Duncan Coutts
On Wed, 2008-12-10 at 11:19 -0800, John Meacham wrote: I was wondering if anyone has gotten ghc to work with IMCROSS[1]. I'm Cross is a way to build native windows and mac osx apps on linux. quite convinient for making distribution packages for those other platforms or if you want to use