Windows 7 en tant qu'ordinateur hôte et serveur Ubuntu 12.04 en tant qu'invité (Virtual Box)
Vous avez cette erreur lors de l'installation de VirtualBox-guest-additions
The gcc utility was not found.If the following module compilation fails then this could
be the reason & you should try installing it. Building the main guest additions module..fail !!
(Look at /var/log/vboxadd-install.log to find what went wrong)
could not find the X.org or XFree86 Window System, skipping !!
J'ai lu le fichier /var/log/vboxadd-install.log et j'ai trouvé ce qui est encore une fois, je ne comprends pas
/opt/VBoxGuestAdditions-4.3.20/src/vboxguest-4.3.20/build_in_tmp: 62: /opt/VBox$t/VBox
GuestAdditions-4.3.20/src/vboxguest-4.3.20/build_in_tmp: make: not found
Creating user for the guest additions.`Creating udev rule for the guest additions kernel module.`
Qu'est-ce que tout cela signifie? S'il vous plaît aidez-moi les gars. Merci
À moins que vous n'ayez vraiment besoin de fonctionnalités uniquement disponibles avec la version 4.3.20, je suggérerais d'utiliser les ajouts invités de Ubuntu référentiels :
Sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils
Redémarrez votre VM pour appliquer les modifications.
vous devez installer gcc.
Sudo apt-get install gcc
va vous aider à démarrer.