X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 10 Feb 2002 19:30:21 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "A. Sinan Unur" Message-Id: <2950-Sun10Feb2002193020+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: Subject: Re: another gcc 3.03 dependency question References: 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 > From: "A. Sinan Unur" > Newsgroups: comp.os.msdos.djgpp > Date: 10 Feb 2002 14:38:48 GMT > > After posting my response to Sven, I noticed that I hadn't read your post > correctly. > > I can reproduce his problems on a Windows XP Pro machine (with gcc 3.03): > > C:\DOCUME~1\asu1\LOCALS~1\Temp>gcc -MM tmp.c > tmp.o: tmp.c c:/djgpp/lib/gcc-lib/djgpp/3.03/djgpp.ver > > whereas you indicate this sould have complained about not being able to > find Did you put tmp.h into $DJDIR/include? > C:\DOCUME~1\asu1\LOCALS~1\Temp>gcc -I. -MM tmp.c > tmp.o: tmp.c c:/djgpp/lib/gcc-lib/djgpp/3.03/djgpp.ver tmp3.h > > whereas you mentioned this should only list djgpp.ver as a dependency. How is this different from your first attempt, where you said that you couldn't reproduce the behavior described by OP?