Bugzilla – Bug 412925
kernel is compiled with gcc version not include in the distribution
Last modified: 2008-08-01 09:52:54 UTC
Either the kernel should be compiled with the old gcc, or gcc should be updated to the version the kernel was compiled with. Your kernel was built with "gcc" version "4.3.1", while you are trying to use "/usr/bin/gcc" version "4.3". This configuration is not recommended and VMware Server may crash if you'll continue.
Hmm, it seems like vmware is doing the check not correctly. pluto:~ # cat /proc/version Linux version 2.6.25.11-0.1-default (geeko@buildhost) (gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux) ) #1 SMP 2008-07-13 20:48:28 +0200 pluto:~ # rpm -q gcc gcc-4.3-39.1 pluto:~ # gcc --version gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
They use -dumpversion instead of --version and that's wrong. See bug #391432. *** This bug has been marked as a duplicate of bug 391432 ***