minor bug: COFLAGS should have a default value

2000-03-14 Thread Albert L. Ting
When running make with the --warn-undefined-variables switch, it complains about COFLAGS not being defined. This variable ought to be set to something, even a blank. This is with make-3.78.1

Re: Compilation error on OpenSteep 4.0

2000-03-14 Thread Francisco A. Tomei
Hello, I am running make v. 3.77 and cc(gcc) v. 2.58. On Mon, 13 Mar 2000, Paul D. Smith wrote: > %% "Francisco A. Tomei Torres" <[EMAIL PROTECTED]> writes: > > fatt> cc -DHAVE_CONFIG_H -I. -I. -I.. -I./glob -g -O2 -c glob.c > fatt> ./glob.h:51: undefined type, found `__SIZE_TYPE__' >

warnings during compiling make for win32

2000-03-14 Thread Philipp Buettgenbach
last weekend I tried to compile make with the watcom-compiler for Win95 and got some warnings and errors (see the attached file for details). I think you may be interessted in the warning-messages so that you can improve the sorce-code. Perhaps you can help me to succeed in compiling make ? Phi