Date: Tue, 20 Feb 2001 18:36:48 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Eddy Ilg" Message-Id: <9003-Tue20Feb2001183648+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <96tr93$2ki$00$1@news.t-online.com> (eddyilg@t-online.de) Subject: Re: Debug level References: <96tr93$2ki$00$1 AT news DOT t-online DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Eddy Ilg" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 20 Feb 2001 14:25:56 +0100 > > 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 Bash will not help yu a bit here, it will just complicate things, believe me! So please do NOT install Bash. Instead, check the the values of SHELL and COMSPEC environment variables as suggested by Hans-Bernhard. > 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? Invoke Make with the -d option and post everything it prints while processing the above Makefile.