Re: GNUmake 3.78 - crashes on NT

2000-06-09 Thread Paul D. Smith
Have you tried this with 3.79? You need a few changes to get it to compile; see the bug database for a bug about compiling on windows and find the patch there. I'm working on 3.79.1 right now, but have had a few real-life issues in the last couple of weeks... -- ---

GNUmake 3.78 - crashes on NT

2000-06-09 Thread Reid Madsen
The Makefile contains: VBROKER_DIR = c:/Inprise/vbroker/bin TOOLS_DIR = ../../../../build_tools/bin export PATH:=$(TOOLS_DIR):$(PATH) export PATH:=$(VBROKER_DIR):$(PATH) $(warning $(PATH)) # just to echo the resulting PATH When invoked, GNUmake 3.