hi
i tried to search for the "make" command but to no avail.
this is what happens:
when i try to type the "make" command,
it prompt me the error "
csh:make:not found
***error code 1
make:Fatal error: command fail for target 'all' "
i have just freshly install solaris 9 on my server.
last time when i tried to issue "make install" it is able to work.
is there any setting in which i have to set?
and where is the "make" command located?
Look at your error message. make is running and trying to make the target "all". This fails because make invoked csh which tried to invoke a second copy of make. You need to fix your path so csh can find make.