Hi Downloaded and compiled make 3.79 from the canadian mirror today. I am using Microsoft VC 6.0 and am compiling for windows. The variable debug_flag is declared in main.c as: static int debug_flag = 0; And is referenced in sub_proc.c as extern int debug_flag; /* Declared in main.c */ Obviously, you get a link error. Also, LOCALEDIR is not declared anywhere when using win 32. This causes a compile error. I just put #define LOCALEDIR "" in config.h and it works. Regards Jim Smith
- Re: Bug in make-3.79 jwksmith
- Re: Bug in make-3.79 Paul D. Smith