|
发表于 2007-9-15 12:55:49
|
显示全部楼层
alias make="make -j5"
之后,的确发现在 make install 的时候偶尔会提示 错误。 You can't do that. Otherwise, when you use make install, it means "make -j5 install"!所以,还是老老实实在在 make 的时候,加上 -j5 。 That what you should do.版主啊,我在网上找到的都说是 -j3 。您有没有这方面的资料? Don't worry, -j5 for 2 CPUs (or dual core CPU) is just fine. |
|