Mail Archives: cygwin-developers/1998/09/18/03:15:50
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.
- Raw text -