`
byebyegov5qq
  • 浏览: 1212982 次
文章分类
社区版块
存档分类
最新评论

arm-linux-androideabi/bin/ld: cannot find -liconv

 
阅读更多

arm-linux-androideabi/bin/ld: cannot find -liconv
I googled this issue, and found some clue here: http://blog.sina.com.cn/s/blog_4156950c0100sfzz.html

it's something like missing *.so file:

cd /usr/lib
ln -s libXtst.so.6 libXtst.so

ln -s libiconv.so.2.5.0 libiconv.so

but I got this error: ln: 创建符号链接 “libiconv.so”: 不允许的操作

I think it's because I'm using NTFS.

then I got an idea, i make a copy of libiconv.so.2.5.0 : cp libiconv.so.2.5.0 libiconv.so

It's ok now.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics