home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8177 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.5 KB  |  43 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!csus.edu!netcom.com!zmbenhal
  3. From: zmbenhal@netcom.com (Zeyd M. Ben-Halim)
  4. Subject: Re: Trying to compile ps-0.97
  5. Message-ID: <+05m30+.zmbenhal@netcom.com>
  6. Date: Fri, 14 Aug 92 00:09:17 GMT
  7. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  8. References: <Bsxqzz.KJp@news.larc.nasa.gov>
  9. Lines: 32
  10.  
  11. In article <Bsxqzz.KJp@news.larc.nasa.gov> ray@nmsb.larc.nasa.gov writes:
  12. >In trying to compile ps & co. for 0.97 I come up with the following response
  13. >to a 'make all': 
  14. >
  15. >  make: fopen: .depend: No such file or directory
  16. >  ps.c: In function `main':
  17. >  ps.c:133: `R_OK' undeclared (first use this function)
  18. >  ps.c:133: (Each undeclared identifier is reported only once
  19. >  ps.c:133: for each function it appears in.)
  20. >  ps.c: In function `tty_to_dev':
  21. >  ps.c:587: storage size of `buf' isn't known
  22. >  make: *** [ps.o] Error 1
  23. >
  24. >This is after a 'make clean'.  All operations are done within the ps
  25. >directory.  Any clues anybody?  Also, if I try 'make top' or any of the
  26. >other utilities I get various .h files not found.  Does anybody have a
  27. >complete and valid list of what headers go where?  This is getting
  28. >confusing quick.  :?
  29. >
  30. >Thanks.
  31. >Ray Balister
  32.  
  33. I don't have problems compiling ps-0.97 (by some magic the headers seems to be
  34. in the right places). Try using -v option to see which files get included.
  35.  
  36. My problem has been with free. When running it I get:
  37.  
  38. symbol '_paging_pages' not found
  39. trying to read invalid address.
  40.  
  41. I'm using GCC2.2.2 and 0.97pl1.5
  42.  
  43.