|
编译man-db出错,日志如下:
- 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
- In file included from lexgrog.l:61:
- ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
- ../include/manconfig.h:117:1: warning: this is the location of the previous definition
- ../include/manconfig.h:458:1: warning: "COL" redefined
- ../include/manconfig.h:153:1: warning: this is the location of the previous definition
- ../include/manconfig.h:459:1: warning: "VGRIND" redefined
- ../include/manconfig.h:157:1: warning: this is the location of the previous definition
- ../include/manconfig.h:460:1: warning: "GRAP" redefined
- ../include/manconfig.h:165:1: warning: this is the location of the previous definition
- 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
- In file included from accessdb.c:55:
- ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
- ../include/manconfig.h:117:1: warning: this is the location of the previous definition
- ../include/manconfig.h:458:1: warning: "COL" redefined
- ../include/manconfig.h:153:1: warning: this is the location of the previous definition
- ../include/manconfig.h:459:1: warning: "VGRIND" redefined
- ../include/manconfig.h:157:1: warning: this is the location of the previous definition
- ../include/manconfig.h:460:1: warning: "GRAP" redefined
- ../include/manconfig.h:165:1: warning: this is the location of the previous definition
- 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
- In file included from wrapper.c:44:
- ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
- ../include/manconfig.h:117:1: warning: this is the location of the previous definition
- ../include/manconfig.h:458:1: warning: "COL" redefined
- ../include/manconfig.h:153:1: warning: this is the location of the previous definition
- ../include/manconfig.h:459:1: warning: "VGRIND" redefined
- ../include/manconfig.h:157:1: warning: this is the location of the previous definition
- ../include/manconfig.h:460:1: warning: "GRAP" redefined
- ../include/manconfig.h:165:1: warning: this is the location of the previous definition
- 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
- gcc manpath.o fake_security.o manp.o util.o version.o ../lib/libman.a -o manpath
- gcc whatis.o fake_security.o manp.o util.o ../libdb/libmandb.a version.o ../lib/libman.a -ldb-4 -o whatis
- gcc catman.o fake_security.o manp.o util.o ../libdb/libmandb.a version.o ../lib/libman.a -ldb-4 -o catman
- gcc accessdb.o util.o ../libdb/libmandb.a version.o ../lib/libman.a -ldb-4 -o accessdb
- gcc wrapper.o version.o ../lib/libman.a -lc -o wrapper
- 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
- make[2]: Leaving directory `/sources/man-db-2.4.4/src'
- make[1]: Leaving directory `/sources/man-db-2.4.4'
复制代码 |
|