Greetings.

I'm trying to build Qt in my machine.

Qt's main Makefile uses c as C compiler.

But c is the name of a script used in my company's environment to make some other stuff. I cannot change it because it's a company-wide standard and without admin powers I cannot do anything about it locally. I cannot change $PATH entirely because I need some other scripts and binaries that are in the same place as that script named c.

Question: Is there a replacement to it? Can I edit the Makefile replacing c with gcc?