Mail Archives: djgpp/2001/02/20/11:42:45
> From: "Eddy Ilg" <eddyilg AT t-online DOT de>
> 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.
- Raw text -