|
发表于 2009-5-7 01:15:52
|
显示全部楼层
越大的软件,这个差距会越小吧。
Post by cioworld;1984265
看这篇文章: http://www.galexander.org/glibc.html
Let's perform some more GLIBC2 vs. BSD libc comparisons:
[php][greg@linux] ~$ gcc -static -o hello hello.c; strip hello
[greg@linux] ~$ du -sk hello
416 hello
compared to:
[greg@freebsd] ~$ gcc -static -o hello hello.c; strip hello
[greg@freebsd] ~$ du -sk hello
44 hello[/php]
如此简单的应用程序,大家看看体积十倍之差啊。 |
|