%% BrianAllen <[EMAIL PROTECTED]> writes:

  b> after untarring the make file I did a './configure' and then a
  b> './sh. build.sh' successfully, I tried to do a ./make install and I
  b> got this error:


  b> # ./make install
  b> Making install in glob
  b> make[1]: Entering directory `/apps2/make/make-3.79/glob'
  b> rm -f libglob.a
  b> ar cru libglob.a glob.o fnmatch.o
  b> make[1]: execvp: ar: Not a directory
  b> make[1]: *** [libglob.a] Error 127
  b> make[1]: Leaving directory `/apps2/make/make-3.79/glob'
  b> make: *** [install-recursive] Error 1

Make can't find the ar command.

If you're on Solaris, be sure that /usr/ccs/bin is on your PATH; that's
where Sun hides the development tools that it provides.

-- 
-------------------------------------------------------------------------------
 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