Buildclient and CC – Cannot execute C compiler cc
I am trying to compile a few .C files with tuxedo’s buildclient command. I have gcc in my path.
# which gcc
/bin/gcc
when I try to issue the buildclient command it returns
sh: cc: not found
CMDTUX_CAT:512: ERROR: Cannot execute C compiler cc -I$TUXDIR/include -o ....
it goes on!
Is there any compulsion to use only CC? Still working on it
will update this post later.