From: steveg AT cirris DOT com (Steve Goodrich) Newsgroups: comp.os.msdos.djgpp Subject: Make 3.73 and NT 3.51 problem Date: Thu, 17 Oct 1996 17:39:51 GMT Organization: XMission Internet (801 539 0900) Lines: 22 Message-ID: <545quh$a9n@news.xmission.com> NNTP-Posting-Host: 204.228.130.10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am trying to set up an environment for creating DOS programs under Windows NT using djgpp. When I try to run make against a make file, nothing happens. I have even specified a bad target name just to try to get an error reported back. I get no messages and nothing is compiled. If I run it in a directory with no makefile, I am told *** no targets. Stop. I have booted into DOS and with the same path and the same DJGPP variable, everything runs just fine so this seems to have something to do with NT. I have looked at section 3.3 and section 6 of the 2.02 FAQ. There isn't anyting there that helped. I have seen questions about this posted here before but the only answer I have seen is "It should work" or "Read the FAQ". If anyone has actually found an answer, please fill me in. Thanks Steve.