Problems and Bugs: gnu-make 3.80 for windows bug report

2005-11-30 Thread yuanzy
Hi, I find a bug for creating  make.exe  in windowns, It can't get make.exe when compiling in windowns. I have resolved this bug as followed: edit the NMakefile , add "$(OUTDIR)/hash.obj" in the file, for example OBJS = \         $(OUTDIR)/ar.obj \         $(OUTDIR)/arscan.obj \         $(

GNU Make 3.80 behaving differently from GNU Make 3.71

2005-11-30 Thread Kannan S
I am noticing a peculiar behaviour the way gnu make handles a make file that I am using. I am pasting snippets from a makefile that I feel would be useful to determine the cause ifndef OPENCLASSBUILDOPTIONS   OPENCLASSBUILDOPTIONS := --debug--objmodel-compat endif ifeq (--nonansi, $(findstrin