Date: Mon, 19 Feb 2001 13:15:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: J-P cc: djgpp AT delorie DOT com Subject: Re: Errors in PMCOM makefile? In-Reply-To: <96qt24$n0l$1@plato.wadham.ox.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 19 Feb 2001, J-P wrote: > One error is on the second line of what I've quoted below: > > ifdef _DEBUG > OUTPUTDIR = dbg > TARGET = dbg/com.a > GCCOPTIONS = -g -Wall -D_DEBUG > else > OUTPUTDIR = rel > TARGET = rel/com.a > GCCOPTIONS = -s -O1 -Wall > endif What error? Please always post the error messages in their entirety. We cannot possibly guess what Make says on your system, can we? > GNU makefiles don't need "!"s, do they? No. But are you sure you are invoking GNU Make, not some other make.exe lurking on your PATH somewhere?