Message-ID: <00e401beefc0$a1458640$12d098cd@co.alachua.fl.us> From: "Dean Limbaugh" To: References: <4Jbw3.675$Hya DOT 190530560 AT newsa DOT telia DOT net> <7prj9t$65u$1 AT taliesin DOT netcom DOT net DOT uk> <026801beee66$97cfb780$12d098cd AT co DOT alachua DOT fl DOT us> Subject: Re: HowTo patch RSXNTDJ : a first attempt Date: Thu, 26 Aug 1999 08:43:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com The best solution is probally the one I used. Grap the source for gcc/egcs and look at the code for the preprocesser (mainly cpplib.c). It fairly easy to understand and will give all the gory details. ----- Original Message ----- From: gunno Newsgroups: comp.os.msdos.djgpp To: Sent: Wednesday, August 25, 1999 2:48 AM Subject: Re: HowTo patch RSXNTDJ : a first attempt > > Dean Limbaugh wrote: > > >Acutally, cpp has a list of standard places to look compiled into it, you > >can turn them off with a switch > > > > > Which standard places? > Which switch? How is set or turned off in an original call like > gcc -Wall -O foo.cpp > ? > > I'm always eager to learn more about djgpp so please give details. > Or a reference to where to find it in the documentation. > > Best wishes > gunno > > >