"James P Kannengieser" <[EMAIL PROTECTED]> wrote:
>
>./makelib: ar: not found
>
>Does anyone know how I can fix this problem? Thanks in advance for your help.

Either of:

    man ar
    find / -name ar -print

will locate "ar", which is probably in /usr/ccs/bin. Add that
directory to your path and re-run the make.

-Dave

Reply via email to