RE: Building on Windows: the saga continues

2012-12-19 Thread Simon Peyton-Jones
I've opened a ticket for this: http://hackage.haskell.org/trac/ghc/ticket/7510 Simon | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] | On Behalf Of Ian Lynagh | Sent: 18 December 2012 18:22 | To: cvs-ghc@haskell.org | Subject: Re: Buildi

RE: Building on Windows: the saga continues

2012-12-19 Thread Simon Peyton-Jones
s-ghc@haskell.org | Subject: Re: Building on Windows: the saga continues | | On Mon, Dec 17, 2012 at 02:01:28PM +, Simon Peyton-Jones wrote: | > | On Mon, Dec 17, 2012 at 09:21:44AM +, Simon Peyton-Jones wrote: | > | > | > | > o There's a seg-fault | > | | > |

Re: Building on Windows: the saga continues

2012-12-18 Thread Ian Lynagh
On Mon, Dec 17, 2012 at 02:01:28PM +, Simon Peyton-Jones wrote: > | On Mon, Dec 17, 2012 at 09:21:44AM +, Simon Peyton-Jones wrote: > | > > | > o There's a seg-fault > | > | I can reproduce this. I'll look into it. > > Great, thank you. > > It turns out that simply > > ghc-stage

RE: Building on Windows: the saga continues

2012-12-17 Thread Simon Peyton-Jones
| On Mon, Dec 17, 2012 at 09:21:44AM +, Simon Peyton-Jones wrote: | > | > o There's a seg-fault | | I can reproduce this. I'll look into it. Great, thank you. It turns out that simply ghc-stage2 -debug or ghc-stage2 -prof is enough to trigger the seg-fault. Any "way" fla

Re: Building on windows

2012-12-15 Thread Ian Lynagh
On Sat, Dec 15, 2012 at 10:56:15AM +, Simon Peyton-Jones wrote: > OK so I installed a new mingw installation, and indeed got a lot further with > configuring etc. Excellent. But now I'm stuck again with "no such > instruction" errors when compiling AduustorAsm.s. > > This is on Windows usi