home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6439 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.1 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!sdd.hp.com!hp-cv!ogicse!henson!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: FLT_DIG, tabs, FPU, yacc
  5. Message-ID: <1992Jul22.203054.4072@serval.net.wsu.edu>
  6. Date: 22 Jul 92 20:30:54 GMT
  7. References: <1992Jul22.082501.20615@athena.mit.edu>
  8. Sender: news@serval.net.wsu.edu (USENET News System)
  9. Organization: Washington State University
  10. Lines: 18
  11.  
  12. In article <1992Jul22.082501.20615@athena.mit.edu>, J.Jagger@sheffield-city-poly.ac.uk writes:
  13. |> 2. I'm running tests to try and break C library code. How do I
  14. |> instruct gcc to link in the maths stuff? E.g. I've got a call to
  15. |> sqrt(-1.0) and include <float.h> and <math.h> but it doesn't resolve.
  16.  
  17. add -lm.
  18.  
  19. |> 3. Has anyone run the Plum Hall Validation Suite on the C library ?
  20. |> 4. Yacc. How do I instruct this NOT to buffer input. That is, when I
  21. |> press return I want to process the input.
  22. |> 
  23.  
  24. Write your own input stuff. I did this some times ago for an interactive
  25. interpreter.
  26.  
  27. -- 
  28. H.J.
  29. Gcc/libc maintainer for Linux.
  30.