Do the following steps to install VMware on openSUSE
as root:
zypper in gcc
Then open YaST / Software / Software Management - Select the View Button on the top left and pick Patterns. Now, you will see several Patterns listed and you want to select:
Code:
Development
[X] Base Development
[X] Linux Kernel Development
[X] C/C++ Development
Then Press the Accept button on the bottom right and allow these applications to install. You now have everything you need so you won't get hung up on the installation.
Then after you do that, and have downloaded the .bundle from their website, you need to modify the .bundle in order to then install it via bash prompt.
To do this go into the directory of the file and modify it with the follow code to make it executable.
AS ROOT:
chmod +x "the file you want to modify"
Then everything is ready for your install. Good luck! :)