RE: gcc not found on Linux VMware.
gcc only installs the C compiler, while build-essential includes GCC, G++, Make, libc development headers, and other tools commonly required to compile software and kernel modules. I'd recommend installing build-essential instead.
RE: gcc not found on Linux VMware.