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