[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: some problems
From: |
Paul D. Smith |
Subject: |
Re: some problems |
Date: |
Fri, 26 Apr 2002 14:46:34 -0400 |
%% <address@hidden> (wang0620) writes:
n> There are some problems when I install gnu make problem in my
n> machine. The first step "configure" and the second step "sh
n> ./build.sh" have no problems. When I type "make check", some errors
n> occur:
n> ar cru libglob.a glob.o fnmatch.o
n> make[1]: ar: Command not found
Make can't find your ar (archive) utility.
You haven't specified what kind of system you have (please _always_
provide at least the type of host you're building on and what version of
the package you're trying to build when reporting bugs or asking for
help).
I'll guess you're running on Solaris; in that case you need to add
/usr/ccs/bin to your PATH; that's where ar lives on Solaris.
--
-------------------------------------------------------------------------------
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
- some problems, wang0620, 2002/04/26
- Re: some problems,
Paul D. Smith <=