www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <4.1.20000612123820.01ed6a10@pop.mathworks.com> |
X-Sender: | paulk AT pop DOT mathworks DOT com |
X-Mailer: | QUALCOMM Windows Eudora Pro Version 4.1 |
Date: | Mon, 12 Jun 2000 12:38:45 -0400 |
To: | cygwin AT sourceware DOT cygnus DOT com |
From: | Paul Kinnucan <paulk AT mathworks DOT com> |
Subject: | Re: Make and javac compliler problem in bash |
Mime-Version: | 1.0 |
At 10:21 AM 6/12/00 -0700, you wrote: ><Problem 1> >I have a Makefile which compiles java program, if I type >make, after the screen shows the "javac xxxx.java", and then >hangs. The Makefile doesn't need to >be complex. Any simple Makefile that compiles even HelloWorld.java >will make the bash console stuck. See "Why is make behaving badly?" in the Cygnus faq at http://sourceware.cygnus.com/cygwin/faq/ ><Problem 2> >It seems to me that javac in Windows will accept directories only in >MS-DOS way. For example, "javac -classpath /a/b/c" won't work. > How could it be otherwise? The Windows version of javac is, surprise, a Windows application. Windows applications don't recognize Unix paths. Ergo, the Windows version of javac does not recognize Unix paths. QED. - Paul -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |