Re: 2.1.37-4 problems with load and floating-point exception

Michael Driscoll (fenris@lightspeed.net)
Mon, 5 May 1997 22:49:49 -0700


>I suspect it has something to do with SMP.
>( i changed the SMP=1 to smp=0 in the toplevel makefile)

There's your problem. It is not enough to change SMP=1 to SMP=0, since
later #ifdefs check whether SMP is defined, not whether it equals 1, and
defining SMP to be 0 is still defining SMP. Instead, comment that line
out so that it reads:

# SMP = 1
Mike