您正在查看 "Gnu" 分类下的文章 2010-01-08 14:01 用途
完成 C 语言源文件上的文件包含和宏置换。
语法
/usr/ccs/lib/cpp [ -C ] [ -P ] [ -q |
2009-12-04 13:58 GNU readline 是由 GNU 工程创建和维护的一个软件包。它提供行编辑功能。例如,在 readline 授权的应用程序中,按下 C-b (CTRL-B) 将指针向后移到一个位置,然而 C-f 向前移动这个指针到一个位置;C-r 在历史纪录中搜索;这些组合键(这些是默认的,尽管像组合 vi's 是选择性的)来自于 GNU 的最早和最流行的工程,文本编辑器 Emacs 。Readline 支持多种高级特征,包括一个 kill ring( 复制/粘贴剪切板的一种更灵活的版本)和 tab completion 。作为一个跨平台的库,readline 允许多种系统上很多应用程序来展示行编辑行为。它是在 GNU |
2009-11-24 19:41 help2man is a tool for automatically generating simple manual pages from program output.
Given a hypothetical program foo which produces the following output:
$ foo --version GNU foo 1.1
Copyright (C) 1999 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO |
2009-10-12 16:59 ------------------------------------------------------------------------- SED单行脚本快速参考(Unix 流编辑器) 2005年12月29日
英文标题:USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) 原标题:HANDY ONE-LINERS FOR SED (Unix stream editor)
整理:Eric Pement - 电邮:pemente[at]northpark[dot]edu 版本5.5 译者:Joe Hong - 电邮:hq00e[at]126[dot]com
在以下地址可找到本文档的最新(英文)版本: |
2009-09-30 14:56
http://www.linuxtopia.org/online_books/linux_development_tools/libtool_autoconf_automake_book/autobook_toc.html
|
2009-09-28 15:36 LD_OPTIONS=libs,detail ..... &>/tmp/a
to trace libs link
|
2009-09-23 17:43 现在记录我编译层叠式工程的过程:
project /
src / 这里是main.cpp
include / 这里是file1.cpp file.h 和 生成 libfile1.a
(1)找到libtool和ltmain.sh
|
2009-09-22 13:35 bash-3.2$ autoreconf --help
Usage: /bin/autoreconf [OPTION]... [DIRECTORY]...
Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
(formerly `gettextize'), and `libtoolize' where appropriate)
repeatedly to remake the GNU Build System files in specified
DIRECTORIES and their subdirectories (defaulting to `.').
bash-3.2$ autoconf --help
Usage: /bin/autoconf [OPTION]... [ |
2009-09-03 15:11 http://www.gnu.org/software/libtool/manual/libtool.html#Using-libtool
http://www.gnu.org/software/gettext/manual/gettext.html |
2009-09-01 16:52 CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preproces |
2009-08-15 16:16 libtool的作用及应用[转载]
http://hi.baidu.com/tister/blog/item/9e0428fa70ac8b8f9e51460f.html
作者:刘军涛 系所:微处理器研发中心 日期:2006-1-6
1 libtool的工作原理
libtool 是一个通用库支持脚本,将使用动态库的复杂性隐藏在统一、可移植的接口中;使用libtool的标准方法,可以在不同平台上创建并调用动态库。可以认为 libtool是gcc的一个抽象,其包装了gcc(或者其他的编译器),用户无需知道细节,只要告诉libtool需要编译哪些库即可,libtool 将处理库的依赖等细节。libtool只与后缀名为lo、la为 |
2009-08-14 16:13 The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.
http://www.cs.purdue.edu/homes/trinkle/RCS/
http://www.gnu.org/software/rcs/
|
2009-08-14 15:33 bash-3.2$ libtool --help
Usage: libtool [OPTION]... [MODE-ARG]...
Provide generalized library-building support services.
--config show all configuration variables
--debug enable verbose shell tracing
-n, --dry-run display commands without modifying any files
--features |
2009-08-06 15:41
1.autoscan (autoconf): 扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。
your source files --> [autoscan*] --> [configure.scan] --> configure.ac
2.aclocal (automake):根据已经安装的宏,用户定义宏和acinclude.m4文件中的宏将configure.ac文件所需要的宏集中定义到文件 aclocal.m4中。aclocal是一个perl 脚本程序,它的定义是:“aclocal - create aclocal.m4 by scann |
2009-07-31 17:30 用途安装命令。
语法/usr/bin/install [- c DirectoryA] [- f DirectoryB] [- i] [- m] [- M Mode][- O Owner] [- G Group] [- S] [- n DirectoryC] [- o] [- s] File [Directory ...]
描述install 命令在文件系统中一个 |
| | |