Hi Sven,
> The other problem is a missing "extern" in fptools/ghc/rts/Storage.h:
>
> 120c120
> < StgCAF* enteredCAFs;
> ---
> > extern StgCAF* enteredCAFs;
>
> The new linker seems to be more pedantic and complains about "multiple
> common of `enteredCAFs'" without the extern attribute.
Thanks, I'll commit the change.
> And a question about the CVS repository: The new-rts branch seems to
> be merged back to the main branch, so checking out the main branch
> should give me the sources for the upcoming 4.02. Correct?
Correct - in fact if you check out the sources at the moment you'll get a
Haskell 98 compiler with a generational garbage collector :-)
Cheers,
Simon