星期三, 3月 01, 2017

[ GCC ] WARNING: 'aclocal-1.15' is missing on your system.




有時在做configure時會出現以下錯誤,

WARNING: 'aclocal-1.13' is missing on your system.

代表目前用的configure並不符合你目前的環境,
所以需要重新產生一份configure檔,
使用autoreconf來產生,需要安裝一些package,

/# apt-get install autoconf automake libtool m4 bison
/# autoreconf -vfi

如果還是不行,只好去configure.ac(舊版autoconf是用configure.in)裡面去改。

Ref.

沒有留言: