|
Debian:~/xsim-0.3.9.4# make
make[1]: Entering directory `/root/xsim-0.3.9.4/etc'
make[1]: “all”是最新的。
make[1]: Leaving directory `/root/xsim-0.3.9.4/etc'
make[1]: Entering directory `/root/xsim-0.3.9.4/plugins'
make[2]: Entering directory `/root/xsim-0.3.9.4/plugins/IMs'
make[3]: Entering directory `/root/xsim-0.3.9.4/plugins/IMs/jianpin'
cd dict; make
make[4]: Entering directory `/root/xsim-0.3.9.4/plugins/IMs/jianpin/dict'
g++ char2db.cpp -o char2db -Wall -O2 -I/usr/X11R6/include -DBDB_VERSION4 -DOS_LINUX -L/usr/X11R6/lib -L/usr/lib -ldb_cxx -I/root/xsim-0.3.9.4/xsim -I/usr/include
/tmp/cc1rSxaN.o(.text+0x46b): In function `main':
: undefined reference to `Db:b[in-charge](DbEnv*, unsigned)'
/tmp/cc1rSxaN.o(.text+0x475): In function `main':
: undefined reference to `Db::set_flags(unsigned)'
/tmp/cc1rSxaN.o(.text+0x482): In function `main':
: undefined reference to `Db::set_dup_compare(int (*)(__db*, __db_dbt const*, __db_dbt const*))'
/tmp/cc1rSxaN.o(.text+0x498): In function `main':
: undefined reference to `Db:pen(char const*, char const*, DBTYPE, unsigned, int)'
/tmp/cc1rSxaN.o(.text+0x4ac): In function `main':
: undefined reference to `Db::cursor(DbTxn*, Dbc**, unsigned)'
/tmp/cc1rSxaN.o(.text+0x527): In function `main':
: undefined reference to `Dbt:bt[in-charge](void*, unsigned)'
/tmp/cc1rSxaN.o(.text+0x53f): In function `main':
: undefined reference to `Dbt:bt[in-charge](void*, unsigned)'
/tmp/cc1rSxaN.o(.text+0x62c): In function `main':
: undefined reference to `Dbc::put(Dbt*, Dbt*, unsigned)'
/tmp/cc1rSxaN.o(.text+0x6f1): In function `main':
: undefined reference to `Db::close(unsigned)'
/tmp/cc1rSxaN.o(.text+0x779): In function `main':
: undefined reference to `Db::close(unsigned)'
/tmp/cc1rSxaN.o(.text+0x8cc): In function `main':
: undefined reference to `Dbt::~Dbt [in-charge]()'
/tmp/cc1rSxaN.o(.text+0x8de): In function `main':
: undefined reference to `Dbt::~Dbt [in-charge]()'
/tmp/cc1rSxaN.o(.text+0x92b): In function `main':
: undefined reference to `Db::~Db [in-charge]()'
collect2: ld returned 1 exit status
make[4]: *** [char2db] 错误 1
make[4]: Leaving directory `/root/xsim-0.3.9.4/plugins/IMs/jianpin/dict'
make[3]: *** [all] 错误 2
make[3]: Leaving directory `/root/xsim-0.3.9.4/plugins/IMs/jianpin'
make[2]: *** [all] 错误 1
make[2]: Leaving directory `/root/xsim-0.3.9.4/plugins/IMs'
make[1]: *** [all] 错误 1
make[1]: Leaving directory `/root/xsim-0.3.9.4/plugins'
make: *** [all] 错误 1 |
|