Mail Archives: djgpp/1997/05/20/17:48:17
Hi All,
I know this is slightly off topic but does any one know how I can use the
same version of MAKE which I use to build my DJGPP code to build java?
I created a make file but when ever I try building with it I just get an
error:
--> Error
make.exe: *** No rule to make target `SwapWatcher.java', needed by
`SwapWatcher.
class'. Stop.
<-- Error
Here is the make file that I am using, which does work on the unix
system at work:
--> Make file <--
SwapWatcher.class : SwapWatcher.java
javac SwapWatcher.java
--> Make file <--
If anyone could point me in the right direction I would be most grateful
Thanks in advance
John
________________________________________________________________
Parallax Solutions Ltd. Tel.: 01203 514522
Stonecourt, Fax.: 01203 514401
Siskin Drive, Web : http://www.parallax.co.uk/~johne
Coventry CV3 4FJ Mail: johne AT parallax DOT co DOT uk
________________________________________________________________
Remember:
There is no such thing as computer error, it's 100% YOUR fault
________________________________________________________________
- Raw text -