Re: GNU Make 3.80 under Windows - compile problem

2003-01-30 Thread Paul D. Smith
This was reported as bug #1687 and fixed in the source. The fix will be in the next version of GNU make. Thanks! -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org

GNU Make 3.80 under Windows - compile problem

2003-01-30 Thread Sridhar Boovaraghavan
Hi Paul, After extracting the tarball to a directory, I issued the command 'nmake /f NMakefile' to start the compilation process. I found this simple problem that prevents it from linking. It is missing the hash.obj which causes undefined externals. I have attached a patch below. Sridhar *** h

Version 3.79.1 on Solaris 2.8

2003-01-30 Thread Pearce, Lyall
I am not sure if this is a bug but it is a change in functionality if the Makefile is checked into SCCS and an 'include' file does not exist, the make fails, wheras if the Makfile is simply a plain file and the include does not exist, the make proceeds with a warning. This has an impact when I hav