From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Macro problem Date: Fri, 28 Jan 2000 16:26:55 +0200 Organization: NetVision Israel Lines: 10 Message-ID: <3891A72F.389471DC@is.elta.co.il> References: NNTP-Posting-Host: ras1-p46.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 949069642 12098 62.0.172.48 (28 Jan 2000 14:27:22 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 28 Jan 2000 14:27:22 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Matt Jefferson wrote: > > So I went to the command line and typed > > E:\dev>gxx extra16.cpp > CPP.EXE: Macro name missing after -D option That's your problem, right there: you cannot install DJGPP or use it from a directory called E:\dev, it won't work. See section 22.20 of the DJGPP FAQ list.