public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: BUg in GNU make 3.75 (CYGWIN port)
@ 1999-01-31 23:52 Earnie Boyd
  0 siblings, 0 replies; 12+ messages in thread
From: Earnie Boyd @ 1999-01-31 23:52 UTC (permalink / raw)
  To: cygwin users

---N8TM@aol.com wrote:
8<
> I'm still mystified by these comments disparaging W9x.  My NT4/SP3
takes
> several times as long to run scripts as my W95 under cygwin, and W95
doesn't
> crash any more often than NT unless you insist on running without
USB or
8<

Well, I'll have to disagree with this.  NT for me has been about 5
times faster than Win95.  You must access some slow network links with
your scripts.  Although I have to say the NT3.51 was faster than
NT4SP3 which I've recently been upgraded to.

==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: BUg in GNU make 3.75 (CYGWIN port)
@ 1999-01-31 23:52 Earnie Boyd
  1999-01-31 23:52 ` Glenn Spell
  0 siblings, 1 reply; 12+ messages in thread
From: Earnie Boyd @ 1999-01-31 23:52 UTC (permalink / raw)
  To: Glenn Spell; +Cc: cygwin users

---Glenn Spell <glenn@gs.fay.nc.us> wrote:
8<
> "I don't know whatall I hain't tried."
8<

How about one of the latest snapshots of the cygwin1.dll from
ftp://sourceware.cygnus.com/pub/cygwin/snapshots/
==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: BUg in GNU make 3.75 (CYGWIN port)
@ 1999-01-31 23:52 N8TM
  1999-01-31 23:52 ` Glenn Spell
  0 siblings, 1 reply; 12+ messages in thread
From: N8TM @ 1999-01-31 23:52 UTC (permalink / raw)
  To: glenn, gnu-win32

In a message dated 1/12/99 4:28:46 AM Pacific Standard Time,
glenn@gs.fay.nc.us writes:

<< I've experienced problems with many different ports of 'make'.
  >>
Have you been using make-3.77?  It installs itself automatically if you have
one of those .exe-aware versions of install.exe.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: BUg in GNU make 3.75 (CYGWIN port)
@ 1999-01-31 23:52 N8TM
  1999-01-31 23:52 ` DJ Delorie
  0 siblings, 1 reply; 12+ messages in thread
From: N8TM @ 1999-01-31 23:52 UTC (permalink / raw)
  To: dj, gnu-win32

In a message dated 1/13/99 2:42:48 PM Pacific Standard Time, dj@delorie.com
writes:

<< We all have 95 or 98 machines available for testing, but
 since NT is much more stable and reliable, we tend to use
 NT for the bulk of our development.  We don't get much
 work done when we have to reboot the machine all the time. >>

I'm still mystified by these comments disparaging W9x.  My NT4/SP3 takes
several times as long to run scripts as my W95 under cygwin, and W95 doesn't
crash any more often than NT unless you insist on running without USB or
running AOL and an egcs build at the same time, as I'm doing now.  make-3.77
is worth installing even on NT, but it's a necessity on W95.  I've had a few
egcs incremental patch problems on W95 which weren't replicated on NT, and the
egcs testsuite skips different sections on NT and W95, but I'll take the speed
of W95 ever NT any day.  Yes, linux is still faster than any Windoze, but I
find those version incompatibilities just as annoying as the Windoze ones.  It
does run egcs testsuite and struct OTOB.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 12+ messages in thread
* BUg in GNU make 3.75 (CYGWIN port)
@ 1999-01-31 23:52 Dominique PELLE
  1999-01-31 23:52 ` Glenn Spell
       [not found] ` <199901111339.FAA06638.cygnus.gnu-win32@shell4.ba.best.com>
  0 siblings, 2 replies; 12+ messages in thread
From: Dominique PELLE @ 1999-01-31 23:52 UTC (permalink / raw)
  To: gnu-win32

On CYWIN_95-4.0 (Beta 20.1 release) the simple GNU Makefile
(GNU make 3.75) that follows does not work.  It works fine
with GNU make on Linux:

# --- cut here ---

all: /tmp/bar /tmp/foo ;

clean:
	rm -f /tmp/foo /tmp/bar


# This create problems on the CYWIN port of GNU make 3.75
/tmp/foo /tmp/bar:
	touch $@

# --- cut here ---


Here is how it fails:

$ make
make: *** No rule to make target `/tmp/bar', needed by `all'.  Stop.


The bug seems to occur when there are several targets
in the same rule AND when the target files are absolute pathnames

Everything is fine when relative pathnames are used instead
of absolute pathnames.  Everything is fine also when I replace
the rule:

/tmp/foo /tmp/bar:
	touch $@


... with 2 rules:

/tmp/foo:
	touch $@

/tmp/bar:
	touch $@



My host is:
BASH.EXE-2.02$ uname -a
CYGWIN_95-4.0 SPEEDY 20.1 (0.3/1/1) 1998-12-3 20:39:18 i586 unknown

My GNU make version is:
BASH.EXE-2.02$ make --version
GNU Make version 3.75, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-gnu-utils@prep.ai.mit.edu>.
BASH.EXE-2.02$

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~1999-02-28 23:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-31 23:52 BUg in GNU make 3.75 (CYGWIN port) Earnie Boyd
1999-01-31 23:52 Earnie Boyd
1999-01-31 23:52 ` Glenn Spell
1999-01-31 23:52 N8TM
1999-01-31 23:52 ` Glenn Spell
1999-01-31 23:52 N8TM
1999-01-31 23:52 ` DJ Delorie
1999-01-31 23:52 Dominique PELLE
1999-01-31 23:52 ` Glenn Spell
     [not found] ` <199901111339.FAA06638.cygnus.gnu-win32@shell4.ba.best.com>
1999-01-31 23:52   ` DJ Delorie
1999-02-04  1:49     ` David M. Smith
1999-02-28 23:02       ` David M. Smith

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).