HelloWorld in autoconf & automake
摘要:
写个autoconf和automake的HelloWorld先,以后再慢慢添加些常用宏的含义。ok,让我们从hello.c开始#include main(){ printf("Howdy world!");}当然你可以像下面这样简单的编译这个程序% gcc hello.c -o hello% hello让我们看看使用autoconf和automake的编译方法,首先创建下面两个文件`Makefi... 阅读全文
posted @ 2009-04-08 09:29
DP.
阅读(332)
评论(0)
推荐(0)
浙公网安备 33010602011771号