
29 Mar
2006
29 Mar
'06
noon
Michael Marte wrote:
Simon Marlow wrote:
Michael Marte wrote:
I did as you said (make clean; autoreconf; configure; make) but it didn't help; I get the same error as before.
Ok, could you try this:
$ size ghc/lib/compat/cbits/unicode.o $ size ghc/lib/compat/Compat/Unicode.o
there should be some code in those modules if the build system is working properly.
Cheers, Simon
Yes, there is code, i.e. the text segments are not empty.
I stared at the code some more, and I think I've found the problem and pushed a patch for it. You'll need to 'darcs pull', make in ghc/lib, rm ghc/compiler/stage1/parser/Lexer.o, make stage 1, and then make stage 2. Cheers, Simon