Chinaunix首页 | 论坛 | 博客
  • 博客访问: 517172
  • 博文数量: 137
  • 博客积分: 3170
  • 博客等级: 中校
  • 技术积分: 1455
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-17 11:47
文章分类

全部博文(137)

文章存档

2015年(2)

2013年(1)

2012年(6)

2011年(5)

2010年(62)

2009年(61)

我的朋友

分类: LINUX

2010-04-15 20:02:37


问题实际上不大,只是表现形式变了,就是找不到相应的lib库,把相应的lib的目录找到,再将路径加入到/etc/ld.so.conf即可。

/usr/bin/ld: warning: libicudata.so.38, needed by /usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.38, needed by /usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.38, needed by /usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so, not found (try using -rpath or -rpath-link)
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `icu_3_8::Locale::~Locale()'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_tolower_3_8'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `icu_3_8::Collator::createInstance(icu_3_8::Locale const&, UErrorCode&)'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `icu_3_8::Locale::Locale(icu_3_8::Locale const&)'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `icu_3_8::Locale::Locale()'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_isblank_3_8'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_charFromName_3_8'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_isspace_3_8'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_digit_3_8'
/usr/local/boost_1_39_0/lib/libboost_regex-gcc41-mt.so: undefined reference to `u_charType_3_8'
collect2: ld 返回 1
make: *** [bin/uworld_1] 错误 1
阅读(2784) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~