- 论坛徽章:
- 0
|
./configure --prefix=/www
上面configure没报错,但是下面make时:
# make
===>; src
===>; src/regex
sh ./mkh -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c regfree.c >; ../include/hsregex.h
sh ./mkh -p regcomp.c >;regcomp.ih
cc -I. -I../os/unix -I../include -DOSF1 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` -DPOSIX_MISTAKE -c regcomp.c
cc: Severe: /usr/include/sys/types.h, line 77: Cannot find file <standards.h>; specified in #include directive. (noinclfile)
#include <standards.h>;
-^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
我是少装了什么东西吗?操作系统是tru64 4.0F 默认安装 |
|