|
错误信息:
gcc -Wall -Wstrict-prototypes -O2 -c -o procinfo.o procinfo.c
procinfo.c:28:21: termcap.h: No such file or directory
procinfo.c: In function `main':
procinfo.c:815: warning: implicit declaration of function `tgetnum'
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
make: *** [procinfo.o] Error 1
这是怎么回事?前边有东东安装错了? |
|