bug-bash
[Top][All Lists]
Advanced

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

Re: make error


From: Paul D. Smith
Subject: Re: make error
Date: 24 Apr 2001 20:54:44 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

%% StephenA@kpe.com (Abel Stephen) writes:

  as> I downloaded bash-2.05 and ran ./configure, make and make
  as> install. After make, I get the error, "make[1]: cr: Command not
  as> found, libbuiltins.a error 127".

First, I'm sure the error message actually says "ar: command not found",
not "cr".

Second, please always remember to include the type of operating system
you're using.

Going on the assumption that the error really did say "ar" and not "cr",
and further assuming that you're on a Solaris system...

Then you need to add /usr/ccs/bin to your PATH before running the "make"
command, since that's where Sun decided to hide the compiler tools.

If I've assumed wrong, please provide more details.

HTH.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@gnu.org>          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]