gdb
[Top][All Lists]
Advanced

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

Re: [Gdb] OOPS!


From: Michael Elizabeth Chastain
Subject: Re: [Gdb] OOPS!
Date: Tue, 25 Feb 2003 18:52:49 -0600

> Making install in glob
> /bin/sh:make: not found
> make: *** [install-recursive] Error 1

Hmmm, that should work.

Add the directory where you built Gnu Make to your $PATH and that ought
to take care of it.  Something like:

  cd /usr/local/bin/gnu/make-3.79.1/make-3.79.1
    # or whatever it is, exactly
  PATH=`pwd`:$PATH
  export PATH
  make install

Michael C




reply via email to

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