Many people did not find a solution to this problem. I also searched a lot of materials and did not solve the problem. The solution is as follows. Goole is powerful. We recommend that you use google to solve problems in the future. G ++ version is too low. Run the following command cd. usr/bin root @ tiger: /usr/bin # ll gcc * lrwxrwxrwx 1 root 7 November 26 09:32 gcc-> gcc-4.4 *-rwxr-xr-x 1 root 259232 April 16 2012 gcc-4.4 *-rwxr-xr-x 1 root 353216 April 16 2012 gcc-4.6 * root @ tiger: /usr/bin # rm gcc root @ tiger:/usr/bin # ln-s gcc-4.6 gccroot @ tiger: /usr/bin # ll gcc * lrwxrwxrwx 1 root 7 November 26 09:32 gcc-> gcc-4.6 *-rwxr-xr-x 1 root 259232 April 16 2012 gcc-4.4 *-rwxr-xr-x 1 root 353216 April 16 2012 gcc-4.6 * root @ tiger: /usr/bin # ll g ++ * lrwxrwxrwx 1 root 7 November 26 09:32g ++-> g ++-4.4 *-rwxr-xr-x 1 root 259232 April 16 2012g ++-4.4 *-rwxr-xr-x 1 root 353216 April 16 2012 GB ++-4.6 * root @ tiger: /usr/bin # rm g ++ root @ tiger:/usr/bin # ln-s g ++-4.6g ++ root @ tiger: /usr/bin # ll g ++ * lrwxrwxrwx 1 root 7 November 26 09:32g ++-> g ++-4.6 *-rwxr-xr-x 1 root 259232 April 16 2012g ++-4.4 *-rwxr-xr-x 1 root 353216 April 16 2012 GB ++-4.6 * root @ tiger: /usr/bin # cd/etc/init. d root @ tiger:/usr/bin # sudo mv/usr/lib/vmware/modules/binary. oldroot @ tiger:/usr/bin # sudo vmware-modconfig -- console -- install-all -- appname = "VMware Player" -- icon = "vmware-player" root @ tiger: sudo vmware-modconfig -- console -- install-all