Re: getCPUTime implementation incorrect?

2011-06-06 Thread Evan Laforge
> See > >  http://hackage.haskell.org/trac/ghc/ticket/4247 > > and > >  http://hackage.haskell.org/trac/ghc/ticket/4970 > > We ought to fix this in 7.0.4, since getCPUTime is pretty broken on OSX > 64-bit right now, but the fix involves an API change (to Foreign.C.Types). >  Ian - could we apply a

Re: How to install GhC on a Mac without registering?

2011-06-06 Thread Ian Lynagh
On Mon, Jun 06, 2011 at 03:47:57PM +0100, Malcolm Wallace wrote: > > On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote: > > > I would be fantastic if XCode wasn't a dependency. ... > > > > Not to detract at all from the work of the wonderful GHC and Haskell > > Platform contributors in any way. Fo

Re: How to install GhC on a Mac without registering?

2011-06-06 Thread Sean Leather
On Mon, Jun 6, 2011 at 16:47, Malcolm Wallace wrote: > The ghc team already bundle a copy of gcc in their Windows distribution, > precisely because it can be fiddly to get a working copy of gcc for that > platform otherwise. I wonder if they would consider the possibility of > shipping gcc on Mac

Re: [Haskell-cafe] How to install GhC on a Mac without registering?

2011-06-06 Thread Simon Marlow
On 06/06/11 15:57, Daniel Peebles wrote: Isn't gcc just used for its assembler and object file creation, these days, now that via-C is deprecated? Or are there other parts of it that are needed? The C compiler is needed to support foreign export and foreign import "wrapper", and we also genera

Re: [Haskell-cafe] How to install GhC on a Mac without registering?

2011-06-06 Thread Daniel Peebles
Isn't gcc just used for its assembler and object file creation, these days, now that via-C is deprecated? Or are there other parts of it that are needed? On Mon, Jun 6, 2011 at 10:47 AM, Malcolm Wallace wrote: > > On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote: > > > I would be fantastic if XCode

Re: How to install GhC on a Mac without registering?

2011-06-06 Thread Malcolm Wallace
On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote: > I would be fantastic if XCode wasn't a dependency. ... > > Not to detract at all from the work of the wonderful GHC and Haskell > Platform contributors in any way. For me it would just make it that > much easier to convince mac-using friends to

Re: Compiling 32-bit GHC on a 64-bit Mac

2011-06-06 Thread Christian Maeder
Am 06.06.2011 12:08, schrieb Johan Tibell: On Sun, Jun 5, 2011 at 2:38 PM, Ian Lynagh wrote: On Sun, Jun 05, 2011 at 02:10:39PM +0200, Johan Tibell wrote: I need to reproduce a bug that only appears on 32-bit machines. I don't own such a machine but I was hoping I could compile a 32-bit GHC o

Re: Compiling 32-bit GHC on a 64-bit Mac

2011-06-06 Thread Johan Tibell
On Sun, Jun 5, 2011 at 2:38 PM, Ian Lynagh wrote: > On Sun, Jun 05, 2011 at 02:10:39PM +0200, Johan Tibell wrote: >> >> I need to reproduce a bug that only appears on 32-bit machines. I >> don't own such a machine but I was hoping I could compile a 32-bit GHC >> on my Mac and debug using that. Wha