2015年3月4日

【转】 如何查看linux版本 如何查看LINUX是多少位

摘要: 原文网址:http://blog.csdn.net/hongweigg/article/details/7192471一、如何得知自己正在使用的linux是什么版本呢,下面的几种方法将给你带来答案! 1. 查看内核版本命令: 1) [root@q1test01 ~]# cat /proc/ver... 阅读全文

posted @ 2015-03-04 23:47 wi100sh 阅读(203) 评论(0) 推荐(0) 编辑

【转】关于usr/bin/ld: cannot find -lxxx问题总结

摘要: 原文网址:http://eminzhang.blog.51cto.com/5292425/1285705/usr/bin/ld: cannot find -lxxx问题总结linux下编译应用程序常常会出现如下错误: /usr/bin/ld: cannot find -lxxx 意思是编译过程找... 阅读全文

posted @ 2015-03-04 23:44 wi100sh 阅读(582) 评论(0) 推荐(0) 编辑

【转】G++ 处理 /usr/bin/ld: cannot find -lc

摘要: 原文网址:http://blog.sina.com.cn/s/blog_67bbb71101010tto.html用g++编译C++程序时显示出:/usr/lib/ld: cannot find -lc/usr/lib/ld: cannot find -lgcc_s/usr/lib/ld: cann... 阅读全文

posted @ 2015-03-04 23:43 wi100sh 阅读(693) 评论(0) 推荐(0) 编辑

google官方提供的编译android源码的环境初始化,Initializing a Build Environment

摘要: 原文网址:http://source.android.com/source/initializing.htmlInitializing a Build EnvironmentIN THIS DOCUMENTChoosing a BranchSetting up a Linux build envir... 阅读全文

posted @ 2015-03-04 23:32 wi100sh 阅读(1311) 评论(0) 推荐(0) 编辑

【转】ubuntu11.10 64bit 环境android编译错误

摘要: 原文网址:http://blog.csdn.net/lmhgen/article/details/7326083错误1:注意:external/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java 使用了未... 阅读全文

posted @ 2015-03-04 23:29 wi100sh 阅读(483) 评论(0) 推荐(0) 编辑

【转】Android 源码编译make的错误处理--不错

摘要: 原文网址:http://blog.csdn.net/ithomer/article/details/6977386Android源码下载:官方下载或参考android源码下载方式Android编译版本:PLATFORM_VERSION=4.0.1(最新Android 4.0.1)OS 操作系统平台:... 阅读全文

posted @ 2015-03-04 23:27 wi100sh 阅读(1202) 评论(0) 推荐(0) 编辑

【转】linux /usr/bin/ld cannot find 解决

摘要: 原文网址:http://blog.csdn.net/mzwang123/article/details/6702889问题:在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的... 阅读全文

posted @ 2015-03-04 23:25 wi100sh 阅读(676) 评论(0) 推荐(0) 编辑

【转】Cannot find -ltinfo when compiling android 4.0.3

摘要: 原文网址:http://stackoverflow.com/questions/9055005/cannot-find-ltinfo-when-compiling-android-4-0-3up vote0down votefavoriteHi I have got a problem that I... 阅读全文

posted @ 2015-03-04 23:23 wi100sh 阅读(718) 评论(0) 推荐(0) 编辑

【转】“/usr/bin/ld: cannot find -lz”

摘要: 原文网址:http://stackoverflow.com/questions/3373995/usr-bin-ld-cannot-find-lzI am trying to compile Android source code under Ubuntu 10.04. I get an error... 阅读全文

posted @ 2015-03-04 23:11 wi100sh 阅读(2392) 评论(0) 推荐(0) 编辑

导航