ubuntu
Caster_Saber
just know how to do
展开
-
ubuntu下编译报错"ld returned 1 exit status"的解决办法
转自http://blog.sina.com.cn/s/blog_630ebdb50100nu0n.html在Linux下创建线程时,编译时会出现下面的错误,[root@linuxserver 807]# gcc -o 22 22.c/tmp/cc21HcoW.o(.text+0x4c): In function `main':: undefined reference to `p转载 2015-09-28 20:48:41 · 14698 阅读 · 1 评论 -
undefined reference to 'pthread_create'问题解决
出现如下错误:undefined reference to 'pthread_create'undefined reference to 'pthread_join'问题原因: pthread 库不是 Linux 系统默认的库,连接时需要使用静态库 libpthread.a,所以在使用pthread_create()创建线程,以及调用 pthread_atfork()转载 2015-10-07 19:21:45 · 539 阅读 · 0 评论 -
incompatible implicit declaration of built-in function 'malloc'
转自http://blog.csdn.net/yuesichiu/article/details/38319295由于代码中使用了malloc函数和字符串函数,编译时出现错误warning: incompatible implicit declaration of built-in function ‘malloc’warning: incompatible impli转载 2015-10-07 19:48:50 · 1760 阅读 · 0 评论 -
ubuntu下用gcc编译c程序文件
Ubuntu GCC对于电脑使用的玩家的常用软件,然后我就学习及深入的研究Ubuntu GCC,在这里和大家一起探讨Ubuntu GCC的使用方法,希望对大家有用。是网上查阅后总结的,,可能会相似在下安装Ubuntu GCC和其他一些Linux系统有点不一样。方法一:该方法超简单:sudo apt-get build-depgcc就上面这条命令就可以搞定方法二:s转载 2015-09-21 13:52:09 · 1448 阅读 · 0 评论 -
好玩的Linux命令
1. sl 命令sl是指“steam locomotive(蒸汽机车)”,你会看到一辆火车从屏幕右边开往左边。。。。。。安装 $ sudo apt-get install sl 运行 $ sl可以通过设置别名,给别人来个恶作剧,让ta敲ls就跑出个火车出来,不知道的肯定很有效果 O(∩_∩)O$alias ls=sl2. fo转载 2016-03-30 10:06:53 · 653 阅读 · 0 评论 -
ubuntu下配置java环境
转自 ubuntu下配置java环境配置JDK环境 下载登录oracle的网站去下载JDK7http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 好吧!在下载之前我们要先选中“Accept License Ag转载 2016-04-11 20:24:14 · 444 阅读 · 0 评论