Message-ID: <35BCE5B5.57E303D5@citilink.com> From: Chris Arnett MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Make problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 27 Date: Mon, 27 Jul 1998 20:41:05 GMT NNTP-Posting-Host: 209.98.9.165 NNTP-Posting-Date: Mon, 27 Jul 1998 15:41:05 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am using Win 95: I receently downloaded DJGPP envirnment and the make utilitiy. I have everything installed right. I can compile c and c++ filed no problem. However, when I go into the allegro (or any directory for that matter) and try to use make I get: "make.exe: *** No targets. Stop. If I do make all I get "No rule to make all" If I do a make -d it seems that it cannot find the makefile. even though it is there. I have tried renaming the makefile and using -f to specify it, but it still give the same error. If I run a shell within Emacs (for Win NT/95) It works fine. Any ideas? Thanks Chris