public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Bruce Seely <bseely@haifa.isx.com>
To: cygwin@sourceware.cygnus.com
Subject: cygwin.dll
Date: Mon, 26 Apr 1999 18:01:00 -0000	[thread overview]
Message-ID: <4.1.19990426171140.00af0cb0@isx.com> (raw)

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@isx.com

"On average, people are acting normal today."


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: Bruce Seely <bseely@haifa.isx.com>
To: cygwin@sourceware.cygnus.com
Subject: cygwin.dll
Date: Fri, 30 Apr 1999 18:32:00 -0000	[thread overview]
Message-ID: <4.1.19990426171140.00af0cb0@isx.com> (raw)
Message-ID: <19990430183200.zH7b7zw9JGjy079t_jtAF8xZQc5AIF2t0q3bQp4B93E@z> (raw)

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@isx.com

"On average, people are acting normal today."


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


             reply	other threads:[~1999-04-26 18:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-26 18:01 Bruce Seely [this message]
1999-04-30 18:32 ` cygwin.dll Bruce Seely
  -- strict thread matches above, loose matches on Subject: below --
2001-05-26 13:55 cygwin.dll Cserveni Akos
2000-01-25  8:27 cygwin.dll Nguyen, Dien
2000-01-25  9:22 ` cygwin.dll Randall R Schulz
     [not found] <3AC9A1611DF4D211AA8E00105AA56D8A0493CF@IIS000.microdata.fr>
1999-04-27  9:44 ` cygwin.dll Bruce Seely
1999-04-30 18:32   ` cygwin.dll Bruce Seely
1999-04-27  4:50 cygwin.dll Earnie Boyd
1999-04-30 18:32 ` cygwin.dll Earnie Boyd
1998-01-02  9:02 cygwin.dll Earnie Boyd
1998-01-01 18:15 cygwin.dll Dan Lundy
1997-10-29 17:07 cygwin.dll Tommy Reilly
1997-09-04 21:18 cygwin.dll marta
1997-02-12 16:36 cygwin.dll Who cares...

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.1.19990426171140.00af0cb0@isx.com \
    --to=bseely@haifa.isx.com \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).