Messages in this thread |  | | | Date | Mon, 30 Jun 1997 23:02:09 +1000 | | From | Richard Gooch <> | | Subject | Re: procps-1.01 fix announcement [OFFTOPIC] |
| |
Florian La Roche writes: > On Mon, Jun 30, 1997 at 10:33:07PM +1000, Richard Gooch wrote: > > Florian La Roche writes: > > > There is a procps 1.12.2 or newer in the current debian. I think those > > > things are also fixed in that version. > > > I would also recommend to add this to the software-list that should be > > > updated for the current kernel. > > > > > > ftp://ftp.debian.org/pub/debian/hamm/hamm/source/base/procps* or > > > ftp://ftp.debian.org/pub/debian/unstable/source/base/procps* > > > > Any chance these will appear on tsx-11 or sunsite in plain tar.gz > > form? Having things encoded as *.deb or *.rpm is not as helpful as it > > could be... > > > > Regards, > > > > Richard.... > > The source is just normal tar.gz. The binary are in *.deb-files, > but you can extract them with "ar x procps.deb".
A few problems:
1) the Makefile tries to force owner and group when installing the binaries. I have to edit it to remove this, since I don't want to install as root, I want to do it under a special account. Please don't make that kind of decision for me
2) problem compiling watch.c: gcc -pipe -O3 -fomit-frame-pointer -I. -Wall -Wunused -fwritable-strings -DPROC_COLOR -c watch.c watch.c:9: ncurses.h: No such file or directory watch.c: In function `main': watch.c:83: warning: implicit declaration of function `initscr' watch.c:84: warning: implicit declaration of function `nonl' watch.c:85: warning: implicit declaration of function `noecho' watch.c:86: warning: implicit declaration of function `crmode' watch.c:95: warning: implicit declaration of function `move' watch.c:97: warning: implicit declaration of function `printw' watch.c:111: `LINES' undeclared (first use this function) watch.c:111: (Each undeclared identifier is reported only once watch.c:111: for each function it appears in.) watch.c:113: `COLS' undeclared (first use this function) watch.c:114: warning: implicit declaration of function `mvaddstr' watch.c:115: warning: implicit declaration of function `clrtoeol' watch.c:123: warning: implicit declaration of function `clrtobot' watch.c:125: warning: implicit declaration of function `refresh' watch.c:128: warning: implicit declaration of function `nocrmode' watch.c:129: warning: implicit declaration of function `echo' watch.c:130: warning: implicit declaration of function `nl' watch.c:131: warning: implicit declaration of function `endwin' make: *** [watch.o] Error 1
Regards,
Richard....
|  |