Hi Giulio,
The mips4 version of libfastm on R5000 systems can unfortunately give
incorrect results. The current workaround for this problem is to link
with libm instead of libfastm. I have verified that this works. In the
MACHINE file, replace the following line:
set LFASTM = '-lfastm'
with
set LFASTM = '-lm'
or
set LFASTM = ' '
There will be a fixed version of libfastm for 6.5.10. Again, I will
emphasize that this problem only occurs for the R5000 based-systems.
Nathalie
--
------------------------------------------------------------------------
Nathalie Godbout, Ph.D. SGI
godbout_at_hudson.sgi.com Chemistry and Biology Applications Group
(781)839-2147 One Cabot Road, Suite 250
(978)562-7450 fax Hudson, MA
vnet:483-2147 01749, USA
------------------------------------------------------------------------
Received on Tue Oct 24 2000 - 14:46:58 PDT