From owner-freebsd-questions Sat Mar 1 20:30:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA20161 for questions-outgoing; Sat, 1 Mar 1997 20:30:45 -0800 (PST) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA20155 for ; Sat, 1 Mar 1997 20:30:40 -0800 (PST) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id WAA11087; Sat, 1 Mar 1997 22:27:53 -0600 (CST) Received: from sil-wa6-12.ix.netcom.com(206.214.137.140) by dfw-ix8.ix.netcom.com via smap (V1.3) id sma011064; Sat Mar 1 22:27:45 1997 Message-ID: <331901C8.1D5@ix.netcom.com> Date: Sat, 01 Mar 1997 20:27:52 -0800 From: "Thomas D. Dean" Reply-To: tomdean@ix.netcom.com Organization: Home X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: Charles Henrich CC: freebsd-questions@FREEBSD.org Subject: Re: math libs? References: <199703020138.UAA02428@crh.cl.msu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FREEBSD.org X-Loop: FreeBSD.org Precedence: bulk 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