[Haskell-cafe] Re: Snow Leopard Breaks GHC

2009-08-31 Thread Dmitri Sosnik
On 31/08/2009, at 9:02 PM, Christian Maeder wrote: Dmitri Sosnik wrote: How I can tell gcc to generate 32 bit code? I've tried to set CFLAGS=-m32, but it doesn't work. (Flags do not work -- without Makefile) Pass Stupid me :-) -optc-m32 -opta-m32 -optl-m32 Yep, it wo

Re: [Haskell-cafe] Snow Leopard Breaks GHC

2009-08-30 Thread Dmitri Sosnik
uot;porting" work to be done. On Sun, Aug 30, 2009 at 2:22 AM, Dmitri Sosnik wrote: Hm, don't think so, you have to build for a new platform - http://hackage.haskell.org/trac/ghc/wiki/Building/Porting D On 30/08/2009, at 2:10 AM, David Leimbach wrote: Well if I build GHC on Le

Re: [Haskell-cafe] Snow Leopard Breaks GHC

2009-08-30 Thread Dmitri Sosnik
ug 29, 2009 at 1:52 AM, Dmitri Sosnik wrote: Here - http://hackage.haskell.org/trac/ghc/wiki/Building, but it won't help, cause you need working ghc to build ghc. D On 29/08/2009, at 6:33 PM, Thomas Davie wrote: If it is closed, it is fixed in the HEAD. Any ideas how to get hold of a co

Re: [Haskell-cafe] Snow Leopard Breaks GHC

2009-08-29 Thread Dmitri Sosnik
Here - http://hackage.haskell.org/trac/ghc/wiki/Building, but it won't help, cause you need working ghc to build ghc. D On 29/08/2009, at 6:33 PM, Thomas Davie wrote: If it is closed, it is fixed in the HEAD. Any ideas how to get hold of a copy of HEAD, when my Haskell compiler currentl

Re: [Haskell-cafe] Snow Leopard Breaks GHC

2009-08-28 Thread Dmitri Sosnik
The same here: $ghc hw.hs /var/folders/1J/1JKije6yHpm78qqdjF5N2U+++TI/-Tmp-/ghc7743_0/ ghc7743_0.s:1357:0: suffix or operands invalid for `push' /var/folders/1J/1JKije6yHpm78qqdjF5N2U+++TI/-Tmp-/ghc7743_0/ ghc7743_0.s:1401:0: suffix or operands invalid for `push' ... I've tried to

Re: [Haskell-cafe] Re: cheap in-repo local branches (just needs implementation)

2009-07-22 Thread Dmitri Sosnik
Ha, try branching and merging in SVN (it worse in CVS) :-) Git got beautiful branching. On 22/07/2009, at 4:46 PM, david48 wrote: On Wed, Jul 22, 2009 at 4:40 AM, Trent W. Buck wrote: Later, when that user has developed VCS habits and is trusted to work on larger group projects, I can int