Re: Missing Folder in ghc?

2006-02-28 Thread Ashley Yakeley
Lemmih wrote: Did you run 'sh darcs-all get'? Oh, that wasn't in the README. Thanks. But now I get this: /usr/bin/ghc -H16m -O -I. -Iinclude -Rghc-timing -I../../../libraries -fglasgow-exts -no-recomp-c System/Directory/Internals.hs -o System/Directory/Internals.o -ohi System/Directory

Re: Missing Folder in ghc?

2006-02-28 Thread Lemmih
On 2/28/06, Ashley Yakeley <[EMAIL PROTECTED]> wrote: > I'm trying to build GHC from source. But the ghc repository at > http://darcs.haskell.org/ghc seems to be missing "ghc/lib/compat/Cabal"? Did you run 'sh darcs-all get'? -- Friendly, Lemmih ___ G

Missing Folder in ghc?

2006-02-28 Thread Ashley Yakeley
I'm trying to build GHC from source. But the ghc repository at http://darcs.haskell.org/ghc seems to be missing "ghc/lib/compat/Cabal"? ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/gla

Re: GHC 6.4.1 crash on Windows XP

2006-02-28 Thread Simon Marlow
Cyril Schmidt wrote: A freshly installed GHC 6.4.1 on my colleague's PC crashes when I try to build a package: runhaskell Setup.hs build The effect is easily reproduceable (it shows up on *any* package that I try to build). Does anyone have any idea of what might be wrong here? Does it alway

Re: inside the GHC code generator

2006-02-28 Thread Simon Marlow
Bulat Ziganshin wrote: * C++ calling stack should be used as much as possible * parameters are passed in C++ way: "factorial(int n, int r)" SM> This is unworkable, I'm afraid. Go and read Simon's paper on the STG: SM>http://citeseer.ist.psu.edu/peytonjones92implementing.html SM> there

Re[2]: inside the GHC code generator

2006-02-28 Thread Bulat Ziganshin
Hello Simon, Friday, February 24, 2006, 12:52:36 PM, you wrote: SM> Wow! You make a lot of good suggestions. I think some of them are SM> unfortunately unworkable, some others have been tried before, but there SM> are definitely some to try. I'll suggest a few more in this email. can you comme