Path: utzoo!mnetor!uunet!husc6!uwvax!rutgers!bellcore!tness7!ninja!sys1!techsup!seev From: seev@techsup.TANDY.COM Newsgroups: comp.sys.tandy Subject: Re: message <1634624868@okstate.UUCP> Message-ID: <-79451096@techsup> Date: 20 Apr 88 20:02:00 GMT References: <3396@okstate.UUCP> Lines: 25 Nf-ID: #R:okstate.UUCP:3396:techsup:-79451096:000:765 Nf-From: techsup.TANDY.COM!seev Apr 20 15:02:00 1988 well, this is a relatively arcane bug, so here are some (perhaps) more arcane work-arounds.... (1) put a dummy floating point routine in your code, such as: nonsense() { float z = 3.14; } (2) really use some floating point in your program, if appropriate. (3) as root, run ranlib on /lib/libc.a. this may have the perhaps unwanted side-effect of loading floating point code even into programs which don't need it, but... if you have memory and disk space to spare, it's probably not major. i kind of prefer (1) and (2), myself. hope this helps. and thanks to those who pointed this out to me (although they may not want to be named!) valerie see ...ihnp4!techsup!qat!valsee (standard disclaimer so employer won't be unhappy...fill in your favorite)