- From: Brandon Long <blong@uiuc.edu>
- Date: Thu, 20 Jun 1996 18:10:20 -0500 (CDT)
- To: www-jigsaw@w3.org
We've been having problems using Makefiles with Java, and Jigsaw was no exception. The problem is that since all of the java programs are actually one script which attempts to determine what it is called by, when you type make, make calls javac, and the script thinks its called by the name "make" and returns with a make: not found message. Is this because we are using csh/tcsh instead of ksh? Is there a work around besides changing every javac in the Makefiles to /bin/ksh /usr/java/bin/javac? I've seen this behaviour on Solaris, AIX, and IRIX. Brandon -- Brandon Long "I think, therefore, I am confused." -- RAW HTTPd/SDG/NCSA I violated the Communications Decency Act ... or will. ECE/UIUC blong@uiuc.edu http://www.uiuc.edu/ph/www/blong N9WUC Don't worry, these aren't even my views.
Received on Thursday, 20 June 1996 19:08:29 UTC