Still problems building ghc 6.5 with ghc 6.4

Simon Marlow simonmarhaskell at gmail.com
Wed Mar 29 07:00:59 EST 2006


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


More information about the Glasgow-haskell-users mailing list