免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1173 | 回复: 1
打印 上一主题 下一主题

SOL10下配置BIND9时 ,MAKE 报如下错误,请看 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-20 20:30 |只看该作者 |倒序浏览
making all in /dns/bind-9.3.0/lib/isc
making all in /dns/bind-9.3.0/lib/isc/include
making all in /dns/bind-9.3.0/lib/isc/include/isc
making all in /dns/bind-9.3.0/lib/isc/unix
making all in /dns/bind-9.3.0/lib/isc/unix/include
making all in /dns/bind-9.3.0/lib/isc/unix/include/isc
gcc  -g -O2  -I/dns/bind-9.3.0 -I./include  -I./../pthreads/include  -I../include  -I./../include  -I./..   -D_REENTRANT  -D_XPG4_2 -D__EXTENSIONS__   -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat  -c app.c
In file included from /usr/include/sys/wait.h:24,
                 from /usr/include/stdlib.h:22,
                 from app.c:26:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
/usr/include/sys/siginfo.h:294: error: parse error before '}' token
/usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
/usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
/usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
/usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
/usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
/usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
/usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
/usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
/usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
/usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
/usr/include/sys/siginfo.h:426: error: parse error before '}' token
/usr/include/sys/siginfo.h:428: error: parse error before '}' token
/usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
In file included from /usr/include/sys/procset.h:24,
                 from /usr/include/sys/wait.h:25,
                 from /usr/include/stdlib.h:22,
                 from app.c:26:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from /usr/include/stdlib.h:22,
                 from app.c:26:
/usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
In file included from app.c:29:
/usr/include/signal.h:111: error: parse error before "siginfo_t"
/usr/include/signal.h:113: error: parse error before "siginfo_t"
*** Error code 1
make: Fatal error: Command failed for target `app.o'
Current working directory /dns/bind-9.3.0/lib/isc/unix
*** Error code 1
The following command caused the error:
for i in include unix nls pthreads nulldir; do \
        if [ "$i" != "nulldir" -a -d $i ]; then \
                echo "making all in `pwd`/$i"; \
                (cd $i; make  DESTDIR="" all) || exit 1; \
        fi; \
done
make: Fatal error: Command failed for target `subdirs'
Current working directory /dns/bind-9.3.0/lib/isc
*** Error code 1
The following command caused the error:
for i in isc isccc dns isccfg bind9 lwres tests nulldir; do \
        if [ "$i" != "nulldir" -a -d $i ]; then \
                echo "making all in `pwd`/$i"; \
                (cd $i; make  DESTDIR="" all) || exit 1; \
        fi; \
done
make: Fatal error: Command failed for target `subdirs'
Current working directory /dns/bind-9.3.0/lib
*** Error code 1
The following command caused the error:
for i in make lib bin doc nulldir; do \
        if [ "$i" != "nulldir" -a -d $i ]; then \
                echo "making all in `pwd`/$i"; \
                (cd $i; make  DESTDIR="" all) || exit 1; \
        fi; \
done
make: Fatal error: Command failed for target `subdirs'

帮我分析一下是什么原因。我的系统环境是solaris10  sparc

论坛徽章:
0
2 [报告]
发表于 2006-04-24 11:25 |只看该作者
自己顶一下:555~~~~
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP