Date: Sun, 27 Sep 1998 13:24:59 +0300 (IDT) From: Eli Zaretskii To: Jorge Ivan Meza Martinez cc: djgpp AT delorie DOT com Subject: Re: a make dobt In-Reply-To: <000e01bde9be$5e919860$44f703cc@enterprise-z> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 26 Sep 1998, Jorge Ivan Meza Martinez wrote: > I have downloaded the lastest version of Makefile, now many makefile's give > me a warning: "Clock Skew"; what does it means ? How I solve it ? This problem and how to solve it is explained in section 22.17 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). > How can I solve makefiles damaged ? I mean, makefiles with incorrect tabs. > or How can I convert makefiles from BorlandC to DJGPP ? One way is to use the `unexpand' program from the GNU Textutils distribution (v2gnu/txt122b.zip). I believe RHIDE can do that as well, but I don't know the particulars.