From: "Eddy Ilg" Newsgroups: comp.os.msdos.djgpp Subject: Debug level Date: Tue, 20 Feb 2001 14:25:56 +0100 Organization: T-Online Lines: 19 Message-ID: <96tr93$2ki$00$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 982675555 00 2706 HFByBqSoae3c 010220 13:25:55 X-Complaints-To: abuse AT t-online DOT com X-Sender: 320087274283-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Yes, > cd src; gcc -c main.c -o main.obj > ** error -1 ** deleting main.obj is all that make says and in my other project I don't use gcc and its the same problem. Someone told me to try out the bash for DOS and I'm gonna do that (Although I think porting Unix/Linux programs to DOS hurts). By the way where is the best place to get it? Could it be that make cannot (for some reason) execute cd? Cause of the error -1 (ENOENT)? Is there any way how I can tell make to put out some more debug messages, so that I can see what it tries to do? Thanks a lot. Eddy