%% <[EMAIL PROTECTED]> (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 <[EMAIL PROTECTED]>          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

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to