|

楼主 |
发表于 2004-5-27 17:01:32
|
显示全部楼层
The directory is existent.
bash-2.05b# cd /usr/src/usr.sbin/config/
bash-2.05b# make
Warning: Object directory not changed from original /usr/src/usr.sbin/config
cc -O -pipe -mcpu=pentiumpro -I. -I/usr/src/usr.sbin/config -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wbad-function-cast -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c lang.c
lang.l:1034: warning: `yy_flex_realloc' defined but not used
*** Error code 1
Stop in /usr/src/usr.sbin/config.
bash-2.05b# make install
install -s -o root -g wheel -m 555 config /usr/sbin
install: config: No such file or directory
*** Error code 71
Stop in /usr/src/usr.sbin/config.
bash-2.05b# |
|