Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!alm From: alm@netcom.com (Andrew Moore) Subject: Re: floating exception on netbsd 0.9 using cpicker Message-ID: <almCDKyJu.8wx@netcom.com> Organization: Netcom Online Communications Services (408-241-9760 login: guest) References: <RAM.93Sep18194359@xor.epi.wisc.edu> Date: Sun, 19 Sep 1993 02:50:17 GMT Lines: 11 In article <RAM.93Sep18194359@xor.epi.wisc.edu> ram@xor.epi.wisc.edu (Ram Bhamidipaty) writes: > >I grabbed cpicker from the net and compiled it cleanly, but when I run >it I get the following error (it happens after clicking on a window >and selecting a color). Has anyone else had this problem or managed >to get the program to work? You might try disabling the floating point traps. See fpgetround(3) in the FreeBSD code. These floating point rountines are contained in two headers, and so should be usable under NetBSD. -AM