码迷,mamicode.com
首页 > 其他好文 > 详细

thrift 安装 make 失败 ar: .libs/ThriftTest_constants.o: No such file or directory

时间:2014-07-30 20:32:14      阅读:624      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   div   type   log   安装   file   

$wget http://mirrors.cnnic.cn/apache/thrift/0.9.1/thrift-0.9.1.tar.gz
$tar zxvf thrift-0.9.1.tar.gz
$cd thrift-0.9.1
$./configure
$make

  

/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -L/usr/lib   -o libtestgencpp.la  ThriftTest_constants.lo ThriftTest_types.lo ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread 
libtool: link: ar cru .libs/libtestgencpp.a .libs/ThriftTest_constants.o .libs/ThriftTest_types.o 
ar: .libs/ThriftTest_constants.o: No such file or directory
make[3]: *** [libtestgencpp.la] 错误 1
make[3]:正在离开目录 `/home/chef/sss/sf/thrift-0.9.1/test/cpp‘
make[2]: *** [all-recursive] 错误 1
make[2]:正在离开目录 `/home/chef/sss/sf/thrift-0.9.1/test‘
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/chef/sss/sf/thrift-0.9.1‘
make: *** [all] 错误 2

  

$cp test/cpp/*.o test/cpp/.libs/
$make
$make install

  

thrift 安装 make 失败 ar: .libs/ThriftTest_constants.o: No such file or directory,布布扣,bubuko.com

thrift 安装 make 失败 ar: .libs/ThriftTest_constants.o: No such file or directory

标签:blog   http   ar   div   type   log   安装   file   

原文地址:http://www.cnblogs.com/q191201771/p/3878682.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!