
30 Jul
2003
30 Jul
'03
8:54 p.m.
On Wed, Jul 30, 2003 at 06:01:22PM +0100, Simon Marlow wrote:
stage2/utils/Util.o(.text+0xb8): In funtion "r4c8_entry": undefined reference to "GHCziBase_True_Closure"
... and roughly 40,000 errors of the same form.
GHCziBase_True_closure is a symbol that should be coming from the base
Note that the case of the 'C' of the missing symbol is different, and nm shows only the lower case 'c' on my (6.0.1) stage2/utils/Util.o. I don't know what that means, though. I have sometimes found it worth checking that ghc-inplace can compile simple hello-world programs and that they run OK. Ian