From: voyager_2000 AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Newbie needs help with make Date: Thu, 06 May 1999 12:58:51 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 34 Message-ID: <7gs3m9$osl$1@nnrp1.deja.com> NNTP-Posting-Host: 204.180.108.146 X-Article-Creation-Date: Thu May 06 12:58:51 1999 GMT X-Http-User-Agent: Mozilla/4.51 [en] (Win98; I) X-Http-Proxy: 1.0 x14.dejanews.com:80 (Squid/1.1.22) for client 204.180.108.146 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've done what you suggested and invoked make with make -d > make.log What I got was a screen full of it saying "Trying pattern rule with stem 'clean.dos'" and on the next line it says "Rejecting impossible implicit dependency 'target/clean.dos.s'" At the very in of the list it says "No implicit rule found for 'target/clean.dos'. Finished dependencies of target file 'target/clean.dos'. Must remake target 'target/clean.dos'. make.exe***No rule to make target 'target/clean.dos' . Stop" -- On Thu, 6 May 1999 10:04:35 Eli Zaretskii wrote: > >On Wed, 5 May 1999, Jason Salmans wrote: > >> >> include target/common >> > >> >This requires the directory `target' be present and several files inside >> >it. Do you indeed have such a directory? >> >> Yes I do have a target directory and the file "common" is in it. > >Did you invoke `make' from the same directory which has `target' as >its subdirectory? That's what the Makefile expects. > >If you did that already, invoke `make' like this: > > make -d > make.log > >and then look at the file `make.log' that is created by this command. >`make' puts there a lot of information about what it does and what it >thinks. Perhaps you can understand what happens using that >information. > -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own