Ubuntu编译Protobuf(Base tensorflow-12)报错
Posted 只言片语
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu编译Protobuf(Base tensorflow-12)报错相关的知识,希望对你有一定的参考价值。
报错1:
[email protected]:~/dogecoin$ ./autogen.sh
./autogen.sh: 50: ./autogen.sh: autoreconf: not found
参考: https://github.com/dogecoin/dogecoin/issues/529
sudo apt-get install autoconf
报错2:
configure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:75 :error: possibly undefined macro: AC_PROG_LIBTOOL If this token is legitimate please use m4_pattern_allow
参考 https://superuser.com/questions/565988/autoconf-libtool-and-an-undefined-ac-prog-libtool
in ubuntu:
sudo apt-get install libtool
以上是关于Ubuntu编译Protobuf(Base tensorflow-12)报错的主要内容,如果未能解决你的问题,请参考以下文章
[C++][ubuntu]MNN在ubuntu18.04源码编译流程
使用-fPIC选项编译出protobuf静态库libprotobuf.a
ubuntu下 GCC编译程序出现 undefined reference to `std::ios_base::Init::Init()'问题