Reuben Thomas wrote:
> 
> I already came across this, and Sigbj�rn sent me a fix, which should soon
> be in CVS. Just in case it's not, it follows below. I found that I also
> needed to change rts/gmp/configure.in so that the first call to AC_INIT
> occurred after the setting of the three variables just below it.
Thanks. 

On the subject of bugs for which fixes are found which don't seem to make
it into the CVS repository for a while, why exactly does  RtsUtil.h
still contain the line
  extern StgStablePtr errorHandler;
when "errorHandler" isn't actually defined anywhere?  ("extern" of course doesn't
define a symbol, it just promises that a definition can be found somewhere else.)
Last time I tried this resulted in linking falling over for me.

Reply via email to