ubuntu 下安装xen
各位大侠:在ubuntu12 下安装xen4.1.2时,进行#make tools时出现如下错误:bn.o: In function `tpm_bn_bitsize':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:57: undefined reference to `__gmpz_sizeinbase'
bn.o: In function `tpm_bn_import':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:62: undefined reference to `__gmpz_import'
bn.o: In function `tpm_bn_export':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:67: undefined reference to `__gmpz_export'
bn.o: In function `tpm_bn_init':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:22: undefined reference to `__gmpz_init'
bn.o: In function `tpm_bn_init2':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:27: undefined reference to `__gmpz_init2'
bn.o: In function `tpm_bn_init_set':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:32: undefined reference to `__gmpz_init_set'
bn.o: In function `tpm_bn_init_set_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:37: undefined reference to `__gmpz_init_set_ui'
bn.o: In function `tpm_bn_set_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:42: undefined reference to `__gmpz_set_ui'
bn.o: In function `tpm_bn_clear':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:47: undefined reference to `__gmpz_clear'
bn.o: In function `tpm_bn_swap':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:52: undefined reference to `__gmpz_swap'
bn.o: In function `tpm_bn_cmp':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:72: undefined reference to `__gmpz_cmp'
bn.o: In function `tpm_bn_cmp_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:77: undefined reference to `__gmpz_cmp_ui'
bn.o: In function `tpm_bn_setbit':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:87: undefined reference to `__gmpz_setbit'
bn.o: In function `tpm_bn_add':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:92: undefined reference to `__gmpz_add'
bn.o: In function `tpm_bn_add_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:97: undefined reference to `__gmpz_add_ui'
bn.o: In function `tpm_bn_sub':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:102: undefined reference to `__gmpz_sub'
bn.o: In function `tpm_bn_sub_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:107: undefined reference to `__gmpz_sub_ui'
bn.o: In function `tpm_bn_mul':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:112: undefined reference to `__gmpz_mul'
bn.o: In function `tpm_bn_mod':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:117: undefined reference to `__gmpz_mod'
bn.o: In function `tpm_bn_powm':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:122: undefined reference to `__gmpz_powm'
bn.o: In function `tpm_bn_ui_pow_ui':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:127: undefined reference to `__gmpz_ui_pow_ui'
bn.o: In function `tpm_bn_fdiv_q_2exp':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:132: undefined reference to `__gmpz_fdiv_q_2exp'
bn.o: In function `tpm_bn_tdiv_q':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:137: undefined reference to `__gmpz_tdiv_q'
bn.o: In function `tpm_bn_易做图':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:142: undefined reference to `__gmpz_易做图'
bn.o: In function `tpm_bn_invert':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:147: undefined reference to `__gmpz_invert'
bn.o: In function `tpm_bn_nextprime':
/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd/../crypto/bn.c:152: undefined reference to `__gmpz_nextprime'
collect2: ld 返回 1
make[5]: *** [tpmd] 错误 1
make[5]:正在离开目录 `/root/下载/xen-4.1.2/tools/vtpm/vtpm/tpmd'
/bin/sh: 4: exit: Illegal number: -1
make[4]: *** [all-recursive] 错误 2
make[4]:正在离开目录 `/root/下载/xen-4.1.2/tools/vtpm/vtpm'
make[3]: *** [build_sub] 错误 2
make[3]:正在离开目录 `/root/下载/xen-4.1.2/tools/vtpm'
make[2]: *** [subdir-install-vtpm] 错误 2
make[2]:正在离开目录 `/root/下载/xen-4.1.2/tools'
make[1]: *** [subdirs-install] 错误 2
make[1]:正在离开目录 `/root/下载/xen-4.1.2/tools'
make: *** [install-tools] 错误 2
--------------------编程问答-------------------- 为什么没有人回复呢?唉……
补充:云计算 , OpenAPI