Re: Failed to load interface for `Prelude'

2007-04-08 Thread Ian Lynagh
On Sat, Apr 07, 2007 at 12:27:47PM +0200, Thorkil Naur wrote: > > 1. It would probably be useful to give us the exact version of ghc that you > are using and also the version you are building. (Sorry if you reported it > and I missed it, but I cannot find it right now.) Ditto. > 3. In #1195, i

Re: Failed to load interface for `Prelude'

2007-04-07 Thread Thorkil Naur
Hello, I'm afraid that this is outside my direct experience. However, looking at http://lists.apple.com/archives/xcode-users/2006/Oct/msg00578.html that google was kind enough to find for me, some assembler code generation error seems indicated. I can see that you use -O2, but not whether -f

Re: Failed to load interface for `Prelude'

2007-04-05 Thread Joel Reymont
On Apr 5, 2007, at 5:21 PM, Thorkil Naur wrote: http://hackage.haskell.org/trac/ghc/ticket/1195 So I found this bug. How do I deal with it? Thanks, Joel -- http://wagerlabs.com/ ___ Glasgow-haskell-users mailing list Glasgow-haskell-

Re: Failed to load interface for `Prelude'

2007-04-05 Thread Joel Reymont
I think this is the reason. What's my next step? This is Mac OSX 10.4.9 Intel. == make all -r -f Makefile; in /Users/joelr/work/haskell/ghc/ libraries/ base ../../compiler/ghc-inplace -H32m -O2 -fglasgow-exts -cpp - Iinc

Re: Failed to load interface for `Prelude'

2007-04-05 Thread Thorkil Naur
-generics -Rghc-timing -I. -Iparser -package > unix -package Cabal -package regex-compat -ignore-package lang - > recomp -Rghc-timing -H16M '-#include "cutils.h"' -package-name > ghc-6.7.20070404 -fgenerics -O -c utils/Encoding.hs -o stage2/ > utils/En

Re: Failed to load interface for `Prelude'

2007-04-05 Thread Joel Reymont
It's driving me nuts but I keep getting the same error with our without split objects! I did manage to build the quickest configuration, it's the performance one I cannot build. On Apr 5, 2007, at 3:02 PM, Pepe Iborra wrote: The problem is not in the logs you attached, those are from stag

Failed to load interface for `Prelude'

2007-04-05 Thread Joel Reymont
1 make[2]: *** Waiting for unfinished jobs.... utils/Encoding.hs:1:0: Failed to load interface for `Prelude': Use -v to see a list of the files searched for. <(1 samples), 16M in use, 0.01 INIT (0.00 elapsed), 0.03 MUT (0.12 elapsed), 0.02 GC (0.02 elapsed) :ghc>> make[2]: