Re: GCC in the Windows distribution of GHC

2005-12-07 Thread Babo Attila
Simon Marlow wrote: If you want to compile C files using GHC (a reasonable thing to do), then the right thing to do is install a full GCC somewhere (eg. the mingw gcc), and tell GHC to use it, like this: $ ghc -pgmc c:/mingw/bin/gcc -c foo.c How this flag affects linking and the location of

Re: GHC 6.4.1 barfs building haskell-src-exts on MingW/WinXP

2005-10-17 Thread Babo Attila
Bayley, Alistair wrote: I'm trying to build haskell-src-exts-0.2 with GHC 6.4.1 under MingW on WinXP. It segfaults on the runhaskell Setup.hs build command (in the src/haskell-src-exts subdir). Does anyone else get this, or is it just me? Hi, I have the same problem with haskell-src-exts