From: TYann AT vet DOT com DOT au (Trevor Yann) Subject: Re: Problems with 980916 winsup under Windows 98 18 Sep 1998 03:15:50 -0700 Message-ID: <3.0.5.32.19980918192142.008075d0.cygnus.cygwin32.developers@mail.mel.cybec.com.au> References: <19980914105151 DOT A16560 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Christopher Faylor Cc: cygwin32-developers AT cygnus DOT com The problem appears to be fixed under 98 as well. :-) I checked the hanging problem and it is still there. This seems to be worse than the last problem with the pc hanging, because sometimes the pc stays hung, and I have to do a hard reboot. Other times I get a blue screen. BTW I still had problems with the makefile. The line LIBGCC:=${subst \\,/,${shell $(CC_FOR_TARGET) -print-libgcc-file-name}} had to be replaced with LIBGCC:=${subst \,/,${shell $(CC_FOR_TARGET) -print-libgcc-file-name}} to get a successful make. It appears that gnu make doesn't need to escape characters here. I am using the b19 make.