home *** CD-ROM | disk | FTP | other *** search
- 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
- From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
- Newsgroups: comp.os.linux
- Subject: Re: FLT_DIG, tabs, FPU, yacc
- Message-ID: <1992Jul22.203054.4072@serval.net.wsu.edu>
- Date: 22 Jul 92 20:30:54 GMT
- References: <1992Jul22.082501.20615@athena.mit.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University
- Lines: 18
-
- In article <1992Jul22.082501.20615@athena.mit.edu>, J.Jagger@sheffield-city-poly.ac.uk writes:
- |> 2. I'm running tests to try and break C library code. How do I
- |> instruct gcc to link in the maths stuff? E.g. I've got a call to
- |> sqrt(-1.0) and include <float.h> and <math.h> but it doesn't resolve.
-
- add -lm.
-
- |> 3. Has anyone run the Plum Hall Validation Suite on the C library ?
- |> 4. Yacc. How do I instruct this NOT to buffer input. That is, when I
- |> press return I want to process the input.
- |>
-
- Write your own input stuff. I did this some times ago for an interactive
- interpreter.
-
- --
- H.J.
- Gcc/libc maintainer for Linux.
-