Date: Sun, 14 Jun 1998 18:26:40 +0300 (IDT) From: Eli Zaretskii To: adamwu cc: djgpp AT delorie DOT com Subject: Re: MAKE error In-Reply-To: <3583DC1A.70BB@biosys.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 15 Jun 1998, adamwu wrote: > and when i run make, it gives me this error: > g++ - Wall -c rules.cc ^ Is this blank here real, or just a typo? (If you typed the messages by hand, please post them *exactly* as Make printed them.) If the blank is there in Make's output, maybe your definition of CFLAGS also includes a blank? > make.exe: *** [rules.o] Error -1 > > MAKE version 3.76.1 > I also try to run my makefile under Unix platform, it works fine > just dont know what happen there This might mean that Make didn't find g++ on the Windows machine. Please make sure you have g++.exe somewhere on your PATH.