X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 23 Jan 2004 19:13:22 -0500 Message-Id: <200401240013.i0O0DMEb027688@envy.delorie.com> From: DJ Delorie To: pavenis AT latnet DOT lv CC: djgpp-workers AT delorie DOT com In-reply-to: <200401230929.47137.pavenis@latnet.lv> (message from Andris Pavenis on Fri, 23 Jan 2004 09:29:47 +0200) Subject: Re: GCC_DRIVER_HOST_INITIALIZATION vs gcc 3.4 References: <200401230233 DOT i0N2Xii4025886 AT envy DOT delorie DOT com> <200401230929 DOT 47137 DOT pavenis AT latnet DOT lv> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > in which format gcc will output directories list > (e.g: gcc -v ...) and dependencies (gcc -MD ...). Perhaps it would be > not a good idea to see there for example > /dev/env/DJDIR/include/stdio.h > At least I would prefer for example: > c:/djgpp/include/stdio.h Looks like this: hello.o: g:/lib/../include/sys/version.h hello.c g:/include/stdio.h \ g:/include/sys/version.h g:/include/sys/djtypes.h One annoying thing I discovered is that we have a [cpp] section in djgpp.env for gcc, but gcc doesn't use cpp any more! We'll have to copy that section for [cc1] now.