From: John DOT Turner AT pobox DOT com (John A. Turner) Subject: Re: b18 -> b19 Stuff 6 Mar 1998 22:07:49 -0800 Message-ID: <34FCD681.FBB2D42.cygnus.gnu-win32@POBox.com> References: <199803020958 DOT EAA19968 AT freenet3 DOT carleton DOT ca DOT carleton DOT ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com, Bryan Lally I wrote: > I'm seeing the same thing, and have generated a small makefile > that triggers this repeatably: > > %.dep: %.c > gcc -traditional -E -M $< | sed -e 's!$*\.o!$*.o $@!' > $@ > > Now just create a blorp.c file with anything in it and do > gmake blorp.dep. I see: > > ~/LANL/JTpack90/b19$ gmake blorp.dep > gcc -traditional -E -M blorp.c | sed -e 's!blorp\.o!blorp.o blorp.dep!' > blorp.dep > (C:\BIN\SH.EXE 1034) Exception: STATUS_ACCESS_VIOLATION > (C:\BIN\SH.EXE 1034) Dumping stack trace to SH.EXE.core > cpp.exe: output pipe has been closed > > The command works fine when executed by hand at the bash command > line: > > ~/LANL/JTpack90/b19$ gcc -traditional -E -M blorp.c | sed -e 's!blorp\.o!blorp.o blorp.dep!' > blorp.dep > ~/LANL/JTpack90/b19$ cat blorp.dep > blorp.o blorp.dep: blorp.c > ~/LANL/JTpack90/b19$ > > Note that /bin/sh.exe is a copy of bash.exe. The above is fixed by replacing the b19 cygwinb19.dll with Sergey's patched version (http://www.lexa.ru/sos/). -J - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".