Problems with runing /usr/ccs/bin/make : gcc: not found
I'm trying to make printer drivers, but get the folowing error:
# /usr/ccs/bin/make
gcc -Wall -pedantic -O2 -c pnm2ppa.c
couldn't set locale correctly
sh: gcc: not found
*** Error code 1
make: Fatal error: Command failed for target `pnm2ppa.o'
I installed gcc from companion cd, I checked with *.c file and it works.
I tryed to copy: make and gcc to the directory where are located files to make and gcc to
/usr/ccs/bin/make directory. It does not help. Originaly gcc is located in /opt/sfw/bin.
How to set gcc, that make will work with it?
Thank you.

