ich habe ein Problem die neue VMWare WS auf dem oben genanntem System einzurichten.
Nach dem Aufruf von "/usr/bin/vmware-config.pl" kamen erstmal fehler, dass GCC nicht gefunden wird. Diesen Fehler habe ich behoben.
Jetzt habe ich einen neuen:
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config1/vmmon-only'
make -C /lib/modules/2.6.13-15.11-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15.11-obj/i386/default'
make -C ../../../linux-2.6.13-15.11 O=../linux-2.6.13-15.11-obj/i386/default modules
/usr/src/linux-2.6.13-15.11/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/linux-2.6.13-15.11/scripts/gcc-version.sh: line 12: gcc: command not found
make[3]: gcc: Command not found
make[4]: gcc: Command not found
/tmp/vmware-config1/vmmon-only/Makefile:89: *** Inappropriate build environment: you wanted to use gcc version 4.0.2 while kernel attempts to use gcc version .
/tmp/vmware-config1/vmmon-only/Makefile:91: *** For proper build you'll have to replace gcc with symbolic link to /opt/gnat/gcc/bin/gcc. Stop.
make[3]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15.11-obj/i386/default'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.
kann mir da jemand helfen?