%% Carlo Bruno <[EMAIL PROTECTED]> writes:

  cb> I'm trying to install the make package on the SUSE 9.1, making use
  cb> of the ./build.sh command.  But, I can't find any make (or gmake)
  cb> command after that; I need gmake and g++ in my (/usr/bin)
  cb> directory.  Do I have to do another things? Is there any bugs
  cb> fixed with this OS?

The build.sh command only builds make, it doesn't install it.  The
"make" program will be sitting in the directory where you invoked
build.sh.


If you want it to go somewhere else like /usr/bin you'll have to install
it there yourself (or, now that you have a "make" you should be able to
run "./make install").

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to