From: Jonathan Brogdon Newsgroups: comp.os.msdos.djgpp Subject: DJGPP Make Under NT? Date: Fri, 08 Jan 1999 10:33:19 -0600 Organization: Motorola, Broadband Systems Design NCSG/CTASD Lines: 11 Message-ID: <3696334F.F445CF3@email.sps.mot.com> NNTP-Posting-Host: 222.19.248.221 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a software project which uses the make utility recursively. It runs fine from a DOS console under Win 95 (even with a FAT32 FS). However, when I try to build this project under NT 4.0 (with NTFS), I get errors indicating that one of the dependency files that my makefile generates has a modification date in the future. Any ideas, known problems, or suggestions with using make under NT? Jon