Path: utzoo!attcan!uunet!cs.utexas.edu!rutgers!mephisto!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: floating point in Minix C Message-ID: <26228@nigel.udel.EDU> Date: 31 Jul 90 14:59:27 GMT Sender: mmdf@ee.udel.EDU Lines: 7 the dummy float const warning comes from the code generator (not the compiler itself) which is not able to generate floats. Insert a filter which converts the floats to 64-bit integers first. about libfp.a: does cc -o .... .... -lfp not work on PC? C.v.W.