beebe_3 发表于 2016-1-6 09:26:25

ubuntu 安装 vmware 提示gcc版本不一致的问题

  编译vmware tools时遇到当前gcc版本和编译内核的gcc版本不一致的问题
  
  但是重新配置之后,发现共享还是不能使用,在配置过程中出现警告信息:
Your kernel was built with "gcc" version "4.2.3", while you are trying to use
"/usr/bin/gcc" version "4.2.4". This configuration is not recommended and
VMware Tools may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.2.4" anyway?

  最简单的办法就是 填入
  
  yes 然后一路继续回车
  
页: [1]
查看完整版本: ubuntu 安装 vmware 提示gcc版本不一致的问题