Re: BUG in make-3.79, file remake.c

2000-05-09 Thread Paul D. Smith
This is PR/1696 in the GNU make bug database. A patch is included in the resolution (essentially the same fix you used). You can find info on accessing the GNU make bug database in the README in the GNU make distribution. Thanks for the report! -- -

Re: Bug in make 3.79 on Solaris 2.7

2000-04-19 Thread Paul D. Smith
This is an instance of make PR/1696; see the bug report for a patch. http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full/1696 I will be releasing a minor update of GNU make fairly shortly to address this and a couple of other problems. HTH. --

Re: Bug in make-3.79

2000-04-17 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: j> extern int debug_flag; /* Declared in main.c */ j> Obviously, you get a link error. I replaced this with a reference to the new DB macro. j> Also, LOCALEDIR is not declared anywhere when using win 32. j> This causes a compile error. I just put j> #d