Linux
文章平均质量分 57
ifwantwill
这个作者很懒,什么都没留下…
展开
-
ubuntu中apt-get的默认安装路径。安装、卸载以及查看的方法总结
apt-get 下载后,软件所在路径是什么??/var/cache/apt/archivesubuntu 默认的PATH为PATH=/home/brightman/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/gamesapt-get install安装目录是包的维护者确定转载 2015-03-20 15:32:51 · 80980 阅读 · 0 评论 -
关于 eclipse 和 tomcat under ubuntu14.04
refer below articlesHow should I install Apache Tomcat 7 for use with Eclipse?`/usr/share/tomcat7/logs/catalina.out': No such file or directoryHow should I install Apache Tomcat 7 fo原创 2015-05-11 16:31:39 · 384 阅读 · 0 评论 -
time.h Field tv_sec could not be resolved time.h
You can manually add the time.h to the indexer, go to Preferences -> C/C++ -> Indexer and put it in front of the existing "Files to be indexed up-front" like this:time.h, cstdarg, ...Then it sho转载 2015-04-13 10:57:37 · 685 阅读 · 0 评论 -
strok and strok_r parse parameters
char ** parseargs(char *s, int * argc){ char *token = 0; char **array = 0; char * temp = NULL; int index = 0; int length = (int) strlen(s); if (0 == argc || length原创 2015-04-13 09:48:40 · 401 阅读 · 0 评论 -
Linux添加环境变量与GCC编译器添加INCLUDE与LIB环境变量
Linux添加环境变量与GCC编译器添加INCLUDE与LIB环境变量对所有用户有效在/etc/profile增加以下内容。只对当前用户有效在Home目录下的.bashrc或.bash_profile里增加下面的内容:(注意:等号前面不要加空格,否则可能出现 command not found)#在PATH中找到可执行文件程序的路径。export PATH =$PATH:$转载 2015-04-19 07:40:55 · 479 阅读 · 0 评论 -
Linux GCC常用命令
简介2简单编译2.1预处理2.2编译为汇编代码(Compilation)2.3汇编(Assembly)2.4连接(Linking)3多个程序文件的编译4检错5库文件连接5.1编译成可执行文件5.2链接5.3强制链接时使用静态链接库1简介GCC 的意思也只是 GNU C Compiler 而已。经过了这么多年的发展,GCC 已经不仅仅能支持 C 语转载 2015-04-22 15:49:32 · 339 阅读 · 0 评论 -
如何在eclipse cdt环境下 导入一个含makefile的工程文件
原文Tutorial: Importing an existing projectThe following tutorial takes you though the process of importing a 'legacy' application using the CDT.Step 1: You want to create a single project t原创 2015-04-16 10:12:39 · 3158 阅读 · 0 评论 -
Linux GCC常用命令
15个常用的gcc 命令选项GCC常用命令详解 Linux GCC常用命令1简介2简单编译2.1预处理2.2编译为汇编代码(Compilation)2.3汇编(Assembly)2.4连接(Linking)3多个程序文件的编译4检错5库文件连接5.1编译成可执行文件5.2链接5.3强制链接时转载 2015-03-20 16:26:00 · 378 阅读 · 0 评论 -
eclipse c++ 添加 library
点击打开链接Eclipse + CDT:pthread_create函数编译时报错:undefined reference to `pthread_create’undefined reference to `pthread_create’undefined reference to `MD5′由于pthread 库不是 Linux 系统默认的库,连接时需要使用静态库 li转载 2015-03-18 15:31:41 · 3163 阅读 · 0 评论 -
“make: *** No rule to make target `all'. Stop”的解决方案
make: *** No rule to make target `all'. Stop. 网上搜了半天的英文资料,都无法解决。最后在论坛里找到了解决方案,在这里整理了下mac和windows的解决方案,给需要的童鞋:cocos2dx eclipse 解决方式:右键项目-->properties-C/C++Build-->Builder settings转载 2015-03-18 15:45:35 · 8001 阅读 · 1 评论 -
install wtl9.1 and .lib of debug
1 download wtl9.1 need unblock the zip first then run the js, otherwise will have js error. 2.when install vs2013 or 2015, had better not inherit the parent properties.3. when compile .lib of debu原创 2015-12-11 17:16:46 · 586 阅读 · 0 评论