12 2013 档案

System startup files
摘要:System startup filesWhen you log in, the shell defines your user environment after reading the initialization files that you have set up. The charact... 阅读全文

posted @ 2013-12-06 17:27 胡永光 阅读(165) 评论(0) 推荐(0)

linux下的环境变量
摘要:环境变量有时候要查找,但是经常忘记有哪些文件,现在做一个总结: /etc/profile 此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中... 阅读全文

posted @ 2013-12-06 16:59 胡永光 阅读(170) 评论(0) 推荐(0)

Makefile自动生成
摘要:automake/autoconf入门作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了。在本文中,将给大家介绍如何使用... 阅读全文

posted @ 2013-12-05 15:52 胡永光 阅读(170) 评论(0) 推荐(0)

make、make clean、make install、make uninstall、make dist、make distcheck和make distclean
摘要:Makefile在符合GNU Makefiel惯例的Makefile中,包含了一些基本的预先定义的操作:make根据Makefile编译源代码,连接,生成目标文件,可执行文件。make clean清除上次的make命令所产生的object文件(后缀为“.o”的文件)及可执行文件。make inst... 阅读全文

posted @ 2013-12-05 11:40 胡永光 阅读(148) 评论(0) 推荐(0)

导航