Strange Building problem...

Simon Marlow simonmar@microsoft.com
Fri, 1 Aug 2003 12:38:09 +0100


=20
> On Thu, 31 Jul 2003 13:57:02 +0100, you wrote:
> >> What is odd is that ghc-inplace is invoked by the make=20
> process several
> >> times before this big one (which appears to be the start=20
> of stage 2?)
> >> and works fine...
> >Do the errors really refer to "GHCziBase_True_Closure", or is it
> >"GHCziBase_True_closure"? (with lower-case 'c')?
>=20
> It's a lower-case 'c'.  Sorry - I typed it out by hand as the build is
> on a different machine.

Could you check the following things:

  - ghc/driver/package.conf: is it empty?  Does it contain
    reasonable-looking package entries?

  - Is there a discrepancy between leading underscores on the
    symbols in libHSbase.a and the missing symbols?

Cheers,
	SImon