×

Using GNU Autotools

消耗积分:0 | 格式:rar | 大小:444 | 2008-10-21

heyong0525

分享资料个

The GNU Build System
1 Goals
Portable Packages
Uniform Builds
2 Package Use Cases
The User Point of View
The Power User Point of View
The Packager Point of View
The Maintainer Point of View
3 The configure Process
4 Why We Need Tools

Goals
Portable Packages
Uniform Builds
2 Package Use Cases
The User Point of View
The Power User Point of View
The Packager Point of View
The Maintainer Point of View
3 The configure Process
4 Why We Need Tools

Consider C functions...
that do not exist everywhere (e.g., strtod())
that have different names (e.g., strchr() vs. index())
that have varying prototypes
(e.g., int setpgrp(void); vs. int setpgrp(int, int);)
that can behave differently (e.g., malloc(0);)
that might require other libraries
(is pow() in libm.so or in libc.so?)
that can be defined in different headers
(string.h vs. strings.h vs. memory.h)
How should a package deal with those?

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !