X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rasmus" Newsgroups: comp.os.msdos.djgpp References: <9V0hb.962$lJ3 DOT 817 AT news DOT get2net DOT dk> <200310082331 DOT h98NV5mK018960 AT envy DOT delorie DOT com> <3k1hb.965$604 DOT 348 AT news DOT get2net DOT dk> <200310090002 DOT h9902b1K019272 AT envy DOT delorie DOT com> Subject: Re: djgpp, make under windwos => no rule to make target 'foo' :-( Lines: 42 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Thu, 9 Oct 2003 02:15:46 +0200 NNTP-Posting-Host: 192.38.233.163 X-Complaints-To: abuse AT uni2 DOT dk X-Trace: news.get2net.dk 1065658553 192.38.233.163 (Thu, 09 Oct 2003 02:15:53 CEST) NNTP-Posting-Date: Thu, 09 Oct 2003 02:15:53 CEST Organization: UNI2 Internet Kunde To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com thanks for kind assistance. > Try "make -dr all". It spits out a lot, but it tells you which > Makefiles it's reading, and what's in them. Have tried, but it gives me no usefull info :-( Even if I try with full path (both unix, and windows style) I get the same error :-( Still any new suggestions? Thanks in advance, Rasmus C:\SEQIO-~1.2>make -dr -fMakefile all GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-pc-msdosdjgpp Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to . Reading makefiles... Reading makefile `Makefile'... Updating makefiles.... Considering target file `Makefile'. File `Makefile' does not exist. Looking for an implicit rule for `Makefile'. No implicit rule found for `Makefile'. Finished prerequisites of target file `Makefile'. Must remake target `Makefile'. make.exe: *** No rule to make target `Makefile'. Stop. C:\dev\birc\SEQIO-~1.2>