|
楼主 |
发表于 2008-9-9 17:44:24
|
显示全部楼层
我很想知道色即是空是怎么编译通过 compat-db 的……
- checking for mmap... yes
- checking for munmap... yes
- checking for shmget... yes
- checking "rpcgen -C" build of db_server.h... yes
- checking for 64-bit integral type support for sequences... yes
- configure: creating ./config.status
- ./config.status: line 855: db_cxx.h:../../dbinc/db_cxx.in: No such file or directory
- ./config.status: line 856: db_int.h:../../dbinc/db_int.in: No such file or directory
- ./config.status: line 857: include.tcl:../../test/include.tcl: No such file or directory
- ./config.status: line 858: db.h:../../dbinc/db.in:../../dbinc_auto/ext_prot.in: No such file or directory
- ./config.status: line 859: db_185.h:../../dbinc/db_185.in:../../dbinc_auto/ext_185_prot.in: No such file or directory
- ./config.status: line 860: db185_int.h:../../db185/db185_int.in:../../dbinc_auto/ext_185_prot.in: No such file or directory
- config.status: creating Makefile
- ++ echo 4.3.29
- ++ cut -f1,2 -d.
- + soversion=4.3
- + make libdb=libdb-4.3.a libcxx=libdb_cxx-4.3.a -j2
- /bin/sh ./libtool --mode=compile cc -c -I. -I../.. -D_GNU_SOURCE -D_REENTRANT -O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686 ../../db185/db185.c
- /bin/sh ./libtool --mode=compile cc -c -I. -I../.. -D_GNU_SOURCE -D_REENTRANT -O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686 ../../mutex/mut_pthread.c
- mkdir .libs
- cc -c -I. -I../.. -D_GNU_SOURCE -D_REENTRANT -O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686 ../../mutex/mut_pthread.c -fPIC -DPIC -o .libs/mut_pthread.o
- cc -c -I. -I../.. -D_GNU_SOURCE -D_REENTRANT -O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686 ../../db185/db185.c -fPIC -DPIC -o .libs/db185.o
- ../../db185/db185.c:10:23: error: db_config.h: No such file or directory
- ../../mutex/mut_pthread.c:10:23: error: db_config.h: No such file or directory
- ../../db185/db185.c:24:20: error: db_int.h: No such file or directory
- ../../db185/db185.c:25:23: error: db185_int.h: No such file or directory
- ../../db185/db185.c:27: error: expected ')' before '*' token
- ../../db185/db185.c:28: error: expected ')' before '*' token
- ../../db185/db185.c:29: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:30: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:31: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:33: error: expected ')' before '*' token
- ../../db185/db185.c:34: error: expected ')' before '*' token
- ../../db185/db185.c:35: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:36: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:37: error: expected ';', ',' or ')' before '*' token
- ../../db185/db185.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
复制代码
- [root@MagicLinux SPECS]# rpm -qa "db*"
- dbus-glib-devel-0.74-0.1mgc
- dbus-glib-0.74-0.1mgc
- db4-4.7.25-1mgc
- dbus-1.2.1-0.6mgc
- dbus-qt3-0.70-3mgc
- db4-devel-4.7.25-1mgc
- dbus-qt3-devel-0.70-3mgc
- dbus-devel-1.2.1-0.6mgc
- db4-cxx-4.7.25-1mgc
- db4-tcl-4.7.25-1mgc
- dbus-python-0.81.1-1mgc
- dbus-x11-1.2.1-0.6mgc
- db4-utils-4.7.25-1mgc
- [root@MagicLinux SPECS]#
复制代码 |
|