태그 보관물: vmware

vmware

데비안 스퀴즈에서 VMWare Workstation 7.1.1 빌드 -282343에서 VMWare 도구를 설치할 때 gcc 경로가 유효하지 않습니다. Directing compilation. dpkg -l | grep gcc ii

Debian Squeeze에 VMWare 도구를 설치하려고합니다.

내 오류 :

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 "/usr/bin/gcc" is not valid path to the gcc binary.
Would you like to change it? [yes]

uname -a :

Linux debian 2.6.32-5-686 #1 SMP Sat Sep 18 02:14:45 UTC 2010 i686 GNU/Linux

dpkg -l | grep make

ii  make                                 3.81-8                               An utility for Directing compilation.

dpkg -l | grep gcc

ii  gcc                                  4:4.4.4-2                            The GNU C compiler
ii  gcc-4.4                              4.4.4-8                              The GNU C compiler
ii  gcc-4.4-base                         4.4.4-8                              The GNU Compiler Collection (base package)
ii  libgcc1                              1:4.4.4-8                            GCC support library

어디 gcc

gcc: /usr/bin/gcc /usr/lib/gcc



답변

이 명령을 실행하면 문제가 해결되었습니다.

sudo aptitude install gcc-4.3 make linux-headers-`uname -r` -y


답변

OP의 의견에서 기 illa이 말한 것처럼 :

sudo aptitude install libglib2.0-0


답변