X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <47C6F157.6020801@iki.fi> Date: Thu, 28 Feb 2008 19:37:27 +0200 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Bug or feature `gcc =?ISO-8859-1?Q?-MM=B4=3F?= References: <47c6e8ef$0$11004$9b4e6d93 AT newsspool4 DOT arcor-online DOT net> In-Reply-To: <47c6e8ef$0$11004$9b4e6d93@newsspool4.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-Printable to 8bit by delorie.com id m1SHblpZ027298 Reply-To: djgpp AT delorie DOT com Robert Riebisch kirjoitti: > Hi! > > When I run `gcc -MM file.cī output always includes > `c:/djgpp/lib/gcc/djgpp/4.23/djgpp.verī. Is this intentionally or a bug? > It doesn't happen in MingW's `gcc.exe (GCC) 3.4.5 (mingw special)ī. > > Mingw port does not use any similar file, so is not surprising that You don't see it with MINGW. Only DJGPP port uses this file. It's not included intentionally. It's simply what preprocessor is outputting when corresponding command line option (-imacros ...) is being used (DJGPP port of GCC specifies it internally, try gcc -v ..., to see that) Andris