ОК, поэтому я пытаюсь использовать неинтеллектуальные инструменты VMware из командной строки с помощью установщика tar, используя следующие инструкции: http://www.vmware.com/support/ws5/doc/ws_newguest_tools_linux.html#wp1118025
Я устанавливаю vmware-инструменты на lubuntu, которые я запускаю как виртуальную машину с помощью vmplayer. После шага 5, отвечая на вопросы конфигурации на экране, он сказал
the installatinon of vmware tools 9.2.3 build-1031360 for linux completed sucessfully. you can devide to
remove this software form your system at any time by invoking the following command:
"/usr/bin/vmware-uninstall-tools.pl".
before running vmware tools for the first time, you need to configure it by invoking the following command:
"usr/bin/vmware-config-tools.pl". Do you want this program to invoke the command for you now?
[yes]
Я нажал кнопку ввода и принял значение по умолчанию [да], и теперь он говорит
Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel
Searching for GCC...
the path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
What is the location of the gcc program on your machine?
Я сделал
locate gcc
и обнаружил, что существует папка с именем /usr/lib/gcc, поэтому я попытался поместить ее в качестве местоположения, но он говорит, что путь "/usr/lib/gcc" не является допустимым путем к библиотеке gcc, Как узнать, где двоичный файл gcc находится на моей машине?