distcc源码研究一
作者:朱金灿来源:http://blog.csdn.net/clever101 distcc是linux环境下的著名的开源分布式编译工具,最近决心研究一下其实现。首先用svn下载其源码,命令为: # Non-members may check out a read-onlyworking copy anonymously over HTTP.svn checkout http:
·
作者:朱金灿
来源:http://blog.csdn.net/clever101
distcc是linux环境下的著名的开源分布式编译工具,最近决心研究一下其实现。
首先用svn下载其源码,命令为:
# Non-members may check out a read-onlyworking copy anonymously over HTTP.
svn checkout http://distcc.googlecode.com/svn/trunk/distcc-read-only
首先找到其main函数。找了一会,找到了,在distcc.c。大致看了下main函数的作用是:检查输入参数,然后调用dcc_build_somewhere()函数。build_somewhere这个函数名有意思——在你不知道的某处进行编译。
先看到这里。明天继续。
更多推荐
已为社区贡献1条内容
所有评论(0)