ubuntu + vmware7.0 gmake not found

在安装好ubuntu10,后,编一个公司系统:

遇到问题:

/bin/sh: gmake: not found

解决办法:

cd /usr/bin
sudo ln -s make gmake

理由:

gmake is the name generally given to GNU make on non-GNU systems, because those systems generally have their own version of make, which works differently. Since Ubuntu is a GNU-based system, you should replace all occurrences of "gmake" in your script by just "make", or create a gmake symlink to make.

--------------------------------

ref:

http://ubuntuforums.org/archive/index.php/t-1811030.html

 



 

 

 

 

你可能感兴趣的:(vmware,ubuntu,System,symlink)