LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1232|回复: 2

编译man-db出错,问题解决

[复制链接]
发表于 2007-8-24 08:49:28 | 显示全部楼层 |阅读模式
编译man-db出错,日志如下:

  1. gcc -march=k8 -msse3 -O3 -pipe -Wall -W -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -DHAVE_CONFIG_H  -DCONFIG_FILE="/etc/man_db.conf" -DLOCALEDIR="/usr/share/locale"  -I../include -I.. -I. -I../intl    -DTEST lexgrog.c compression.o descriptions.o fake_security.o ult_src.o util.o version.o ../lib/libman.a  -o lexgrog
  2. In file included from lexgrog.l:61:
  3. ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
  4. ../include/manconfig.h:117:1: warning: this is the location of the previous definition
  5. ../include/manconfig.h:458:1: warning: "COL" redefined
  6. ../include/manconfig.h:153:1: warning: this is the location of the previous definition
  7. ../include/manconfig.h:459:1: warning: "VGRIND" redefined
  8. ../include/manconfig.h:157:1: warning: this is the location of the previous definition
  9. ../include/manconfig.h:460:1: warning: "GRAP" redefined
  10. ../include/manconfig.h:165:1: warning: this is the location of the previous definition
  11. gcc -march=k8 -msse3 -O3 -pipe -Wall -W -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -DHAVE_CONFIG_H  -DCONFIG_FILE="/etc/man_db.conf" -DLOCALEDIR="/usr/share/locale"  -I../include -I.. -I. -I../intl   -c -o accessdb.o accessdb.c
  12. In file included from accessdb.c:55:
  13. ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
  14. ../include/manconfig.h:117:1: warning: this is the location of the previous definition
  15. ../include/manconfig.h:458:1: warning: "COL" redefined
  16. ../include/manconfig.h:153:1: warning: this is the location of the previous definition
  17. ../include/manconfig.h:459:1: warning: "VGRIND" redefined
  18. ../include/manconfig.h:157:1: warning: this is the location of the previous definition
  19. ../include/manconfig.h:460:1: warning: "GRAP" redefined
  20. ../include/manconfig.h:165:1: warning: this is the location of the previous definition
  21. gcc -march=k8 -msse3 -O3 -pipe -Wall -W -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -DHAVE_CONFIG_H  -DCONFIG_FILE="/etc/man_db.conf" -DLOCALEDIR="/usr/share/locale"  -I../include -I.. -I. -I../intl   -c -o wrapper.o wrapper.c
  22. In file included from wrapper.c:44:
  23. ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
  24. ../include/manconfig.h:117:1: warning: this is the location of the previous definition
  25. ../include/manconfig.h:458:1: warning: "COL" redefined
  26. ../include/manconfig.h:153:1: warning: this is the location of the previous definition
  27. ../include/manconfig.h:459:1: warning: "VGRIND" redefined
  28. ../include/manconfig.h:157:1: warning: this is the location of the previous definition
  29. ../include/manconfig.h:460:1: warning: "GRAP" redefined
  30. ../include/manconfig.h:165:1: warning: this is the location of the previous definition
  31. gcc   man.o security.o convert_name.o manp.o ult_src.o compression.o filenames.o util.o globbing.o encodings.o ../libdb/libmandb.a version.o ../lib/libman.a  -ldb-4 -o man
  32. gcc   manpath.o fake_security.o manp.o util.o version.o ../lib/libman.a   -o manpath
  33. gcc   whatis.o fake_security.o manp.o util.o ../libdb/libmandb.a version.o ../lib/libman.a  -ldb-4 -o whatis
  34. gcc   catman.o fake_security.o manp.o util.o ../libdb/libmandb.a version.o ../lib/libman.a  -ldb-4 -o catman
  35. gcc   accessdb.o util.o ../libdb/libmandb.a version.o ../lib/libman.a  -ldb-4 -o accessdb
  36. gcc   wrapper.o version.o ../lib/libman.a  -lc -o wrapper
  37. gcc   mandb.o security.o manp.o util.o ult_src.o check_mandirs.o descriptions.o descriptions_store.o filenames.o straycats.o compression.o lexgrog.o globbing.o ../libdb/libmandb.a version.o ../lib/libman.a  -ldb-4 -o mandb
  38. make[2]: Leaving directory `/sources/man-db-2.4.4/src'
  39. make[1]: Leaving directory `/sources/man-db-2.4.4'
复制代码
发表于 2007-8-24 09:43:01 | 显示全部楼层
哪有错误?不是正常结束了吗。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-24 10:27:50 | 显示全部楼层
问题解决,去除了所有的优化参数后通过
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表