I am working with Ubuntu 19, I have gcc installed
When I run
gcc
I am getting and error showing that I do have gcc
gcc: fatal error: no input files compilation terminated.
When I am running gcc with arguments like this
gcc-g-m32-oskipskip.c
I am getting
gcc: command not found
I've ran
apt-get purge gcc apt-get install build-essential
And still getting the same error