Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Mar 1997 20:27:52 -0800
From:      "Thomas D. Dean" <tomdean@ix.netcom.com>
To:        Charles Henrich <henrich@crh.cl.msu.edu>
Cc:        freebsd-questions@FREEBSD.org
Subject:   Re: math libs?
Message-ID:  <331901C8.1D5@ix.netcom.com>
References:  <199703020138.UAA02428@crh.cl.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
The libm that has the mose 'fpu support is the msun lib, located
in /usr/src/lib/msun.

Build this lib with make -DHAVE_FPU
and install it with make install.

You should do this as root.

I normally use make -n -DHAVE_FPU, etc. to see what the command
does before I do it.

I have been looking at this lib with an eye to improvements.

If you have questions or problems, ask.

tomdean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?331901C8.1D5>