bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make error...can not create "ar"


From: Paul D. Smith
Subject: Re: make error...can not create "ar"
Date: Fri, 14 Jun 2002 18:10:32 -0400

%% Regarding make error...can not create "ar" ; you wrote:

  rd> # make ar
  rd> /opt/SUNWspro/bin/cc -g    ar.c   -o ar

You can't make it because ar is a system utility (the library archive
creator, the thing that creates libXXX.a files).  It is not a part of
GNU make.

  rd> make[2]: ar: Command not found

This means that make can't find the ar program, which you must make
available to build GNU make.

On Solaris, these tools are kept in the strange and unusual
/usr/ccs/bin, so make sure that directory is in your $PATH variable.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]