home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23420 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Kernel FP Math bug?
  5. Date: 9 Jan 1993 20:52:41 -0600
  6. Organization: Kansas State University
  7. Lines: 25
  8. Message-ID: <1io31pINNs56@matt.ksu.ksu.edu>
  9. References: <1993Jan9.144510.9590@walter.cray.com> <1993Jan9.234314.20990@leland.Stanford.EDU>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. britt@leland.Stanford.EDU (Britt Park) writes:
  13.  
  14. >I believe that atof() is broken.  I've had the same experience and I have a 
  15. >387 in my Linux box.  A simple work-around is to replace
  16.  
  17. >blab=atof(blabula);
  18.  
  19.  
  20.  
  21. >Inelegant, I admit, but it works.
  22.  
  23. >I don't know the origin of the problem.  It might be a shared library thing.
  24. >I experienced some really strange behavior with some of the early shared X 
  25. >libs which went away when I linked things statically.
  26.  
  27. >                        Britt Park
  28. >                        britt@cb-iris.stanford.edu
  29.  
  30. Atof works just fine. I have a ton of stuff compiled here that uses it and
  31. have never had any errors. If you see me previous post about how he had 
  32. argv defined wrong, you will find the program compiles just fine after that.
  33.  
  34. (My setup: gcc 2.3.3 libc 4.2. X libs 2.2 )
  35.  
  36. James
  37.