home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9700 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!news.u.washington.edu!serval!poly2!hlu
  2. From: hlu@poly2.eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problem: Compiling ps-0.97.2
  5. Keywords: ps
  6. Message-ID: <1992Sep2.194843.29943@serval.net.wsu.edu>
  7. Date: 2 Sep 92 19:48:43 GMT
  8. Article-I.D.: serval.1992Sep2.194843.29943
  9. References: <mdw1.715447696@crux1.cit.cornell.edu> <1992Sep2.184528.22727@cs.brown.edu>
  10. Sender: hlu@poly2 (H.J. Lu)
  11. Organization: Washington State University
  12. Lines: 35
  13.  
  14. In article <1992Sep2.184528.22727@cs.brown.edu>, wcn@cs.brown.edu (Wen-Chun Ni) writes:
  15. |> In article <mdw1.715447696@crux1.cit.cornell.edu> mdw1@crux1.cit.cornell.edu (Matt Welsh) writes:
  16. |> >I'm trying to compile ps for 0.97pl2, and when compiling "free" there's
  17. |> >a problem:
  18. |> >
  19. |> >free.c:273: in function "show_buf":
  20. |> >free.c: structure has no member named "b_size"
  21. |> >
  22. |> >(now that's typed in from memory, but you get the gist of it).
  23. |> >Obviously this is a header file confusion. What should free.c be including
  24. |> >to get the buf.b_size member in that structure? Thanks a lot for
  25. |> >any help.
  26. |> >
  27. |> >mdw
  28. |> 
  29. |> 
  30. |> I myself also encountered a couple of problems with ps-0.97pl2. The
  31. |> major problem lies in the duplicated definitions from
  32. |> /usr/src/linux/include/linux, /usr/include/sys, and /usr/include.
  33. |> 
  34. |> For many Linux-specific programs, the same problem repeats itself.
  35. |> Obviously, my include files are not very update. HJ, is there
  36. |> any most updated version of the include files? Thanx!
  37. |> 
  38. |> 
  39. |> 
  40. |> Wen-Chun Ni
  41. |> >--
  42. |> >Matt Welsh    mdw1@crux2.cit.cornell.edu    +1 607 253 2737
  43. |> >  "People will say we're in love."  --Hannibal Lecter
  44.  
  45. Get gcc 2.2.2d, install it and read README/FAQ/release.2.2.2d. If you use
  46. 2.2.2d, you won't have any problem with that.
  47.  
  48. H.J.
  49.