Linux下安装VMTools的问题解决

情景:在VM下安装Linux RedHad9、RedHad6时会出现   Searching for GCC...          The path "" is not valid path to the gcc binary.  错误。

网上查阅大量资料未解决,最后

直到终端提示——参考这篇帖子解决:http://blog.csdn.net/little_virus/article/details/8851653

参考网上教程,安装时直至出现

<span style="font-size:18px;">    Searching for GCC...
    The path "" is not valid path to the gcc binary.
    Would you like to change it? [yes]</span>
    此时输入“no”,敲回车继续
    又会出现提示——
<span style="font-size:18px;">Searching for a valid kernel header path...
    The path "" is not a valid path to the 2.4.20-8 kernel headers.
    Would you like to change it? [yes]</span>

    输入“no”,敲回车继续

》》》》一路正常安装即可。

你可能感兴趣的:(TO,gcc,for,binary,searching,the,GCC...)