On Wed, 11 Aug 1999, James P Kannengieser wrote:
>
> Hello. I am trying to compile qmail 1.03 on Solaris 7 for SPARC using gcc. When
> I run the command "make setup check," the process seems to work fine until it
> gets to the following point.
>
> ./makelib: ar: not found
> *** Error code 1
> make: Fatal error: Command failed for target `case.a'
>
> Does anyone know how I can fix this problem? Thanks in advance for your help.
Put /usr/ccs/bin in your path, which is where Solaris' ar is.
Alternately, put the location of another ar binary in your PATH. Given
that the question has been asked, you'll probably want to do the former.
-Bitt