sreem / lycos.com (Sridhar M) writes:

>make: ar: Command not found

Since make can't find ar, *you* need to find it instead.  IIRC the ar
executable on Solaris is in a directory (/usr/ucb or /usr/ccs/bin, I
think) that is not usually on your path.  "find / -name 'ar' -print"
should tell you where ar is.  Add the directory that ar is in to your
path.  If that command doesn't find anything, you need to install ar.

Regards, 

Jeremy Henty