From: James Michael Chacon (probreak@matt.ksu.ksu.edu)
Date: 01/14/93


From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
Subject: Re: libm
Date: 14 Jan 1993 15:38:35 GMT

Matt Richmond <MSR113@psuvm.psu.edu> writes:

>Ok, I actually started looking around trying to figure out my
>libm problem and found it to be linked to libhard.a, but this
>file does not exist. Is this a problem with SLS? Should libm
>be linked with some other file? Thanks for any and all help..

>--Matt Richmond

Libhara.a and libsoft.a used to be needed for people with and without math
coprocessors. Its not needed anymore, and libm.a should have come with
the 4.2 library stuff.

Its not needed, since the math emulator stuff in the kernel takes care of
the differences anymore.

James