环境: Mac OS X 10.9.41 下载源码 地址:http://ftp.gnu.org/gnu/wget/wget-1.9.tar.gz2 解压安装tar zxvf wget-1.9.tar.gzcd wget./configuremakesudo make install
分类:
系统相关 时间:
2014-12-18 21:55:47
阅读次数:
232
GNU General Public License (版本 2) 是使用最为广泛的开源许可证之一,被广泛用于 Linux 发行版和开源应用程序。但是虽然 GPL 已经被使用几十年,但却从未在法律系统上得以验证。很多违反 GPL 许可证的案例...
分类:
其他好文 时间:
2014-12-18 17:07:03
阅读次数:
144
http://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/509A38C6.6070807@doxos.eu/Optimization Levelshttps://gcc.gnu.org/onlinedocs/gnat_ug...
分类:
其他好文 时间:
2014-12-18 11:49:38
阅读次数:
170
cd/usr/local/src/817ls818wgethttp://sourceforge.net/projects/htop/files/htop/0.9/htop-0.9.tar.gz819wgethttp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz820ls821tarzxvfncurses-5.9.tar.gz822tarzxvfhtop-0.9.tar.gz823ls824cdncurses-5.9825./configure826echo$..
分类:
系统相关 时间:
2014-12-18 10:32:00
阅读次数:
240
在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“makeinstall”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源...
分类:
其他好文 时间:
2014-12-17 16:00:27
阅读次数:
351
转自http://www.cnblogs.com/azraelly/archive/2012/07/07/2580839.htmlGNU CC(简称为Gcc)是GNU项目中符合ANSI C标准的编译系统,能够编译用C、C++和Object C等语言编写的程序。Gcc不仅功能强大,而且可以编译如C、C...
分类:
其他好文 时间:
2014-12-17 15:55:47
阅读次数:
337
Decltype was among the first C++11 features implemented in GCC. It has roots in a very old GNU extension named__typeof__, also usable in C and well known to users of the GNU Compiler Collection. The C...
分类:
编程语言 时间:
2014-12-16 19:17:12
阅读次数:
353
#define __USE_LARGEFILE64
#define _LARGEFILE64_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include
#include
#include
#include
#include
#include
#include
#include
#inclu...
分类:
编程语言 时间:
2014-12-16 19:16:01
阅读次数:
201
rsyslog进程
syslog是记录系统中的日志记录的一个工具,可以支持本地的、也可以支持远程的日志的写入。
在LinuxMint环境中,基于upstart的机制的后台守护程序是放在/etc/init/目录下的,可使用下如下的命令进行查看具体的启动脚本:
ufo@ufo:/var/log$ less /etc/init/rsyslog.conf
查看当前rsyslogd是否已经启动:...
分类:
系统相关 时间:
2014-12-16 19:13:18
阅读次数:
289
Fastbit (WAH)的代码可在链接中下载安装以及运行命令如下:解压命令:$ tar -zxvf fastbit-ibis1.3.8.tar.gz 安装命令:$ cd fastbit-ibis1.3.8$ ./configure$ make 由于安装时Makefile使用了GNU Libtool...
分类:
其他好文 时间:
2014-12-16 19:01:09
阅读次数:
172