|
|
lfs:/mnt/lfs/sources/procinfo-18$ make LDLIBS=-lncurses
gcc -Wall -Wstrict-prototypes -O2 -c -o procinfo.o procinfo.c
procinfo.c: In function `main':
procinfo.c:872: warning: `%c' yields only last 2 digits of year in some locales
procinfo.c: At top level:
procinfo.c:19: warning: `rcsid' defined but not used
gcc -Wall -Wstrict-prototypes -O2 -c -o routines.o routines.c
routines.c:19: warning: `rcsid' defined but not used
gcc -Wall -Wstrict-prototypes -s procinfo.o routines.o -lncurses -o procinfo
lfs:/mnt/lfs/sources/procinfo-18$ make install
mkdir -p /usr/bin
install procinfo /usr/bin/procinfo
install: cannot create regular file `/usr/bin/procinfo': Permission denied
make: *** [install] Error 1 |
|