Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <4.1.19990427094207.00dcfda0@isx.com> X-Sender: bseely AT isx DOT com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 27 Apr 1999 09:46:28 -0700 To: Bernard Dautrevaux , Earnie Boyd , cygwin AT sourceware DOT cygnus DOT com From: Bruce Seely Subject: RE: cygwin.dll In-Reply-To: <3AC9A1611DF4D211AA8E00105AA56D8A0493CF@IIS000.microdata.fr > Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" As recgonized by Bernard Dautrevaux and Earnie Boyd, the problem was an obsolete version of sh.exe lurking in my path. After deleting it, all works. Thanks very much! Bruce > >I'm still having a problem with unwanted calls to cygwin.dll (v.s. >cygwin1.dll). I'm trying to write a Makefile, and can't find any way to do >even something REALLY simple. > > >These are two lines from a Makefile file: > >blorf: > cd bar; javac *.java > >In the same directory as the Makefile is a directory called bar that has >some java files in it. > > >If I invove make like this, > >bash-2.02$ make blorf > >the terminal window displays this: > >cd bar; javac *.java > >I get a dialog box complaining that it cannot find cygwin.dll: > >The dynamic link library cygwin.dll not found in the specified path >... > >when the dialog is closed, the terminal window displays this: > >make: *** [blorf] Error 128 >bash-2.02$ > >I get the same result if I use the --unix option. >bash-2.02$ make --unix blorf > >If I invoke it with the --win32 option, > >bash-2.02$ >bash-2.02$ make --win32 blorf >cd bar; javac *.java >The filename, directory name, or volume label syntax is incorrect. >make: *** [blorf] Error 1 >bash-2.02$ > >I get a different error. > > >I have tried three different forms of the line following blorf: > > cd bar; javac *.java > cd bar; C:/jdk1.1.8/bin/javac *.java > cd bar; C:\jdk1.1.8\bin\javac *.java > > >If I do the commands by hand, it works properly and the files are compiled: > >bash-2.02$ >bash-2.02$ cd Mediator >bash-2.02$ javac *.java >bash-2.02$ > >If I do a find files for make.exe, only one instance is found. >It has a modification date of 12/1/98 2:00 PM > > >I don't know what to do. Any ideas? > ___________________________________ Bruce Seely (818) 735-6833 ISX Corporation bseely AT isx DOT com "On average, people are acting normal today." -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com