From: "Guido Sassmannshausen" Newsgroups: comp.os.msdos.djgpp Subject: make doesnt make what it should Date: Wed, 9 Feb 2000 14:46:24 +0100 Organization: RRZN - Newsserver Test Lines: 16 Message-ID: <87rr2a$l5f$1@newsserver.rrzn.uni-hannover.de> NNTP-Posting-Host: steelrose.sedan.uni-osnabrueck.de X-Trace: newsserver.rrzn.uni-hannover.de 950103946 21679 131.173.58.129 (9 Feb 2000 13:45:46 GMT) X-Complaints-To: abuse AT newsserver DOT rrzn DOT uni-hannover DOT de NNTP-Posting-Date: 9 Feb 2000 13:45:46 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Preface: I read the FAQ, read the available newsgroups, but still I'm stuck. Situation: I have one large project consisting of multiple files, so I _HAVE_ to use make. But although a "makefile"-file exists in the working directory, i get a message "no makefile found". Trying other names for it (GNUmakefile etc..) didn't work too. As I get an error from gdb too, that it can't find a certaim binary, and it uses the unix type of path names ( '/' instead of '\') I think both problems share the same quirk of dos/win filesystem. How can I convince those programs to find my files? THX in advance