This is due to a limitation of libtool
: It does not correctly handle whitespace in path names. Here you've placed the source code in a subfolder of "Apache Thrift", and by reading carefully the output pasted above you can see the folder name is being incorrectly broken at the space it contains.
The easiest solution is to rename this folder to remove the space. Afterwards, you'll need to run
make distclean
./bootstrap.sh
to make sure all the necessary files are updated before re-running make
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…