14 Mar
2004
14 Mar
'04
7:33 a.m.
On Saturday 13 March 2004 23:32, Wayne Cornish wrote:
On Sat, Mar 13, 2004 at 10:11:17PM +0000, IanBell wrote:
3. type ./make this compiles the programme and should result in an exectuable
4 type ./make install this installs the executable and any other necessary files in predetermined directories.
I think you mean "make" and not "./make". Including the dot and slash, "./", will make the shell try to run "make" from the current working directory, and not search $PATH for it.
Wayne.
Whoops, quite right Wayne. Ian