Ubuntu 16.04.3 LTS上的OpenFST安装错误

Ubuntu 16.04.3 LTS上的OpenFST安装错误,ubuntu,makefile,openfst,Ubuntu,Makefile,Openfst,希望安装OpenFST1.6.2。运行/配置、制作、制作检查。我得到这个输出。请给我一些建议。谢谢 fst_test.o: In function `fst::internal::CompactFstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> >, fst::(anonymous namespace)::CustomCompactor<fst::ArcTpl<fst::TropicalWeightTpl&

希望安装OpenFST1.6.2。运行/配置、制作、制作检查。我得到这个输出。请给我一些建议。谢谢

fst_test.o: In function `fst::internal::CompactFstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> >, fst::(anonymous namespace)::CustomCompactor<fst::ArcTpl<fst::TropicalWeightTpl<float> > >, unsigned short, fst::DefaultCompactStore<std::pair<int, fst::TropicalWeightTpl<float> >, unsigned short>, fst::DefaultCacheStore<fst::ArcTpl<fst::TropicalWeightTpl<float> > > >::Init(fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > > const&, std::shared_ptr<fst::DefaultCompactStore<std::pair<int, fst::TropicalWeightTpl<float> >, unsigned short> >)':
fst_test.cc:(.text+0x3c35f): undefined reference to `fst::Int64ToStr(long, std::string*)

make[3]: Entering directory '/home/kkoenen/stt/kaldi-master/tools/openfst-1.6.2/src/test'
/bin/bash ../../libtool  --tag=CXX   --mode=link g++  -std=c++11   -o fst_test fst_test.o ../lib/libfst.la -lm -ldl 
libtool: link: g++ -std=c++11 -o .libs/fst_test fst_test.o  ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kkoenen/stt/kaldi-master/tools/openfst-1.6.2/lib
Makefile:645: recipe for target 'fst_test' failed
make[3]: Leaving directory '/home/kkoenen/stt/kaldi-master/tools/openfst-1.6.2/src/test'
Makefile:1054: recipe for target 'check-am' failed
make[2]: Leaving directory '/home/kkoenen/stt/kaldi-master/tools/openfst-1.6.2/src/test'
Makefile:358: recipe for target 'check-recursive' failed
make[1]: Leaving directory '/home/kkoenen/stt/kaldi-master/tools/openfst-1.6.2/src'
Makefile:414: recipe for target 'check-recursive' failed
fst_test.o:在函数'fst::internal::CompactFstImpl::Init(fst::fst const&,std::shared_ptr')中:
fst_test.cc:(.text+0x3c35f):对`fst::Int64ToStr(long,std::string*)的未定义引用
make[3]:输入目录“/home/kkoenen/stt/kaldi master/tools/openfst-1.6.2/src/test”
/bin/bash.././libtool--tag=CXX--mode=link g++-std=c++11-o fst\u test fst\u test.o../lib/libfst.la-lm-ldl
libtool:link:g++-std=c++11-o.libs/fst_test fst_test.o../lib/.libs/libfst.so-lm-ldl-Wl,-rpath-Wl,/home/kkoenen/stt/kaldi master/tools/openfst-1.6.2/lib
Makefile:645:目标“fst_测试”的配方失败
make[3]:离开目录“/home/kkoenen/stt/kaldi master/tools/openfst-1.6.2/src/test”
Makefile:1054:目标“检查am”的配方失败
make[2]:离开目录“/home/kkoenen/stt/kaldi master/tools/openfst-1.6.2/src/test”
Makefile:358:目标“检查递归”的配方失败
make[1]:离开目录“/home/kkoenen/stt/kaldi master/tools/openfst-1.6.2/src”
Makefile:414:目标“检查递归”的配方失败
//编辑;我搬到了CentOS。安装Kaldi是轻而易举的事。OpenFST在此过程中已正确安装