On Sun, Dec 08, 2002 at 10:44:40AM +1300, Kevin Wilkinson wrote: > Nick Rout wrote: > >Simply type make now. It should build the program. then just run it. > No luck it comes up with " no rule to make target 'now' "
Possibly just a mis-reading of Nick's message :-) Just the command 'make' on its own, without the word now. This should start the compilation process off. If it all completes, you should be able to run the program from the directory you are in - look for the finished program file first, if it is called 'wts' then you should be able to run it with the command './wts' -jim
