Using GCC instead of CC
807559Jul 4 2003 — edited Jul 9 2003Hello,
I'm under Solaris 9 , i try to compile sources for qmail, but get an error message :
# make setup check
./compile qmail-local.c
./compile: cc: not found
make: *** [qmail-local.o] Error 1
My goal is to use gcc instead of cc. Gcc is already installed in my system, but i don't know how to call it instead of the cc compiler...
thank you for your help.